1

Add robots to projects

This commit is contained in:
Evan Pratten 2021-04-23 14:28:23 -04:00
parent d65b43cc99
commit 2d5e6fec75
6 changed files with 109 additions and 11 deletions

View File

@ -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 <a href='https://schoolapps2.tvdsb.ca/students/student_login/lgn.aspx'>TVDSB Student Portal</a> 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 <a href='https://schoolapps2.tvdsb.ca/students/student_login/lgn.aspx'>TVDSB Student Portal</a> 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": [

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

View File

@ -142,6 +142,8 @@ uses:
onclick="updateProjectWall('library');">Libraries</button>
<button style="margin:5px;" type="button" class="btn btn-outline-info btn-sm"
onclick="updateProjectWall('game');">Games</button>
<button style="margin:5px;" type="button" class="btn btn-outline-info btn-sm"
onclick="updateProjectWall('robot');">Robots</button>
</div>
<div class="row" id="project-grid">