Skip to content

Ant_alex #555

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
4 changes: 4 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ def YAM():
def cohort_2025():
return render_template('students_2025.html')

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

@app.route("/agam_asher_jiayi")
def team_agam_asher_jiayi():
return render_template('teams/agam_asher_jiayi.html')
Expand Down
22 changes: 21 additions & 1 deletion templates/students_2025.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ <h1> Summer 2025 Cohort </h1>
<p> What I'm most looking forward to about the CodeDay Labs internship is getting first hand experience on working with open source codebases</p>
<a href="/YAM">Team Masha, Aaron and Yash :) </a>
</div>


<div class="student-container">
<div>
Expand Down Expand Up @@ -879,7 +880,26 @@ <h1> Summer 2025 Cohort </h1>
<div class="student-name"> Kujoon Kwon </div>
<div> School: Orange Coast College </div>
<p> What I look forward is to have experience in 2025 summmer open source project </p>
<a href=Team page</a>
<a href="Team page"></a>
</div>

<div class="student-container">
<div>
<img src="">
</div>
<div class="student-name"> Anthony Constante </div>
<div> California State University Monterey Bay </div>
<p> What I am looking for is to get real experinece in Summer open source project </p>
<a href="Azriel_Anthony">Team Azriel and Anthony</a>
</div>
<div class="student-container">
<div>
<img src="">
</div>
<div class="student-name"> Azriel Berezhnoy </div>
<div> School: CSUMB </div>
<p> What I look forward is to have experience working with others. </p>
<a href="Azriel_Anthony">Team Azriel and Anthony</a>
</div>

</body>
Expand Down
7 changes: 7 additions & 0 deletions templates/teams/Azriel_Anthony.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<header></header>
<body>
We both like making games.
</body>
</html>