-
Notifications
You must be signed in to change notification settings - Fork 2
/
contact.html
290 lines (269 loc) · 10.8 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
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
282
283
284
285
286
287
288
289
290
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ICMA - Islamic Center of Melissa & Anna</title>
<link rel="icon" type="image/png" href="img/logo-dark.png">
<link rel="stylesheet" href="css/components.css" />
<link rel="stylesheet" href="css/icons.css" />
<link rel="stylesheet" href="css/responsee.css" />
<link rel="stylesheet" href="owl-carousel/owl.carousel.css" />
<link rel="stylesheet" href="owl-carousel/owl.theme.css" />
<link rel="stylesheet" href="css/lightcase.css" />
<!-- CUSTOM STYLE -->
<link rel="stylesheet" href="css/template-style.css" />
<link
href="https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,700,900&subset=latin-ext"
rel="stylesheet"
/>
<script type="text/javascript" src="js/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="js/jquery-ui.min.js"></script>
</head>
<body class="size-1280">
<!-- HEADER -->
<header role="banner" class="position-absolute">
<!-- Top Navigation -->
<nav
class="background-transparent background-primary-dott full-width sticky"
>
<!-- mobile version logo -->
<div class="logo hide-l hide-xl hide-xxl">
<a href="index.html" class="logo">
<!-- Logo Dark Version -->
<img class="logo-dark" src="img/logo-dark.png" alt="" />
</a>
</div>
<div class="top-nav">
<!-- left menu items -->
<div class="top-nav left-menu">
<ul class="right top-ul chevron">
<li><a href="index.html">Home</a></li>
<li><a href="about-us.html">About Us</a></li>
<li><a href="services.html">Our Services</a></li>
<li><a href="calender.html">Calender</a></li>
</ul>
</div>
<!-- logo -->
<ul class="logo-menu">
<a href="index.html" class="logo">
<!-- Logo White Version -->
<img class="logo-white" src="img/logo.svg" alt="">
<!-- Logo Dark Version -->
<img class="logo-dark" src="img/logo-dark.png" alt="">
</a>
</ul>
<!-- right menu items -->
<div class="top-nav right-menu">
<ul class="top-ul chevron">
<li><a href="donate.html">Donate</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="Membership.html">Membership</a></li>
</ul>
</div>
</div>
</nav>
</header>
<!-- MAIN -->
<main role="main">
<article>
<!-- Header -->
<header
class="section background-image text-center"
style="background-image: url(img/img-05.jpg)"
>
<h1
class="animated-element slow text-extra-thin text-dark text-s-size-30 text-m-size-40 text-size-50 text-line-height-1 margin-bottom-30 margin-top-130"
>
Contact Us
</h1>
<!-- white full width arrow object -->
<img class="arrow-object" src="img/arrow-object-white.svg" alt="" />
</header>
<!-- Section 1 -->
<section class="section-small-padding background-white text-center">
<div class="line">
<i class="icon-sli-heart text-primary text-size-40"></i>
<h2 class="text-dark text-size-50 text-m-size-40">
We are here for <b class="text-primary">you</b>
</h2>
</div>
</section>
<!-- Section 2 -->
<section class="full-width background-grey">
<div class="m-12 l-6">
<div class="padding-3x">
<div class="margin2x">
<div class="l-12 xl-6 margin-bottom-60">
<div class="float-left">
<i class="icon-sli-location-pin text-primary text-size-40 text-line-height-1"></i>
</div>
<div class="margin-left-60">
<h2 class="text-size-20 margin-bottom-10 text-strong">Company Address</h2>
<p>2211 W White St</p>
<p>Anna, TX</p>
</div>
</div>
<div class="l-12 xl-6 margin-bottom-60">
<div class="float-left">
<i class="icon-sli-envelope text-primary text-size-40 text-line-height-1"></i>
</div>
<div class="margin-left-60">
<h2 class="text-size-20 margin-bottom-10 text-strong">E-mail</h2>
<p><a class="text-primary-hover" href="mailto:[email protected]">[email protected]</a></p>
<p><a class="text-primary-hover" href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
<div class="l-12 xl-6 margin-bottom-60">
<div class="float-left">
<i class="icon-sli-earphones-alt text-primary text-size-40 text-line-height-1"></i>
</div>
<div class="margin-left-60">
<h2 class="text-size-20 margin-bottom-10 text-strong">Phone Numbers</h2>
<a href="tel:+12144120021"
>+1 (214) 412-0021</a>
</div>
</div>
<div class="l-12 xl-6">
<div class="float-left">
<i class="icon-sli-paper-plane text-primary text-size-40 text-line-height-1"></i>
</div>
<div class="margin-left-60">
<h2 class="text-size-20 margin-bottom-10 text-strong"> Community Whatsapp Group</h2>
<a
href="https://chat.whatsapp.com/GIuwRN3t25UHY1HcSEfaFY " target="_blank"
>https://chat.whatsapp.com/GIuwRN3t25UHY1HcSEfaFY</a
>
</div>
</div>
</div>
</div>
</div>
<div class="m-12 l-6">
<iframe
width="100%"
height="600"
frameborder="0"
style="border: 0"
referrerpolicy="no-referrer-when-downgrade"
src="https://www.google.com/maps/embed/v1/place?key=AIzaSyBSqM_syDabdHpESZh6GCm2-ATfHz-28Jg&q=Advantage+EStorage,Anna+Texas"
>
</iframe>
</div>
</section>
<!-- Section 3 -->
<section class="section background-dark">
<div class="s-12 m-12 l-4 center">
<h3 class="text-size-30 margin-bottom-40 text-center">
<b>Contact Form</b>
</h3>
<form
class="customform text-white"
method="post"
enctype="multipart/form-data"
>
<div class="line">
<div class="margin">
<div class="s-12 m-12 l-6">
<input
name="email"
class="required email"
placeholder="Your e-mail"
title="Your e-mail"
type="text"
/>
</div>
<div class="s-12 m-12 l-6">
<input
name="name"
class="name"
placeholder="Your name"
title="Your name"
type="text"
/>
</div>
</div>
</div>
<div class="line">
<div class="s-12">
<input
name="subject"
class="required subject"
placeholder="Subject"
title="Subject"
type="text"
/>
</div>
<div class="s-12">
<textarea
name="message"
class="required message"
placeholder="Your message"
rows="3"
></textarea>
</div>
<div class="s-12">
<button
class="button border-radius text-white background-primary"
type="submit"
>
Submit Button
</button>
</div>
</div>
</form>
</div>
</section>
</article>
</main>
<!-- FOOTER -->
<footer>
<!-- Social -->
<div class="background-primary padding text-center">
<!-- Social -->
<div class="background-primary padding text-center">
<a href="https://www.facebook.com/annaislamiccenter">
<i class="icon-facebook_circle text-size-25 text-dark"></i></a>
<a href="https://www.instagram.com/annaislamiccenter/">
<i class="icon-instagram_circle text-size-25 text-dark"></i></a>
</div>
<!-- Main Footer -->
<section class="section background-dark">
<div class="line">
<div class="margin2x">
<div class="s-12 m-6 l-3 xl-5">
<h4 class="text-white text-strong">Our Mission</h4>
<p>
<b > our mission is to provide a welcoming and nurturing space for Muslims to connect with Allah through prayer, foster a sense of community, and promote a deeper understanding of Islam.
</p>
</div>
<div class="s-12 m-6 l-3 xl-2">
</div>
<div class="s-12 m-6 l-3 xl-2">
</div>
<div class="s-12 m-6 l-3 xl-3">
</div>
</div>
</div>
</section>
<div class="background-dark">
<div class="line">
<hr class="break margin-top-bottom-0" style="border-color: #777;">
</div>
</div>
<!-- Bottom Footer -->
<section class="padding-2x background-dark full-width">
<div class="line">
<div class="s-12 l-6">
</div>
<div class="s-12 l-6">
</div>
</div>
</section>
</footer>
<script type="text/javascript" src="js/responsee.js"></script>
<script type="text/javascript" src="owl-carousel/owl.carousel.js"></script>
<script type="text/javascript" src="js/template-scripts.js"></script>
</body>
</html>