Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -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}"
}
]
}
5 changes: 5 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Binary file added static/img/DestinyV.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/kyle_parker.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 34 additions & 2 deletions templates/students_2026.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,41 @@ <h1> Summer 2026 Cohort </h1>
</p>
<a href="teamMMME">Team: MMMA </a>
</div>
</body>

<body>
<div class="student-container">
<div>
<img src="static/img/DestinyV.jpeg">
</div>
<div class="student-name"> Destiny Veloz </div>
<div> School: College of the Desert </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is learning new skills.
</p>
<a href="/DestinyV_KyleP_OscarA">Team: Kyle, Oscar, and Destiny! </a>
</div>

<div class="student-container">
<div>
<img src="static/img/kyle_parker.jpg">
</div>
<div class="student-name"> Kyle Parker </div>
<div> School: CSU Monterey Bay </div>
<p> 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.
</p>
<a href="/DestinyV_KyleP_OscarA">Team: Kyle, Oscar, and Destiny! </a>
</div>

<div class="student-container">
<div>
<img src="static/img/oscar_avil.jpeg">
</div>
<div class="student-name"> Oscar Aviles-Saldana </div>
<div> School: CSU Monterey Bay </div>
<p> 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.
</p>
<a href="/DestinyV_KyleP_OscarA">Team: Kyle, Oscar, and Destiny! </a>
</div>

<div class="student-container">
<div>
Expand Down
7 changes: 7 additions & 0 deletions templates/teams/DestinyV_KyleP_OscarA.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<!DOCTYPE html>
<html>
<head></head>
<body>
We all love animals, enjoy C++, and read a little bit.
</body>
</html>