diff --git a/_data/projects.json b/_data/projects.json index 17d72eb..6f237f0 100644 --- a/_data/projects.json +++ b/_data/projects.json @@ -1,26 +1,29 @@ [ { - "title": "Student Portal", + "title": "Darth Raider", + "archived":true, "types": [ - "web", - "app" + "robot" ], - "description": "This is a free-to-use webapp that acts as a new frontend to the TVDSB Student Portal website. This webapp also includes some extra data and graphs of each student's progress through highschool.", + "description": "Darth Raider was a competitive robot built in 6 weeks by a team of highschool students. My main role on this project was as the lead programmer and team lead for software development as a whole.", "text_buttons": [ - { - "text": "Open App", - "url": "https://studentportal.retrylife.ca", - "color": "primary" - } ], "icon_buttons": [ { "icon": "fab fa-github", - "url": "https://github.com/Ewpratten/student_portal" + "url": "https://github.com/frc5024/InfiniteRecharge" + }, + { + "icon": "fas fa-play", + "url": "https://www.youtube.com/watch?v=iF-p-rTo8Xk" + }, + { + "icon": "fas fa-list", + "url": "https://www.thebluealliance.com/team/5024/2020" } ], "hero": { - "img_src": "/assets/images/projects/studentportal.jp2" + "img_src": "/assets/images/projects/darthraider.png" } }, { @@ -161,6 +164,30 @@ } ] }, + { + "title": "Student Portal", + "types": [ + "web", + "app" + ], + "description": "This is a free-to-use webapp that acts as a new frontend to the TVDSB Student Portal website. This webapp also includes some extra data and graphs of each student's progress through highschool.", + "text_buttons": [ + { + "text": "Open App", + "url": "https://studentportal.retrylife.ca", + "color": "primary" + } + ], + "icon_buttons": [ + { + "icon": "fab fa-github", + "url": "https://github.com/Ewpratten/student_portal" + } + ], + "hero": { + "img_src": "/assets/images/projects/studentportal.jp2" + } + }, { "title": "HamBands", "types": [ @@ -297,6 +324,33 @@ }, "archived": true }, + { + "title": "HATCHField", + "archived":true, + "types": [ + "robot" + ], + "description": "HATCHField was a competitive robot built in 6 weeks by a team of highschool students. My main role on this project was as the lead programmer and team co-lead for software development as a whole.", + "text_buttons": [ + ], + "icon_buttons": [ + { + "icon": "fab fa-github", + "url": "https://github.com/frc5024/DeepSpace" + }, + { + "icon": "fas fa-play", + "url": "https://www.youtube.com/watch?v=jOMny7rGcmc" + }, + { + "icon": "fas fa-list", + "url": "https://www.thebluealliance.com/team/5024/2019" + } + ], + "hero": { + "img_src": "/assets/images/projects/hatchfield.jpg" + } + }, { "title": "LegalAccess", "types": [ @@ -402,6 +456,25 @@ } ] }, + { + "title": "MiniBot", + "archived":true, + "types": [ + "robot" + ], + "description": "MiniBot was an experimental robot built by myself and some friends. I both developed its control software, and worked on the hardware side of the machine.", + "text_buttons": [ + ], + "icon_buttons": [ + { + "icon": "fab fa-github", + "url": "https://github.com/frc5024/uBase" + }, + ], + "hero": { + "img_src": "/assets/images/projects/minibot.jpg" + } + }, { "title": "Easy Pose Notation library", "types": [ @@ -551,6 +624,29 @@ } ] }, + { + "title": "Q*bert", + "archived":true, + "types": [ + "robot" + ], + "description": "Q*bert was a competitive robot built in 6 weeks by a team of highschool students. I developed control and navigation software for this robot.", + "text_buttons": [ + ], + "icon_buttons": [ + { + "icon": "fab fa-github", + "url": "https://github.com/frc5024/PowerUp" + }, + { + "icon": "fas fa-list", + "url": "https://www.thebluealliance.com/team/5024/2018" + } + ], + "hero": { + "img_src": "/assets/images/projects/qbert.png" + } + }, { "title": "SmallTools", "types": [ diff --git a/assets/images/projects/darthraider.png b/assets/images/projects/darthraider.png new file mode 100644 index 0000000..10c5193 Binary files /dev/null and b/assets/images/projects/darthraider.png differ diff --git a/assets/images/projects/hatchfield.jpg b/assets/images/projects/hatchfield.jpg new file mode 100644 index 0000000..8627746 Binary files /dev/null and b/assets/images/projects/hatchfield.jpg differ diff --git a/assets/images/projects/minibot.jpg b/assets/images/projects/minibot.jpg new file mode 100644 index 0000000..3a4de0e Binary files /dev/null and b/assets/images/projects/minibot.jpg differ diff --git a/assets/images/projects/qbert.png b/assets/images/projects/qbert.png new file mode 100644 index 0000000..9209650 Binary files /dev/null and b/assets/images/projects/qbert.png differ diff --git a/index.html b/index.html index df5b802..bc51efa 100644 --- a/index.html +++ b/index.html @@ -142,6 +142,8 @@ uses: onclick="updateProjectWall('library');">Libraries +