forked from Vakadarohit/Grunden-Zen.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGO TO.html
78 lines (77 loc) · 2.46 KB
/
GO TO.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
<!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">
<link rel="stylesheet" href="style.css">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<style>
img{
border-radius: 10%;
}
</style>
</head>
<title>Grunden Zen</title>
</head>
<body>
<div class="for">
<h5>SERVICES AVAILABLE</h5>
</div>
<div class="contain">
<div class="contain1">
<a href="./meditation.html">
<img src="to1.jpeg" width="400px" height="450px">
</a>
<h1>Meditation</h1>
</div>
<div class="contain2">
<a href="./Yoga.html">
<img src="to2.jpeg" width="400px" height="450px">
</a>
<h1>Yoga</h1>
</div>
<div class="contain3">
<a href="./Diet plan.html">
<img src="to3.jpeg"style="margin-right: 30px;" width="400px" height="450px">
</a>
<h1>Diet Plan</h1>
</div>
<div class="contain4">
<a href="./Mind games.html">
<img src="to4.jpeg" style="margin-left: 230px;margin-top: 70px;" width="400px" height="450px">
</a>
<h1>Mind Games</h1>
</div>
<div class="contain5">
<a href="./Fitness.html">
<img src="to5.jpeg" style="margin-top: 62px;margin-right: 194px;" width="400px" height="450px">
</a>
<h1>Fitness</h1>
</div>
</div>
<form id="cool" style="transform: translate(5px,-500px);">
<label for="Filter">Choose an option:</label><br>
<input type="radio" id="S" name="RB">
<label for="S">Student</label><br>
<input type="radio" id="WP" name="RB">
<label for="WP">Working Profession</label><br>
<input type="radio" id="RI" name="RB">
<label for="RI">Retired Individual</label>
</form>
<div class="bottom">
<p> Follow us on </p>
<div class="social-menu">
<a href="">
<i class="fa fa-facebook"></i></a>
<a href="">
<i class="fa fa-twitter"></i></a>
<a href="">
<i class="fa fa-instagram"></i></a>
<a href="">
<i class="fa fa-linkedin"></i></a>
</div>
<p> © 2022 GRUNDEN ZEN. <small>All rights reserved</small></p>
</div>
</body>
</html>