-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
70 lines (70 loc) · 3.16 KB
/
contact.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
<!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>contect:Creative_kushwahaji</title>
<link rel="stylesheet" href="contact.css">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="topnav" id="myTopnav">
<a href="index.html" >Home</a>
<a href="https://creativekushwahaji01.github.io/link-master.github.io/" target="_blank">Link-Master</a>
<a href="https://creativekushwahaji01.github.io/masscalculator.github.io/" target="_blank">Space Mass calculator</a>
<a href="contact.html" class="active">Contact</a>
<a href="about.html">About</a>
<a href="blog.html" >Blog</a>
<a href="https://creativekushwahaji01.github.io/mycv.github.io/">View CV</a>
<a href="./indeximage/MY RESUME.pdf" download>Download Resume</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars" style="
padding-bottom: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
"></i>
</a>
</div>
<script>
function myFunction() {
var x = document.getElementById("myTopnav");
if (x.className === "topnav") {
x.className += " responsive";
} else {
x.className = "topnav";
}
}
</script>
<div class="main">
<div class="mailbox">
<h1>
Mail to Creative_kushwahaji
</h1>
</div>
<div class="mailbox2">
<div class="mainmail">
<a href="mailto: [email protected]" style="text-decoration: none;">send a mail to owner for reporting your problem</a>
</div>
</div>
</div>
<footer>
<div class="mobile">
<h1>
You are just one click away from me😉
</h1>
</div>
<div class="icon1 ic" >
<a href="https://twitter.com/mahakalsons" style="font-size:calc(12px + 1.5vw);" target="_blank" class="fa fa-twitter"></a>
<a href="https://www.linkedin.com/in/dilip-kushwaha-777602257/" style="font-size:calc(12px + 1.5vw);" target="_blank" class="fa fa-linkedin"></a>
<a href="https://www.instagram.com/creative_kushwahaji/" style="font-size:calc(12px + 1.5vw);" target="_blank" class="fa fa-instagram"></a>
<a href="https://youtu.be/PgpA2Jj3Okw" style=" font-size:calc(12px + 1.5vw);;" target="_blank" class="fa fa-youtube"></a>
<a href="https://www.facebook.com/dilip.kushwaha.9693001/" style="font-size:calc(12px + 1.5vw);" target="_blank" class="fa fa-facebook"></a>
<a href="mailto: [email protected]" style="font-size:calc(12px + 1.5vw);" target="_blank" class="fa fa-envelope"></a>
<a href="https://github.com/creativekushwahaji" style="font-size:calc(12px + 1.5vw);" target="_blank" class="fa fa-github"></a>
</div>
</footer>
</body>
</html>