Skip to content

Commit 7ccfd69

Browse files
Merge pull request #475 from A-Mundanilkunathil/kat
Mod1 Additions
2 parents d030554 + 1e9f23e commit 7ccfd69

File tree

4 files changed

+40
-3
lines changed

4 files changed

+40
-3
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
__pycache__/
1+
__pycache__/
2+
.venv/

app.py

+3
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,9 @@ def team_johnny_brent_drake():
327327
def team_ahmet_khang_aizen():
328328
return render_template('teams/ahmet-khang-aizen.html')
329329

330+
@app.route("/kat_aaron_will_jerry")
331+
def team_kat_aaron_will_jerry():
332+
return render_template('teams/team_kat_aaron_will_jerry.html')
330333

331334
@app.route("/sophia_phineas_aaron")
332335
def team_sophia_phineas_aaron():

templates/students_2025.html

+23-2
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ <h1> Summer 2025 Cohort </h1>
261261
<div class="student-name"> Jerry Nguyen </div>
262262
<div> School: San Jose State University </div>
263263
<p> What I'm most looking forward to about the CodeDay Labs internship is collaborating on an open-source project with like-minded peers. </p>
264-
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
264+
<a href="kat_aaron_will_jerry">Team Kat, Will, Aaron, Jerry</a>
265265
</div>
266266

267267
<div class="student-container">
@@ -290,7 +290,28 @@ <h1> Summer 2025 Cohort </h1>
290290
<div class="student-name"> Will Young </div>
291291
<div> School: San Francisco State University </div>
292292
<p> What I'm most looking forward to about the CodeDay Labs internship is gaining hands-on experiences and meeting amazing people! </p>
293-
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
293+
<a href="/team_kat_aaron_will_jerry">Team page</a>
294+
</div>
295+
296+
<div class="student-container">
297+
<div>
298+
<img src="static/img/powell_kayla.jpg">
299+
</div>
300+
<div class="student-name"> Kayla Powell </div>
301+
<div> School: San Francisco State University </div>
302+
<p> What I'm most looking forward to about the CodeDay Labs internship is gaining hands-on experiences and meeting amazing people! </p>
303+
<a href="/team_kat_aaron_will_jerry">Team page</a>
304+
</div>
305+
306+
<div class="student-container">
307+
<div>
308+
<img src="static/img/Aaron_Mundanilkunathil.png">
309+
</div>
310+
<div class="student-name"> Aaron Mundanilkunathil
311+
</div>
312+
<div> School: San Jose State University </div>
313+
<p> What I'm most looking forward to about the CodeDay Labs internship is gaining hands-on experiences and meeting amazing people! </p>
314+
<a href="/team_kat_aaron_will_jerry">Team page</a>
294315
</div>
295316

296317
<div class="student-container">
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<html>
2+
<head>
3+
4+
</head>
5+
6+
<body>
7+
We are all Juniors at University that live in California :).
8+
9+
</body>
10+
11+
12+
</html>

0 commit comments

Comments
 (0)