Skip to content

Commit 18f8e9f

Browse files
authored
Update index.html
1 parent 99b7df6 commit 18f8e9f

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>hackherway 100 Days, 100 Projects</title>
6+
<title>hackherway 100 Days, 200 Projects</title>
77

88
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
99
<style>
@@ -461,7 +461,7 @@
461461
<nav class="navbar">
462462
<div class="navbar-brand">
463463
<img src="https://i.pinimg.com/736x/1c/54/f7/1c54f7b06d7723c21afc5035bf88a5ef.jpg" alt="Logo">
464-
<span>hackherway 100 DAYS. 100 PROJECTS</span>
464+
<span>hackherway 100 DAYS, 200 PROJECTS</span>
465465
</div>
466466
<div class="buttons">
467467
<button id="themeToggle" title="Toggle Theme">
@@ -471,7 +471,7 @@
471471
</nav>
472472

473473
<section class="hero-section">
474-
<h1 class="hero-title">hackherway 100 Days, 100 Projects</h1>
474+
<h1 class="hero-title">hackherway 100 Days, 200 Projects</h1>
475475
<p class="hero-subtitle">A Coding Noob's Journey Through Web Frontend Development Excellence</p>
476476

477477
<div class="search-container">
@@ -509,7 +509,7 @@ <h1 class="hero-title">hackherway 100 Days, 100 Projects</h1>
509509
<div class="footer-content">
510510
<div>
511511
<h3>About</h3>
512-
<p>This repository contains 112 web projects from basic to intermediate using HTML, CSS, and JS.</p>
512+
<p>This repository contains 200+ web projects from basic to intermediate using HTML, CSS, and JS.</p>
513513
<p><strong>&copy; 2025 100 Days, 100 Projects</strong> by d0midigi|hackherway and Contributors.</p>
514514
</div>
515515
<div>
@@ -537,3 +537,4 @@ <h3>Connect With Us</h3>
537537
</body>
538538

539539
</html>
540+

0 commit comments

Comments
 (0)