Skip to content

Commit c562712

Browse files
authored
Merge pull request #2 from Hugo-RM/Add_OB_and_Team
Add ob and team page
2 parents c6e2fc2 + 4a81cef commit c562712

File tree

4 files changed

+21
-1
lines changed

4 files changed

+21
-1
lines changed

app.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ def team_shane_rashida_anthony():
5858
def team_nat_uts():
5959
return render_template('teams/nat_uts.html')
6060

61+
@app.route("/oscar_hugo_enoch")
62+
def team_oscar_hugo_enoch():
63+
return render_template('teams/oscar_hugo_enoch.html')
64+
6165
@app.route("/aryan_ethan_richie")
6266
def team_aryan_ethan_richie():
6367
return render_template('teams/aryan_ethan_richie.html')
7.91 MB
Loading

templates/students_2025.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,6 +981,15 @@ <h1> Summer 2025 Cohort </h1>
981981
<p> What I'm most looking forward to about the CodeDay Labs internship is building connections with ppl and gain internship experince. </p>
982982
<a href="nat_uts">Team</a>
983983
</div>
984-
984+
<div class="student-container">
985+
<div>
986+
<img src="static/img/oscar_bedolla_CTI2025.jpg">
987+
</div>
988+
<div class="student-name"> Oscar Bedolla </div>
989+
<div> San Bernardino Valley College </div>
990+
<p> What I'm most looking forward to about the CodeDay Labs internship is being able to contribute to a real project and
991+
strengthen my resume.</p>
992+
<a href="oscar_hugo_enoch">Team B Oscar/Hugo/Enoch</a>
993+
</div>
985994
</body>
986995
</html>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<html>
2+
<head>
3+
</head>
4+
<body>
5+
Enter Our Commonality here
6+
</body>
7+
</html>

0 commit comments

Comments
 (0)