-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
237 lines (172 loc) · 7.32 KB
/
blog.html
File metadata and controls
237 lines (172 loc) · 7.32 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Div Programming</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css"
integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous" />
<link rel="icon" type="image/x-icon" href="/images/logo1.png">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- Start header -->
<!-- Start Navbar -->
<div id="header"></div>
<!-- End Navbar -->
<!-- End header -->
<!-- Start Page name -->
<div class="bg-light p-5 rounded-lg m-3">
<div class="container">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Blog</li>
</ol>
</nav>
<h1 class="display-4">Our Blogs</h1>
<p class="lead">This is a simple hero unit, a simple jumbotron-style component for calling extra attention to
featured content or information.</p>
</div>
</div>
<!-- End Page name -->
<!-- Start Blogs -->
<section class="blogs">
<div class="container">
<div class="row">
<div class="col-md-9 col-12">
<!-- Start Blog -->
<div class="bg-light p-4 rounded-lg jumb">
<div class="blog_info">
<h3>Lorem, ipsum dolor.</h3>
<span>22/3/2022</span>
<p>
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Voluptates.
</p>
<a href="blog_details.html" class="btn btn-primary">READ MORE</a>
</div>
<div class="blog_image">
<img class="w-100" src="images/merCars/car5.jpg" alt="">
</div>
</div>
<!-- End Blog -->
<!-- Start Blog -->
<div class="bg-light p-4 rounded-lg jumb">
<div class="blog_info">
<h3>Lorem, ipsum dolor.</h3>
<span>22/3/2022</span>
<p>
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Voluptates.
</p>
<a href="blog_details.html" class="btn btn-primary">READ MORE</a>
</div>
<div class="blog_image">
<img class="w-100" src="images/merCars/car5.jpg" alt="">
</div>
</div>
<!-- End Blog -->
<!-- Start Blog -->
<div class="bg-light p-4 rounded-lg jumb">
<div class="blog_info">
<h3>Lorem, ipsum dolor.</h3>
<span>22/3/2022</span>
<p>
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Voluptates.
</p>
<a href="blog_details.html" class="btn btn-primary">READ MORE</a>
</div>
<div class="blog_image">
<img class="w-100" src="images/merCars/car5.jpg" alt="">
</div>
</div>
<!-- End Blog -->
<!-- Start Blog -->
<div class="bg-light p-4 rounded-lg jumb">
<div class="blog_info">
<h3>Lorem, ipsum dolor.</h3>
<span>22/3/2022</span>
<p>
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Voluptates.
</p>
<a href="blog_details.html" class="btn btn-primary">READ MORE</a>
</div>
<div class="blog_image">
<img class="w-100" src="images/merCars/car5.jpg" alt="">
</div>
</div>
<!-- End Blog -->
<!-- Start Blog -->
<div class="bg-light p-4 rounded-lg jumb">
<div class="blog_info">
<h3>Lorem, ipsum dolor.</h3>
<span>22/3/2022</span>
<p>
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Voluptates.
</p>
<a href="blog_details.html" class="btn btn-primary">READ MORE</a>
</div>
<div class="blog_image">
<img class="w-100" src="images/merCars/car5.jpg" alt="">
</div>
</div>
<!-- End Blog -->
</div>
<div class="col-md-3 mt-3">
<div>
<h2>Categories</h2>
<div class="list-group">
<a href="#" class="list-group-item list-group-item-action active" aria-current="true">
The current link item
</a>
<a href="#" class="list-group-item list-group-item-action">A second link item</a>
<a href="#" class="list-group-item list-group-item-action">A third link item</a>
<a href="#" class="list-group-item list-group-item-action">A fourth link item</a>
<a class="list-group-item list-group-item-action disabled">A disabled link item</a>
</div>
</div>
<div>
<h2 class="mt-4">Last News</h2>
<div class="list-group">
<a href="#" class="list-group-item list-group-item-action active" aria-current="true">
The current link item
</a>
<a href="#" class="list-group-item list-group-item-action">A second link item</a>
<a href="#" class="list-group-item list-group-item-action">A third link item</a>
<a href="#" class="list-group-item list-group-item-action">A fourth link item</a>
<a class="list-group-item list-group-item-action disabled">A disabled link item</a>
</div>
</div>
<div class="mt-4">
<img src="images/car1.jpg" width="100%" alt="">
</div>
</div>
<nav aria-label="Page navigation example ">
<ul class="pagination mt-2 ">
<li class="page-item"><a class="page-link" href="#">Previous</a></li>
<li class="page-item"><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="#">Next</a></li>
</ul>
</nav>
</div>
</section>
<!-- End Blogs -->
<!-- Start Footer -->
<div id="footer"></div>
<!-- End Footer -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN"
crossorigin="anonymous"></script>
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
<script>
$(function(){
$("#header").load("header.html");
// $("#navbar").load("navbar.html");
$("#footer").load("footer.html");
});
</script>
</body>
</html>