Skip to content

Commit 661bea5

Browse files
Merge pull request #462 from johnny603/microinternship-c1
CTI Microinternship C - Week 1
2 parents b24e843 + 738930c commit 661bea5

File tree

6 files changed

+42
-31
lines changed

6 files changed

+42
-31
lines changed

1721583951403 (3).jpg

10.6 KB
Loading

app.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,10 @@ def team_bo_kevin_miller():
309309
def team_tyler_shubham_mikaella():
310310
return render_template('teams/tyler_shubham_mikaella.html')
311311

312+
@app.route("/microinternship-c1")
313+
def team_johnny_brent_drake():
314+
return render_template('teams/microinternship-c1.html')
315+
312316
@app.route("/ahmet-khang-aizen")
313317
def team_ahmet_khang_aizen():
314318
return render_template('teams/ahmet-khang-aizen.html')

static/img/Sselfie.pngJohnny

3.4 MB
Binary file not shown.

templates/microinternship-c1.html

Lines changed: 0 additions & 26 deletions
This file was deleted.

templates/students_2025.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
77
<h1> Summer 2025 Cohort </h1>
88
<div class="student-container">
99
<div>
10-
<img src="Sselfie.pngJohnny">
10+
<img src="static/img/JohnnySselfie.png">
1111
</div>
1212
<div class="student-name"> Johnny Santamaria </div>
1313
<div> School: San Francisco State University </div>
1414
<p> What I am most looking forward to collab with other students to increase my technical soft and hard skills </p>
15+
<a href="microinternship-c1">Team Johnny, Drake, and Brent</a>
1516
</div>
1617
<div class="student-container">
1718
<div>
@@ -95,10 +96,10 @@ <h1> Summer 2025 Cohort </h1>
9596

9697
<img src="static/img/IMG_5733.jpeg">
9798
</div>
98-
<div class="student-name"> Brent Uyguangco </div>
99-
<div> School: El Camino College </div>
100-
<p> I am excited to be a part of CTI's open source partnership with CodeDay, hoping to make a positive contribution to the best of my abilities </p>
101-
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
99+
<div class="student-name"> Brent Jericho Uyguangco </div>
100+
<div> School: California State University -- Dominguez Hills </div>
101+
<p> I am excited to be a part of CTI's open source partnership with CodeDay, hoping to make a positive contribution to the best of my abilities. </p>
102+
<a href="microinternship-c1">Team Johnny, Drake, and Brent</a>
102103
</div>
103104

104105
<div class="student-container">
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<html>
2+
</head>
3+
<body>
4+
<header>
5+
<h1> Microinternship C - Team 1 </h1>
6+
</header>
7+
8+
<main>
9+
<h6>Members:</h6> <br>
10+
11+
<a href="https://github.com/johnny603">Johnny</a>
12+
<img src="static/img/JohnnySselfie.png" width="50" height="50">
13+
<br>
14+
15+
<a href="https://github.com/Asianpersuasion103">Drake</a>
16+
<img src="1721583951403 (3).jpg">
17+
<br>
18+
19+
<a href="https://github.com/brentjericho">Jericho</a>
20+
<img src="file:///C:/Users/brent/Downloads/IMG_5816%20(1).jpeg">
21+
<br>
22+
23+
<h6>Description:</h6> <br>
24+
<p>All of us are from California</p>
25+
</main>
26+
27+
<footer>
28+
<p>&copy; 2025 Johnny, Drake, Brent. All rights reserved.</p>
29+
</footer>
30+
31+
<body>
32+
<html>

0 commit comments

Comments
 (0)