-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
118 lines (95 loc) · 5.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel = "stylesheet" href = "css/styly.css">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet">
<title>BlissWithYoga</title>
<link rel="icon" type="image/png" href="css/image/loo-removebg-preview.png">
</head>
<body>
<nav>
<div class = "logo"> <a href="Main.html"> <b><img src="css/image/loo-removebg-preview.png" height="40"> </b></a> </div>
<div class="nav-items">
<a href="#one">Home</a>
<a href="#two">About us</a>
<a href="#core">Courses</a>
<a href="#pr">Pricing</a>
<a href="#rew">Reviews</a>
<a href="#three">Contact us</a>
<a href="#one"><button class="bton">Book Now</button></a>
</div>
<script src="vistuals.js"></script>
</nav>
<section class = "home" id="one">
<p id="main-content">Revitalise.</p>
<!-- <h4>"Yoga is the journey of the self, through the self, to the self." - The Bhagavad Gita</h4>
<p>Realize your true potential where you connect with your mind, body and soul. </p>
<p>Tap into your inner strength to cultivate a deep sense of self-awareness. </p> -->
<div class="Overlay-Content1">
<h4>Welcome to <span class="changes">BLISS WITH YOGA!</span></h4>
</div>
<div class="Overlay-Content2">
<h4>Go on a journey of self-discovery, well-being, and inner harmony to excel at every aspects of your life.</h4>
</div>
<div class="Overlay-Content3">
<h3>"Yoga is the journey of the self, through the self, to the self."</h3>
<h4> - The Bhagavad Gita</h4>
</div>
</section>
<section class = "aboutus" id = "two">
<img src="css/image/good women doing yoga.jpg" class="Mainwomen">
<img src="css/image/momnice.jpg" class="mom">
<img src="css/image/cloverhang.jpg" class="momimage" height="300">
<img src="css/image/clover3.jpg" class="clover3"height="200">
<img src="css/image/clover2.jpg" class="clover2" height="300">
<div class="Content1">
</div>
<div class="Content2">
<h1>MY STORY</h1>
<br>
<h3>
Greetings, I'm Ritu Chhaparia, your dedicated yoga instructor and guide on the path to well-being. With a passion for holistic health, I offer personalized yoga classes aimed at cultivating strength, balance, and serenity in your life. Beyond in-person sessions, I extend my teachings online, providing a range of carefully crafted courses that you can explore from the comfort of your home. Join me on this transformative journey, whether in a live class or through one of my thoughtfully designed online courses.
</h3>
<h5><a href="AboutMe.html"> Know more ->>></a></h5>
</div>
</section>
<!-- rewivew -->
<section class = "review" id="rew">
<h1>Stories of Satisfaction</h1>
</section>
<!-- <div class="certi">
<h1>My Certifications </h1>
<p>RYT 500 </p><p>diet and nutrition yoga</p><p>prenatal yoga</p><p>therapeutic yoga</p>
<h3>proving that I can provide and create holistic and transformative experiences for my clients. I believe that yoga is more than just a physical practice and my classes empower my students to unlock their potential and tap into a deep sense of self-awareness.</h3>
<p>RYT 500 </p><p>diet and nutrition yoga</p><p>prenatal yoga</p><p>therapeutic yoga</p>
</div> -->
<!-- cousres details -->
<section class = "course" id = "core">
<h1>Course details</h1>
</section>
<!-- priceeeeeeeeeeee -->
<section class="price" id = "pr">
<p>tis is price - 100000</p>
</section>
<!-- footerr -->
<section class = "footer" id = "three">
<div class="footlo">
<div class="main">
<h3>Reach us at:</h3>
<a href= "https://instagram.com/blisswithyoga?igshid=OGQ5ZDc2ODk2ZA==" target=”_blank”><img src="css/image/insta.png" alt="insta" height="23"></a>
<a href = "https://youtube.com/@BlisswithYoga-hj6rw?si=HwhdiAJEg6y479Sc" target=”_blank”><img src="css/image/ytlogo.png" alt="youtube" height="20"></a>
<a href = "rituchhaparia@gmail.com" target=”_blank”></a><img src="css/image/gmail.png" alt ="mail" height="20"></a>
<h4>rituchhaparia@gmail.com</h4>
</div>
</div>
<div class="copywrite">
<h3><img src="css/image/copywrite.png" height="20"> 2023 Bliss With Yoga. All Rights Reserved.</h3>
</div>
</section>
</body>
</html>