Skip to content

Commit 738930c

Browse files
Merge branch 'main' into microinternship-c1
2 parents bc72c34 + b24e843 commit 738930c

File tree

8 files changed

+102
-4
lines changed

8 files changed

+102
-4
lines changed

app.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ def teamASC():
3232
def cohort_2025():
3333
return render_template('students_2025.html')
3434

35+
@app.route("/agam_asher_jiayi")
36+
def team_agam_asher_jiayi():
37+
return render_template('teams/agam_asher_jiayi.html')
38+
3539
@app.route("/shane_rashida_anthony")
3640
def team_shane_rashida_anthony():
3741
return render_template('teams/shane_rashida_anthony.html')
@@ -307,4 +311,8 @@ def team_tyler_shubham_mikaella():
307311

308312
@app.route("/microinternship-c1")
309313
def team_johnny_brent_drake():
310-
return render_template('teams/microinternship-c1.html')
314+
return render_template('teams/microinternship-c1.html')
315+
316+
@app.route("/ahmet-khang-aizen")
317+
def team_ahmet_khang_aizen():
318+
return render_template('teams/ahmet-khang-aizen.html')

static/img/Jiayi.jpg

617 KB
Loading

static/img/abas.jpg

664 KB
Loading

static/img/ahmet-khang-aizen.webp

1.1 MB
Loading

static/img/faviconTurtle.ico

15 KB
Binary file not shown.

templates/students_2025.html

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ <h1> Summer 2025 Cohort </h1>
161161
<div>School: UC Merced</div>
162162
<p>What I'm most looking forward to about the CodeDay Labs internship is learning about and gaining experience
163163
working with industry-relevant technologies and contributing to a meaningful open-source project.</p>
164+
<a href="ahmet-khang-aizen">Team Ahmet + Khang + Aizen</a>
164165
</div>
165166

166167

@@ -289,7 +290,7 @@ <h1> Summer 2025 Cohort </h1>
289290
<div class="student-name"> Ahmet Sahiner </div>
290291
<div> School: CCSF </div>
291292
<p> What I'm most looking forward to about the CodeDay internship is learning more about software engineering and gaining real world experience in that field. </p>
292-
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
293+
<a href="ahmet-khang-aizen">Team Ahmet + Khang + Aizen<br>(Turtles)</a>
293294
</div>
294295
<div class="student-container">
295296
<div>
@@ -348,7 +349,7 @@ <h1> Summer 2025 Cohort </h1>
348349
<div class="student-name"> Agamjot Singh </div>
349350
<div> School: San Jose State University</div>
350351
<p> What I'm most looking forward to about the CodeDay internship is more about open source techniques!</p>
351-
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
352+
<a href="agam_asher_jiayi">Team Agamjot, Asher, and Jiayi</a>
352353
</div>
353354

354355
<div class="student-container">
@@ -432,7 +433,7 @@ <h1> Summer 2025 Cohort </h1>
432433
<div class="student-name"> Asher Drake Alacar </div>
433434
<div> School: San Jose State University </div>
434435
<p> I am looking forward to gaining experience in a team environment contributing to a large project in CodeDay Labs! </p>
435-
<a href="nat_uts">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
436+
<a href="agam_asher_jiayi">Team Agamjot, Asher, and Jiayi</a>
436437
</div>
437438

438439
<div class="student-container">
@@ -455,5 +456,26 @@ <h1> Summer 2025 Cohort </h1>
455456
<a href="nat_uts">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
456457
</div>
457458

459+
460+
<div class="student-container">
461+
<div>
462+
<img src="static/img/Jiayi.jpg">
463+
</div>
464+
<div class="student-name"> Jiayi Chen </div>
465+
<div> School: CSU Fullerton </div>
466+
<p> What I'm most looking forward to about the CodeDay Labs internship is gaining hands-on experiences and meeting amazing people! </p>
467+
<a href="agam_asher_jiayi">Team Agam, Asher, Jiayi</a>
468+
</div>
469+
470+
<div class="student-container">
471+
<div>
472+
<img src="static/img/abas.jpeg">
473+
</div>
474+
<div class="student-name"> Abas Mohamed </div>
475+
<div> School: Grossmont College </div>
476+
<p> What I am most looking foward to about the CodeDay Lab internship is learning about open source and how to begin making contributions </p>
477+
<a href="nat_uts">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
478+
</div>
479+
458480
</body>
459481
</html>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<html>
2+
<head>
3+
<body>
4+
We all come from CSU, Agam, Asher, Jiayi
5+
</body>
6+
</head>
7+
</html>
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Team Ahmet + Khang + Aizen</title>
8+
<meta name="description" content="Welcome to Turtles team page! Discover more about our members, values, and vision.">
9+
<meta name="keywords" content="Turtles, Team, Collaboration, About Us, Team Page">
10+
<meta name="author" content="Ahmet Sahiner, Aizen Baidya, Khang Nguyen">
11+
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
12+
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous" />
13+
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
14+
<link rel="icon" href="./../static/img/faviconTurtle.ico">
15+
<link rel="preload" href="../../static/img/ahmet-khang-aizen.webp" as="image" />
16+
</head>
17+
18+
<body>
19+
<div class="container mt-2">
20+
<div class="text-center">
21+
<h1 class="text-primary">Team Ahmet + Khang + Aizen</h1>
22+
<h2 class="text-secondary">What do we have in common?</h2>
23+
<p class="text-warning">We all like turtles!</p>
24+
</div>
25+
26+
<div class="text-center">
27+
<img src="../../static/img/ahmet-khang-aizen.webp" style="width: 50%; height: 50%; border-radius: 16px"
28+
class="mb-2" />
29+
30+
<figure class="text-center">
31+
<blockquote class="blockquote">
32+
<p>
33+
Yesterday is history, Tomorrow is a mystery, but Today is a gift.
34+
That is why it is called the present.
35+
</p>
36+
</blockquote>
37+
<figcaption class="blockquote-footer">
38+
Oogway from <cite title="Source Title">Kung Fu Panda</cite>
39+
</figcaption>
40+
</figure>
41+
42+
<button type="button" class="btn btn-success" onClick="launchConfetti()">
43+
Surprise
44+
</button>
45+
46+
<a href="2025" class="btn btn-primary"> Go Back </a>
47+
</div>
48+
</div>
49+
50+
<script>
51+
function launchConfetti() {
52+
confetti({ particleCount: 1024, spread: 128, origin: { y: 0.8 } });
53+
}
54+
</script>
55+
56+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
57+
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
58+
crossorigin="anonymous"></script>
59+
</body>
60+
61+
</html>

0 commit comments

Comments
 (0)