forked from sandy-ali-basha/adsamy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact-us.html
248 lines (239 loc) · 8.98 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
236
237
238
239
240
241
242
243
244
245
246
247
248
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- for social media sharing links -->
<meta name="theme-color" content="#439299" />
<meta property="og:description" content="description" />
<meta property="og:title" content="Adsamy" />
<meta property="og:type" content="website" />
<meta property="og:url" content="website link" />
<meta property="og:image" content="website image" />
<!-- bootstrap -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
crossorigin="anonymous"
/>
<!-- scss -->
<link rel="stylesheet" href="./scss/main.css" />
<!-- css -->
<link rel="stylesheet" href="./css/style.css" />
<!-- Arabic-css -->
<link rel="stylesheet" href="./css/AR.css" />
<!-- Arabic-css -->
<!-- swiper -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css"
/>
<title>ADSAMY | Contact Us</title>
<!-- jquery -->
<script
src="https://code.jquery.com/jquery-3.6.3.min.js"
integrity="sha256-pvPw+upLPUjgMXY0G+8O0xUf+/Im1MZjXxxgOcBQBXU="
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r"
crossorigin="anonymous"
></script>
<!-- bootstrap -->
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"
></script>
</head>
<body class="privacyPolicy">
<!-- Navbar Include -->
<nav
class="navbar sticky-top navbar-expand-lg bg-dark-blue text-white py-2"
id="navbar_container"
></nav>
<!-- --Navbar Include -->
<main class="">
<div
class="header"
style="background: url(./imgs/new_pages_bg.jpg) center/cover no-repeat"
>
<h2>
<div class="fs-2">Contact Us</div>
<p class="fs-6 mt-1">
Any question or remarks? Just write us a message!
</p>
</h2>
</div>
<article class="py-5 container">
<div class="row">
<div class="col-md-5">
<div
class="text-secondary-blue px-5 bg-dark-blue py-4 rounded d-flex flex-column justify-content-between"
style="height: 80vh"
>
<div>
<h2>Contact Information</h2>
<p>Say Something to start a live chat!</p>
</div>
<div>
<div class="d-flex pb-4 text-white gap-2 align-items-center">
<i class="fa-solid fa-phone-volume"></i>
<a href="tel:+" class="text-white">+1012 3456 789</a>
</div>
<div class="d-flex pb-4 text-white gap-2 align-items-center">
<i class="fa-solid fa-envelope"></i>
<a href="mail" class="text-white">[email protected]</a>
</div>
<div class="d-flex pb-4 text-white gap-2 align-items-center">
<i class="fa-solid fa-location-dot"></i>
<a href="#" class="text-white"
>123 Lorem ipsum dolor sit amet consectetur adipisicing
elit. Ex, rerum.
</a>
</div>
</div>
<div class="d-flex gap-3">
<a
href="#"
class="bg-yellow rounded-circle circle d-flex align-items-center justify-content-center"
>
<i class="fa-brands fa-twitter"></i>
</a>
<a
href="#"
class="bg-yellow rounded-circle circle d-flex align-items-center justify-content-center"
>
<i class="fa-brands fa-instagram"></i>
</a>
<a
href="#"
class="bg-yellow rounded-circle circle d-flex align-items-center justify-content-center"
>
<i class="fa-brands fa-discord"></i>
</a>
</div>
</div>
</div>
<div class="col-md-7 p-5">
<div class="row">
<div class="col-md-6 pb-4">
<label for="FirstName">First Name</label>
<input
type="text"
class="border-0 contactFormInput form-control"
/>
</div>
<div class="col-md-6 pb-4">
<label for="LastName">Last Name</label>
<input
type="text"
class="border-0 contactFormInput form-control"
/>
</div>
<div class="col-md-6 pb-4">
<label for="email">Email</label>
<input
type="mail"
class="border-0 contactFormInput form-control"
/>
</div>
<div class="col-md-6 pb-4">
<label for="phoneNumber">phone Number</label>
<input
type="tel"
class="border-0 contactFormInput form-control"
/>
</div>
</div>
<div class="pb-4">
<div class="fs-5 pt-4">
<div class="pb-2 fw-bold">Select Subject?</div>
<div class="d-flex gap-2">
<div class="form-check">
<input
class="form-check-input custom-radio"
type="radio"
name="flexRadioDefault"
id="flexRadioDefault1"
/>
<label class="form-check-label" for="flexRadioDefault1">
General Inquiry
</label>
</div>
</div>
</div>
</div>
<div class="col-md-12 pb-4">
<label for="LastName">Message</label>
<textarea
type="text"
class="border-0 contactFormInput form-control"
placeholder="write your message.."
></textarea>
</div>
<button
type="submit"
class="btn-blue btn me-auto float-end btn-primary mt-2 px-3 py-2 fs-5"
>
Send Message
</button>
</div>
</div>
</article>
<section class="bg-dark-blue row py-5">
<div class="col-md-12 my-4 text-center">
<h3 class="mb-3 text-white text-center">Sign up to our newsletter</h3>
<p class="mb-3 text-white text-center px-2 px-md-0">
Stay ahead of the marketing trends with our monthly newsletter.
</p>
<button
class="btn text-white border-light rounded-0 text-center mx-auto mt-4 py-2 px-3"
>
<i class="fa-solid fa-bell"></i> Subscribe
</button>
</div>
<!-- <div class="col-md-6 my-4 text-center ">
<h3 class="mb-3 text-white text-center">Get in touch</h3>
<p class="mb-3 text-white text-center px-2 px-md-0">
Get in touch with us for new business or general enquiries
</p>
<button
class="btn text-white border-light rounded-0 text-center mx-auto mt-4 py-2 px-3"
>
<i class="fa-solid fa-envelope"></i> Subscribe
</button>
</div> -->
</section>
<div class="d-flex align-items-center justify-content-center my-5">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3437.2191428510546!2d31.351686725158004!3d30.5148418746901!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x2e28552b6dda3d71%3A0x367fefee6efba727!2sAdsamy%20Marketing%20Agency!5e0!3m2!1sar!2seg!4v1727032581694!5m2!1sar!2seg"
width="1000"
height="700"
style="border: 0"
allowfullscreen=""
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
></iframe>
</div>
</main>
<!-- Footer Include -->
<footer
class="text-center mt-0 text-lg-start text-white"
style="background-color: #1b2b44"
id="footer_container"
></footer>
<!-- --Footer Include -->
<!-- End of main -->
<script
src="https://kit.fontawesome.com/5b9061b1a3.js"
crossorigin="anonymous"
></script>
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
<!-- dynamic load fixed parts -->
<script src="./js/load_fixed_parts.js" crossorigin="anonymous"></script>
</body>
</html>