-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPortfolio.html
39 lines (36 loc) · 1.01 KB
/
Portfolio.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
<!DOCTYPE html>
<html>
<head>
<title>Portfolio</title>
</head>
<body>
<nav>
<ul>
<li class="logo-text">Prashant</li>
<li>
<ul>
<li><a href="#home"class="nav-link">HOME</a></li>
<li><a href="#Bio"class="nav-link">BIO</a></li>
<li><a href="#Portfolio"class="nav-link">Portfolio</a></li>
<li><a href="#Skills"class="nav-link">CLASS</a></li>
<li><a href="#Contact"class="nav-link">CONTACT</a></li>
</ul>
</li>
</ul>
</nav>
<header id="home">
<div>
<p>I Belive In</p>
<h1>EAT(); SLEEP(); CODE(); REPEAT();</h1>
</div>
</header>
<section id="bio">
<img src="./TNSIF-Logo-PNG.png" alt="photo">
<article>
<h2>Prashant Kalokhe</h2>
<p>
</p>
</article>
</section>
</body>
</html>