Skip to content

Commit 6f17668

Browse files
authored
Update index.html
1 parent 09189d7 commit 6f17668

File tree

1 file changed

+99
-1
lines changed

1 file changed

+99
-1
lines changed

index.html

Lines changed: 99 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,102 @@
1616
<header class="hero-outer">
1717
<div class="container hero-inner">
1818
<div class="logo-wrap">
19-
<img src="images/WhatsApp Image 2025-10-12 at 10.57.51 PM.jpeg" alt="SCode logo" class="hero-
19+
<img src="images/WhatsApp Image 2025-10-12 at 10.57.51 PM.jpeg" alt="SCode logo" class="hero-logo">
20+
</div>
21+
<div class="hero-text">
22+
<h1 class="name">SCode</h1>
23+
<p class="tagline"><span id="typed"></span></p>
24+
<div class="hero-cta">
25+
<a class="btn primary" id="whatsappBtn" href="https://wa.me/233555578864" target="_blank" rel="noopener">Hire Me (WhatsApp)</a>
26+
<a class="btn ghost" href="https://github.com/SCodeGit" target="_blank" rel="noopener">View GitHub</a>
27+
</div>
28+
</div>
29+
</div>
30+
<div class="hero-watermark">
31+
<img src="images/WhatsApp Image 2025-10-12 at 10.57.52 PM.jpeg" alt="watermark" />
32+
</div>
33+
</header>
34+
35+
<!-- About -->
36+
<section class="section about" id="about">
37+
<div class="container">
38+
<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>
40+
</div>
41+
</section>
42+
43+
<!-- Projects -->
44+
<section class="section projects" id="projects">
45+
<div class="container">
46+
<h2>Selected Projects</h2>
47+
<div class="projects-grid">
48+
<a class="project-card" href="https://scodegit.github.io/pacesettersfoundation.github.io/" target="_blank" rel="noopener">
49+
<img src="images/WhatsApp Image 2025-10-12 at 10.57.53 PM.jpeg" alt="Pacesetters">
50+
<div class="project-body">
51+
<h3>Pacesetters Foundation</h3>
52+
<p>Multi-page NGO site: donations, programs, and team profiles.</p>
53+
</div>
54+
</a>
55+
<div class="project-card placeholder">
56+
<div class="project-body">
57+
<h3>Project Two</h3>
58+
<p>Coming soon — demo and case study will be added here.</p>
59+
</div>
60+
</div>
61+
<div class="project-card placeholder">
62+
<div class="project-body">
63+
<h3>Project Three</h3>
64+
<p>Coming soon — demo and case study will be added here.</p>
65+
</div>
66+
</div>
67+
</div>
68+
</div>
69+
</section>
70+
71+
<!-- Contact -->
72+
<section class="section contact" id="contact">
73+
<div class="container">
74+
<h2>Contact</h2>
75+
<div class="contact-grid">
76+
<div class="contact-card">
77+
<h3>Get in touch</h3>
78+
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
79+
<p>WhatsApp: <a href="https://wa.me/233555578864" target="_blank" rel="noopener">+233 55 557 8864</a></p>
80+
<p>Facebook: <a href="https://www.facebook.com/people/Atubra-Abraham/100072576882412/" target="_blank" rel="noopener">Atubra Abraham</a></p>
81+
<p>GitHub: <a href="https://github.com/SCodeGit" target="_blank" rel="noopener">SCodeGit</a></p>
82+
</div>
83+
<div class="contact-card">
84+
<h3>Message</h3>
85+
<form action="mailto:[email protected]" method="post" enctype="text/plain">
86+
<input name="name" placeholder="Your name" required>
87+
<input name="email" type="email" placeholder="Your email" required>
88+
<textarea name="message" rows="4" placeholder="Your message" required></textarea>
89+
<button class="btn primary" type="submit">Send Email</button>
90+
</form>
91+
</div>
92+
</div>
93+
</div>
94+
</section>
95+
96+
<!-- Footer -->
97+
<footer class="footer">
98+
<div class="container footer-inner">
99+
<div class="left">
100+
<strong>SCode</strong><br>
101+
<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>
103+
</small>
104+
</div>
105+
<div class="right social-links">
106+
<a href="https://github.com/SCodeGit" target="_blank" rel="noopener">GitHub</a>
107+
<a href="https://www.facebook.com/people/Atubra-Abraham/100072576882412/" target="_blank" rel="noopener">Facebook</a>
108+
<a href="https://wa.me/233555578864" target="_blank" rel="noopener">WhatsApp</a>
109+
</div>
110+
</div>
111+
</footer>
112+
113+
<button id="topBtn" title="Back to top"></button>
114+
115+
<script src="script.js"></script>
116+
</body>
117+
</html>

0 commit comments

Comments
 (0)