-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
72 lines (72 loc) · 4.21 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
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="Priyanshi Agrawal | Developer | Designer | Explorer | Links" />
<meta property="og:site_name" content="Priyanshi Agrawal | Developer | Designer | Explorer | Links" />
<meta property="og:url" content="https://priyanshi.co/" />
<meta property="og:description" content="This is landing page for Priyanshi Agrawal, a Developer, a Designer and an Explorer." />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://i.imgur.com/v5KS19zl.jpg" />
<meta name="title" content="Priyanshi Agrawal | Developer | Designer | Explorer | Links" />
<meta name="description" content="This is landing page for Priyanshi Agrawal, a Developer, a Designer and an Explorer." />
<meta name="keywords" content="Priyanshi Agrawal, Priyanshi, Agrawal, LinkTree, Links" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://priyanshi.co/" />
<meta property="twitter:title" content="Priyanshi Agrawal | Developer | Designer | Explorer | Links" />
<meta property="twitter:description" content="This is landing page for Priyanshi Agrawal, a Developer, a Designer and an Explorer." />
<meta property="twitter:image" content="https://i.imgur.com/v5KS19zl.jpg" />
<link rel="shortcut icon" type="image/png" href="https://i.imgur.com/v5KS19zl.jpg" />
<title>Priyanshi Agrawal | Links</title>
<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=Baloo+2:wght@400;600&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" />
<link href="./style.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="col-12">
<img src="plant1.png" alt="" class="plant" id="plant1">
<img src="plant2.png" alt="" class="plant" id="plant2">
<div class="m-3 text-center">
<img src="avatar.jpeg" alt="Priyanshi Agrawal" class="rounded-circle img-thumbnail" width="200" height="200" />
<h1>Priyanshi Agrawal</h1>
<h2>Developer | Designer | Explorer</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-12 col-lg-6 offset-lg-3 mt-4">
<div class="list-group">
<h3 href="#" class="list-group-item">Let's get connected</h3>
<a href="https://www.linkedin.com/in/priyanshi-agrawal-88b6341bb" class="list-group-item list-group-item-action" target="_blank">
<span class="icon-wrapper"><i class="fab fa-linkedin"></i></span>
LinkedIn
</a>
<a href="https://github.com/priyanshi1282" class="list-group-item list-group-item-action" target="_blank">
<span class="icon-wrapper"><i class="fab fa-github-square"></i></span>
Github
</a>
<a href="mailto:[email protected]" class="list-group-item list-group-item-action" target="_blank">
<span class="icon-wrapper"><i class="fas fa-envelope"></i></span>
Email
</a>
<a href="https://twitter.com/priyanshi1282" class="list-group-item list-group-item-action" target="_blank">
<span class="icon-wrapper"><i class="fab fa-twitter-square"></i></span>
Twitter
</a>
<a href="https://www.instagram.com/priyanshiagrawal1282/" class="list-group-item list-group-item-action" target="_blank">
<span class="icon-wrapper"><i class="fab fa-instagram"></i></span>
Instagram
</a>
</div>
</div>
</div>
</div>
</body>
</html>