-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsingle-work.html
165 lines (147 loc) · 5.72 KB
/
single-work.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>HALO - Photography Portfolio Template</title>
<meta charset="UTF-8">
<meta name="description" content="HALO photography portfolio template">
<meta name="keywords" content="photography, portfolio, onepage, creative, html">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link href="img/favicon.ico" rel="shortcut icon"/>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i" rel="stylesheet">
<!-- Stylesheets -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/font-awesome.min.css"/>
<link rel="stylesheet" href="css/flaticon.css"/>
<link rel="stylesheet" href="css/animate.css"/>
<link rel="stylesheet" href="css/owl.carousel.css"/>
<link rel="stylesheet" href="css/style.css"/>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Page Preloder -->
<div id="preloder">
<div class="loader"></div>
</div>
<!-- Header section start -->
<header class="header-section sp-pad">
<h3 class="site-logo">HALO</h3>
<form class="search-top">
<button class="se-btn"><i class="fa fa-search"></i></button>
<input type="text" placeholder="Search.....">
</form>
<div class="nav-switch">
<i class="fa fa-bars"></i>
</div>
<nav class="main-menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">about us</a></li>
<li><a href="#">Services</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<!-- Header section end -->
<!-- Page top section start -->
<div class="page-top-area set-bg" data-setbg="img/headers-bg/3.jpg">
<div class="breadcrumb-area">
<a href="#">Home</a> / <span>Portfolio</span>
</div>
</div>
<!-- Page top section end -->
<!-- Blogs section start -->
<section class="single-work-section sp-pad spad">
<div class="container-fluid p-0">
<div class="work-slider owl-carousel">
<div class="ws-item set-bg" data-setbg="img/work-slider/1.jpg"></div>
<div class="ws-item set-bg" data-setbg="img/work-slider/2.jpg"></div>
</div>
<div class="row">
<div class="col-xl-5">
<ul class="work-info-list">
<li>
<span>Client:</span>
<h4>Design Studio</h4>
</li>
<li>
<span>category:</span>
<h4>Studio photography</h4>
</li>
<li>
<span>Project timeline:</span>
<h4>3 months</h4>
</li>
<li>
<span>tags:</span>
<h4>product, photography</h4>
</li>
</ul>
</div>
<div class="col-xl-6 offset-xl-1">
<span class="sp-sub-title">Amazing studio</span>
<h3 class="sp-title">We are so Creative</h3>
<p>Integer nec bibendum lacus. Suspendisse dictum enim sit amet libero malesuada feugiat. Praesent malesuada congue magna at finibus. In hac habitasse platea dictumst. Curabitur rhoncus auctor eleifend. Fusce venenatis diam urna, eu pharetra arcu varius ac. Etiam cursus turpis lectus, id iaculis risus tempor id. Integer nec bibendum lacus. Suspendisse dictum enim sit amet libero malesuada feugiat. Praesent malesuada congue magna at finibus. In hac habitasse platea dictumst. Curabitur rhoncus auctor eleifend. Fusce venenatis diam urna, eu pharetra arcu varius ac. Etiam cursus turpis lectus, id iaculis risus tempor id.</p>
</div>
</div>
</div>
</section>
<!-- Blogs section end -->
<!-- Work nav section start -->
<section class="worknav-section extra-style sp-pad">
<div class="container-fluid">
<div class="row">
<div class="col-6">
<div class="worknav wn-prev">
<a href="#" class="wn-thumb set-bg" data-setbg="img/recent-thumb/1.jpg"></a>
<div class="wn-info">
<span>Previous work</span>
<h3>Wedding Photography</h3>
</div>
</div>
</div>
<div class="col-6">
<div class="worknav wn-next">
<a href="#" class="wn-thumb set-bg" data-setbg="img/recent-thumb/2.jpg"></a>
<div class="wn-info">
<span>Letest work</span>
<h3>Living by the sea</h3>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Work nav section end -->
<!-- Footer section start -->
<footer class="footer-section spad">
<div class="container text-center">
<h2>Let’s work together!</h2>
<p>[email protected]</p>
<div class="social">
<a href="#"><i class="fa fa-pinterest"></i></a>
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-dribbble"></i></a> </br>
</br><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</div>
</div>
</footer>
<!-- Footer section end -->
<!--====== Javascripts & Jquery ======-->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/mixitup.min.js"></script>
<script src="js/circle-progress.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>