Skip to content

Commit 1940b2d

Browse files
Some extra things to commit, HTML File has boilerplate code atm
1 parent 280575d commit 1940b2d

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

templates/microinternship-c1.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Document</title>
7+
</head>
8+
<body>
9+
10+
</body>
11+
</html>

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

0 commit comments

Comments
 (0)