-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
yoga advance.html
108 lines (94 loc) Β· 3.36 KB
/
yoga advance.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
<!DOCTYPE html>
<html>
<title>YOGA-ADVANCED</title>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
.container{width:100%}
.left{width:22%;float:left;}
.body{width:45%;float:left;}
.right{width:22%;float:left;}
body{
background-color: black;
color: white;
}
.i:hover{
width: 160%;
opacity: 0.8;
}
</style>
</head>
<body>
<h1 align="center" style="background-color: blue;font-size: 40px;">ADVANCED-YOGA</h1>
<div class="container">
<div class="left">
<img src="images/wheelpose.png" width="150%" height="12%" autoplay="true" muted="true" loop="true" class="i"></img>
<br>
<br>
<img src="images/kapalbhati.png" width="150%" height="12%" autoplay="true" muted="true" loop="true" class="i"></img>
<br>
<br>
<img src="images/threadpose.png" width="150%" height="12%" autoplay="true" muted="true" loop="true" class="i"></img>
<br>
<br>
<img src="images/boatpose.png" width="150%" height="12%" autoplay="true" muted="true" loop="true" class="i"></img>
<br>
<br>
<img src="images/catpose.png" width="150%" height="12%" autoplay="true" muted="true" loop="true" class="i"></img>
<br>
<br>
<img src="images/pranayam.png" width="150%" height="12%" autoplay="true" muted="true" loop="true" class="i"></img>
<br>
<br>
<img src="images/eaglepose.png" width="150%" height="12%" autoplay="true" muted="true" loop="true" class="i"></img>
<br>
<br>
<img src="images/upplank.png" width="150%" height="12%" autoplay="true" muted="true" loop="true" class="i"></img>
<br>
<br>
<img src="images/headpose.png" width="150%" height="12%" autoplay="true" muted="true" loop="true" class="i"></img>
<br>
<br>
<img src="images/halfpose.png" width="150%" height="12%" autoplay="true" muted="true" loop="true" class="i"></img>
<br>
<br>
</div>
<div class="body" align="center">
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<button onclick="document.location='wheel.html'" style="padding:10%; border-radius: 50%; margin-left: 150px; font-size: 40px;">START</button>
</div>
<div class="right">
<img src="images/chairpose.png" width="150%" height="12%" autoplay="true" muted="true" loop="true" class="i"></img>
<br>
<br>
<img src="images/plank.png" width="150%" height="12%" autoplay="true" muted="true" loop="true" class="i"></img>
<br>
<br>
<img src="images/cobrapose.png" width="150%" height="12%" autoplay="true" muted="true" loop="true" class="i"></img>
<br>
<br>
<img src="images/superman2.png" width="150%" height="12%" autoplay="true" muted="true" loop="true" class="i"></img>
<br>
<br>
<img src="images/sideplank.png" width="150%" height="12%" autoplay="true" muted="true" loop="true" class="i"></img>
<br>
<br>
<img src="images/shotjump.png" width="150%" height="12%" autoplay="true" muted="true" loop="true" class="i"></img>
<br>
<br>
<img src="images/lordpose.png" width="150%" height="12%" autoplay="true" muted="true" loop="true" class="i"></img>
<br>
<br>
<img src="images/sitforward.png" width="150%" height="12%" autoplay="true" muted="true" loop="true" class="i"></img>
<br>
<br>
<img src="images/bowpose.png" width="150%" height="12%" autoplay="true" muted="true" loop="true" class="i"></img>
<br>
<br>
<img src="images/hangingpose.png" width="150%" height="12%" autoplay="true" muted="true" loop="true" class="i"></img>
<br>
<br>
</div>
</div>
</body>
</html>