Skip to content

Commit b7103f0

Browse files
committed
Added more links then installed flask to run the app for testing purposes
1 parent 314a33d commit b7103f0

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

app.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,3 +305,6 @@ def team_bo_kevin_miller():
305305
def team_tyler_shubham_mikaella():
306306
return render_template('teams/tyler_shubham_mikaella.html')
307307

308+
@app.route("/microinternship-c1")
309+
def team_johnny_brent_drake():
310+
return render_template('teams/microinternship-c1.html')

templates/students_2025.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ <h1> Summer 2025 Cohort </h1>
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="./teams/microinternship-c1.html">Team Johnny, Drake, and Brent</a>
1516
</div>
1617
<div class="student-container">
1718
<div>
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ <h6>Members:</h6> <br>
1111
<img src="JohnnySselfie.png">
1212
<br>
1313

14-
<a href="">Drake</a>
14+
<a href="https://github.com/Asianpersuasion103">Drake</a>
1515
<img src="1721583951403 (3).jpg"
1616
<br>
1717

18-
<a href="">Jericho</a>
18+
<a href="https://github.com/brentjericho">Jericho</a>
19+
<p>add image</p>
1920
<br>
2021

2122
<h6>Description:</h6>
22-
<p>(Content goes here)</p>
23+
<p>Insert what we all have in common</p>
2324
</main>
2425

2526
<footer>

0 commit comments

Comments
 (0)