Skip to content

Commit bc72c34

Browse files
committed
git
1 parent 7c869c1 commit bc72c34

File tree

3 files changed

+29
-25
lines changed

3 files changed

+29
-25
lines changed

static/img/Sselfie.pngJohnny

3.4 MB
Binary file not shown.

templates/students_2025.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +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="./teams/microinternship-c1.html">Team Johnny, Drake, and Brent</a>
15+
<a href="microinternship-c1">Team Johnny, Drake, and Brent</a>
1616
</div>
1717
<div class="student-container">
1818
<div>
@@ -99,7 +99,7 @@ <h1> Summer 2025 Cohort </h1>
9999
<div class="student-name"> Brent Jericho Uyguangco </div>
100100
<div> School: California State University -- Dominguez Hills </div>
101101
<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="./teams/microinternship-c1.html">Team Johnny, Drake, and Brent</a>
102+
<a href="microinternship-c1">Team Johnny, Drake, and Brent</a>
103103
</div>
104104

105105
<div class="student-container">
Lines changed: 26 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,32 @@
1-
</head>
2-
<body>
3-
<header>
4-
<h1> Microinternship C - Team 1 </h1>
5-
</header>
1+
<html>
2+
</head>
3+
<body>
4+
<header>
5+
<h1> Microinternship C - Team 1 </h1>
6+
</header>
67

7-
<main>
8-
<h6>Members:</h6> <br>
8+
<main>
9+
<h6>Members:</h6> <br>
910

10-
<a href="https://github.com/johnny603">Johnny</a>
11-
<img src="JohnnySselfie.png">
12-
<br>
11+
<a href="https://github.com/johnny603">Johnny</a>
12+
<img src="static/img/JohnnySselfie.png" width="50" height="50">
13+
<br>
1314

14-
<a href="https://github.com/Asianpersuasion103">Drake</a>
15-
<img src="1721583951403 (3).jpg">
16-
<br>
15+
<a href="https://github.com/Asianpersuasion103">Drake</a>
16+
<img src="1721583951403 (3).jpg">
17+
<br>
1718

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

22-
<h6>Description:</h6>
23-
<p>All of us are from California</p>
24-
</main>
23+
<h6>Description:</h6> <br>
24+
<p>All of us are from California</p>
25+
</main>
2526

26-
<footer>
27-
<p>&copy; 2025 Johnny, Drake, Brent. All rights reserved.</p>
28-
</footer>
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)