-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.jsp
244 lines (224 loc) · 13.9 KB
/
blog.jsp
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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Gymnast - Gym Website Template</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Free Website Template" name="keywords">
<meta content="Free Website Template" name="description">
<!-- Favicon -->
<link href="img/favicon.ico" rel="icon">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<!-- Flaticon Font -->
<link href="lib/flaticon/font/flaticon.css" rel="stylesheet">
<!-- Customized Bootstrap Stylesheet -->
<link href="css/style.min.css" rel="stylesheet">
</head>
<body class="bg-white">
<!-- Navbar Start -->
<div class="container-fluid p-0 nav-bar">
<nav class="navbar navbar-expand-lg bg-none navbar-dark py-3">
<a href="" class="navbar-brand">
<h1 class="m-0 display-4 font-weight-bold text-uppercase text-white">Gymnast</h1>
</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between" id="navbarCollapse">
<div class="navbar-nav ml-auto p-4 bg-secondary">
<a href="index.jsp" class="nav-item nav-link">Home</a>
<a href="about.jsp" class="nav-item nav-link">About Us</a>
<a href="feature.jsp" class="nav-item nav-link">Our Features</a>
<a href="contact.jsp" class="nav-item nav-link">Contact</a>
</div>
</div>
</nav>
</div>
<!-- Navbar End -->
<!-- Page Header Start -->
<div class="container-fluid page-header mb-5">
<div class="d-flex flex-column align-items-center justify-content-center pt-0 pt-lg-5" style="min-height: 400px">
<h4 class="display-4 mb-3 mt-0 mt-lg-5 text-white text-uppercase font-weight-bold">Our Blog</h4>
<div class="d-inline-flex">
<p class="m-0 text-white"><a class="text-white" href="">Home</a></p>
<p class="m-0 text-white px-2">/</p>
<p class="m-0 text-white">Our Blog</p>
</div>
</div>
</div>
<!-- Page Header End -->
<!-- Blog Start -->
<div class="container pt-5">
<div class="d-flex flex-column text-center mb-5">
<h4 class="text-primary font-weight-bold">Our Blog</h4>
<h4 class="display-4 font-weight-bold">Latest Article From Blog</h4>
</div>
<div class="row">
<div class="col-lg-6 mb-5 blog-item">
<img class="img-fluid mb-4" src="img/blog-1.jpg" alt="Image">
<div class="d-flex align-items-center mb-4">
<div class="d-flex flex-column align-items-center justify-content-center rounded-circle bg-primary text-white" style="width: 80px; height: 80px;">
<small>01</small>
<strong class="text-uppercase m-0 text-white">Jan</strong>
<small>2045</small>
</div>
<div class="pl-3">
<h3 class="font-weight-bold">Lorem ipsum dolor sit amet</h3>
<div class="d-flex">
<small class="mr-2 text-muted"><i class="fa fa-user"></i> Admin</small>
<small class="mr-2 text-muted"><i class="fa fa-folder"></i> Web Design</small>
<small class="mr-2 text-muted"><i class="fa fa-comments"></i> 15 Comments</small>
</div>
</div>
</div>
<p>Eos kasd et sea labore. Et sed amet magna elitr amet, stet et amet erat nonumy labore lorem ut eos, sed ut at tempor diam no. Kasd sit ea amet lorem et sea, ipsum sed dolor dolores sed dolore eirmod vero dolor sed kasd accusam</p>
<a class="btn btn-outline-primary mt-2 px-3" href="">Read More <i class="fa fa-angle-right"></i></a>
</div>
<div class="col-lg-6 mb-5 blog-item">
<img class="img-fluid mb-4" src="img/blog-2.jpg" alt="Image">
<div class="d-flex align-items-center mb-4">
<div class="d-flex flex-column align-items-center justify-content-center rounded-circle bg-primary text-white" style="width: 80px; height: 80px;">
<small>01</small>
<strong class="text-uppercase m-0 text-white">Jan</strong>
<small>2045</small>
</div>
<div class="pl-3">
<h3 class="font-weight-bold">Lorem ipsum dolor sit amet</h3>
<div class="d-flex">
<small class="mr-2 text-muted"><i class="fa fa-user"></i> Admin</small>
<small class="mr-2 text-muted"><i class="fa fa-folder"></i> Web Design</small>
<small class="mr-2 text-muted"><i class="fa fa-comments"></i> 15 Comments</small>
</div>
</div>
</div>
<p>Eos kasd et sea labore. Et sed amet magna elitr amet, stet et amet erat nonumy labore lorem ut eos, sed ut at tempor diam no. Kasd sit ea amet lorem et sea, ipsum sed dolor dolores sed dolore eirmod vero dolor sed kasd accusam</p>
<a class="btn btn-outline-primary mt-2 px-3" href="">Read More <i class="fa fa-angle-right"></i></a>
</div>
<div class="col-lg-6 mb-5 blog-item">
<img class="img-fluid mb-4" src="img/blog-1.jpg" alt="Image">
<div class="d-flex align-items-center mb-4">
<div class="d-flex flex-column align-items-center justify-content-center rounded-circle bg-primary text-white" style="width: 80px; height: 80px;">
<small>01</small>
<strong class="text-uppercase m-0 text-white">Jan</strong>
<small>2045</small>
</div>
<div class="pl-3">
<h3 class="font-weight-bold">Lorem ipsum dolor sit amet</h3>
<div class="d-flex">
<small class="mr-2 text-muted"><i class="fa fa-user"></i> Admin</small>
<small class="mr-2 text-muted"><i class="fa fa-folder"></i> Web Design</small>
<small class="mr-2 text-muted"><i class="fa fa-comments"></i> 15 Comments</small>
</div>
</div>
</div>
<p>Eos kasd et sea labore. Et sed amet magna elitr amet, stet et amet erat nonumy labore lorem ut eos, sed ut at tempor diam no. Kasd sit ea amet lorem et sea, ipsum sed dolor dolores sed dolore eirmod vero dolor sed kasd accusam</p>
<a class="btn btn-outline-primary mt-2 px-3" href="">Read More <i class="fa fa-angle-right"></i></a>
</div>
<div class="col-lg-6 mb-5 blog-item">
<img class="img-fluid mb-4" src="img/blog-2.jpg" alt="Image">
<div class="d-flex align-items-center mb-4">
<div class="d-flex flex-column align-items-center justify-content-center rounded-circle bg-primary text-white" style="width: 80px; height: 80px;">
<small>01</small>
<strong class="text-uppercase m-0 text-white">Jan</strong>
<small>2045</small>
</div>
<div class="pl-3">
<h3 class="font-weight-bold">Lorem ipsum dolor sit amet</h3>
<div class="d-flex">
<small class="mr-2 text-muted"><i class="fa fa-user"></i> Admin</small>
<small class="mr-2 text-muted"><i class="fa fa-folder"></i> Web Design</small>
<small class="mr-2 text-muted"><i class="fa fa-comments"></i> 15 Comments</small>
</div>
</div>
</div>
<p>Eos kasd et sea labore. Et sed amet magna elitr amet, stet et amet erat nonumy labore lorem ut eos, sed ut at tempor diam no. Kasd sit ea amet lorem et sea, ipsum sed dolor dolores sed dolore eirmod vero dolor sed kasd accusam</p>
<a class="btn btn-outline-primary mt-2 px-3" href="">Read More <i class="fa fa-angle-right"></i></a>
</div>
<div class="col-lg-12">
<nav aria-label="Page navigation">
<ul class="pagination justify-content-center mb-4">
<li class="page-item disabled">
<a class="page-link" href="#" aria-label="Previous">
<span aria-hidden="true">«</span>
</a>
</li>
<li class="page-item active"><a class="page-link" href="#">1</a></li>
<li class="page-item"><a class="page-link" href="#">2</a></li>
<li class="page-item"><a class="page-link" href="#">3</a></li>
<li class="page-item">
<a class="page-link" href="#" aria-label="Next">
<span aria-hidden="true">»</span>
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<!-- Blog End -->
<!-- Footer Start -->
<div class="footer container-fluid mt-5 py-5 px-sm-3 px-md-5 text-white">
<div class="row pt-5">
<div class="col-lg-3 col-md-6 mb-5">
<h4 class="text-primary mb-4">Get In Touch</h4>
<p><i class="fa fa-map-marker-alt mr-2"></i>203 22A gungaoon Haryana India</p>
<p><i class="fa fa-phone-alt mr-2"></i>+91 6386257022</p>
<p><i class="fa fa-envelope mr-2"></i>tutorialstudyhub@gmail.com</p>
<div class="d-flex justify-content-start mt-4">
<a class="btn btn-outline-light rounded-circle text-center mr-2 px-0" style="width: 40px; height: 40px;" href="#"><i class="fab fa-twitter"></i></a>
<a class="btn btn-outline-light rounded-circle text-center mr-2 px-0" style="width: 40px; height: 40px;" href="#"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-outline-light rounded-circle text-center mr-2 px-0" style="width: 40px; height: 40px;" href="#"><i class="fab fa-linkedin-in"></i></a>
<a class="btn btn-outline-light rounded-circle text-center mr-2 px-0" style="width: 40px; height: 40px;" href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-5">
<h4 class="text-primary mb-4">Quick Links</h4>
<div class="d-flex flex-column justify-content-start">
<a class="text-white mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Home</a>
<a class="text-white mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>About Us</a>
<a class="text-white mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Our Features</a>
<a class="text-white mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Classes</a>
<a class="text-white" href="#"><i class="fa fa-angle-right mr-2"></i>Contact Us</a>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-5">
<h4 class="text-primary mb-4">Popular Links</h4>
<div class="d-flex flex-column justify-content-start">
<a class="text-white mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Home</a>
<a class="text-white mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>About Us</a>
<a class="text-white mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Our Features</a>
<a class="text-white mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Classes</a>
<a class="text-white" href="#"><i class="fa fa-angle-right mr-2"></i>Contact Us</a>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-5">
<h4 class="text-primary mb-4">Opening Hours</h4>
<h5 class="text-white">Monday - Friday</h5>
<p>8.00 AM - 8.00 PM</p>
<h5 class="text-white">Saturday - Sunday</h5>
<p>2.00 PM - 8.00 PM</p>
</div>
</div>
<div class="container border-top border-dark pt-5">
<p class="m-0 text-center text-white">
© <a class="text-white font-weight-bold" href="#">Your Site Name</a>. All Rights Reserved. Designed by
<a class="text-white font-weight-bold" href="https://htmlcodex.com">HTML Codex</a>
</p>
</div>
</div>
<!-- Footer End -->
<!-- Back to Top -->
<a href="#" class="btn btn-outline-primary back-to-top"><i class="fa fa-angle-double-up"></i></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<!-- Contact Javascript File -->
<script src="mail/jqBootstrapValidation.min.js"></script>
<script src="mail/contact.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>