-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
259 lines (225 loc) · 10.1 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
<!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">
<!-- Google Fonts -->
<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=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap"
rel="stylesheet">
<!-- Awesome Fonts -->
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
<title>Fitnessify</title>
<link rel="stylesheet" href="style.css">
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
</head>
<body>
<!-- Start Header -->
<header>
<nav>
<div class="logo">Fit<span>nessify</span></div>
<div class="open"><i class="fas fa-bars"></i></div>
<ul class="links">
<li><a href="#" class="active">Home</a></li>
<li><a href="#about">about</a></li>
<li><a href="#">healthy living</a></li>
<li><a href="#">community</a></li>
<li><a href="#programs">programs</a></li>
<li><a href="signuplogin.html">register</a></li>
<div class="close"><i class="fas fa-times"></i></div>
</ul>
</nav>
<div class="content">
<a class="btn btn-primary" href="signuplogin.html" role="button">Get Started</a>
</div>
</header>
<!-- Start About -->
<section class="about" id="about">
<div class="row">
<div class="content">
<h1>About Fitnessify</h1>
<div class="content-about">
<div class="row-left">
<h2>Why Choose Us?</h2>
<p>Get stronger with A.I.</p>
<p>Skip the personal trainers</p>
<p> Interact with chatbot when you need advice from a real person</p>
<p>We'll keep you accountable by messaging you if you break your routine</p>
<br>
<p>Easy to understand and use</p>
<button class="hbtn"><a href="signuplogin.html">register</a></button>
</div>
<div class="row-right">
<img src="./pg.png" alt="about-img">
</div>
</div>
</div>
</div>
<div class="row" id="programs">
<div class="content">
<h1>Programs</h1>
<div class="program-content" style="margin-bottom: 45px;">
<p>Follow professionally
developed programs for
fitness and nutrition.</p>
<p>Want personalized training and diet plans? <br>
Enroll in our programs to avail these exlusive features!</p>
</div>
<div class="content-program">
<div><img src="./image 20.png" alt=""></div>
<div><img src="./image 21.png" alt=""></div>
<div><img src="./image 22.png" alt=""></div>
</div>
</div>
</div>
<div>
<html>
<head>
<title>Video in HTML</title>
</head>
<body>
<div id="row">
<div class="button-container">
<button class="hbtn" href="./yoga.html">
<a href="./yoga.html">Yoga Pose Detector</a>
</button>
<button class="hbtn" href="./posture.html">
<a href="./posture.html">Posture Analyzer</a>
</button>
<button class="hbtn" href="#">
<a href="#">Fit AI</a>
</button>
</div>
</div>
</body>
</html>
</div>
</section>
<!-- Start Services -->
<section class="services">
<div>
<h1>Our Chatbot</h1>
<div class="container">
<div class="box">
<div>
<h3>Ask your questions👇</h3>
<iframe class="chatbot"
src='https://webchat.botframework.com/embed/Alyxie?s=bZ-1p24U7Ss.hx_nkL1eF34maP9PcMGPAsnWI1rq84po7DBJeYCHRIQ'
style='min-width: 400px; width: 100%; min-height: 500px;'></iframe>
</div>
</div>
</div>
<!-- <div class="box">
<img src="./images/6.jpg">
<div class="info">
<h3>Blogs</h3>
<p> Our health tips and fitness stories written by experienced professionals</p>
</div>
</div>
</div> -->
</section>
<!-- Start Contact us -->
<section class="text-gray-600 body-font relative">
<div class="container px-5 py-24 mx-auto flex sm:flex-nowrap flex-wrap">
<div
class="lg:w-2/3 md:w-1/2 bg-gray-300 rounded-lg overflow-hidden sm:mr-10 p-10 flex items-end justify-start relative">
<iframe width="100%" height="100%" class="absolute inset-0" frameborder="0" title="map" marginheight="0"
marginwidth="0" scrolling="no" src="https://www.google.com/maps/d/embed?mid=12O0WIkVuEG62ev3qmgEoepOuHhs"
width="640" height="480"></iframe>
<div class="bg-white relative flex flex-wrap py-6 rounded shadow-md">
<div class="lg:w-1/2 px-6">
<h2 class="title-font font-semibold text-gray-900 tracking-widest text-xs">ADDRESS</h2>
<p class="mt-1">Mountain View, California</p>
</div>
<div class="lg:w-1/2 px-6 mt-4 lg:mt-0">
<h2 class="title-font font-semibold text-gray-900 tracking-widest text-xs">EMAIL</h2>
<a class="text-indigo-500 leading-relaxed">[email protected]</a>
<h2 class="title-font font-semibold text-gray-900 tracking-widest text-xs mt-4">PHONE</h2>
<p class="leading-relaxed"><a href="tel:+13862046129">+13862046129</a></p>
</div>
</div>
</div>
<div class="lg:w-1/3 md:w-1/2 bg-dark flex flex-col md:ml-auto w-full md:py-8 mt-8 md:mt-0">
<h2 class="text-white text-lg mb-1 font-medium title-font">Contact Us </h2>
<p class="leading-relaxed mb-5 text-white">For any queries <span><a
href="tel:+13862046129">+13862046129</a></span></p>
<div class="relative mb-4">
<label for="name" class="leading-7 text-sm text-white">Name</label>
<input type="text" id="name" name="name"
class="w-full bg-white rounded border border-gray-300 focus:border-indigo-500 focus:ring-2 focus:ring-indigo-200 text-base outline-none text-gray-700 py-1 px-3 leading-8 transition-colors duration-200 ease-in-out">
</div>
<div class="relative mb-4">
<label for="email" class="leading-7 text-sm text-white">Email</label>
<input type="email" id="email" name="email"
class="w-full bg-white rounded border border-gray-300 focus:border-indigo-500 focus:ring-2 focus:ring-indigo-200 text-base outline-none text-gray-700 py-1 px-3 leading-8 transition-colors duration-200 ease-in-out">
</div>
<div class="relative mb-4">
<label for="message" class="leading-7 text-sm text-white">Message</label>
<textarea id="message" name="message"
class="w-full bg-white rounded border border-gray-300 focus:border-indigo-500 focus:ring-2 focus:ring-indigo-200 h-32 text-base outline-none text-gray-700 py-1 px-3 resize-none leading-6 transition-colors duration-200 ease-in-out"></textarea>
</div>
<button
class="text-white bg-indigo-500 border-0 py-2 px-6 focus:outline-none hover:bg-indigo-600 rounded text-lg">Submit</button>
</div>
</div>
</section>
<!-- Start Footer -->
<footer class="text-gray-600 body-font">
<p class="text-sm text-gray- sm:ml-4 sm:pl-4 sm:border-l-2 sm:border-gray-200 sm:py-2 sm:mt-0 mt-4">© 2021
fitnessify
<a href="" class="text-white-600 ml-1" rel="noopener noreferrer" target="_blank"></a>
</p>
<span class="inline-flex sm:ml-auto sm:mt-0 mt-4 justify-center sm:justify-start">
<a class="text-purple-500">
<svg fill="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5"
viewBox="0 0 24 24">
<path d="M18 2h-3a5 5 0 00-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 011-1h3z"></path>
</svg>
</a>
<a class="ml-3 text-purple-500">
<svg fill="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5"
viewBox="0 0 24 24">
<path
d="M23 3a10.9 10.9 0 01-3.14 1.53 4.48 4.48 0 00-7.86 3v1A10.66 10.66 0 013 4s-4 9 5 13a11.64 11.64 0 01-7 2c9 5 20 0 20-11.5a4.5 4.5 0 00-.08-.83A7.72 7.72 0 0023 3z">
</path>
</svg>
</a>
<a class="ml-3 text-purple-500">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
class="w-5 h-5" viewBox="0 0 24 24">
<rect width="20" height="20" x="2" y="2" rx="5" ry="5"></rect>
<path d="M16 11.37A4 4 0 1112.63 8 4 4 0 0116 11.37zm1.5-4.87h.01"></path>
</svg>
</a>
<a class="ml-3 text-purple-500">
<svg fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="0"
class="w-5 h-5" viewBox="0 0 24 24">
<path stroke="none" d="M16 8a6 6 0 016 6v7h-4v-7a2 2 0 00-2-2 2 2 0 00-2 2v7h-4v-7a6 6 0 016-6zM2 9h4v12H2z">
</path>
<circle cx="4" cy="4" r="2" stroke="none"></circle>
</svg>
</a>
</span>
</div>
</footer>
<!-- Javascript Section -->
<script>
var mainMenu = document.querySelector('.links')
var openMenu = document.querySelector('.open')
var closeMenu = document.querySelector('.close')
openMenu.addEventListener('click', show)
closeMenu.addEventListener('click', close)
function show() {
mainMenu.style.display = 'flex'
mainMenu.style.right = '0'
}
function close() {
mainMenu.style.right = '-60%'
}
</script>
</body>
</html>