Skip to content

Created a team page for Lars, Cecilia, and Alejandro #578

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

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
5 changes: 5 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

app = Flask(__name__)

@app.route("/Lars_Cecilia_Alejandro")
def team_Lars_Cecilia_Alejandro():
return render_template('teams/Lars_Cel_Alej.html')


@app.route("/justin-qilan-k")
def justin_qilan_k():
return render_template("teams/justin-qilan-k.html")
Expand Down
13 changes: 12 additions & 1 deletion templates/students_2025.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ <h1> Summer 2025 Cohort </h1>
<div class="student-name"> Lars Voigt-Bui </div>
<div> School: Irvine Valley College </div>
<p> What I'm most looking fowards to is the Open Source programs and improving my coding skills. </p>
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
<a href="Lars_Cecilia_Alejandro">Team Lars & Cecilia & Alejandro</a>
</div>

<div class="student-container">
Expand Down Expand Up @@ -552,6 +552,7 @@ <h1> Summer 2025 Cohort </h1>
<div class="student-name"> Alejandro Navarro </div>
<div> School: California State University San Marcos </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is to gain experience in an enviornment that's close to what working in the real world will be like! </p>
<a href="Lars_Cecilia_Alejandro">Team Lars & Cecilia & Alejandro</a>
<a href="gian_daniel_alejandro">Team Gian & Daniel & Alejandro</a>
</div>

Expand Down Expand Up @@ -913,3 +914,13 @@ <h1> Summer 2025 Cohort </h1>

</body>
</html>

<div class="student-container">
<div>
<img src="">
</div>
<div class="student-name"> Cecilia Rodriguez </div>
<div> School: N/A </div>
<p> N/A </p>
<a href="Lars_Cecilia_Alejandro">Team Lars & Cecilia & Alejandro</a>
</div>
8 changes: 8 additions & 0 deletions templates/teams/Lars_Cel_Alej.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html>
<head>

</head>
<body>
We all like anime and going to the gym
</body>
</html>