Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Team jason joshua yvonna #500

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
6 changes: 6 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ def cohort_2022():
def cohort_2023():
return render_template('students_2023.html')


@app.route("/jason_joshua_yvonna")
def team_jason_joshua_yvonna():
return render_template('teams/jason_joshua_yvonna.html')


@app.route("/arm_phil_dyl")
def team_arm_phil_dyl():
return render_template('teams/arm_phil_dyl.html')
Expand Down
24 changes: 22 additions & 2 deletions templates/students_2025.html
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ <h1> Summer 2025 Cohort </h1>
<div class="student-name"> Joshua Linang </div>
<div> School: CUNY Hunter College </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is meeting people, gaining valuable experience, and working on projects with a team. </p>
<a href="nat_uts">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
<a href="jason_joshua_yvonna">Team: Jason Fuentes & Yvonna Mellado</a>
</div>

<div class="student-container">
Expand Down Expand Up @@ -535,6 +535,26 @@ <h1> Summer 2025 Cohort </h1>
<p> I am looking forward to work with a team during the CodeDay Lab internship and also able to update my resume with this experience.</p>
<a href="nat_uts">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
</div>


<div class="student-container">
<div>
<img src="/static/img/Yvonna.jpg">
</div>
<div class="student-name"> Yvonna Mellado </div>
<div> School: San Bernardino Valley College </div>
<p> What I look forward the most about CodeDay is being able to strengthen my programming skills and learn how codespaces work. </p>
<a href="jason_joshua_yvonna">Team: Jason Fuentes & Joshua Linang"</a>
</div>
<div class="student-container">
<div>
<img src="/static/img/Jason.jpg">
</div>
<div class="student-name"> Jason Fuentes </div>
<div> School: CSU Dominguez Hills </div>
<p> I look forward to learning a new language/framework and also getting to work with cool people. Booyah.</p>
<a href="jason_joshua_yvonna">Team: Joshua Linang & Yvonna Mellado"</a>
</div>


</body>
</html>
12 changes: 12 additions & 0 deletions templates/teams/jason_joshua_yvonna.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>Team Jason, Joshua, Yvonna</h1>
<p>We all share in common that we are excited to make our first open source contributions.</p>
</body>
</html>