-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (36 loc) · 1.22 KB
/
Copy pathindex.html
File metadata and controls
36 lines (36 loc) · 1.22 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>My Portfolio</title>
<link href="style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<section id="main">
<nav>
<a href="#" class="logo">
<img src="https://w7.pngwing.com/pngs/131/330/png-transparent-technology-programming-language-programmer-computer-icons-technology-electronics-logo-head.png" alt="Logo">
</a>
<span class="menu-space"></span>
<ul class="menu">
<li><a href="#">Home</a></li>
<li><a href="#">Skills</a></li>
<li><a href="#">Recent</a></li>
<li><a href="#">Client</a></li>
<li><a href="#">Contact</a></li>
</ul>
<a href="#" class="hey"><strong>Hi Folks!</strong></a>
</nav>
</section>
<div class="Content">
<div class="image">
<img src="https://img.theweek.in/content/dam/week/news/sci-tech/images/2019/10/9/live-coding.jpg" alt="shivangi">
</div>
<div class="main-text">
<h1>Hello, I am Shivangi</h1>
<p>Let's dive deep into the world of 0's and 1's</p>
<a href="#" class="resume-btn">see my resume</a>
</div>
</div>
</body>
</html>