-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
239 lines (230 loc) · 10.7 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<title>Regular Fitness - Home</title>
<link rel="stylesheet" href="./assets/css/styles.css" id="css-file">
<link rel="stylesheet" href="./assets/css/dark-switch.css" id="css-file">
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<style>
.info-home {
display: grid;
margin-top: 30px;
grid-template-columns: 1fr 1fr auto;
gap: 20px;
padding: 30px;
text-align: center;
font-size: 1.2rem;
}
info-home > div {
padding: 20px;
}
.crazy-guy {
grid-row: 1 / span 2;
grid-column: 3;
}
.crazy-guy > img {
max-height: 440px;
}
</style>
<link rel="shortcut icon" href="./assets/img/reguler.png" type="image/x-icon">
</head>
<body>
<div class="main">
<nav class="navbar navbar-expand-lg navbar-light text-white">
<div class="container-fluid" style="margin-right: 15px;">
<a class="navbar-brand" href="./index.html">
<img src="./assets/img/Logo.gif" alt="">
Regular Fitness
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item dropdown active">
<a class="nav-link dropdown-toggle active" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Home
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="./index.html">Home</a></li>
<li><a class="dropdown-item" href="https://en.wikipedia.org/wiki/Help:Your_first_article">Extra Information</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="./exercise.html">Exercise</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./wellbeing.html">Wellbeing</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./diet.html">Diet</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./faq.html">FAQ</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./about-us.html">About</a>
</li>
</ul>
</div>
<label>
<input class="darkie" type="checkbox">
<div class="planet">
</div>
<div class="elements">
<svg version="1.1" viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg">
<circle cx="250" cy="250" r="200" />
</svg>
<svg version="1.1" viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg">
<circle cx="250" cy="250" r="200" />
</svg>
<svg version="1.1" viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg">
<circle cx="250" cy="250" r="200" />
</svg>
<svg version="1.1" viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg">
<circle cx="250" cy="250" r="200" />
</svg>
<svg version="1.1" viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg">
<circle cx="250" cy="250" r="200" />
</svg>
<svg version="1.1" viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg">
<circle cx="250" cy="250" r="200" />
</svg>
<svg version="1.1" viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg">
<circle cx="250" cy="250" r="200" />
</svg>
<svg version="1.1" viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg">
<circle cx="250" cy="250" r="200" />
</svg>
</div>
</label>
</div>
</nav>
<div class="content d-flex flex-column mt-5 h-100">
<h1 style="color: black; font-weight: 900; font-size: 3rem;">Home</h1>
<br>
<audio controls>
<source src="./assets/audio/Home.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<div class="d-grid info-home">
<div class="welcome">
<h5 style="font-weight: 800; font-size: 1.5rem;">
<u>Welcome</u>
<!-- tts -->
</h5>
<p>
Here at Regular Fitness we are here to help you divide and conquer the mountain of challenges that you will go through. We offer you a warm welcome to join us with thousands of people embarking on a new physical and mental journey.
</p>
</div>
<div class="principles">
<h5 style="font-weight: 800; font-size: 1.5rem;">
<u>Our Key Principles</u>
</h5>
<p>
At Regular Fitness, we have 4 main principles:
<ul style="text-align: left; padding: 0 80px;">
<li> To Educate</li>
<li>To Exercise</li>
<li>To Maintain a Decent Wellbeing</li>
<li>To Maintain A Balanced Diet</li>
</ul>
</p>
</div>
<div class="how">
<h5 style="font-weight: 800; font-size: 1.5rem;">
<u>How we will help you achieve this</u>
</h5>
<p>
To help you achieve your ambitious goal of leveling up in a physical and mental manner we will help you by offering a variety of tips and programmes to support the user in their journey. </p>
</div>
<div class="vision">
<h5 style="font-weight: 800; font-size: 1.5rem;">
<u>The Vision</u>
</h5>
<p>
Our Vision is to exceed beyond all limits.
Time and health are two precious assets that we don’t recognize and appreciate until they have been depleted.
<br>
That is why our vision is to beat the impossible.
</p>
</div>
<div class="crazy-guy">
<img class="resizeable" src="./assets/img/exercise.png" alt="">
</div>
</div>
</div>
<footer class="footer" style="background-color: #0053cfff;">
<div class="d-flex flex-wrap align-items-center justify-content-between">
<h5 style="display: flex; align-items: center;">
© Regular & Co. - 2023 All Rights Reserved
</h5>
<div class="d-flex align-items-center gap-4 flex-wrap">
<div class="downloads">
<a href="https://www.apple.com/uk/app-store/" style="height: fit-content;">
<img src="./assets/img/app_store.png" alt="Apple App Store" style="height: 50px;">
</a>
<a href="https://play.google.com/store/games" style="height: fit-content;">
<img src="./assets/img/google_play.png" alt="Google Play Store" style="height: 50px;">
</a>
</div>
<h6 class="m-0">
Follow us on <br>
social media for more
</h6>
<a href="https://linktr.ee/"><img src="./assets/img/socials.png" alt="Socials" style="height: 60px;"></a>
</div>
</div>
</footer>
</div>
<script>
const Toast = Swal.mixin({
toast: true,
position: 'top-end',
showConfirmButton: false,
timer: 3000,
timerProgressBar: true,
didOpen: (toast) => {
toast.addEventListener('mouseenter', Swal.stopTimer)
toast.addEventListener('mouseleave', Swal.resumeTimer)
}
})
const Toast2 = Swal.mixin({
icon: 'success',
title: 'Welcome to <b>Regular Fitness</b>',
html: 'Exceeding Beyond All Limits',
showConfirmButton: false,
timer: 3000,
timerProgressBar: true,
didOpen: (toast) => {
toast.addEventListener('mouseenter', Swal.stopTimer)
toast.addEventListener('mouseleave', Swal.resumeTimer)
},
didClose: () => {
Toast.fire({
icon: 'success',
title: 'Loaded successfully'
})
}
})
Toast2.fire(
)
// Swal.fire('Welcome to Yaw Fitness Gym', 'We’re passionate about creating an accessible Gym for everyone.', 'success')
</script>
<script src="assets/js/dark-mode.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
</body>
</html>