diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 00000000..2ba986f6 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,15 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "chrome", + "request": "launch", + "name": "Launch Chrome against localhost", + "url": "http://localhost:8080", + "webRoot": "${workspaceFolder}" + } + ] +} \ No newline at end of file diff --git a/app.py b/app.py index 20e26202..34f9aa44 100644 --- a/app.py +++ b/app.py @@ -543,3 +543,8 @@ def alexander_gokul_ryan(): @app.route("/team_Seline_Youseff_Marine_Jorge") def team_Seline_Youseff_Marine_Jorge(): return render_template('teams/keyshade.html') + +@app.route("/DestinyV_KyleP_OscarA") +def DestinyV_KyleP_OscarA(): + return render_template('teams/DestinyV_KyleP_OscarA.html') + diff --git a/static/img/DestinyV.jpeg b/static/img/DestinyV.jpeg new file mode 100644 index 00000000..6696db5a Binary files /dev/null and b/static/img/DestinyV.jpeg differ diff --git a/static/img/kyle_parker.jpg b/static/img/kyle_parker.jpg new file mode 100644 index 00000000..fdd32ea7 Binary files /dev/null and b/static/img/kyle_parker.jpg differ diff --git a/templates/students_2026.html b/templates/students_2026.html index 25f592c9..88adea29 100644 --- a/templates/students_2026.html +++ b/templates/students_2026.html @@ -18,9 +18,41 @@

Summer 2026 Cohort

Team: MMMA - - +
+
+ +
+
Destiny Veloz
+
School: College of the Desert
+

What I'm most looking forward to about the CodeDay Labs internship is learning new skills. +

+ Team: Kyle, Oscar, and Destiny! +
+ +
+
+ +
+
Kyle Parker
+
School: CSU Monterey Bay
+

What I'm most looking forward to about the CodeDay Labs internship is learning how to properly and effectively contribute + to an open source project. +

+ Team: Kyle, Oscar, and Destiny! +
+ +
+
+ +
+
Oscar Aviles-Saldana
+
School: CSU Monterey Bay
+

What I am most looking foward to in the CodeDay labs micro-internship is gaining experience working with a team environment + and contributing to an open source project to help improve my skills as a developer. +

+ Team: Kyle, Oscar, and Destiny! +
diff --git a/templates/teams/DestinyV_KyleP_OscarA.html b/templates/teams/DestinyV_KyleP_OscarA.html new file mode 100644 index 00000000..b83dc83b --- /dev/null +++ b/templates/teams/DestinyV_KyleP_OscarA.html @@ -0,0 +1,7 @@ + + + + + We all love animals, enjoy C++, and read a little bit. + + \ No newline at end of file