-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (62 loc) · 2.66 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@100;400;700&family=Poppins:wght@200&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap" rel="stylesheet">
<title>Portfolio</title>
</head>
<body style="background-color:black;">
<header>
<div class="container">
<nav class="flex items-centre justify-between">
<div class="left flex justfiy-right">
<div>
<a>Home</a>
<a href="about_me.html">About</a>
<a href="Skills.html">Skills and Experiences</a></li>
<a href="awards.html">Awards and Recognition</a>
<a href="bestworks.html">Selected Best Works</a>
<a href="photogallery.html">Photos</a>
<a href="articles.html">My articles</a>
<a href="projects.html">My projects</a>
</div>
</div>
<div class="right">
<button class="btn btn-primary"><a href="contact.html">Contact</a></button>
</div>
</nav>
</div>
</header>
<div class="hero flex items-centre justify-between">
<div class="left flex-1 justify-center">
<img src="EMA_1691134517783.jpg" alt="Profile">
</div>
<div class="right flex-1">
<h6>Shipra Singh</h6>
<h1><br> <span>Hi,I am Shipra! <br>
</span></h1>
<div>
<button class="btn btn-secondary"><a href="cv.html">DOWNLOAD CV</a></button><br><br>
<p style="text-align:left;">
<a href="#"><img src="social-facebook-2019-circle-512.webp" width="40px"></a>
<a href="#"><img src="Instagram_logo_2016.svg.webp" width="40px"></a>
<a href="#"><img src="linkedin-icon-1024x1024-net2o24e.png" width="40px"></a>
<a href="#"><img src="new-2023-twitter-logo-x-icon-design_1017-45418.avif" width="40px"></a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</body>
</html>