-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (30 loc) · 1020 Bytes
/
index.html
File metadata and controls
35 lines (30 loc) · 1020 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>A. M. Zayed Abdullah</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<canvas id="bgCanvas"></canvas>
<div class="container">
<h1 class="title">
<span class="glow-text">A. M. Zayed Abdullah</span>
</h1>
<h2 class="subtitle">Developer • Graphics Designer • Animator • Audio & Video Expert</h2>
<p class="intro">
Creating <span class="accent">immersive digital experiences</span> that blend
<b>code</b>, <b>motion</b>, and <b>sound</b> into innovation.
</p>
<div class="btn-group">
<a href="projects.html" class="btn primary">Explore Projects</a>
<a href="about.html" class="btn secondary">About Me</a>
</div>
</div>
<footer>
© 2025 Zayed | Built with ❤️ by <span class="accent">FullStackRig⚡</span>
</footer>
<script src="script.js"></script>
</body>
</html>