-
Notifications
You must be signed in to change notification settings - Fork 0
/
FitnessBlog.html
170 lines (151 loc) · 5.74 KB
/
FitnessBlog.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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE html>
<html lang="en">
<head>
<title>WeBlog/Fitness Blogs</title>
<link rel = "icon" href = "Images/Logo1.png" type = "image/x-icon">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="CSS/BlogPage.css">
<link rel="stylesheet" href="CSS/Footer.css">
<style>
.hero-image {
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("Images/FitnessBlogPage/fitness.jpg");
height: 50%;
width: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
</style>
</head>
<body style="height:2500px">
<div container-fluid text-light">
<div class="hero-image" style="height:685px;">
<div class="hero-text">
<h1 class="FontSize3" style="color:white;">Fitness Blog</h1>
<h2>"WeBlog - "Get Your Daily Dose!""</h2><br>
<a href="#"><button type="button" class="btn btn-danger">Write Blog!!!</button></a>
<br>
</div>
</div>
</div>
<br>
<nav class="navbar navbar-expand-sm bg-dark navbar-dark sticky-top justify-content-center">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Blogs.html">BLOGS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="About.html">About</a>
</li>
</ul>
</nav>
<br><br><br>
<h2 class="center">Fitness & Yoga Blogs</h2>
<br><br>
<div class="container">
<div class="row">
<div class="col-sm-4">
<img src="Images/FitnessBlogPage/BlogPhotoFitness2.jpg" width="100%">
</div>
<div class="col-sm-8">
<h2><b><i>BENEFITS OF EXERCISING AT HOME</i></b></h2>
<br>
<p>When it comes to fitness, working out doesn’t have to mean going out.</p>
<p>You don’t need to trek to the gym to get a good workout. You can accomplish plenty without ever leaving the house.</p>
<p>Whether you want to build your endurance, increase your strength, burn calories to keep your waistline in check,</p>
<p>or do all of the above, you can do it in the comfort of your own home.</p>
<hr>
<button type="button" class="btn btn-outline-warning" onclick="window.open('FitnessBlog1.html')">Read Complete Blog</button>
</div>
</div>
</div>
<br>
<hr>
<br>
<div class="container">
<div class="row">
<div class="col-sm-8">
<h2><b><i>The benifits of Yoga</i></b></h2>
<br>
<p>Maintaining a regular yoga practice can provide physical and mental health benefits.</p>
<p>Learn about the different types of yoga and how it can be used as a tool to help you stay healthy.</p>
<br>
<hr>
<br>
<button type="button" class="btn btn-outline-danger" onclick="window.open('FitnessBlog2.html')">Read Complete Blog</button>
</div>
<div class="col-sm-4">
<img src="Images/FitnessBlogPage/Yoga.jpg" width="100%">
</div>
</div>
</div>
<br>
<hr>
<br>
<div class="container">
<div class="row">
<div class="col-sm-4">
<img src="Images/FitnessBlogPage/Meditation.jpg" width="100%">
</div>
<div class="col-sm-8">
<h2><b><i>12 Science-Based Benefits of Meditation</i></b></h2>
<br>
<p>Meditation is the habitual process of training your mind to focus and redirect your thoughts.</p>
<p>The popularity of meditation is increasing as more people discover its many health benefits.</p>
<p>You can use it to increase awareness of yourself and your surroundings. Many people think of it as a way to reduce stress and develop concentration.</p>
<br>
<hr>
<br>
<button type="button" class="btn btn-outline-warning" onclick="window.open('FitnessBlog3.html')">Read Complete Blog</button>
</div>
</div>
</div>
<br>
<hr>
<br>
<div class="container">
<div class="row">
<div class="col-sm-8">
<h2><b><i>Keep Your Brain Young with Music</i></b></h2>
<br>
<p>f you want to firm up your body, head to the gym. If you want to exercise your brain, listen to music.</p>
<p>“There are few things that stimulate the brain the way music does,” says one Johns Hopkins otolaryngologist. “If you want to keep your brain engaged throughout the aging process, listening to or playing music is a great tool. It provides a total brain workout.”</p>
<br>
<hr>
<br>
<button type="button" class="btn btn-outline-danger" onclick="window.open('FitnessBlog4.html')">Read Complete Blog</button>
</div>
<div class="col-sm-4">
<img src="Images/FitnessBlogPage/Music.jpg" width="100%">
</div>
</div>
</div>
<br><br>
<div class="container-fluid bg-dark">
<br>
</div>
<div class="container-fluid" style="background-image: url('Images/abc.jpg'); width="100%">
<div class="container" ><br><br>
<a href="index.html"><button type="button" class="btn btn-success center7">Back To Home Page</button></a><br><br>
<div class="row">
<div class="col-sm-6">
<p class="b1">Copyright © 2021 We Blog - All Rights Reserved.</p>
</div>
<div class="col-sm-6">
<p class="c1"><a href="#">Privacy Policy</a> | <a href="#">Terms and Conditions</a> | <a href="#">Sitemap</a><br>
</div>
</div><br>
</div>
</div>
</body>
</html>