-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (52 loc) · 2.17 KB
/
Copy pathindex.html
File metadata and controls
52 lines (52 loc) · 2.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>LAUNCHED Global Internship Project</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
<h1>LAUNCHED Global Internship Project</h1>
<h3>Submitted Projects - June Batch 2025</h3>
</header>
<main class="project-list">
<a href="Project-lists/Project-01/" class="project-item"
>Portfolio Website — Semantic HTML + Basic CSS</a
>
<a href="Project-lists/Project-02/" class="project-item"
>Product Landing Page — Box Model Layout</a
>
<a href="Project-lists/Project-03/" class="project-item"
>Blog Post Template — Semantic Tags</a
>
<a href="Project-lists/Project-04/" class="project-item"
>Grid Gallery — Responsive Image Grid</a
>
<a href="Project-lists/Project-05/" class="project-item"
>Sticky Navbar Page — Smooth Scroll</a
>
<a href="Project-lists/Project-06/" class="project-item"
>E-commerce Product List — Add to Cart</a
>
<a href="Project-lists/Project-07/" class="project-item"
>About Us Page — History, Mission, Team</a
>
<a href="Project-lists/Project-08/" class="project-item"
>Blog Homepage — Articles & Links</a
>
<a href="Project-lists/Project-09/" class="project-item"
>FAQ Section — Styled Questions & Answers</a
>
<a href="Project-lists/Project-10/" class="project-item"
>Services Page — Responsive Cards</a
>
<h2 id="practice-projects-heading">Practice Projects</h2>
<a href="Practice-projects/Project-01/" class="project-item">Digital Clock Web App — Real-time clock with features</a>
<a href="Practice-projects/Project-02/" class="project-item">Personal Portfolio Website — Modern & Responsive</a>
<a href="Practice-projects/Project-03/" class="project-item">To-Do List Web App — Dynamic & Persistent</a>
<a href="Practice-projects/Project-04/" class="project-item">KBC Quiz Game — Interactive & Challenging</a>
</main>
</body>
</html>