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
4 changes: 4 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,3 +316,7 @@ def team_johnny_brent_drake():
@app.route("/ahmet-khang-aizen")
def team_ahmet_khang_aizen():
return render_template('teams/ahmet-khang-aizen.html')

@app.route("/amo_will_nee")
def team_amo_wil_nee():
return render_template('teams/amo_will_nee.html')
6 changes: 3 additions & 3 deletions templates/students_2024.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ <h1> Summer 2024 Cohort </h1>
<div class="student-name"> Neenu Antonny </div>
<div> School: SJSU </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is an experience I can add to my resume. </p>
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
</div>
<a href="amo_will_nee">Team Amormio, Will, Neenu</a>
</div>


<div class="student-container">
Expand Down Expand Up @@ -1490,7 +1490,7 @@ <h1> Summer 2024 Cohort </h1>
<div class="student-name"> William Brady-Diaz </div>
<div> School: CSU Monterey Bay </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is the oportunity to learn more and prepare me for the industry </p>
<a href=""></a>
<a href="amo_will_nee">Team Amormio, Will, Neenu</a>
</div>

<div class="student-container">
Expand Down
14 changes: 12 additions & 2 deletions templates/students_2025.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

<html>
<head>
<link rel="stylesheet" href="static/css/style.css">
Expand Down Expand Up @@ -343,12 +344,21 @@ <h1> Summer 2025 Cohort </h1>

<div class="student-container">
<div>
<img src="static/img/Amormio.png">
<img src="static/img/git rmio.png">
</div>
<div class="student-name"> Amormio Velasquez III </div>
<div> School: University of California, San Diego </div>
<p> I am eager to have my first experience in the open source community and hopefully make an impactful contribution.</p>
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
<a href="amo_will_nee">Team Amormio, Will, Neenu</a>
</div>
<div class="student-container">
<div>
<img src="static/img/git rmio.png">
</div>
<div class="student-name"> William Brady-diaz </div>
<div> School: California State university monterey bay </div>
<p> I look foreard to the experience and making a contribution</p>
<a href="amo_will_nee">Team Amormio, Will, Neenu</a>
</div>

<div class="student-container">
Expand Down
19 changes: 19 additions & 0 deletions templates/teams/amo_will_nee.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Team page</title>

<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">


</head>
<body>
<h1> Team Amormio, Neenu, William </h1>
<br>

<p>We are very eager to work on this open source project and gain experience that can translate into the field!</p>
</body>

</html>