-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
100 lines (93 loc) · 3.93 KB
/
index.html
File metadata and controls
100 lines (93 loc) · 3.93 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
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Vinayak Singh | Social Links</title>
<link rel="preload" href="Images/logo.webp" as="image">
<link rel="preload" href="style.css" as="style">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preload" href="Images/rain-min.png" as="image" type="image/png">
<link rel="stylesheet" href="style.css">
<link
href="https://fonts.googleapis.com/css2?family=Newsreader:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap"
rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Explore Vinayak Singh | Web Presence with Link Tree">
<meta property="og:description"
content="This website is designed as a link tree provides the ultimate hub for exploring Vinayak Singh's web presence. Visitors can easily access all his social media profiles, portfolio, and GitHub account in one convenient location. The clean and simple layout of the website makes it easy for users to navigate and find the information they need without any hassle."
name="description">
<meta property="og:image" content="Images\logo.webp">
<link rel="icon" href="https://vinayaksingh.com/Images/favicon.webp">
</head>
<body>
<div class="rain">
<div class="lightining">
<div class="profile">
<img src="Images\logo.webp" alt="Profile Photo">
<h1 style="height: 20px;">Vinayak Singh <img src="Images\verified.svg" alt="Verifiedimage" class="Verifiedimage" style="
height: 25px;
"></h1>
<div style="text-align:center;">
<p>Web Developer, Geeky + Visionary💻✨</p>
</div>
</div>
<h2 style="height: 15px;">My Links</h2>
<div class="container">
<a href="https://vinayaksingh.com" class="link" target="_blank">
<img src="Images\favicon.svg" alt="Portfolio Icon">
<h3>Portfolio</h3>
<p>View Past Project</p>
</a>
<a href="https://www.linkedin.com/in/CodeVinayak" class="link" target="_blank">
<img src="Images\linkedin.svg" alt="LinkedIn Icon">
<h3>LinkedIn</h3>
<p>Connect on LinkedIn</p>
</a>
<a href="https://ai.vinayaksingh.com/" class="link" target="_blank">
<img src="Images\VinayakAI.webp" alt="LinkedIn Icon">
<h3>Ask VinayakAI</h3>
<p>Curious about Vinayak?</p>
</a>
<a href="https://msng.link/o/?codevinayak=tg" class="link" target="_blank">
<img src="Images\telegram.svg" alt="Telegram Icon">
<h3>Telegram</h3>
<p>Connect on Telegram</p>
</a>
<a href="https://www.instagram.com/vinayaksingh.in" class="link" target="_blank">
<img src="Images\instagram.svg" alt="Instagram Icon">
<h3>Instagram</h3>
<p>Follow on Instagram</p>
</a>
<a href="https://github.com/CodeVinayak/" class="link" target="_blank">
<img src="Images\github.svg" alt="GitHub Icon">
<h3>Github</h3>
<p>View code on Github</p>
</a>
<a href="https://www.twitter.com/CodeVinayak" class="link" target="_blank">
<img src="Images\x.svg" alt="X (Twitter) Icon">
<h3>X (Twitter)</h3>
<p>Follow on X</p>
</a>
<a href="https://open.spotify.com/user/31iuot7zuejc5hujej4ouhr4c4qy?si=cUBhv1GhTDqyhGY6jw9hMA"
class="link" target="_blank">
<img src="Images\spotify.svg" alt="Spotify Icon">
<h3>Spotify</h3>
<p>Listen to my playlists</p>
</a>
<a href="https://www.youtube.com/@CodeVinayak/videos" class="link" target="_blank">
<img src="Images\youtube.svg" alt="YouTube Icon">
<h3>YouTube</h3>
<p>Subscribe to channel</p>
</a>
</div>
<div class="whatsapp">
<a href="https://api.whatsapp.com/send/?phone=%2B919630576848&text=Hi+Vinayak%2C+I+found+your+contact+through+your+link+in+bio+website.%0A%0A"
target="_blank">
<img src="Images\whatsapp.svg" alt="WhatsApp">
</a>
</div>
</div>
</div>
</body>
</html>