Skip to content

Commit 7f24234

Browse files
committed
Added favicon and SEO tags ahmet-khang-aizen.html, and I added team page hyperlink below Ahmet Sahiner's bio
1 parent 03fd5b6 commit 7f24234

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

templates/students_2025.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ <h1> Summer 2025 Cohort </h1>
289289
<div class="student-name"> Ahmet Sahiner </div>
290290
<div> School: CCSF </div>
291291
<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>
292+
<a href="ahmet-khang-aizen">Team Ahmet + Khang + Aizen<br>(Turtles)</a>
293293
</div>
294294
<div class="student-container">
295295
<div>

templates/teams/ahmet-khang-aizen.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@
55
<meta charset="UTF-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<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">
811
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
912
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous" />
1013
<script src="https://cdn.jsdelivr.net/npm/canvas-confetti@1.6.0"></script>
14+
<link rel="icon" href="./../static/img/faviconTurtle.ico">
1115
<link rel="preload" href="../../static/img/ahmet-khang-aizen.webp" as="image" />
1216
</head>
1317

0 commit comments

Comments
 (0)