Skip to content

Commit 765b973

Browse files
Merge pull request #455 from johnny603/microinternship-c1
Made html file, had to use (add .) command to add files to staging area
2 parents 05c7a88 + 8f8f76f commit 765b973

File tree

3 files changed

+47
-1
lines changed

3 files changed

+47
-1
lines changed

templates/microinternship-c1.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
</head>
2+
<body>
3+
<header>
4+
<h1> Microinternship C - Team 1 </h1>
5+
</header>
6+
7+
<main>
8+
<h6>Members:</h6> <br>
9+
10+
<a href="https://github.com/johnny603">Johnny</a>
11+
<img src="JohnnySselfie.png">
12+
<br>
13+
14+
<a href="">Drake</a>
15+
<br>
16+
17+
<a href="">Jericho</a>
18+
<br>
19+
20+
<h6>Description:</h6>
21+
<p>(Content goes here)</p>
22+
</main>
23+
24+
<footer>
25+
<p>&copy; 2025 Johnny, Drake, Jericho. All rights reserved.</p>
26+
</footer>

templates/students_2024.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2102,7 +2102,27 @@ <h1> Summer 2024 Cohort </h1>
21022102
<p> What I'm most looking forward to about the CodeDay Labs internship is gaining experience on open-sources and making a contribution. </p>
21032103
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
21042104
</div>
2105+
2106+
<div class="student-container">
2107+
<div>
2108+
<img src="static/img/neenu_profiledp.jpeg">
2109+
</div>
2110+
<div class="student-name"> Neenu Antonny </div>
2111+
<div> School: SJSU </div>
2112+
<p> What I'm most looking forward to about the CodeDay Labs internship is an experience I can add to my resume. </p>
2113+
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
2114+
</div>
21052115

2116+
<div class="student-container">
2117+
<div>
2118+
<img src="static/img/neenu_profiledp.jpeg">
2119+
</div>
2120+
<div class="student-name"> Drake Hashimoto </div>
2121+
<div> School: CSU East Bay </div>
2122+
<p> What I'm most looking forward to about the CodeDay Labs internship is an experience I can add to my resume. </p>
2123+
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
2124+
</div>
2125+
21062126
</body>
21072127
</html>
21082128

templates/students_2025.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<h1> Summer 2025 Cohort </h1>
88
<div class="student-container">
99
<div>
10-
<img src="JohnnySselfie.png">
10+
<img src="Sselfie.pngJohnny">
1111
</div>
1212
<div class="student-name"> Johnny Santamaria </div>
1313
<div> School: San Francisco State University </div>

0 commit comments

Comments
 (0)