-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject-details.html
394 lines (375 loc) · 15.9 KB
/
project-details.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
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
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home Page</title>
<base href="" target"_self"></base>
<!-- styles -->
<link rel="stylesheet" href="styles/main.css">
<!-- font awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.css">
</head>
<body>
<!-- The header -->
<header>
<!-- top header -->
<div class="container">
<div class="top-header flexed">
<div class="e-address">
<p>Have any questions?  +61 383 766 284 [email protected]</p>
</div>
<div class="deadline">
<p>Mon - Sat 8.00 - 18.00. Sunday</p>
</div>
<div class="social-icons">
<a href="#"><i class="fab fa-skype"></i></a>
<a href="#"><i class="fab fa-facebook"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
</div>
</div>
</div>
<div class="divider"></div>
<!-- bottom header -->
<div class="container">
<div class="humberger">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</div>
<div class="bottom-header flexed">
<div class="logo">
<a href="index.html" class="company-logo" target="_self" title="clean co">CLEANCO</a>
</div>
<nav>
<ul class="nav-list">
<li class="nav-item">
<a href="index.html" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="project-list.html" class="nav-link">Project</a>
</li>
<li class="nav-item">
<a href="service-list.html" class="nav-link">Services</a>
</li>
<li class="nav-item">
<a href="page-not-found.html" class="nav-link">Galery</a>
</li>
<li class="nav-item">
<a href="faq-list.html" class="nav-link">FAQ</a>
</li>
<li class="nav-item">
<a href="bigPic-blog-list.html" class="nav-link">Blog</a>
</li>
<li class="nav-item">
<a href="contact-us.html" class="nav-link">Contact</a>
</li>
</ul>
</nav>
<div class="search">
<div class="search-container">
<button type="button">
<i class="fas fa-search"></i>
</button>
</div>
</div>
</div>
</div>
</header>
<!-- Main section -->
<main>
<!-- hero section -->
<section>
<div class="hero">
<div class="hero-overlay-bg">
<div class="hero-content pb-3 pt-3 ">
<div class="container">
<!-- Blog Post Title -->
<h2 class="hero-heading md-heading">
Project List
</h2>
<!-- Blog Post Title -->
<h3 class="sm-heading text-white text-uppercase low-opacity-text">
Lorem ipsum dolor sit amet consectetur
</h3>
<!-- BreadCrumbs -->
<div class="breadcrump-container">
<nav aria-label="breadcrumbs" class="breadcrumbs">
<ol class="breadcrumbs-list">
<li class="breadcrumb-item">
<a href="index.html" class="breadcrumb-link" >Homepage</a>
</li>
<li class="breadcrumb-item">
<i class="fas fa-square-full"></i>
<a href="blog-list.html" class="breadcrumb-link" >Project List</a>
</li>
</ol>
</nav>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Project Details -->
<section class="light-bg pt-1 pb-1">
<div class="container">
<div class="project-details-grid">
<div class="project-detail-avatar">
<img src="img/project_3.jpg" alt="Project details avatar">
</div>
<div class="project-detail-content white-bg p-2">
<article>
<header>
<h3 class="sm-heading weight-600">A pellentesque sit amet porttitor</h3>
</header>
<p class="lead">Lorem ipsum, dolor sit amet consectetur adipisicing elit. Totam, perferendis assumenda enim voluptatem tenetur magni quaerat corrupti magnam velit accusantium?</p>
<p class="lead">Lorem ipsum dolor sit amet consectetur adipisicing elit. Iure, voluptates tempore voluptatibus ut nam esse! Lorem ipsum dolor sit amet consectetur, adipisicing elit. Earum, dolores? Lorem, ipsum dolor sit amet consectetur adipisicing elit. Illum, saepe.</p>
<a href="#" class="btn btn-default go-right"><i class="fas fa-circle"></i>Learn More</a>
<div class="divider mt-1 mb-1"></div>
<footer>
<table class="table">
<tr>
<th>Year</th>
<td><time datetime="2018-03-08 19:08">03.08.2018</time></td>
<th>Project Budget</th>
<td>215.00 <abbr title="dollar">$</abbr> </td>
</tr>
<tr>
<th>Production Company</th>
<td><time datetime="2018-03-08 19:08">03.08.2018</time></td>
<th>Company Date</th>
<td><cite>ABC Company</cite></td>
</tr>
</table>
</footer>
</article>
</div>
</div>
</div>
</section>
<!-- Project galery -->
<section class="light-bg pb-2">
<div class="container">
<h3 class="md-heading mt-2 mb-2">Browse images of the <strong class="weight-400">Project name</strong></h3>
<div class="divider mb-2"></div>
<div class="project-galery mb-3">
<div class="swiper-container project-galery-container">
<ul class="swiper-wrapper project-galery-wrapper list">
<li class="swiper-slide">
<div class="project-box">
<div class="project-categorie-avatar">
<div class="dicover-eye">
<i class="fas fa-eye"></i>
</div>
<img src="img/project_2.jpg" alt="project categorie avatar" title="categorie name here">
</div>
<div class="project-categorie-title p-1 white-bg">
<h3 class="sm-heading">A pellentesque sit amet porttitor</h3>
</div>
</div>
</li>
<li class="swiper-slide">
<div class="project-box">
<div class="project-categorie-avatar">
<div class="dicover-eye">
<i class="fas fa-eye"></i>
</div>
<img src="img/project_3.jpg" alt="project categorie avatar" title="categorie name here">
</div>
<div class="project-categorie-title p-1 white-bg">
<h3 class="sm-heading">A pellentesque sit amet porttitor</h3>
</div>
</div>
</li>
<li class="swiper-slide">
<div class="project-box">
<div class="project-categorie-avatar">
<div class="dicover-eye">
<i class="fas fa-eye"></i>
</div>
<img src="img/project_4.jpg" alt="project categorie avatar" title="categorie name here">
</div>
<div class="project-categorie-title p-1 white-bg">
<h3 class="sm-heading">A pellentesque sit amet porttitor</h3>
</div>
</div>
</li>
<li class="swiper-slide">
<div class="project-box">
<div class="project-categorie-avatar">
<div class="dicover-eye">
<i class="fas fa-eye"></i>
</div>
<img src="img/project_5.jpg" alt="project categorie avatar" title="categorie name here">
</div>
<div class="project-categorie-title p-1 white-bg">
<h3 class="sm-heading">A pellentesque sit amet porttitor</h3>
</div>
</div>
</li>
</ul>
</div>
<!-- Add Pagination -->
<div class="swiper-pagination project-galery-pagination mt-2"></div>
</div>
</div>
</section>
<div class="divider"></div>
<!-- previous and next project -->
<section class="light-bg">
<div class="container">
<div class="next-previous-project flexed pt-2 pb-2">
<!-- previous project -->
<a href="#">
<div class="previous-project text-left">
<i class="fas fa-long-arrow-alt-left mb-2"></i>
<h2 class="sm-heading text-uppercase">Previous Project</h2>
<p class="lead">Lorem ipsum dolor sit amet.</p>
<h2 class="sm-heading text-secondary">Project Name</h2>
</div>
</a>
<!-- next project -->
<a href="#">
<div class="next-project text-right">
<i class="fas fa-long-arrow-alt-right mb-2"></i>
<h2 class="sm-heading text-uppercase">Next Project</h2>
<p class="lead">Lorem ipsum dolor sit amet.</p>
<h2 class="sm-heading text-secondary">Project Name</h2>
</div>
</a>
</div>
</div>
</section>
<!-- contact form section -->
<aside class="contact-announcement-section">
<div class="dark-bg">
<div class="container">
<div class="contact-announcement pt-3 pb-3">
<div class="contact-announcement-content">
<span>So what are you waiting for ?</span>
<p class="lead">Lorem ipsum dolor, sit amet consectetur adipisicing elit. Atque officiis soluta assumenda dolorum veritatis</p>
</div>
<div class="contact-announcement-button">
<a href="#" class="btn btn-primary btn-lg mr-3">CONTACT FORM</a>
</div>
</div>
</div>
</div>
</aside>
</main>
<!-- footer -->
<footer>
<div class="container">
<!-- top footer -->
<div class="footer-top">
<div class="footer-columns flexed">
<!-- services column -->
<div class="footer-services-cols">
<h3 class="sm-heading footer-col-heading">SERVICES</h3>
<ul class="footer-list footer-services-list list">
<li class="footer-item footer-services-item">
<a href="#" class="footer-link">Aenean lobortis</a>
</li>
<li class="footer-item footer-services-item">
<a href="#" class="footer-link">Sapien enim viverra</a>
</li>
<li class="footer-item footer-services-item">
<a href="#" class="footer-link">Duis ac massa</a>
</li>
<li class="footer-item footer-services-item">
<a href="#" class="footer-link">Semper maximus</a>
</li>
<li class="footer-item footer-services-item">
<a href="#" class="footer-link">Nunc fermint nulla</a>
</li>
</ul>
</div>
<!-- projects column -->
<div class="footer-projects-cols">
<h3 class="sm-heading footer-col-heading">PROJECTS</h3>
<ul class="footer-list footer-projects-list list">
<li class="footer-item footer-project-item">
<a href="#" class="footer-link">Aenean lobortis</a>
</li>
<li class="footer-item footer-project-item">
<a href="#" class="footer-link">Sapien enim viverra</a>
</li>
<li class="footer-item footer-project-item">
<a href="#" class="footer-link">Duis ac massa</a>
</li>
<li class="footer-item footer-project-item">
<a href="#" class="footer-link">Semper maximus</a>
</li>
<li class="footer-item footer-project-item">
<a href="#" class="footer-link">Nunc fermint nulla</a>
</li>
</ul>
</div>
<!-- company logo -->
<div class="footer-company-logo-col ">
<a href="index.html" class="company-logo" target="_self" title="clean co">CLEANCO</a>
</div>
<!-- News column -->
<div class="footer-projects-col">
<h3 class="sm-heading footer-col-heading">NEWS</h3>
<ul class="footer-list footer-news-list list">
<li class="footer-item footer-news-item">
<a href="#" class="footer-link" >Tis is a Standart Post</a>
</li>
<li class="footer-item footer-news-item">
<a href="#" class="footer-link" >Nibh venenatis cras sed</a>
</li>
<li class="footer-item footer-news-item">
<a href="#" class="footer-link" >Habitasse platea dictumst</a>
</li>
<li class="footer-item footer-news-item">
<a href="#" class="footer-link" >Vestibulum rhoncus</a>
</li>
</ul>
</div>
<!-- contact column -->
<div class="footer-projects-col">
<h3 class="sm-heading footer-col-heading">CONTACT</h3>
<ul class="footer-list footer-contact-list list">
<li class="footer-item footer-contact-item">
<a href="#" class="footer-link" ><i class="fab fa-skype"></i> Skype</a>
</li>
<li class="footer-item footer-contact-item">
<a href="#" class="footer-link" ><i class="fab fa-facebook"></i> Facebook</a>
</li>
<li class="footer-item footer-contact-item">
<a href="#" class="footer-link" ><i class="fab fa-instagram"></i> Instagram</a>
</li>
<li class="footer-item footer-contact-item">
<a href="#" class="footer-link" ><i class="fab fa-twitter"></i> Twitter</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- bottom footer -->
<div class="footer-bottom">
<div class="divider"></div>
<div class="container">
<div class="footer-bottom-content">
<div class="copyright">
<p>Copyrgiht © 2019 All right reserved.</p>
</div>
<div class="powered-by text-center">
<h3 class="sm-heading">Powered by <strong>Yassir Knesouss</strong></h3>
</div>
<div class="e-address">
<p>Have any questions? [email protected]</p>
</div>
</div>
</div>
</div>
</footer>
<script src="scripts/swiper-bundle.min.js"></script>
<script src="scripts/main.js"></script>
</body>
</html>