Skip to content

Commit 2a5b991

Browse files
authored
Update index.html
1 parent b0ee2e4 commit 2a5b991

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

index.html

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,25 @@
66
<title>SCode — Developer Portfolio</title>
77
<link rel="stylesheet" href="style.css" />
88
<meta name="description" content="SCode — Web developer. Creative developer passionate about design, code, and user experience." />
9+
10+
<!-- Optional: favicon -->
11+
<link rel="icon" href="images/favicon.ico" type="image/x-icon" />
12+
13+
<!-- Theme preference for system detection -->
14+
<meta name="color-scheme" content="light dark">
915
</head>
10-
<body>
1116

17+
<body class="light-theme">
1218
<!-- Theme toggle -->
13-
<div class="theme-toggle" id="themeToggle" title="Toggle light / dark" aria-label="Toggle theme">🌙</div>
19+
<button class="theme-toggle" id="themeToggle" title="Toggle light/dark" aria-label="Toggle theme">🌙</button>
1420

1521
<!-- Header / Hero -->
1622
<header class="hero-outer">
1723
<div class="container hero-inner">
1824
<div class="logo-wrap">
19-
<img src="images/WhatsApp Image 2025-10-12 at 10.57.51 PM.jpeg" alt="SCode logo" class="hero-logo">
25+
<a href="index.html">
26+
<img src="images/WhatsApp Image 2025-10-12 at 10.57.51 PM.jpeg" alt="SCode logo" class="hero-logo">
27+
</a>
2028
</div>
2129
<div class="hero-text">
2230
<h1 class="name">SCode</h1>
@@ -36,7 +44,7 @@ <h1 class="name">SCode</h1>
3644
<section class="section about" id="about">
3745
<div class="container">
3846
<h2>About</h2>
39-
<p>Hi — I’m <strong>SCode</strong>, a creative developer passionate about design, code, and user experience. I build clean, responsive websites for NGOs, startups and businesses.</p>
47+
<p>Hi — I’m <strong>SCode</strong>, a creative developer passionate about design, code, and user experience. I build clean, responsive websites for NGOs, startups, and businesses.</p>
4048
</div>
4149
</section>
4250

@@ -99,7 +107,7 @@ <h3>Message</h3>
99107
<div class="left">
100108
<strong>SCode</strong><br>
101109
<small>© 2025 All Rights Reserved — built by
102-
<a class="dev-link" href="https://scodegit.github.io/scode.git.io/" target="_blank" rel="noopener">SCode</a>
110+
<a class="dev-link" href="index.html">SCode</a>
103111
</small>
104112
</div>
105113
<div class="right social-links">
@@ -112,6 +120,8 @@ <h3>Message</h3>
112120

113121
<button id="topBtn" title="Back to top"></button>
114122

123+
<!-- Script -->
115124
<script src="script.js"></script>
116125
</body>
117126
</html>
127+

0 commit comments

Comments
 (0)