-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage_portfolio_detail.html
363 lines (340 loc) · 22.4 KB
/
page_portfolio_detail.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Cristino - A Responsive Personal Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Responsive Personal Template" />
<meta name="keywords" content="Portfolio, Personal, CV, Resume, Minimal" />
<meta name="author" content="Shreethemes" />
<meta name="E-mail" content="[email protected]" />
<meta name="Website" content="shreethemes.in" />
<!-- favicon -->
<link rel="shortcut icon" href="images/favicon.ico">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<!-- Magnific -->
<link href="css/magnific-popup.css" rel="stylesheet" type="text/css" />
<!-- Icon -->
<link href="css/materialdesignicons.min.css" rel="stylesheet" type="text/css" />
<link href="css/pe-icon-7-stroke.css" rel="stylesheet" type="text/css" />
<!-- Custom Css -->
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link href="css/colors/default.css" rel="stylesheet" id="color-opt">
</head>
<body>
<!-- Loader Start -->
<div id="preloader">
<div id="status">
<div class="spinner">
<div class="dot1"></div>
<div class="dot2"></div>
</div>
</div>
</div>
<!-- Loader End -->
<!-- Navbar Start -->
<nav class="navbar navbar-expand-lg fixed-top navbar-custom navbar-light sticky">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="images/logo.png" height="16" alt="">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="mdi mdi-menu"></span>
</button><!--end button-->
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav navbar-nav-link mx-auto">
<li class="nav-item">
<a class="nav-link" href="#home">Home</a>
</li><!--end nav item-->
<li class="nav-item">
<a class="nav-link" href="#services">Services</a>
</li><!--end nav item-->
<li class="nav-item">
<a class="nav-link" href="#resume">Resume</a>
</li><!--end nav item-->
<li class="nav-item">
<a class="nav-link" href="#projects">Projects</a>
</li><!--end nav item-->
<li class="nav-item">
<a class="nav-link" href="#news">Blog</a>
</li><!--end nav item-->
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li><!--end nav item-->
<li class="nav-item active dropdown">
<a class="nav-link dropdown-toggle" href="javascript:void(0)" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Pages
</a>
<div class="dropdown-menu rounded m-0" aria-labelledby="navbarDropdown">
<div class="container ml-0 ml-md-0">
<div class="row">
<div class="col-md-12">
<a class="dropdown-item" href="page_blog.html">Blog</a>
<a class="dropdown-item" href="page_blog_detail.html">Blog Detail</a>
<a class="dropdown-item" href="page_portfolio.html">Portfolio</a>
<a class="dropdown-item" href="page_portfolio_detail.html">Portfolio Detail</a>
</div><!--end col-->
</div><!--end row-->
</div><!--end container-->
</div>
</li><!--end nav item-->
</ul>
<ul class="list-unstyled mb-0 mt-2 mt-sm-0 social-icon">
<li class="list-inline-item"><a href="javascript:void(0)"><i class="mdi mdi-facebook"></i></a></li>
<li class="list-inline-item"><a href="javascript:void(0)"><i class="mdi mdi-twitter"></i></a></li>
<li class="list-inline-item"><a href="javascript:void(0)"><i class="mdi mdi-instagram"></i></a></li>
</ul>
</div>
</div><!--end container-->
</nav><!--end navbar-->
<!-- Navbar End -->
<!-- Home Start -->
<section class="bg-pages bg-light">
<div class="home-center">
<div class="home-desc-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-12 text-center">
<div class="page-next-level">
<h4 class="title"> Project Name </h4>
<ul class="page-next d-inline-block p-2 pl-4 pr-4 rounded mb-0">
<li><a href="index.html" class="text-uppercase text-dark">Home</a></li>
<li><a href="page_portfolio.html" class="text-uppercase text-dark">Portfolio</a></li>
<li>
<span class="text-uppercase text-custom">Portfolio Detail</span>
</li>
</ul>
</div>
</div> <!--end col-->
</div><!--end row-->
</div> <!--end container-->
</div>
</div>
</section><!--end section-->
<!-- Home End -->
<!-- Work Start -->
<section class="section">
<div class="container">
<div class="row">
<!-- WORK START -->
<div class="col-lg-7 col-md-6 order-2 order-md-1 mt-4 mt-sm-0 pt-2 pt-sm-0">
<div class="row mr-lg-4">
<div class="col-lg-12">
<div class="work-details">
<h4 class="title mb-3 border-bottom pb-3">Project Name :</h4>
<p class="text-muted">Lorem ipsum dolor sit amet consectetur adipisicing elit. Suscipit totam atque dignissimos porro, exercitationem, neque alias ea aliquid quibusdam voluptates impedit maxime aut asperiores consequatur iste. Corporis fuga ducimus dignissimos. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Adipisci non dolorem consequatur vitae hic.</p>
<p class="text-muted mb-0">Suscipit totam atque dignissimos porro, exercitationem, neque alias ea aliquid quibusdam voluptates impedit maxime aut asperiores consequatur iste. Corporis fuga ducimus dignissimos.</p>
</div>
</div><!--end col-->
<div class="col-lg-7 mt-4 pt-2">
<div class="work-details bg-light p-4">
<h4 class="title border-bottom pb-3 mb-3">Project Info :</h4>
<ul class="list-unstyled mb-0">
<li class="mt-3">
<b>Client :</b>
<span>Alita Margarate</span>
</li>
<li class="mt-3">
<b>Category :</b>
<span>Web Design</span>
</li>
<li class="mt-3">
<b>Subject :</b>
<span>Web Design</span>
</li>
<li class="mt-3">
<b>Date :</b>
<span>28th August, 2019</span>
</li>
<li class="mt-3">
<b>Website :</b>
<span>www.yourdomain.com</span>
</li>
<li class="mt-3">
<b>Location :</b>
<span>3/2/64 Mongus Street, UK</span>
</li>
<li class="mt-3">
<b>Demo :</b>
<span><a href="https://1.envato.market/9a71E" target="_blank" class="text-custom">Demo link</a></span>
</li>
</ul>
</div>
</div><!--end col-->
</div><!--end row-->
</div><!--end col-->
<div class="col-lg-5 col-md-6 order-1 order-md-2">
<div class="port-images">
<img src="https://via.placeholder.com/800X700//88929f/5a6270C/O https://placeholder.com/" class="img-fluid mx-auto d-block rounded" alt="img">
<img src="https://via.placeholder.com/800X700//88929f/5a6270C/O https://placeholder.com/" class="img-fluid mx-auto d-block rounded mt-4 pt-2" alt="img">
<img src="https://via.placeholder.com/800X700//88929f/5a6270C/O https://placeholder.com/" class="img-fluid mx-auto d-block rounded mt-4 pt-2" alt="img">
</div>
</div><!--end col-->
</div><!--end row-->
<div class="row mt-4 pt-2">
<div class="col-12">
<ul class="pagination justify-content-center mb-0 list-unstyled">
<li><a href="#" class="pr-3 pl-3 pt-2 pb-2"> <i class="mdi mdi-chevron-left"></i> Prev</a></li>
<li><a href="page_portfolio.html" class="pr-3 pl-3 pt-2 pb-2"><i class="mdi mdi-home"></i> Home</a></li>
<li><a href="#" class="pr-3 pl-3 pt-2 pb-2">Next <i class="mdi mdi-chevron-right"></i></a></li>
</ul><!--end pagination-->
</div><!--end col-->
</div>
</div><!--end container-->
</section><!--end section-->
<!-- Work End -->
<!-- Blog Start -->
<section class="section bg-light">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 text-center">
<div class="section-title">
<div class="titles">
<h4 class="title text-uppercase mb-4 pb-4">Latest News & Blog</h4>
<span></span>
</div>
<p class="text-muted mx-auto para-desc mb-0">Obviously I'M Web Designer. Experienced with all stages of the development cycle for dynamic web projects.</p>
</div>
</div><!--end col-->
</div><!--end row-->
<div class="row">
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<div class="blog-post rounded shadow">
<img src="https://via.placeholder.com/800X533//88929f/5a6270C/O https://placeholder.com/" class="img-fluid rounded-top" alt="">
<div class="content pt-4 pb-4 p-3">
<ul class="list-unstyled post-meta">
<li class="float-right"><i class="mdi mdi-tag-outline mr-1"></i><a href="javascript:void(0)" class="text-dark">Branding</a></li>
<li><i class="mdi mdi-account-heart mr-1"></i><a href="javascript:void(0)" class="text-dark">Cristino</a></li>
</ul>
<a href="page_blog_detail.html"><h4 class="title text-dark">Our Home Entertainment has Evolved Significantly</h4></a>
<ul class="list-unstyled post-meta mb-0 mt-3">
<li class="float-right"><i class="mdi mdi-calendar-edit mr-1"></i>30th June, 2019</li>
<li><a href="javascript:void(0)" class="text-dark">Read More <i class="mdi mdi-chevron-right"></i></a></li>
</ul>
</div><!--end content-->
</div><!--end blog post-->
</div><!--end col-->
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<div class="blog-post rounded shadow">
<img src="https://via.placeholder.com/800X533//88929f/5a6270C/O https://placeholder.com/" class="img-fluid rounded-top" alt="">
<div class="content pt-4 pb-4 p-3">
<ul class="list-unstyled post-meta">
<li class="float-right"><i class="mdi mdi-tag-outline mr-1"></i><a href="javascript:void(0)" class="text-dark">Designing</a></li>
<li><i class="mdi mdi-account-heart mr-1"></i><a href="javascript:void(0)" class="text-dark">Cristino</a></li>
</ul>
<a href="page_blog_detail.html"><h4 class="title text-dark">These Are The Voyages of The Starship Enterprise</h4></a>
<ul class="list-unstyled post-meta mb-0 mt-3">
<li class="float-right"><i class="mdi mdi-calendar-edit mr-1"></i>30th June, 2019</li>
<li><a href="javascript:void(0)" class="text-dark">Read More <i class="mdi mdi-chevron-right"></i></a></li>
</ul>
</div><!--end content-->
</div><!--end blog post-->
</div><!--end col-->
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<div class="blog-post rounded shadow">
<img src="https://via.placeholder.com/800X533//88929f/5a6270C/O https://placeholder.com/" class="img-fluid rounded-top" alt="">
<div class="content pt-4 pb-4 p-3">
<ul class="list-unstyled post-meta">
<li class="float-right"><i class="mdi mdi-tag-outline mr-1"></i><a href="javascript:void(0)" class="text-dark">Photography</a></li>
<li><i class="mdi mdi-account-heart mr-1"></i><a href="javascript:void(0)" class="text-dark">Cristino</a></li>
</ul>
<a href="page_blog_detail.html"><h4 class="title text-dark">Three Reasons Visibility Matters in Supply Chain</h4></a>
<ul class="list-unstyled post-meta mb-0 mt-3">
<li class="float-right"><i class="mdi mdi-calendar-edit mr-1"></i>30th June, 2019</li>
<li><a href="javascript:void(0)" class="text-dark">Read More <i class="mdi mdi-chevron-right"></i></a></li>
</ul>
</div><!--end content-->
</div><!--end blog post-->
</div><!--end col-->
</div><!--end row-->
</div><!--end container-->
</section><!--end section-->
<!-- Blog Start -->
<!-- Contact Start -->
<section class="section">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="contact-detail text-center">
<div class="icon">
<i class="mdi mdi-phone"></i>
</div>
<div class="content mt-3">
<h4 class="title text-uppercase">Phone</h4>
<p class="text-muted">Promising development turmoil inclusive education transformative community</p>
<a href="tel:+152534-468-854" class="text-custom">+152 534-468-854</a>
</div>
</div>
</div><!--end col-->
<div class="col-md-4 mt-4 mt-sm-0 pt-2 pt-sm-0">
<div class="contact-detail text-center">
<div class="icon">
<i class="mdi mdi-email"></i>
</div>
<div class="content mt-3">
<h4 class="title text-uppercase">Email</h4>
<p class="text-muted">Promising development turmoil inclusive education transformative community</p>
<a href="mailto:[email protected]" class="text-custom">[email protected]</a>
</div>
</div>
</div><!--end col-->
<div class="col-md-4 mt-4 mt-sm-0 pt-2 pt-sm-0">
<div class="contact-detail text-center">
<div class="icon">
<i class="mdi mdi-map-marker"></i>
</div>
<div class="content mt-3">
<h4 class="title text-uppercase">Location</h4>
<p class="text-muted">C/54 Northwest Freeway, Suite 558, <br>Houston, USA 485</p>
<a href="https://www.google.com/maps/embed?pb=!1m10!1m8!1m3!1d6030.418742494061!2d-111.34563870463673!3d26.01036670629853!3m2!1i1024!2i768!4f13.1!5e0!3m2!1ses-419!2smx!4v1471908546569" class="video-play-icon text-custom">View on Google map</a>
</div>
</div>
</div><!--end col-->
</div><!--end row-->
</div><!--end container-->
</section><!--end section-->
<!-- Contact End -->
<!-- Footer Start -->
<footer class="footer bg-dark">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 text-center">
<a href="#"><img src="images/logo-light.png" height="20" alt=""></a>
<p class="para-desc mx-auto mt-4">Obviously I'M Web Designer. Experienced with all stages of the development cycle for dynamic web projects.</p>
<ul class="list-unstyled mb-0 mt-4 social-icon">
<li class="list-inline-item"><a href="javascript:void(0)"><i class="mdi mdi-facebook"></i></a></li>
<li class="list-inline-item"><a href="javascript:void(0)"><i class="mdi mdi-twitter"></i></a></li>
<li class="list-inline-item"><a href="javascript:void(0)"><i class="mdi mdi-instagram"></i></a></li>
<li class="list-inline-item"><a href="javascript:void(0)"><i class="mdi mdi-vimeo"></i></a></li>
<li class="list-inline-item"><a href="javascript:void(0)"><i class="mdi mdi-google-plus"></i></a></li>
<li class="list-inline-item"><a href="javascript:void(0)"><i class="mdi mdi-linkedin"></i></a></li>
</ul>
</div><!--end col-->
</div><!--end row-->
</div><!--end container-->
</footer><!--end footer-->
<hr>
<footer class="footer footer-bar bg-dark">
<div class="container text-foot text-center">
<p class="mb-0">© 2019-20 Cristino. Design with <i class="mdi mdi-heart text-danger"></i> by <a href="http://www.shreethemes.in/" target="_blank" class="text-white">Shreethemes</a>.</p>
</div><!--end container-->
</footer><!--end footer-->
<!-- Footer End -->
<!-- Back to top -->
<a href="#" class="back-to-top rounded text-center" id="back-to-top">
<i class="mdi mdi-chevron-up d-block"> </i>
</a>
<!-- Back to top -->
<!-- javascript -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/scrollspy.min.js"></script>
<!-- Magnific Popup -->
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/magnific.init.js"></script>
<!-- Main Js -->
<script src="js/app.js"></script>
</body>
</html>