Skip to content

Commit d710f75

Browse files
feat: Add meta tags
1 parent e062262 commit d710f75

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

index.html

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@
55
<meta charset="UTF-8" />
66
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8+
<link rel="shortcut icon"
9+
href="https://cdn.bio.link/uploads/profile_pictures/2021-09-01/tE8wirBYKrXgipi0HP0GK69YD9TzfsDY.png"
10+
type="image/webp">
11+
<link rel="icon" href="https://cdn.bio.link/uploads/profile_pictures/2021-09-01/tE8wirBYKrXgipi0HP0GK69YD9TzfsDY.png"
12+
type="image/webp">
13+
<meta name="description"
14+
content="Pranay is currently a second year undergrad from India. He is enthusiastic about web development and Open-Source." />
15+
<meta property="og:title" content="Pranay Gupta" />
16+
<meta property="og:url" content="https://bio.link/thepranaygupta" />
17+
<meta property="og:description"
18+
content="Pranay is currently a second year undergrad from India. He is enthusiastic about web development and Open-Source." />
19+
<meta property="og:image:secure_url"
20+
content="https://cdn.bio.link/uploads/profile_pictures/2021-09-01/tE8wirBYKrXgipi0HP0GK69YD9TzfsDY.png" />
21+
<meta property="og:image"
22+
content="https://cdn.bio.link/uploads/profile_pictures/2021-09-01/tE8wirBYKrXgipi0HP0GK69YD9TzfsDY.png" />
23+
<meta property="profile:username" content="thepranaygupta" />
24+
<meta name="twitter:card" content="summary" />
25+
<meta name="twitter:title" content="Pranay Gupta" />
26+
<meta name="twitter:image"
27+
content="https://cdn.bio.link/uploads/profile_pictures/2021-09-01/tE8wirBYKrXgipi0HP0GK69YD9TzfsDY.png" />
28+
<meta name="twitter:url" content="https://bio.link/thepranaygupta" />
829
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.0/css/line.css" />
930
<link rel="stylesheet" href="./assets/css/swiper-bundle.min.css">
1031
<link rel="stylesheet" href="./assets/css/style.css" />
@@ -637,7 +658,7 @@ <h3 class="contact_title">Location</h3>
637658
</div>
638659
</div>
639660
<div class="contact_content">
640-
<label for="subject class=" contact_label">Subject</label>
661+
<label for="subject" class="contact_label">Subject</label>
641662
<input type="text" name="subject" class="contact_input" id="subject" required>
642663
</div>
643664
<div class="contact_content">
@@ -704,8 +725,6 @@ <h1 class="footer_title">Pranay Gupta</h1>
704725
<!-- Swiper JS -->
705726
<script src="./assets/js/swiper-bundle.min.js"></script>
706727

707-
<!-- <script src="https://www.gstatic.com/firebasejs/7.17.1/firebase.js"></script> -->
708-
709728
<script src="./assets/js/main.js"></script>
710729
</body>
711730

0 commit comments

Comments
 (0)