-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
131 lines (108 loc) · 5.13 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
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<html>
<head>
<title>Nitin : Contact</title>
<link rel=icon href=feather.png sizes="100x100" type="image/png">
<link rel="stylesheet" href="bootstrap.css" >
<link rel="stylesheet" href="menu_bar.css" >
<link rel="stylesheet" href="menu_bar.js" >
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/all.min.css" />
<link href="https://fonts.googleapis.com/css2?family=Merienda:wght@700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/all.min.css" />
<style>
body, html {
font-family: Papyrus,Fantasy;
color:black;
/* margin-top: 2%; */
}
.content_head{
text-align: center!important;
font-family: Copperplate, Fantasy, sans-serif;
height:25%;
padding-top: 20;
}
/* .div a{
color:rgb(12, 11, 11);
font-size: 30px;
padding-right: 30;
text-decoration: none
} */
button {
margin-top: 3%;
margin-left:33%;
width:30%;
color:white;
background-color: rgb(110, 169, 173) ;
font-size: 20px;
}
p{
letter-spacing: 2px!important;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
/* color:rgb(110, 169, 173); */
}
</style>
</head>
<body style="overflow-x: hidden;">
<!-- nav bar -->
<p id="BigNavbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About me</a></li>
<li><a href="experience_skills_projects.html">Experience, Skills & Projects</a></li>
<li><a href="contact.html" class="active">Contact</a></li>
</ul>
</p>
<div id="myNav" class="overlay">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()" > ×</a>
<div class="overlay-content">
<a href="index.html">Home</a>
<a href="about.html">About me</a>
<a href="experience_skills_projects.html">Experience, Skills & Projects</a>
<a href="contact.html">Contact</a>
</div>
</div>
<!-- Menu Bar -->
<script>
function openNav() {
document.getElementById("myNav").style.width = "100%";
}
function closeNav() {
document.getElementById("myNav").style.width = "0%";
}
</script>
<!-- Use any element to open/show the overlay navigation menu -->
<span onclick="openNav()">
<!-- Click on the Menu Icon to transform it to "X" -->
<div class="container" onclick="Open(this);" style="margin-right: 100%;">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
</span>
<!-- social Media icon -->
<div class=row>
<div class="col-md-12 col-sm-12 content_head " style= "background-color: rgb(110, 169, 173);" >
<h1 >Contact</h1><br>
</div>
</div>
<div class="col-md-12 col-sm-12 allfont" style="padding: 40;">
<!-- <p><strong>MOBILE NO - </strong> 9595316108 / 9403678131 </p> -->
<p> <strong>EMAIL - </strong>[email protected]</p>
</div>
<!-- email button -->
<a href="mailto:[email protected]">
<button class="allfont">Send an EMAIL</button>
</a>
<!-- social Media contacts -->
<div style="text-align: center;" >
<br><br>
<strong style="font-family:'Merienda', cursive">Have a magical Day! (:D</strong> <br>
<a href="https://www.linkedin.com/in/nitin-barai-aaa971109/" class="fab fa-linkedin"></a>
<a href="skype:live:.cid.83994f115daf14b6?chat, https://join.skype.com/invite/UIUUptU30eri" class="fab fa-skype"></a>
<a href="https://github.com/nitin-barai" class="fab fa-github"></a><br><br>
</div>
</body>
</html>