-
Notifications
You must be signed in to change notification settings - Fork 4
/
contact.html
215 lines (183 loc) · 9.72 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
================================================== -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Contact | Agency Perfect</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="keywords" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,600,700" rel="stylesheet">
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css">
<!-- Favicon
================================================== -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon.png">
<!-- Stylesheets
================================================== -->
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Custom styles for this template -->
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/css/responsive.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header id="masthead" class="site-header" style="position: fixed;">
<nav id="primary-navigation" class="site-navigation">
<div class="container" id="navbar">
<div class="navbar-header">
<a class="site-title"><span>IEEE SB</span> CUSAT</a>
</div><!-- /.navbar-header -->
<div class="collapse navbar-collapse" id="agency-navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
</ul>
</div>
</div>
</nav><!-- /.site-navigation -->
</header><!-- /#mastheaed -->
<main id="main" class="site-main">
<section class="site-section subpage-site-section section-contact-us">
<div class="container" style="margin-top: 3%;">
<div class="row">
<div class="col-sm-7">
<h2>Send a message</h2>
<form>
<div class="row">
<div class="col-sm-6">
<div class="form-group">
<label for="name">Name:</label>
<input type="text" class="form-control" id="name">
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<label for="email">E-mail:</label>
<input type="email" class="form-control" id="email">
</div>
</div>
</div>
<div class="form-group">
<label for="message">Subject:</label>
<input class="form-control" id="subject"></input>
</div>
<div class="form-group">
<label for="message">Message:</label>
<textarea class="form-control form-control-comment" id="message"></textarea>
</div>
<div class="text-center">
<button class="btn btn-green">Contact us</button>
</div>
</form>
</div>
<div class="col-sm-5">
<div class="contact-info">
<h2>Contact information</h2>
<div class="row">
<div class="col-sm-12">
<h3>Address</h3>
<ul class="list-unstyled">
<li>University Road </li>
<li>South Kalamassery </li>
<li>Kochi, Kerala</li>
</ul>
<h3>E-mail</h3>
<a href="mailto:[email protected]" target="_blank">[email protected]</a>
<h3>Phone</h3>
<a href="tel:2083339296" target="_blank">+919334653551</a>
</div>
</div>
</div><!-- /.contact-info -->
</div>
</div>
</div>
</section><!-- /.section-contact-us -->
<section id="map" class="section-map"></section><!-- /.section-map -->
</main><!-- /#main -->
<footer id="colophon" class="site-footer">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-4 col-xs-6">
<a class="site-title"><span>IEEE SB </span>CUSAT</a>
<p style="color: #0a50e9;"">We're a team focused on creative and innovative solutions.</p>
<p style="color: #0a50e9;"">We measure our success by the participation of students in our events.</p>
</div>
<div class="col-lg-offset-4 col-md-3 col-sm-4 col-md-offset-2 col-sm-offset-0 col-xs-6 ">
<h3>Keep in touch</h3>
<ul class="list-unstyled contact-links">
<li><i class="fa fa-envelope" aria-hidden="true"></i><a href="mailto:[email protected]">[email protected]</a></li>
<li><i class="fa fa-phone" aria-hidden="true"></i><a href="">+919334653551 </a></li>
<li><i class="fa fa-fax" aria-hidden="true"></i><a href="">+919334653551</a></li>
<li><i class="fa fa-map-marker" aria-hidden="true"></i><p>University Road <br>
South Kalamassery <br>
Kochi, Kerala</p></li>
</ul>
</div>
<div class="clearfix visible-xs"></div>
<div class="col-lg-2 col-md-3 col-sm-4 col-xs-6">
<h3>Featured links</h3>
<ul class="list-unstyled">
<li><a href="index.html">Home</a></li>
</ul>
</div>
</div>
</div>
<div class="copyright">
<div class="container">
<div class="row">
<div class="col-xs-8">
<div class="social-links">
<a class="twitter-bg" href="https://twitter.com/IEEECusatSb"><i class="fa fa-twitter"></i></a>
<a class="facebook-bg" href="https://www.facebook.com/ieeecusat/"><i class="fa fa-facebook"></i></a>
<a class="linkedin-bg" href="https://in.linkedin.com/company/ieee-cusat-sb"><i class="fa fa-linkedin"></i></a>
<a class="linkedin-bg" href=""><i class="fa fa-telegram"></i></a>
</div><!-- /.social-links -->
</div>
<div class="col-xs-4">
<div class="text-right">
<p>©IEEE SB CUSAT</p>
<p>All Rights Reserved</p>
</div>
</div>
</div>
</div>
</div><!-- /.copyright -->
</footer><!-- /#footer -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/bootstrap-select.min.js"></script>
<script src="assets/js/jquery.slicknav.min.js"></script>
<script src="assets/js/jquery.countTo.min.js"></script>
<script src="assets/js/jquery.shuffle.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyD52eRbl619naJ7apkmeEhcQ1yxWSQKmZw&sensor=false"></script>
<!-- <script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyD52eRbl619naJ7apkmeEhcQ1yxWSQKmZw&callback=initMap"></script> -->
<script src="assets/js/script.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script>
$(window).scroll(function(){
if($(window).scrollTop()){
$('#masthead').css('background-color', '#f5f5f8');
}
else{
$('#masthead').css('background-color', 'transparent');
}
});
</script>
</body>
</html>