-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage-contact.html
281 lines (260 loc) · 15.5 KB
/
page-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
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
<!DOCTYPE html>
<html class="no-js " lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>STSC-CSE</title>
<meta name="description" content="The Computerist Web">
<meta name="keywords" content="HTML, CSS, JavaScript">
<meta name="author" content="Rahat Ahmed">
<!-- Site Icons -->
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Droid+Serif:400,400i,700,700i" rel="stylesheet">
<!-- Custom & Default Styles -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/carousel.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="wrapper">
<!-- BEGIN # MODAL LOGIN -->
<div class="modal fade" id="login-modal" tabindex="-1" role="dialog" aria-hidden="true" style="display: none;">
<div class="modal-dialog">
<div class="modal-content">
<!-- Begin # DIV Form -->
<div id="div-forms">
<form id="login-form">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span class="flaticon-add" aria-hidden="true"></span>
</button>
<div class="modal-body">
<input class="form-control" type="text" placeholder="What you are looking for?" required>
</div>
</form><!-- End # Login Form -->
</div><!-- End # DIV Form -->
</div>
</div>
</div>
<!-- END # MODAL LOGIN -->
<header class="header">
<div class="topbar clearfix">
<div class="container">
<div class="row-fluid">
<div class="col-md-6 col-sm-6 text-left">
<p>
<strong><i class="fa fa-phone"></i></strong> +8801745767476
<strong><i class="fa fa-envelope"></i></strong> <a href="mailto:#">[email protected]</a>
</p>
</div><!-- end left -->
<div class="col-md-6 col-sm-6 hidden-xs text-right">
<div class="social">
<a class="facebook" href="#" data-tooltip="tooltip" data-placement="bottom" title="Facebook"><i class="fa fa-facebook"></i></a>
<a class="twitter" href="#" data-tooltip="tooltip" data-placement="bottom" title="Twitter"><i class="fa fa-twitter"></i></a>
<a class="google" href="#" data-tooltip="tooltip" data-placement="bottom" title="Google Plus"><i class="fa fa-google-plus"></i></a>
<a class="linkedin" href="#" data-tooltip="tooltip" data-placement="bottom" title="Linkedin"><i class="fa fa-linkedin"></i></a>
<a class="pinterest" href="#" data-tooltip="tooltip" data-placement="bottom" title="Pinterest"><i class="fa fa-pinterest"></i></a>
</div><!-- end social -->
</div><!-- end left -->
</div><!-- end row -->
</div><!-- end container -->
</div><!-- end topbar -->
<div class="container">
<nav class="navbar navbar-default yamm">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="logo-normal">
<a class="navbar-brand" href="index.html" style="color: #fff;">TSC-CSE-Logo<!-- <img src="images/logo.png" alt=""> --></a>
</div>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li class="dropdown yamm-fw yamm-half"><a href="students.html">Student</a> </li>
<li><a href="events.html">Events</a></li>
<li class="dropdown hassubmenu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Shop <span class="fa fa-angle-down"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="shop.html">Shop Layout</a></li>
<li><a href="shop-single.html">Shop Single</a></li>
</ul>
</li>
<li class="dropdown hassubmenu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Blog <span class="fa fa-angle-down"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="blog.html">Blog Right Sidebar</a></li>
<li><a href="blog-1.html">Blog Left Sidebar</a></li>
<li><a href="blog-2.html">Blog Grid Sidebar</a></li>
<li><a href="blog-3.html">Blog Grid Fullwidth</a></li>
<li><a href="blog-single.html">Blog Single</a></li>
</ul>
</li>
<li><a href="page-contact.html">Contact</a></li>
<li class="iconitem"><a href="#" data-toggle="modal" data-target="#login-modal"><i class="fa fa-search"></i></a></li>
<li class="iconitem"><a class="shopicon" href="shop-cart.html"><i class="fa fa-shopping-basket"></i> (0)</a></li>
</ul>
</div>
</nav><!-- end navbar -->
</div><!-- end container -->
</header>
<!-- End here header section -->
<section class="section db p120">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="tagline-message page-title text-center">
<h3>Get In Touch</h3>
<ul class="breadcrumb">
<li><a href="javascript:void(0)">TSC-CSE</a></li>
<li class="active">Get in touch</li>
</ul>
</div>
</div><!-- end col -->
</div><!-- end row -->
</div><!-- end container -->
</section><!-- end section -->
<section class="section gb nopadtop">
<div class="container">
<div class="boxed boxedp4">
<div id="map" class="wow slideInUp"></div>
<div class="row contactv2 text-center">
<div class="col-md-4">
<div class="small-box">
<i class="flaticon-email wow fadeIn"></i>
<h4>Contact us today</h4>
<small>Phone: +88012136732489 </small>
<small>Fax: +90535567474</small>
<p><a href="mail:to">[email protected]</a></p>
</div><!-- end small-box -->
</div><!-- end col -->
<div class="col-md-4">
<div class="small-box">
<i class="flaticon-map-with-position-marker wow fadeIn"></i>
<h4>Visit Our Office</h4>
<small>Technical Road, Sylhet</small>
<small>Technical Road, South Surma, Sylhet</small>
<p><a href="#">View on Google Map</a></p>
</div><!-- end small-box -->
</div><!-- end col -->
<div class="col-md-4">
<div class="small-box">
<i class="flaticon-share wow fadeIn"></i>
<h4>Be Social</h4>
<small>Twitter: @rahat_hasan7</small>
<small>Facebook: facebook.com/rahatahmed.hasan.7</small>
<p><a href="#">Email Newsletter</a></p>
</div><!-- end small-box -->
</div><!-- end col -->
</div><!-- end contactv2 -->
<div class="row">
<div class="col-md-6 col-md-offset-3">
<div class="section-title text-center">
<h3>Contact Form</h3>
<p>Maecenas sit amet tristique turpis. Quisque porttitor eros quis leo pulvinar, at hendrerit sapien iaculis.</p>
</div><!-- end title -->
<form class="big-contact-form" role="search">
<input type="text" class="form-control" placeholder="Enter your name..">
<input type="email" class="form-control" placeholder="Enter email..">
<input type="text" class="form-control" placeholder="Your phone..">
<input type="text" class="form-control" placeholder="Subject..">
<textarea class="form-control" placeholder="Message goes here.."></textarea>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
</div><!-- end col -->
</div><!-- end row -->
</div><!-- end container -->
</div>
</section>
<footer class="section footer noover">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4">
<div class="widget clearfix">
<h3 class="widget-title">Subscribe Our Newsletter</h3>
<div class="newsletter-widget">
<p>You can opt out of our newsletters at any time.<br> See our <a href="#">privacy policy</a>.</p>
<form class="form-inline" role="search">
<div class="form-1">
<input type="text" class="form-control" placeholder="Enter email here..">
<button type="submit" class="btn btn-primary"><i class="fa fa-paper-plane-o"></i></button>
</div>
</form>
<img src="images/payments.png" alt="" class="img-responsive">
</div><!-- end newsletter -->
</div><!-- end widget -->
</div><!-- end col -->
<div class="col-lg-3 col-md-3">
<div class="widget clearfix">
<h3 class="widget-title">Join us today</h3>
<p>Would you like to earn your profits by joining our team? Join us without losing time.</p>
<a href="#" class="readmore">Became a Teacher</a>
</div><!-- end widget -->
</div><!-- end col -->
<div class="col-lg-3 col-md-3">
<div class="widget clearfix">
<h3 class="widget-title">Popular Tags</h3>
<div class="tags-widget">
<ul class="list-inline">
<li><a href="#">course</a></li>
<li><a href="#">web design</a></li>
<li><a href="#">development</a></li>
<li><a href="#">language</a></li>
<li><a href="#">teacher</a></li>
<li><a href="#">speaking</a></li>
<li><a href="#">material</a></li>
<li><a href="#">css3</a></li>
<li><a href="#">html</a></li>
<li><a href="#">learning</a></li>
</ul>
</div><!-- end list-widget -->
</div><!-- end widget -->
</div><!-- end col -->
<div class="col-lg-2 col-md-2">
<div class="widget clearfix">
<h3 class="widget-title">Support</h3>
<div class="list-widget">
<ul>
<li><a href="#">Terms of Use</a></li>
<li><a href="#">Copyrights</a></li>
<li><a href="#">Create a Ticket</a></li>
<li><a href="#">Pricing & Plans</a></li>
<li><a href="#">Carrier</a></li>
<li><a href="#">Trademark</a></li>
</ul>
</div><!-- end list-widget -->
</div><!-- end widget -->
</div><!-- end col -->
</div><!-- end row -->
</div><!-- end container -->
</footer><!-- end footer -->
<div class="copyrights">
<div class="container">
<div class="clearfix">
<ul class="list-inline">
<li class="designed">Designed By : Rahat Ahmed | Student of STSC-CSE</li>
</ul>
</div>
</div><!-- end container -->
</div><!-- end copy -->
</div><!-- end wrapper -->
<!-- jQuery Files -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/animate.js"></script>
<script src="js/custom.js"></script>
<!-- VIDEO BG PLUGINS -->
<script src="https://maps.googleapis.com/maps/api/js?libraries=places&key=AIzaSyAkADq7R0xf6ami9YirAM1N-yl7hdnYBhM "></script>
<!-- MAP & CONTACT -->
<script src="js/map.js"></script>
</body>
</html>