-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
571 lines (512 loc) · 23.3 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
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1,
shrink-to-fit=no" />
<meta name="description" content="Daily posture analysis for your neck for building healthy habits" />
<!-- CSS files-->
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/aos.css" defer />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous" defer />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css" defer />
<!-- google font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap">
<link rel="stylesheet" href="assets/css/style.min.css" />
<!-- add favicon link -->
<link rel="icon" href="assets/images/favicon.png" type="images/favicon.png" />
<title>Qawam</title>
</head>
<body>
<!-- Loading page -->
<div id="loading">
<img src="assets/images/animation.gif" alt="animation loading" />
</div>
<!-- Back to top button -->
<span id="btn-back-to-top">
<div id="scrollup">
<span><img src="assets/images/Vector1.png" style="--order: 1" alt="logo scrollUp" /></span>
<span><img src="assets/images/Vector2.png" style="--order: 2" alt="logo scrollUp" /></span>
<span><img src="assets/images/Vector3.png" style="--order: 3" alt="logo scrollUp" /></span>
</div>
</span>
<!-- Start of navbar -->
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top" id="nav-bar">
<div class="container">
<!-- logo -->
<a class="navbar-brand" href="#"><img class="logo" src="assets/images/logo.png" alt="logo" /></a>
<!-- menu toggler -->
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo02"
aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span><img src="assets/images/bars.svg" alt="Menu-bars" /></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#device">Qawam Device</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#medical">Medical info</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#App">The App</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact Us</a>
</li>
<li class="nav-item">
<a class="btn red-red-button" href="notify.html">Notify me</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Start of header -->
<header class="site-header">
<div class="header-title">
<p data-aos="fade-zoom-in" data-aos-easing="linear" data-aos-duration="1500" data-aos-offset="0">
Your Personal Posture Trainer
<br />
Daily posture analysis for building healthy habits
</p>
</div>
<div class="container">
<div class="row">
<div class="col-xxl-12 col-xl-12 col-lg-12 col-md-12 col-sm-12 col-xs-12 col-centered">
<model-viewer id="qawam-3d" src="https://cdn.jsdelivr.net/gh/AzeezEbrahim/qawam/assets/src/scene.glb"
poster="assets/images/qawam-poster.webp" camera-controls camera-orbit="calc(-2deg + env(window-scroll-y) *
4rad) calc(85deg
+ env(window-scroll-y) * 90deg) calc(3m - env(window-scroll-y) *
1.5m)" disable-zoom shadow-intensity="1" auto-rotate ar ar-modes="webxr scene-viewer quick-look"
ios-src="https://cdn.jsdelivr.net/gh/AzeezEbrahim/qawam/assets/src/QAWAM_3D_WEB.usdz"
alt="A 3D model of an Qawam device."></model-viewer>
<div>
<a class="learn-more" href="#device">
<h4>
Learn More <br />
<i class="fa-solid fa-chevron-down"></i>
</h4>
</a>
</div>
</div>
</div>
</div>
</header>
<!-- Start of device slider -->
<section class="device-slider-section" id="device">
<div class="swiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
<img class="inside-device" src="assets/images/inside-device.webp" alt="inside-device" loading="lazy" />
</div>
<div class="swiper-slide">
<div class="front-qawam">
<div class="circle-size" data-aos="fade-zoom-in" data-aos-easing="linear" data-aos-duration="600"
data-aos-offset="0">
<span class="dot-info"></span>
<span class="border-info"></span>
</div>
<div id="first-comment" class="circle-comments" data-aos="fade-zoom-in" data-aos-easing="linear"
data-aos-duration="600" data-aos-offset="0">
<p>
Sleek design, modern and lightweight.
</p>
</div>
<div class="circle-size-down" data-aos="fade-zoom-in" data-aos-easing="linear" data-aos-duration="600"
data-aos-offset="0">
<span class="dot-info"></span>
<span class="border-info"></span>
</div>
<div id="second-comment" class="circle-comments" data-aos="fade-zoom-in" data-aos-easing="linear"
data-aos-duration="600" data-aos-offset="0">
<p>
Smooth and minimalistic in every way possible.
</p>
</div>
<img class="front-device" src="assets/images/front-device.webp" alt="front-device" loading="lazy" />
</div>
</div>
<div class="swiper-slide">
<img class="back-device" src="assets/images/back-device.webp" alt="back-device" loading="lazy" />
</div>
</div>
</div>
<!-- pagination -->
<div class="swiper-pagination"></div>
<div class="arrow-buttons">
<img class="prev-button" src="assets/images/left-arrow.png" alt="left
arrow button" />
<img class="next-button" src="assets/images/right-arrow.png" alt="right
arrow button" />
</div>
<div class="container device-comment">
<p data-aos="fade-up" data-aos-easing="linear" data-aos-duration="500" data-aos-offset="0">
A unique, AI-powered, and socially invisible headwear add-on that can be attached easily to any headgear such as
Saudi Traditional Oqal, Hijab, Cap, or Glasses. Our Qawam sensor will monitor your back and neck posture and
alert you when you slouch or tilts your head; to help you in establishing a healthier, happier, more productive
life!
</p>
</div>
</section>
<!-- Start of medical info-->
<section class="medical-problem-section" id="medical">
<div class="container">
<!-- background posture image -->
<div class="backgroundImg">
<img src="assets/images/white-small-logo.svg" alt="white-posture-icon" loading="lazy" />
</div>
<div class="row row-cols-1 row-cols-sm-1 row-cols-lg-2 justify-content-xs-center align-items-center">
<div class="col-lg-6 medical-prob-left">
<img class="animate-on-scroll" src="assets/images/white-small-logo.svg" alt="white-posture-icon"
loading="lazy" />
<br />
<br />
<h2 data-aos="fade-right" data-aos-easing="linear" data-aos-duration="500" data-aos-offset="0">
What is 'text neck' syndrome?
</h2>
<br />
<p data-aos="fade-right" data-aos-easing="linear" data-aos-duration="500" data-aos-offset="0"
data-aos-delay="100">
Mobile phones are now generally seen as being essential to our
daily lives, with texting the most common way of
<br />communicating.
<br />
<br />
Typically people crane their neck forward 45° degrees when sending
text messages. According to a Surgical Technology International
study, this places a weight of almost 22kg on the spine, cervical
ligaments and other muscles - five times the pressure considered
normal.
</p>
<br />
<div data-aos="fade-zoom-in" data-aos-easing="linear" data-aos-offset="0" data-aos-delay="200">
<h3>Global Mobile Sales:</h3>
<img class="statics" src="assets/images/statics.webp" alt="posture
info" />
</div>
</div>
<div class="col-lg-6 medical-prob-right">
<div class="mohammed-posture-div">
<img data-aos="fade-zoom-in" data-aos-easing="linear" data-aos-offset="0" data-aos-delay="200"
class="mohammed-posture img-responsive" src="assets/images/mohammed-posture.webp" alt="posture info" />
<div id="mohammed-comment">
<p>Common Problems of exessive use of mobile phones</p>
</div>
</div>
</div>
</div>
<br />
<div class="row align-items-center">
<div class="col-lg-6 col-md-12 col-sm-12 col-xs-12 order-lg-2 medical-sol-right">
<!-- background posture image -->
<div class="backgroundImg">
<img src="assets/images/white-small-logo.svg" alt="white-posture-icon" loading="lazy" />
</div>
<div>
<img class="animate-on-scroll" src="assets/images/white-small-logo.svg" alt="white-posture-icon" />
</div>
<br />
<h2 data-aos="fade-left" data-aos-easing="linear" data-aos-duration="500" data-aos-offset="0">
How we solve the problem
</h2>
<br />
<p data-aos="fade-left" data-aos-easing="linear" data-aos-duration="500" data-aos-offset="0"
data-aos-delay="100">
Qawam corrects your posture by empowering you with alerts, data,
and professional support. We provide a unique, smart, and socially
invisible headwear add-on that can be attached easily to any
headgear such as Saudi Traditional Oqal, Hijab, Cap, or Glasses.
<br /><br />
Our Qawam sensor will monitor your back, and neck posture, and
alert you whenever you slouch or tilts your head for a long time.
The alert will be by mobile notification or a gentle vibration
from the device itself. The posture data will be saved over time,
and our Qawam app generates daily, weekly or monthly reports that
can be used by you or a medical professional to track your
progress.
<br />
<br />
</p>
<div id="medical-buttons">
<a href="#App" data-aos="fade-zoom-in" data-aos-easing="linear" data-aos-offset="0" data-aos-delay="200"
class="btn btn-style btn-style-red">
Download the App
</a>
<a href="notify.html" data-aos="fade-zoom-in" data-aos-easing="linear" data-aos-offset="0"
data-aos-delay="250" class="btn btn-style btn-style-blue">
Notify me
</a>
</div>
</div>
<div class="col-lg-6 col-md-12 col-sm-12 col-xs-12 order-lg-1 medical-sol-left">
<br />
<img data-aos="fade-zoom-in" data-aos-easing="linear" data-aos-offset="0" data-aos-delay="200"
class="man-posture" src="assets/images/man-posture.webp" alt="posture info2" />
</div>
</div>
</div>
</section>
<!-- Start of App -->
<section class="App-section" id="App">
<div class="container">
<div class="row row-cols-1 row-cols-sm-1 row-cols-lg-2">
<div class="col-lg-12">
<!-- background posture image -->
<div class="backgroundImg">
<img src="assets/images/black-small-logo.svg" alt="black-posture-icon" />
</div>
<div>
<img class="animate-on-scroll" src="assets/images/black-small-logo.svg" alt="black-posture-icon" />
</div>
<br />
<h2 data-aos="fade-right" data-aos-easing="linear" data-aos-duration="500" data-aos-offset="0">
Posture correction Qawam app
</h2>
</div>
<div class="col-lg-6 col-md-12 col-sm-12 col-xs-12">
<p class="app-paragraph" data-aos="fade-right" data-aos-easing="linear" data-aos-duration="500"
data-aos-offset="0">
Create a new, healthier you with the Qawam App. <br /><br />
Get into the habit of standing up straight,. It will help you feel better and be more productive!
</p>
<div class="d-grid gap-3 d-md-flex justify-content-start">
<div class="buttons-app-section">
<a href="https://play.google.com/" class="google-play" data-aos="fade-zoom-in" data-aos-easing="linear"
data-aos-offset="0" data-aos-delay="200">
<img src="assets/images/google-play.png" alt="google play app
download" />
</a>
<a href="https://www.apple.com/sa/app-store/" class="app-store" data-aos="fade-zoom-in"
data-aos-easing="linear" data-aos-offset="0" data-aos-delay="250">
<img src="assets/images/app-store.png" alt="app store app
download" />
</a>
</div>
</div>
</div>
<div class="col-lg-6 col-md-12 col-sm-12 col-xs-12">
<div class="row right-section-app">
<div data-aos="fade-zoom-in" data-aos-easing="linear" data-aos-offset="0" data-aos-delay="300"
class="col-lg-6 col-md-6 col-sm-12 col-xs-12 ">
<img src="assets/images/thumbs-up.svg" alt="thumbs-up-icon" />
<br />
<p>
Accurate and real-time posture tracking.
</p>
</div>
<div data-aos="fade-zoom-in" data-aos-easing="linear" data-aos-offset="0" data-aos-delay="360"
class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<img src="assets/images/thumbs-up.svg" alt="thumbs-up-icon" />
<br />
<p>
AI-powered activity and posture detection.
</p>
</div>
<div data-aos="fade-zoom-in" data-aos-easing="linear" data-aos-offset="0" data-aos-delay="420"
class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<img src="assets/images/thumbs-up.svg" alt="thumbs-up-icon" />
<br />
<p>
Personalized office excercised based on your sitting history.
</p>
</div>
<div data-aos="fade-zoom-in" data-aos-easing="linear" data-aos-offset="0" data-aos-delay="480"
class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<img src="assets/images/thumbs-up.svg" alt="thumbs-up-icon" />
<br />
<p>
Daily, weekly or monthly progress reports.
</p>
</div>
</div>
</div>
</div>
<div class="col-12 d-flex justify-content-center qawam-phone-container">
<img data-aos="fade-zoom-in" data-aos-easing="linear" data-aos-offset="0" data-aos-delay="200"
class="phone-qawam" src="assets/images/phone-qawam.webp" alt="phone-qawam" />
</div>
</div>
</section>
<!-- Start of partner logos -->
<section class="partner-logos">
<div class="container">
<div class="row-line">
<h6>Our partners</h6>
</div>
<ul class="clients">
<li>
<a href="https://misk.org.sa/en/"><img src="assets/images/misk.png" alt="misk" /></a>
</li>
<li>
<a href="https://aws.amazon.com/partners/programs/global-startup/"><img src="assets/images/aws.png"
alt="aws" /></a>
</li>
<li>
<a href="https://www.citc.gov.sa/en/services/tech/Pages/default.aspx">
<img src="assets/images/manassatech.png" alt="manassatech" />
</a>
</li>
<li>
<a href="https://www.kaust.edu.sa/en"><img src="assets/images/kaust-logo.svg" alt="Kaust" /></a>
</li>
</ul>
</div>
</section>
<!-- Start of about -->
<section class="about-section">
<img class="corner-device" src="assets/images/corner-device.webp" alt="corner-qawam-device" />
<div class="container">
<div class="row first-row-about">
<div class="col-lg-7 col-md-10 col-sm-12 col-xs-12">
<!-- background posture image -->
<div class="backgroundImg">
<img src="assets/images/white-small-logo.svg" alt="white-posture-icon" />
</div>
<div>
<img class="posture-icon animate-on-scroll" src="assets/images/white-small-logo.svg"
alt="black-posture-icon" />
</div>
<br />
<h2 data-aos="fade-right" data-aos-easing="linear" data-aos-duration="500" data-aos-offset="0">
Who we are
</h2>
<p data-aos="fade-right" data-aos-easing="linear" data-aos-duration="500" data-aos-offset="0"
data-aos-delay="100">
At Qawam, we believe that research and technology can help alleviate pain and improve posture for everyone.
We are a team of experienced researchers and engineers who are passionate about using machine learning and
AI to build products that make a difference.
<br />
<br />
We are supported by a board of technical and business advisors with over 20 years of experience in research
and startups.
Our mission is to use our expertise to develop products that improve the lives of people around the world.
We are headquartered in KAUST, and our team is dedicated to making a positive impact on the world.
</p>
</div>
</div>
<br />
<div class="row person-info-text">
<div class="col-lg-4 col-md-6 col-sm-12 col-xs-12 text-align" data-aos="fade-zoom-in" data-aos-easing="linear"
data-aos-offset="0" data-aos-delay="100">
<img src="assets/images/mohammed-about.png" alt="about-picture" />
<div class="about-person">
<p>
<span class="name">Mohammed A. Shukri</span>
<span>CEO & Co-Founder</span>
<a href="mailto:[email protected]"><span>[email protected]</span></a>
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 col-xs-12 text-align" data-aos="fade-zoom-in" data-aos-easing="linear"
data-aos-offset="0" data-aos-delay="250">
<img src="assets/images/safwan-about.png" alt="about-picture" />
<div class="about-person">
<p>
<span class="name">Safwan H. Ibrahim</span>
<span>COO & Co-Founder</span>
<a href="mailto:[email protected]"><span>[email protected]</span></a>
</p>
</div>
</div>
<div class="col-lg-4 col-md-12 col-sm-12 col-xs-12 text-align" data-aos="fade-zoom-in" data-aos-easing="linear"
data-aos-offset="0" data-aos-delay="400">
<img src="assets/images/maria-about.png" alt="about-picture" />
<div class="about-person">
<p>
<span class="name">Maria R. Bamakhramah</span>
<span>AI & Machine Learning Eng. Lead</span>
<a href="mailto:[email protected]"><span>[email protected] </span></a>
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Start of location -->
<section class="location-section">
<a href="https://goo.gl/maps/8PafnnsBBVc1xLUY6" target="_blank">
<div class="hero-image">
<div class="hero-text">
<div>
<img src="assets/images/location-pointer.png" alt="Qawam-location-pointer" loading="lazy" />
</div>
<p>
Our Address <br />
<span>Qawam Tech LTD,, office 1234A, Thuwal</span>
<br /><span>23955, Saudi Arabia</span>
</p>
</div>
</div>
</a>
</section>
<!-- Start of footer -->
<footer class="site-footer" id="foot">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12 order-1 text-align">
<div class="footer-links">
<ul>
<li><a class="nav-link" href="#App">Qawam App</a></li>
<li><a class="nav-link" href="#device">Qawam Device</a></li>
<li><a class="nav-link" href="contact.html">Contact Us</a></li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12 order-2 text-align">
<div class="footer-links">
<ul class="nav-list">
<li>
<a class="nav-link" href="#" target="_blank">Privacy Policy</a>
</li>
<li>
<a class="nav-link" href="#" target="_blank">Terms of service</a>
</li>
<li>
<a class="nav-link" href="#" target="_blank">Refund Policy</a>
</li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12 order-3 text-align">
<div class="footer-links">
<a href="https://www.instagram.com/qawam_info/" class="social-icon px-2" target="_blank"><i
class="fa fa-instagram"></i></a>
<a href="https://twitter.com/qawam_info" class="social-icon px-2" target="_blank"><i
class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/company/qawam" class="social-icon px-2" target="_blank"><i
class="fa fa-linkedin"></i></a>
<a href="https://www.facebook.com/Qawam-111943707961859" class="social-icon px-2" target="_blank"><i
class="fa fa-facebook-f"></i></a>
<div class="copyright">
<p>Copyright © 2021 <span>Qawam.</span></p>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- scripts -->
<!-- bootstrap -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"
defer></script>
<!-- Jquery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js" defer></script>
<!-- Loads <model-viewer> for modern browsers: -->
<script type="module" src="https://unpkg.com/@google/model-viewer/dist/model-viewer.js"></script>
<!-- Loads <model-viewer> for old browsers like IE11: -->
<script nomodule src="https://unpkg.com/@google/model-viewer/dist/model-viewer-legacy.js"></script>
<!-- font awsome -->
<script src="https://kit.fontawesome.com/f838142837.js" crossorigin="anonymous" defer></script>
<!-- swiper -->
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
<!-- AOS -->
<script src="https://unpkg.com/[email protected]/dist/aos.js" defer></script>
<!-- custom js -->
<script src="assets/js/script.js" defer></script>
</body>
</html>