-
Notifications
You must be signed in to change notification settings - Fork 12
/
contact-us.html
235 lines (203 loc) · 9.7 KB
/
contact-us.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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Contact-Us</title>
<!-- core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/animate.min.css" rel="stylesheet">
<link href="css/prettyPhoto.css" rel="stylesheet">
<link href="css/owl.carousel.min.css" rel="stylesheet">
<link href="css/icomoon.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<link rel="shortcut icon" href="images/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="images/ico/apple-touch-icon-57-precomposed.png">
<style>
li.dropdown {
display: inline-block;
}
.dropdown:hover .dropbtn {
background-color: red;}
.dropdown-content {
display: none;
position: absolute;
background-color:#f1f1f1;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1000;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
.dropdown-content a:hover {background-color: red;}
.dropdown:hover .dropdown-content {
display: block;
}
</style>
</head>
<!--/head-->
<body>
<header id="header">
<nav class="navbar navbar-inverse" role="banner">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img src="images/nssweb.png" alt="logo" style="width: 150px; height: auto;"></a>
</div>
<div class="collapse navbar-collapse navbar-right">
<ul class="nav navbar-nav">
<li><a href="index.html"><b>Home</b></a></li>
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn"><b>Cells</b></a>
<div class="dropdown-content">
<a href="Cells/awareness.html">Chetna</a>
<a href="Cells/environment.html">Environmental</a>
<a href="Cells/technical_skills.html">Technical Skills</a>
<a href="Cells/teaching.html">Teaching</a>
<a href="Cells/rural_development.html">Rural Development</a>
</div>
</li>
<li> <a href="Cells/prayatna.html"><b>Prayatna</b></a></li>
<li><a href="portfolio.html"><b>Gallery</b></a></li>
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn active"><b>About Us</b></a>
<div class="dropdown-content">
<a href="about-us.html">Our Core Team</a>
<a href="faq.html">FAQ's</a>
</div>
</li>
<li><a href="think-thank.html"><b>Think Thank</b></a></li>
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn"><b>Check Hours</b></a>
<div class="dropdown-content">
<a href="https://docs.google.com/spreadsheets/d/1s-aJrNF8dCllijAUiij6vQrv8w8WoxvQtLE0mcLhVi8/edit#gid=0" target="_blank"><b>Autumn Semester</b></a>
<a href="https://docs.google.com/spreadsheets/d/1X_ExfTu0i81_QbuhP6BqkUn29B_zVumqU4aLcIQn59k/edit?usp=sharing" target="_blank"><b>Spring Semester</b></a>
</div>
</li>
</ul>
</div>
</div>
<!--/.container-->
</nav>
<!--/nav-->
</header>
<!--/header-->
<div class="page-title" style="background-image: url(images/page-title.png)">
<h1>Drop Your Message</h1>
</div>
<section id="contact-page">
<div class="container">
<div class="row contact-wrap">
<div class="status alert alert-success" style="display: none"></div>
<form id="main-contact-form" class="contact-form" name="contact-form" method="post" action="sendemail.php">
<div class="col-sm-5 col-sm-offset-1">
<div class="form-group">
<label>Name *</label>
<input type="text" name="name" class="form-control" required="required">
</div>
<div class="form-group">
<label>Email *</label>
<input type="email" name="email" class="form-control" required="required">
</div>
<div class="form-group">
<label>Phone</label>
<input type="number" class="form-control">
</div>
<div class="form-group">
<label>Address</label>
<input type="text" class="form-control">
</div>
</div>
<div class="col-sm-5">
<div class="form-group">
<label>Subject *</label>
<input type="text" name="subject" class="form-control" required="required">
</div>
<div class="form-group">
<label>Message *</label>
<textarea name="message" id="message" required="required" class="form-control" rows="8"></textarea>
</div>
<div class="form-group">
<button type="submit" name="submit" class="btn btn-primary btn-lg" required="required">Submit Message</button>
</div>
</div>
</form>
</div><!--/.row-->
</div><!--/.container-->
</section><!--/#contact-page-->
<section id="partner" style="padding-top:25px; padding-bottom:25px;">
<div class="container">
<div class="row">
<div class="center fadeInDown" style="padding-bottom:25px;">
<h2>Contact Us </h2>
<p>
<div class="col-md-4 col-sm-12">
<i class="fa fa-envelope" aria-hidden="true" style="font-size: 28px; padding-bottom: 5px; color: #000; margin-right: 8px;"></i>[email protected]       
</div>
<div class="col-md-4 col-sm-12">
<i class="fa fa-phone" aria-hidden="true" style="font-size: 32px;padding-left: 10px; padding-bottom: 5px; color: #000; margin-right: 8px;"></i>+91-8827275145       
</div>
<div class="col-md-4 col-sm-12">
<i class="fa fa-map-marker" aria-hidden="true" style="font-size: 32px; padding-left: 25px; color: #000; margin-right: 8px;"></i> IIT Patna Campus, Patna, 801110</p><br>
</div>
<div class="row">
<br>
<br>
<br>
<a href="https://www.facebook.com/nssiitp/"> <i class="fa fa-facebook-official logo" aria-hidden="true"></i> </a>
<a href="https://twitter.com/nss_iitp"> <i class="fa fa-twitter logo" aria-hidden="true"></i></a>
<a href="https://www.instagram.com/nss_iit_patna/"> <i class="fa fa-instagram logo" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/company/nssiitp/"> <i class="fa fa-linkedin-square logo" aria-hidden="true"></i></a>
<br>
<br>
</div>
</div>
© COPYRIGHT || NSS IIT Patna || WEB DEV TEAM
</div>
<!--/.container-->
</section>
<!--/#partner-->
<!--/#footer-->
<!-- Defining function for fixed header -->
<script>
window.onscroll = function() {myFunction()};
var header = document.getElementById("header");
var sticky = header.offsetTop;
function myFunction() {
if (window.pageYOffset > sticky) {
header.classList.add("sticky");
} else {
header.classList.remove("sticky");
}
}
</script>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.isotope.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>