-
Notifications
You must be signed in to change notification settings - Fork 0
/
Mind relaxing.html
143 lines (124 loc) · 4.01 KB
/
Mind relaxing.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
<!DOCTYPE html>
<html ="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>Synergy</title>
<link href="style5.css" rel="stylesheet" />
<title>Synergy</title>
</head>
<body>
<header class="navbar">
<nav>
<ul id="nav">
<li><a href="index.html">HOME</a></li>
<li><a href="Forum.html">FORUM</a></li>
<li><a href="Activities.html">ACTIVITIES</a></li>
<li><a href="Initiative.html">MY INITIATIVE</a></li>
</ul>
</nav>
</header>
<div class="bg-img"></div>
<div class="bg-text">
<h1>SYNERGY</h1>
<h2>Well-being delivered to you</h2>
</div>
<header>
<table class="table1">
<tr>
<th>
<b><u>INDOOR ACTIVITIES</u></b></th>
<th>
<b><u>OUTDOOR ACTIVITIES</u></b></th>
</tr>
<tr>
<td>
<p>
<a href="https://penzu.com/" target="_blank">
<img src="IMAGES/Penzudiarypic.jpg" width="1060px" height="700px">
</a>
</p>
</td>
<td>
<p>
<a href="https://www.superjocknjill.com/blog/benefits-of-walking#:~:text=Additionally%2C%20a%20long%20walk%20or,benefits%20of%20running%20and%20walking." target="_blank">
<img src="IMAGES/outdoorpic1.jpg" width="1060px" height="700px">
</a>
</p>
</td>
</tr>
<tr>
<td>
<button class="button1">
<a href="https://penzu.com/" target="_blank"></a>PENZU
</button>
</td>
<td>
<button class="button2">
<a href="https://www.superjocknjill.com/blog/benefits-of-walking#:~:text=Additionally%2C%20a%20long%20walk%20or,benefits%20of%20running%20and%20walking."
target="_blank"></a>JOGS
</button>
</td>
</tr>
<tr>
<td>
<p>
<a href="https://www.youtube.com/watch?v=oBu-pQG6sTY"
target="_blank">
<img src="IMAGES/Yoga image.jpg" width="1060px" height="700px"></a>
</p>
</td>
<td>
<p>
<a href="https://www.letsride.co.uk/guide/healthy-living/cycling-and-its-wellbeing-benefits" target="_blank">
<img src="IMAGES/familycycling.webp" width="1060px" height="700px">
</a>
</p>
</td>
</tr>
<tr>
<td>
<button class="button3">
<a href="https://www.youtube.com/watch?v=oBu-pQG6sTY"
target="_blank"></a>YOGA
</button>
</td>
<td>
<button class="button4">
<a href="https://www.letsride.co.uk/guide/healthy-living/cycling-and-its-wellbeing-benefits" target="_blank"></a>CYCLING
</button>
</td>
</tr>
<tr>
<td>
<p>
<a href="https://www.youtube.com/watch?v=2x2CDVKD9RA&t=2255s" target="_blank">
<img src="IMAGES/calmmusic.jpg" width="1060px" height="700px">
</a>
</p>
</td>
<td>
<p>
<a href="https://www.goodreads.com/shelf/show/outside-reading" target="_blank">
<img src="IMAGES/readingbook.jpg" width="1060px" height="700px">
</a>
</p>
</td>
</tr>
<tr>
<td>
<button class="button5">
<a href="https://www.youtube.com/watch?v=2x2CDVKD9RA&t=2255s" target="_blank"></a>MUSIC
</button>
</td>
<td>
<button class="button6">
<a href="https://www.goodreads.com/shelf/show/outside-reading" target="_blank"></a>READING
</button>
</td>
</tr>
</table>
</header>
</body>
</html>