-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontactme.html
117 lines (97 loc) · 4.57 KB
/
contactme.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
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!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">
<title>Vishnu Dhanda</title>
<link rel="stylesheet" href="css/bootstrap-grid.css">
<link rel="stylesheet" href="css/stylesheet.css">
<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=Inter:wght@300;400;500&display=swap" rel="stylesheet">
<link rel="java" href="img/loader">
<link rel="stylesheet" href="script.js">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<link rel="shortcut icon" href="img/VD.ico" type="image/x-icon">
</head>
<body onload="myFunction()">
<!-- partial:index.partial.html -->
<div id="loading">
</div>
<!-- partial -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/bodymovin/4.8.0/bodymovin.min.js'></script><script src="./script.js"></script>
<!-- Navigation -->
<section class="colour-start">
<nav class="navbar navbar-expand-lg bg-light navbar-light">
<div class="container">
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navmenu"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navmenu">
<ul class="navbar-nav ">
<li class="nav-item">
<a href="index.html" class="nav-link">HOME</a>
</li>
<li class="nav-item">
<a href="https://vishnudhanda.notion.site/Blog-Posts-40daecfa5d354f639f506e496b718861" class="nav-link">BLOG</a>
</li>
<li class="nav-item">
<a href="#BOOKNOTES" class="nav-link">CV</a>
</li>
<li class="nav-item">
<a href="https://www.linkedin.com/in/vishnudhanda/" class="nav-link">LINKEDIN</a>
</li>
<li class="nav-item">
<a style="color: #227cb5 !important;" href="#CONTACT" class="nav-link">CONTACT ME</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header>
<div class="container">
<div class="row">
<center><h2 class="contactme">CONTACT ME</h></center>
</header>
</section>
<section>
<div class="container contact_me_box">
<div class="row">
<div class="col sm">
<h3 class="h3contactme">I absolutely love meeting others, learning about their interests and sharing mine! So don't hesitate to reach out.</h3> <br>
<h3 class="h3contactme">You can reach me on my student email: <b><a>[email protected]</a></b> or my personal mail: <b><a>[email protected]</a></b>.</h3> <br>
<h3 class="h3contactme">Feel free also send me a direct message on instagram: <b><a href="https://www.instagram.com/pandavishnu/">@pandavishnu</a> </b>or Twitter: <b> <a href="https://twitter.com/Vishnu_Dhanda">@vishnu_dhanda</a></b> </h3>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row foot">
<div class="col-sm text-center">
<center>
<i style="font-size:24px" class="fa"> <a href="https://github.com/Vishnu-Dhanda"></a></i>
<i style="font-size:24px" class="fa"> <a href="https://www.linkedin.com/in/vishnudhanda/"></a></i>
<i style="font-size:24px" class="fa"> <a href="https://www.instagram.com/pandavishnu/"></a></i>
<i style="font-size:24px" class="fa"> <a href="https://twitter.com/Vishnu_Dhanda"></a></i>
</center>
<h3 class="footer-text">Designed and coded by Vishnu Dhanda 2021 </h3>
</div>
</div>
</div>
</footer>
<script>
var preloader = document.getElementById('loading');
setTimeout('document.getElementById("loading").style.display="none"', 1000); // 2 seconds
</script>
</body>
</html>