-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (32 loc) · 954 Bytes
/
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
<html>
<head>
<link rel="stylesheet" href="styles/index.css" />
<link rel="stylesheet" href="styles/style.css" />
<title>Arsalan Khattak - Portfolio</title>
</head>
<body>
<nav>
<h2>KhattakDev</h2>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/project.html">Project</a></li>
<li><a href="/about.html">About</a></li>
<li><a href="/contact.html">Contact</a></li>
</ul>
</nav>
<header>
<div class="header_content">
<p class="pre_text">I am</p>
<h1 class="hero_text">Arsalan</h1>
<p class="description">JavaScript Developer</p>
</div>
<img class="hero_image" src="assets/hero.jpeg" alt="Arsalan Khattak" />
<ul>
<li class="square square_1"></li>
<li class="square square_2"></li>
<li class="circle circle_1"></li>
<li class="circle circle_2"></li>
</ul>
</header>
</body>
</html>