-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvinyasa.html
48 lines (48 loc) · 5.61 KB
/
vinyasa.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>VINYASA</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
<link rel="stylesheet" href="bootstrap.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-BBtl+eGJRgqQAUMxJ7pMwbEyER4l1g+O15P+16Ep7Q9Q+zqX6gSbd85u4mG4QzX+" crossorigin="anonymous"></script>
</head>
<body>
<div style="background-color: antiquewhite;">
<nav class="bg-warning p-3 d-flex mb-3 justify-content-between align-items-center ">
<img src="logo.jpg" alt="logo" style="width: 50px; height:50px; border-radius:50%;"/>
<div class="d-flex ">
<a href="home.html" class="text-success" style="margin-right: 15px; text-decoration:none;">Home</a>
<a href="aboutUs.html" class="text-success" style="margin-right: 15px; text-decoration:none;">aboutUs</a>
<a href="chatbot.html" class="text-success " style="margin-right: 15px; text-decoration:none;" target="_blank">Chat Bot</a>
</div>
</nav>
<div class="embed-responsive embed-responsive-21by9 d-flex flex-column justify-content-center mt-5 align-items-center" >
<div>
<video class="embed-responsive-item" src="vinyasa yoga.mp4" controls title="vinyasa" allowfullscreen><video>
</div>
</div>
<h2 class="text-center">VINYASA YOGA</h2>
<div style="max-width:1200px; margin:auto; line-height:30px" >
<p>
Vinyasa Yoga is a dynamic and flowing style of yoga that synchronizes breath with movement. The term "Vinyasa" is derived from the Sanskrit words "vi," meaning variation, and "nyasa," meaning within prescribed parameters. In Vinyasa Yoga, practitioners move through a series of poses, smoothly transitioning from one to the next, guided by the breath. Here are some key aspects highlighting the importance of Vinyasa Yoga:<br>
<strong> 1. Cardiovascular Health:</strong> The continuous and rhythmic nature of Vinyasa Yoga, coupled with controlled breathing, can elevate the heart rate and enhance cardiovascular health. This can contribute to improved circulation, endurance, and overall cardiovascular fitness.<br>
<strong> 2. Strength and Flexibility:</strong> Vinyasa sequences often include a variety of poses that engage different muscle groups. The practice helps build strength, particularly in the core, arms, and legs, while also promoting flexibility through the range of motion in various poses.<br>
<strong> 3. Mind-Body Connection:</strong> The emphasis on linking breath with movement in Vinyasa Yoga cultivates a strong mind-body connection. This mindful approach can enhance awareness, concentration, and the ability to stay present in the moment.<br>
<strong> 4. Stress Reduction:</strong> Like other forms of yoga, Vinyasa can be an effective stress-reliever. The combination of breath awareness, movement, and a focus on the present moment can help calm the nervous system, reduce stress, and promote relaxation.<br>
<strong> 5. Creative Expression:</strong> Vinyasa Yoga is often characterized by creative sequencing and the freedom for instructors to design unique flows. This allows for creative expression and variety in each class, keeping the practice engaging and inspiring for practitioners.<br>
<strong> 6. Detoxification:</strong> The dynamic movement and breathwork in Vinyasa Yoga can stimulate the lymphatic system and promote detoxification. Sweating during the practice helps eliminate toxins from the body and may contribute to a sense of cleansing and rejuvenation.<br>
<strong> 7. Balance and Coordination:</strong> The continual flow of poses challenges balance and coordination. Practitioners learn to transition smoothly between postures, improving overall body awareness and coordination.<br>
<strong> 8. Adaptability:</strong> Vinyasa Yoga can be adaptable to different fitness levels and body types. It allows for modifications and variations in poses, making it accessible to beginners while still offering challenges to more advanced practitioners.<br>
<strong> 9. Breath Control:</strong> Vinyasa Yoga places a strong emphasis on conscious breathing. Learning to synchronize breath with movement and use the breath as a guide during transitions can enhance respiratory function and promote a sense of calm.<br>
<strong> 10. Energetic Flow:</strong> Vinyasa is often associated with the concept of "flow," symbolizing the continuous movement and fluidity in the practice. This energetic flow is thought to help balance and stimulate the body's energy systems.<br>
Ultimately, the importance of Vinyasa Yoga lies in its ability to provide a holistic and balanced approach to physical and mental well-being, combining strength, flexibility, breath awareness, and mindfulness in a dynamic and flowing practice.<br>
</p>
</div>
</div>
</body>
</html>s