-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·46 lines (44 loc) · 1.25 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./index.css">
<title>html</title>
</head>
<body>
<header class="header">
<span class="logo zoom-animation"><sayooj/></span>
<nav>
<ul class="nav">
<li class="nav-option">
<a href="#" class="nav-link">home</a>
</li>
<li class="nav-option">
<a href="#" class="nav-link">about</a>
</li>
<li class="nav-option">
<a href="#" class="nav-link">achievements</a>
</li>
<li class="nav-option">
<a href="#" class="nav-link">contact</a>
</li>
</ul>
</nav>
</header>
<main>
<div class="contents">
<div class="aboutme">
<h1>Hello! , I'm <span class="name zoom-animation">Sayooj</span></h1>
<p>a web development enthusiast with a knack for creating seamless user experiences. Specializing in the MERN stack, I build responsive and dynamic websites that drive business success.
</p>
</div>
<div>
<img src="./images/Media_240407_155356.gif" class="gif" alt="a gif image">
</div>
</div>
</main>
<footer>
</footer>
</body>
</html>