-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
226 lines (210 loc) · 7.51 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
<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" />
<title>YOGISTIX</title>
<link
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div>
<header style="margin-top: 0px; background-color: black; height: 120px">
<img
src="https://imagizer.imageshack.com/img923/5967/5BWS4z.png"
alt=""
style="height: 300px; width: 300px"
/>
<!-- <a href="#" class="logo"><span>YOGISTIX</span></a> -->
<div id="menu" class="fas fa-bars"></div>
<nav class="navbar">
<ul>
<li><a href="/">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#footer">Contact</a></li>
</ul>
</nav>
</header>
</div>
<div>
<section class="home" id="home">
<h1>
Yoga is not to be performed<br />
it is to be lived
</h1>
<a href="#about"><button class="btn">get started</button></a>
</section>
<section class="about" id="about">
<div class="row">
<div class="image">
<img
src="https://imagizer.imageshack.com/img922/1661/mTnBNT.jpg"
alt=""
/>
</div>
<div class="content">
<h3>a word about us</h3>
<p>
Welcome to Yogistix, where we merge technology with the ancient
wisdom of yoga to empower practitioners to refine their practice,
deepen their understanding, and achieve optimal alignment. We
recognize the profound impact that correct alignment and posture
have on the effectiveness and safety of yoga practice.
</p>
<p>
Our mission is to harness the power of cutting-edge technology to
assist practitioners of all levels in refining their poses,
preventing injuries, and experiencing the full transformative
potential of yoga.
</p>
<!-- <a href="#"><button class="btn">learn more</button></a> -->
</div>
</div>
</section>
<section class="service" id="service">
<h1 class="heading">What can you do on Yogistix</h1>
<div class="box-container">
<div class="box">
<img
src="https://imagizer.imageshack.com/img922/6035/HgtrLu.jpg"
alt=""
/>
<div class="info">
<h3>Pracrice Yoga Asanas</h3>
<p>
Experience the transformative power of yoga like never before.
With convenient access to a wide range of poses and tailored
corrections, practicing yoga has never been easier or more
rewarding.
</p>
<a href="#"><button class="btn">more</button></a>
</div>
</div>
<!-- <div class="box">
<img
src="https://imagizer.imageshack.com/img923/2600/85NfSf.jpg"
alt=""
/>
<div class="info">
<h3>Test your Yoga skills</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
Ducimus a distinctio excepturi libero eveniet amet id vel minima
officiis doloribus.
</p>
<a href="#"><button class="btn">more</button></a>
</div>
</div> -->
<div class="box">
<img
src="https://imagizer.imageshack.com/img923/9538/k7hhRy.jpg"
alt=""
/>
<div class="info">
<h3>Know about Yoga</h3>
<p>
Dive into a world where ancient wisdom of yoga.From foundational
poses to intricate sequences, Yogistix provides a wealth of
resources to guide you on your yoga journey.
</p>
<a href="#"><button class="btn">more</button></a>
</div>
</div>
<div class="box">
<img
src="https://imagizer.imageshack.com/img923/8640/wqIdGh.jpg"
alt=""
/>
<div class="info">
<h3>Learn new Yoga Asanas</h3>
<p>
Embark on a journey of self-discovery and physical
transformation Discover the joy of learning new yoga poses with
confidence, knowing that our advanced technology ensures precise
detection and personalized correction every step of the way.
</p>
<a href="#"><button class="btn">more</button></a>
</div>
</div>
<div class="box">
<img
src="https://imagizer.imageshack.com/img924/7602/buJtgL.jpg"
alt=""
/>
<div class="info">
<h3>Check your Yoga scores</h3>
<p>
Unlock new levels of flexibility, strength, and inner peace.
Earn points by practicing yoga and share your score with your
friends and family
</p>
<a href="#"><button class="btn">more</button></a>
</div>
</div>
<!-- <div class="box">
<img
src="https://imagizer.imageshack.com/img924/7403/Ny1LX2.jpg"
alt=""
/>
<div class="info">
<h3>ABC</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
Ducimus a distinctio excepturi libero eveniet amet id vel minima
officiis doloribus.
</p>
<a href="#"><button class="btn">more</button></a>
</div>
</div> -->
</div>
</section>
<!--
<footer>
<div class="footer-container">
<div class="footernav">
<ul>
<li><a href="/">Home</a></li>
<li><a href="#register">Contact Us</a></li>
</ul>
</div>
</div>
<div class="footerbottom">
<p>Copyright ©2024 <span class="designer">Yogistix </span></p>
</div>
</footer> -->
</div>
<div class="footer" id="footer">
<div class="social-media">
<a
data-aos="zoom-in"
class="btn btn-lg"
style="background-color: transparent; color: white; font-size: 35px"
href="mailto:contact@yogistix.tech"
role="button"
><i class="fa fa-envelope"></i
></a>
<a
data-aos="zoom-in"
class="btn"
style="background-color: transparent; color: white; font-size: 35px"
href="https://www.instagram.com/_.yogistix?igsh=ZXVra2kyanRxNGJ1"
role="button"
><i class="fa fa-instagram"></i
></a>
<a
data-aos="zoom-in"
class="btn"
style="background-color: transparent; color: white; font-size: 35px"
href="https://www.linkedin.com/company/yogistix/about/"
role="button"
><i class="fa fa-linkedin" aria-hidden="true"></i
></a>
</div>
<p><a href="mailto:contact@yogistix.tech">contact@yogistix.tech</a></p>
<p>YOGISTIX © 2024</p>
</div>
</body>
</html>