-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·77 lines (75 loc) · 3.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Beatality | Ride to wellness</title>
<link
href="https://fonts.googleapis.com/css?family=Karla:400,700&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdn.materialdesignicons.com/4.8.95/css/materialdesignicons.min.css"
/>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
/>
<link rel="stylesheet" href="assets/css/bd-coming-soon.css" />
<link rel="icon" type="image/x-icon" href="./assets/images/favicon.ico" />
</head>
<body class="min-vh-100 d-flex flex-column">
<header>
<div class="container">
<nav class="navbar navbar-dark bg-transparenet">
<a class="navbar-brand" href="#">
<img src="assets/images/logo.svg" alt="logo" />
<span>Beatality</span>
</a>
<!-- <span class="navbar-text ml-auto d-none d-sm-inline-block">978-130-5444 </span> -->
<a
class="navbar-text d-none d-sm-inline-block"
href="mailto:[email protected]"
>
</nav>
</div>
</header>
<main class="my-auto">
<div class="container">
<h1 class="page-title">We're coming soon</h1>
<p class="page-description" style="margin-bottom: 30px">
Beatality is where
<span class="highlights">health meets innovation</span>. Our vision is
to elevate human well-being by pioneering digital fitness experiences
that are both effective and safe. We're on a mission to introduce the
<span class="highlights"
>world's first indoor cycle as a recognized digital
therapeutic</span
>, blending exercise with digital excellence for a transformative
approach to health.
</p>
<p class="page-description">
Our team, a blend of serial entrepreneurs with rich backgrounds in
<span class="highlights">technology, music, and healthcare</span>, has
a proven track record of scaling startups to significant profits. With
a global footprint across the US, UK, Europe, the Middle East, and
Asia, we're experts in developing medical products that redefine
healthcare standards.
</p>
<p>Contact us</p>
<nav class="footer-social-links">
<a href="mailto:[email protected]" class="social-link">
<i class="mdi mdi-email-outline"></i>
</a>
<!-- <a href="#!" class="social-link"><i class="mdi mdi-twitter"></i></a>
<a href="#!" class="social-link"><i class="mdi mdi-google"></i></a>
<a href="#!" class="social-link"><i class="mdi mdi-slack"></i></a>
<a href="#!" class="social-link"><i class="mdi mdi-skype"></i></a> -->
</nav>
</div>
</main>
</body>
</html>