forked from sandy-ali-basha/adsamy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
434 lines (405 loc) · 16.2 KB
/
index.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
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
<!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" />
<!-- Arabic-css -->
<link rel="stylesheet" href="./css/AR.css">
<!-- Arabic-css -->
<!-- css -->
<link rel="stylesheet" href="./css/style.css" />
<!-- css -->
<link rel="stylesheet" href="./css/style.css" />
<link rel="stylesheet" href="./css/home.css" />
<!-- Custom Snippets -->
<link rel="stylesheet" href="./css/sticky_buttons.css">
<link rel="stylesheet" href="./css/buttons.css">
<!-- swiper -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css" />
<title>ADSAMY | Home</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>
<style>
.home-view {
height: 100vh;
/* min-height: 100%;*/
background-image: url('./imgs/hero/burj-khalifa.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.a_background {
background-image: url('./imgs/hero/a.png');
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
</style>
</head>
<body>
<!-- Navbar Include -->
<nav class="navbar sticky-top navbar-expand-lg bg-dark-blue text-white py-2" id="navbar_container"></nav>
<!-- --Navbar Include -->
<!-- Main_section -->
<main class="home">
<div class="wrapper">
<div class="item item1">
<a name="link" href="./index.html">Branding & Positioning</a>
<div class="overlay odd">
<span>
the unique value that a brand presents to its customer.
</span>
<a name="link" href="#">More</a>
</div>
<div class="overlay-image">
<img src="./imgs/home/Frame1Mopile.webp" alt="" />
</div>
</div>
<div class="item item2">
<a name="link" href="./index.html">Videography</a>
<div class="overlay even">
<span
>the electronic capture of moving images on electronic media</span
>
<a name="link" href="#">More</a>
</div>
<div class="overlay-image">
<img src="./imgs/home/Frame2Mopile.webp" alt="" />
</div>
</div>
<div class="item item3">
<a name="link" href="./index.html">Photography</a>
<div class="overlay odd">
<span>the process of recording an image, a photograph etc</span>
<a name="link" href="#">More</a>
</div>
<div class="overlay-image">
<img
loading="lazy"
src="./imgs/home/Frame3Mopile.webp"
alt=""
/>
</div>
</div>
<div class="item item4">
<a name="link" href="./index.html">Social Media Management</a>
<div class="overlay even">
<span
>most important pieces in your social media marketing strategy.
</span>
<a name="link" href="#">More</a>
</div>
<div class="overlay-image">
<img
loading="lazy"
src="./imgs/home/Frame4Mopile.webp"
alt=""
/>
</div>
</div>
<div class="item item5">
<a name="link" href="./index.html">SEO, SEM & SMM</a>
<div class="overlay odd">
<span
>the three mainstream channels to advertise your website.</span
>
<a name="link" href="#">More</a>
</div>
<div class="overlay-image">
<img
loading="lazy"
src="./imgs/home/Frame5Mopile.webp"
alt=""
/>
</div>
</div>
<div class="item item6">
<a name="link" href="./index.html">Web Design & Development</a>
<div class="overlay even">
<span>
make visual assets that add aesthetic value to the site</span
>
<a name="link" href="#">More</a>
</div>
<div class="overlay-image">
<img
loading="lazy"
src="./imgs/home/Frame6Mopile.webp"
alt=""
/>
</div>
</div>
</div>
</main>
<!-- Main_section -->
<div class="Homebg">
<section class="container ">
<div class="swiper homeSwiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="row ">
<div class="col-md-6">
<div class="screen-frame">
<iframe width="560" height="315" src="https://www.youtube.com/embed/DmND-QCvftY?si=aET14gLkQBVDWN28"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</div>
<div class="col-md-6 d-flex flex-column justify-content-center align-items-start">
<h2 class="text-yellow fw-bold mb-2">
Business Setup in UAE
</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut
elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus
leo.
</p>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut
elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus
leo.
</p>
<div class="btn btn-white text-dark bg-white" data-bs-toggle="modal" data-bs-target="#exampleModal" role="button">Click here</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="row ">
<div class="col-md-6">
<div class="screen-frame">
<iframe width="560" height="315" src="https://www.youtube.com/embed/DmND-QCvftY?si=aET14gLkQBVDWN28"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</div>
<div class="col-md-6 d-flex flex-column justify-content-center align-items-start">
<h2 class="text-yellow fw-bold mb-2">
Business Setup in Egypt
</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut
elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus
leo.
</p>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut
elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus
leo.
</p>
<div class="btn btn-white text-dark bg-white" data-bs-toggle="modal" data-bs-target="#exampleModal" role="button">Click here</div>
</div>
</div>
</div>
</div>
<div class="swiper-pagination homeSwiper-pagination"></div>
</section>
</div>
</div>
<section>
<h2 class="text-white">Reviews</h2>
<div class="swiper swiperReviws my-5">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="card">
<div class="card-img">
<img src="./imgs/blog.jpg" class="w-100" alt="" />
</div>
<div style="margin-top: -35px;" class="text-center">
<img src="./imgs/profile.jpg" width="70px" height="70px" class="rounded-circle" alt="" />
</div>
<div class="d-flex justify-content-center gap-2 my-2 align-items-center p-1 ">
<img src="./imgs/image5.jpg" class="rounded-circle" width="70px" height="70px" alt="" />
<div>
<div class="text-secondary-gray mb-1">Fabiana Diaz</div>
<h4 class="fw-bold text-bold">The Logo Boutique</h4>
</div>
</div>
<div class="bg-dark-blue text-white px-2 py-2">
Our phones ring off of the hook!
</div>
<div class="text-secondary-gray text-center p-2">
I very much enjoy working with SmartSites! Dylan has been great
managing our PPC. Our phones ring off of the the hook!
</div>
</div>
</div>
<div class="swiper-slide">
<div class="card">
<div class="card-img">
<img src="./imgs/blog.jpg" class="w-100" alt="" />
</div>
<div style="margin-top: -35px;" class="text-center">
<img src="./imgs/profile.jpg" width="70px" height="70px" class="rounded-circle" alt="" />
</div>
<div class="d-flex justify-content-center gap-2 my-2 align-items-center p-1 ">
<img src="./imgs/image5.jpg" class="rounded-circle" width="70px" height="70px" alt="" />
<div>
<div class="text-secondary-gray mb-1">Fabiana Diaz</div>
<h4 class="fw-bold text-bold">The Logo Boutique</h4>
</div>
</div>
<div class="bg-dark-blue text-white px-2 py-2">
Our phones ring off of the hook!
</div>
<div class="text-secondary-gray text-center p-2">
I very much enjoy working with SmartSites! Dylan has been great
managing our PPC. Our phones ring off of the the hook!
</div>
</div>
</div>
<div class="swiper-slide">
<div class="card">
<div class="card-img">
<img src="./imgs/blog.jpg" class="w-100" alt="" />
</div>
<div style="margin-top: -35px;" class="text-center">
<img src="./imgs/profile.jpg" width="70px" height="70px" class="rounded-circle" alt="" />
</div>
<div class="d-flex justify-content-center gap-2 my-2 align-items-center p-1 ">
<img src="./imgs/image5.jpg" class="rounded-circle" width="70px" height="70px" alt="" />
<div>
<div class="text-secondary-gray mb-1">Fabiana Diaz</div>
<h4 class="fw-bold text-bold">The Logo Boutique</h4>
</div>
</div>
<div class="bg-dark-blue text-white px-2 py-2">
Our phones ring off of the hook!
</div>
<div class="text-secondary-gray text-center p-2">
I very much enjoy working with SmartSites! Dylan has been great
managing our PPC. Our phones ring off of the the hook!
</div>
</div>
</div>
<div class="swiper-slide">
<div class="card">
<div class="card-img">
<img src="./imgs/blog.jpg" class="w-100" alt="" />
</div>
<div style="margin-top: -35px;" class="text-center">
<img src="./imgs/profile.jpg" width="70px" height="70px" class="rounded-circle" alt="" />
</div>
<div class="d-flex justify-content-center gap-2 my-2 align-items-center p-1 ">
<img src="./imgs/image5.jpg" class="rounded-circle" width="70px" height="70px" alt="" />
<div>
<div class="text-secondary-gray mb-1">Fabiana Diaz</div>
<h4 class="fw-bold text-bold">The Logo Boutique</h4>
</div>
</div>
<div class="bg-dark-blue text-white px-2 py-2">
Our phones ring off of the hook!
</div>
<div class="text-secondary-gray text-center p-2">
I very much enjoy working with SmartSites! Dylan has been great
managing our PPC. Our phones ring off of the the hook!
</div>
</div>
</div>
<div class="swiper-slide">
<div class="card">
<div class="card-img">
<img src="./imgs/blog.jpg" class="w-100" alt="" />
</div>
<div style="margin-top: -35px;" class="text-center">
<img src="./imgs/profile.jpg" width="70px" height="70px" class="rounded-circle" alt="" />
</div>
<div class="d-flex justify-content-center gap-2 my-2 align-items-center p-1 ">
<img src="./imgs/image5.jpg" class="rounded-circle" width="70px" height="70px" alt="" />
<div>
<div class="text-secondary-gray mb-1">Fabiana Diaz</div>
<h4 class="fw-bold text-bold">The Logo Boutique</h4>
</div>
</div>
<div class="bg-dark-blue text-white px-2 py-2">
Our phones ring off of the hook!
</div>
<div class="text-secondary-gray text-center p-2">
I very much enjoy working with SmartSites! Dylan has been great
managing our PPC. Our phones ring off of the the hook!
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer Include -->
<footer class="text-center mt-0 text-lg-start text-white" style="background-color: #1b2b44;" id="footer_container">
</footer>
<!-- --Footer Include -->
<!-- Sticky Button -->
<div class="sticky-container">
<ul class="sticky px-0">
<li data-bs-toggle="modal" data-bs-target="#exampleModal" class="button-85" role="button">
<img width="50" height="50" title="" alt="" src="./imgs/_logo.webp" />
<p>Got Quotation</p>
</li>
</ul>
</div>
<!-- --Sticky Button -->
<!-- Send Quotation Modal -->
<div class="ContactUs" style="padding-top:0;" id="contact_modal_container"></div>
<!-- Send Quotation Modal -->
<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>
<!-- Main View JS -->
<script src="./js/home.js"></script>
<script>
var homeSwiper = new Swiper('.homeSwiper', {
loop: true,
pagination: {
el: ".homeSwiper-pagination",
clickable: true,
},
slidesPerView: 1,
});
var reviewsSwiper = new Swiper('.swiperReviws', {
loop: true,
spaceBetween: "20",
pagination: {
el: ".swiperReviws-pagination",
clickable: true,
},
breakpoints: {
640: {
slidesPerView: 1,
spaceBetween: 10,
},
768: {
slidesPerView: 2,
spaceBetween: 10,
},
1024: {
slidesPerView: 3,
spaceBetween: 10,
},
},
slidesPerView: 1,
});
</script>
</body>
</html>