-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (66 loc) · 1.96 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
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<meta charset="utf-8" />
<title>Ganesh</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="./css/about.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r121/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.birds.min.js"></script>
<script type="text/javascript" src="./js/vanta.js"></script>
</head>
<body>
<div id="preloader"></div>
<div id="vanta"></div>
<main class="animated">
<header>
<img src="./images/ganesh.jpg" />
<h1>@ganeshbabu___</h1>
<div class="typewriter">
<h2>🤡 Mistaker | Listener | Dreamer 💭</h2>
</div>
</header>
<ul>
<li>
<a href="https://www.instagram.com/ganeshbabu___/">
<img src="./images/instagram.png" alt="Instagram" width="20" />
Instagram
</a>
</li>
<li>
<a href="mailto:[email protected]">
<img src="./images/mail.png" alt= "E-mail" width="20" />
Mail
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/ganeshbabu25">
<img src="./images/linkedin.svg" alt="Linkedin" width="20" />
Linkedin
</a>
</li>
<li>
<a href="https://github.com/ganeshbabugb">
<img src="./images/github.svg" alt="GitHub" width="18" />
GitHub
</a>
</li>
<!--
<li>
<a href="https://wa.me/+917010144395/">
<img src="./images/whatsapp.png" alt="WhatsApp" width="20" />
Whatsapp
</a>
</li>
-->
</ul>
</main>
</body>
<script>
var loader = document.getElementById("preloader");
window.addEventListener("load",function(){
loader.style.display = "none";
})
</script>
</html>