Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added 1721583951403 (3).jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,10 @@ def team_bo_kevin_miller():
def team_tyler_shubham_mikaella():
return render_template('teams/tyler_shubham_mikaella.html')

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

@app.route("/ahmet-khang-aizen")
def team_ahmet_khang_aizen():
return render_template('teams/ahmet-khang-aizen.html')
Binary file added static/img/Sselfie.pngJohnny
Binary file not shown.
26 changes: 0 additions & 26 deletions templates/microinternship-c1.html

This file was deleted.

11 changes: 6 additions & 5 deletions templates/students_2025.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
<h1> Summer 2025 Cohort </h1>
<div class="student-container">
<div>
<img src="Sselfie.pngJohnny">
<img src="static/img/JohnnySselfie.png">
</div>
<div class="student-name"> Johnny Santamaria </div>
<div> School: San Francisco State University </div>
<p> What I am most looking forward to collab with other students to increase my technical soft and hard skills </p>
<a href="microinternship-c1">Team Johnny, Drake, and Brent</a>
</div>
<div class="student-container">
<div>
Expand Down Expand Up @@ -95,10 +96,10 @@ <h1> Summer 2025 Cohort </h1>

<img src="static/img/IMG_5733.jpeg">
</div>
<div class="student-name"> Brent Uyguangco </div>
<div> School: El Camino College </div>
<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>
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
<div class="student-name"> Brent Jericho Uyguangco </div>
<div> School: California State University -- Dominguez Hills </div>
<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>
<a href="microinternship-c1">Team Johnny, Drake, and Brent</a>
</div>

<div class="student-container">
Expand Down
32 changes: 32 additions & 0 deletions templates/teams/microinternship-c1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<html>
</head>
<body>
<header>
<h1> Microinternship C - Team 1 </h1>
</header>

<main>
<h6>Members:</h6> <br>

<a href="https://github.com/johnny603">Johnny</a>
<img src="static/img/JohnnySselfie.png" width="50" height="50">
<br>

<a href="https://github.com/Asianpersuasion103">Drake</a>
<img src="1721583951403 (3).jpg">
<br>

<a href="https://github.com/brentjericho">Jericho</a>
<img src="file:///C:/Users/brent/Downloads/IMG_5816%20(1).jpeg">
<br>

<h6>Description:</h6> <br>
<p>All of us are from California</p>
</main>

<footer>
<p>&copy; 2025 Johnny, Drake, Brent. All rights reserved.</p>
</footer>

<body>
<html>