Skip to content

Commit 74cf37c

Browse files
Merge pull request #463 from bsick223/team_brendan_jeffrey_patricia
Created a team page for Brendan, Jeffrey, and Patricia
2 parents e76b031 + c7965d3 commit 74cf37c

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

app.py

+4
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,10 @@ def team_bo_kevin_miller():
323323
def team_tyler_shubham_mikaella():
324324
return render_template('teams/tyler_shubham_mikaella.html')
325325

326+
@app.route("/team_bjp")
327+
def team_bjp():
328+
return render_template('teams/team_bjp.html')
329+
326330
@app.route("/abas_jake_mon")
327331
def team_abas_jake_mon():
328332
return render_template('teams/abas_jake_mon.html')

templates/students_2025.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ <h1> Summer 2025 Cohort </h1>
342342
<div class="student-name"> Jeffrey Cheung </div>
343343
<div> School: Cal Poly SLO </div>
344344
<p> What I'm most looking forward to about the CodeDay Labs internship is collaboration and industry relevant skills. </p>
345-
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
345+
<a href="team_bjp">Team Brendan, Jeffrey, Patricia</a>
346346
</div>
347347

348348
<div class="student-container">
@@ -507,7 +507,7 @@ <h1> Summer 2025 Cohort </h1>
507507
<div class="student-name"> Brendan Sick </div>
508508
<div> School: Grossmont College </div>
509509
<p> What I'm most looking forward to about the CodeDay Labs internship is getting the experience! </p>
510-
<a href="nat_uts">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
510+
<a href="team_bjp">Team Brendan, Jeffrey, Patricia</a>
511511
</div>
512512

513513

templates/teams/team_bjp.html

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<html>
2+
<head>
3+
4+
5+
</head>
6+
<body>
7+
We have traveled out of the U.S.
8+
</body>
9+
10+
11+
</html>
12+

0 commit comments

Comments
 (0)