-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject-details.html
336 lines (253 loc) · 12.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Metas -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="keywords" content="HTML5 Template Avo onepage themeforest" />
<meta name="description" content="Avo - Onepage Multi-Purpose HTML5 Template" />
<meta name="author" content="" />
<!-- Title -->
<title>AbiTech</title>
<!-- Favicon -->
<link rel="shortcut icon" href="img/favicon.ico" />
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,600,700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Ubuntu:400,500,700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,700&display=swap" rel="stylesheet">
<!-- Plugins -->
<link rel="stylesheet" href="css/plugins.css" />
<!-- Core Style Css -->
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<!-- ==================== Start Loading ==================== -->
<div id="preloader">
</div>
<!-- ==================== End Loading ==================== -->
<!-- ==================== Start progress-scroll-button ==================== -->
<div class="progress-wrap cursor-pointer">
<svg class="progress-circle svg-content" width="100%" height="100%" viewBox="-1 -1 102 102">
<path d="M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98" />
</svg>
</div>
<!-- ==================== End progress-scroll-button ==================== -->
<!-- ==================== Start cursor ==================== -->
<div class="mouse-cursor cursor-outer"></div>
<div class="mouse-cursor cursor-inner"></div>
<!-- ==================== End cursor ==================== -->
<!-- ==================== Start Navbar ==================== -->
<nav class="navbar navbar-expand-lg">
<div class="container">
<!-- Logo -->
<a class="logo" href="#">
<img src="img/logo-light.png" alt="logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar"><i class="fas fa-bars"></i></span>
</button>
<!-- navbar links -->
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button"
aria-haspopup="true" aria-expanded="false">Home</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="index.html">Main Home</a>
<a class="dropdown-item" href="index2.html">Creative Studio</a>
<a class="dropdown-item" href="index3.html">Business Startup</a>
<a class="dropdown-item" href="index4.html">One Page</a>
<a class="dropdown-item" href="index5.html">Freelancer</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button"
aria-haspopup="true" aria-expanded="false">Showcases</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="showcase.html">Full Screen</a>
<a class="dropdown-item" href="showcase2.html">Creative Carousel</a>
<a class="dropdown-item" href="showcase3.html">Radius Carousel</a>
<a class="dropdown-item" href="showcase4.html">Columns Carousel</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button"
aria-haspopup="true" aria-expanded="false">Portfolio</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="works.html">Mouse Info</a>
<a class="dropdown-item" href="works2.html">Masonry 3 Columns</a>
<a class="dropdown-item" href="works3.html">Masonry 2 Columns</a>
<a class="dropdown-item" href="works4.html">Pinterest List</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
<div class="search">
<span class="icon pe-7s-search cursor-pointer"></span>
<div class="search-form text-center custom-font">
<form>
<input type="text" name="search" placeholder="Search">
</form>
<span class="close pe-7s-close cursor-pointer"></span>
</div>
</div>
</div>
</div>
</nav>
<!-- ==================== End Navbar ==================== -->
<!-- ==================== Start wrapper ==================== -->
<div class="wrapper">
<!-- ==================== Start Header ==================== -->
<section class="page-header proj-det">
<div class="container">
<div class="row">
<div class="col-lg-7 col-md-9">
<div class="cont">
<h6>art & illustration</h6>
<h2>Natural plus modern.</h2>
</div>
</div>
</div>
</div>
<div class="img-wrapper bg-img parallaxie"
data-background="https://abitech.al/wp-content/uploads/2020/06/OQ3A901-copy-1536x915.png"></div>
</section>
<!-- ==================== Start Header ==================== -->
<!-- ==================== Start Intro ==================== -->
<section class="intro-section section-padding">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-4">
<div class="htit">
<h4><span>01 </span> Introduction</h4>
</div>
</div>
<div class="col-lg-8 offset-lg-1 col-md-8 mb-30">
<div class="text">
<p class="extra-text">We are a Creative Agency & Startup Studio that provides Digital
Products and Services
turns to focus on client success. We specialize in user interface design, including
front-end development which we consider to be an integral part.</p>
</div>
</div>
<div class="col-lg-3">
<div class="item mt-30">
<h6>Client</h6>
<p><a href="#0">Envato.com</a></p>
</div>
</div>
<div class="col-lg-3">
<div class="item mt-30">
<h6>Date</h6>
<p>6 August 2019</p>
</div>
</div>
<div class="col-lg-3">
<div class="item mt-30">
<h6>Categories</h6>
<p><a href="#0">Web Design </a>, <a href="#0">WordPress</a></p>
</div>
</div>
<div class="col-lg-3">
<div class="item mt-30">
<h6>Tags</h6>
<p><a href="#0">Minimal</a> , <a href="#0">Modern</a> , <a href="#0">Design</a></p>
</div>
</div>
</div>
</div>
</section>
<!-- ==================== End Intro ==================== -->
<!-- ==================== Start projdtal ==================== -->
<section class="projdtal">
<div class="justified-gallery">
<a href="img/portfolio/project1/1.jpg">
<img alt="" src="img/portfolio/social-media/ozone/1.jpg" />
</a>
<a href="img/portfolio/project1/2.jpg">
<img alt="" src="img/portfolio/social-media/ozone/2.jpg" />
</a>
<a href="img/portfolio/project1/3.jpg">
<img alt="" src="img/portfolio/social-media/ozone/3.jpg" />
</a>
<a href="img/portfolio/project1/4.jpg">
<img alt="" src="img/portfolio/social-media/ozone/4.jpg" />
</a>
<a href="img/portfolio/project1/5.jpg">
<img alt="" src="img/portfolio/social-media/ozone/5.jpg" />
</a>
<a href="img/portfolio/project1/6.jpg">
<img alt="" src="img/portfolio/social-media/ozone/6.jpg" />
</a>
<a href="img/6.jpg">
<img alt="" src="img/6.jpg" />
</a>
</div>
</section>
<!-- ==================== End projdtal ==================== -->
<!-- ==================== Start Intro ==================== -->
<!-- ==================== End Intro ==================== -->
<!-- ==================== Start Video-wrapper ==================== -->
<!-- ==================== End Video-wrapper ==================== -->
<!-- ==================== Start next-prog ==================== -->
<section class="next-prog section-padding">
<div class="container">
<div class="row">
<div class="col-12">
<div class="box">
<div class="bg-img valign" data-background="img/portfolio/social-media/drupa/1.jpg"
data-overlay-dark="4">
<div class="caption ontop valign">
<div class="o-hidden full-width">
<h1>
<a href="project-details2.html">
<div class="stroke">NEXT PROJECT</div>
</a>
</h1>
</div>
</div>
<div class="copy-cap valign">
<div class="cap full-width">
<h1>
<a href="project-details2.html">
<span>NEXT PROJECT</span>
</a>
</h1>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ==================== End next-prog ==================== -->
<!-- ==================== Start Footer ==================== -->
<footer class="footer-half sub-bg">
<div class="container">
<div class="copyrights text-center mt-0">
<p>© 2020, Avo Template. Made with passion by <a href="#0">UI-ThemeZ</a>.</p>
</div>
</div>
</footer>
<!-- ==================== End Footer ==================== -->
</div>
<!-- ==================== End wrapper ==================== -->
<!-- jQuery -->
<script src="js/jquery-3.0.0.min.js"></script>
<script src="js/jquery-migrate-3.0.0.min.js"></script>
<!-- plugins -->
<script src="js/plugins.js"></script>
<!-- custom scripts -->
<script src="js/scripts.js"></script>
</body>
</html>