-
Notifications
You must be signed in to change notification settings - Fork 0
/
project-details.html
308 lines (268 loc) · 15.6 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
<!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">
<meta name="description" content="Nick Diego | Personal Portfolio">
<meta name="author" content="theaminul">
<!-- Title -->
<title>Nick Diego | Personal Portfolio</title>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
<!-- Plugins -->
<link rel="stylesheet" href="./src/assets/css/plugins.css">
<link rel="shortcut icon" href="./src/javascript.svg" type="image/x-icon">
<!-- Core Style Css -->
<link rel="stylesheet" href="./src/assets/css/style.css">
</head>
<body class="main-bg">
<!-- ==================== Start Loading ==================== -->
<div class="loader-wrap">
<svg viewBox="0 0 1000 1000" preserveAspectRatio="none">
<path id="svg" d="M0,1005S175,995,500,995s500,5,500,5V0H0Z"></path>
</svg>
<div class="loader-wrap-heading">
<div class="load-text">
<span>L</span>
<span>o</span>
<span>a</span>
<span>d</span>
<span>i</span>
<span>n</span>
<span>g</span>
</div>
</div>
</div>
<!-- ==================== End Loading ==================== -->
<div class="cursor"></div>
<!-- ==================== 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 ==================== -->
<div class="bg-img noise-bg" data-background="./src/assets/imgs/patterns/noise1.png"></div>
<!-- ==================== Start Navbar ==================== -->
<nav class="navbar navbar-expand-lg static">
<div class="container">
<!-- Logo -->
<a class="logo icon-img-100" href="index.html">
<img src="./src/assets/imgs/logo.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 justify-content-center" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html"><span class="rolling-text">Home</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html"><span class="rolling-text">About</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html"><span class="rolling-text">Services</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html"><span class="rolling-text">Portfolio</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html"><span class="rolling-text">Testimonials</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html"><span class="rolling-text">Blog</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html"><span class="rolling-text">Contact</span></a>
</li>
</ul>
</div>
<div class="md-hide">
<div class="butn-presv">
<a href="#0" class="butn butn-sm butn-bg bg-white radius-5 skew">
<span class="text-dark">Hire Me!</span>
</a>
</div>
</div>
</div>
</nav>
<!-- ==================== End Navbar ==================== -->
<main>
<!-- ==================== Start project ==================== -->
<section class="project section-padding">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-11">
<div class="img mb-80">
<img src="./src/assets/imgs/works/project/1.png" alt="" class="radius-5">
</div>
<div class="row justify-content-center">
<div class="col-lg-7">
<div class="cont md-mb50">
<h3 class="mb-15 fw-500">The First layer.</h3>
<p>We create everything digital, printable and analytical won’t seasons, appear days
them stars replenish divided. All second forth. Him place was seas man and
gathering creepeth called fly.</p>
<p class="mt-15">Now there is more fashion. There is no so-called trends. Now chase
after anything not necessary — nor for fashionable color nor the shape, nor for
style. Think about the content that you want to invest in a created object, and
only then will form. The thing is your spirit.</p>
<div class="mt-30">
<h6 class="mb-15 line-height-28">Here choose yourself like that, without any
looking back, do your personal, home, small fashion, and all will be well.
</h6>
<p>We create everything digital, printable and analytical won’t seasons, appear
days them stars replenish divided. All second forth. Him place was seas man
and gathering creepeth called fly.</p>
<ul class="rest list-arrow mt-50">
<li>
<span class="icon">
<svg width="100%" height="100%" viewBox="0 0 9 8" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M7.71108 3.78684L8.22361 4.29813L7.71263 4.80992L4.64672 7.87832L4.13433 7.36688L6.87531 4.62335H1.11181H0.750039H0.388177L0.382812 0.718232H1.10645L1.11082 3.90005H6.80113L4.12591 1.22972L4.63689 0.718262L7.71108 3.78684Z"
fill="#fff"></path>
</svg>
</span>
<h6 class="inline fz-18">Amazing communication.</h6>
</li>
<li class="mt-20">
<span class="icon">
<svg width="100%" height="100%" viewBox="0 0 9 8" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M7.71108 3.78684L8.22361 4.29813L7.71263 4.80992L4.64672 7.87832L4.13433 7.36688L6.87531 4.62335H1.11181H0.750039H0.388177L0.382812 0.718232H1.10645L1.11082 3.90005H6.80113L4.12591 1.22972L4.63689 0.718262L7.71108 3.78684Z"
fill="#fff"></path>
</svg>
</span>
<h6 class="inline fz-18">Best trendinf designing experience.</h6>
</li>
<li class="mt-20">
<span class="icon">
<svg width="100%" height="100%" viewBox="0 0 9 8" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M7.71108 3.78684L8.22361 4.29813L7.71263 4.80992L4.64672 7.87832L4.13433 7.36688L6.87531 4.62335H1.11181H0.750039H0.388177L0.382812 0.718232H1.10645L1.11082 3.90005H6.80113L4.12591 1.22972L4.63689 0.718262L7.71108 3.78684Z"
fill="#fff"></path>
</svg>
</span>
<h6 class="inline fz-18">Email & Live chat.</h6>
</li>
<li class="mt-20">
<span class="icon">
<svg width="100%" height="100%" viewBox="0 0 9 8" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M7.71108 3.78684L8.22361 4.29813L7.71263 4.80992L4.64672 7.87832L4.13433 7.36688L6.87531 4.62335H1.11181H0.750039H0.388177L0.382812 0.718232H1.10645L1.11082 3.90005H6.80113L4.12591 1.22972L4.63689 0.718262L7.71108 3.78684Z"
fill="#fff"></path>
</svg>
</span>
<h6 class="inline fz-18">Amazing communication.</h6>
</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="info" id="sticky_item">
<ul>
<li class="mb-30">
<span class="sub-title"><i class="far fa-calendar-alt mr-10"></i> Date :</span>
<p>6, August 2022</p>
</li>
<li class="mb-30">
<span class="sub-title"><i class="fas fa-list-ul mr-10"></i> Categories :</span>
<p>Web Design</p>
</li>
<li class="mb-30">
<span class="sub-title"><i class="far fa-user mr-10"></i> Client :</span>
<p>Themeforest</p>
</li>
<li>
<span class="sub-title"><i class="fas fa-globe mr-10"></i> Website :</span>
<p>UI_ThemeZ.com</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="imgs mt-80">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-11">
<div class="row md-marg">
<div class="col-md-6">
<div class="img sm-mb30">
<img src="./src/assets/imgs/works/project/2.png" alt="">
</div>
</div>
<div class="col-md-6">
<div class="img">
<img src="./src/assets/imgs/works/project/3.png" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="next-prev">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-11">
<div class="d-flex align-items-center mt-80 pt-80 bord-thin-top">
<div class="prev">
<h6 class="sub-title">
<a href="#"><i class="fas fa-long-arrow-alt-left"></i> Prev Project</a>
</h6>
</div>
<div class="next ml-auto">
<h6 class="sub-title">
<a href="#">next Project <i class="fas fa-long-arrow-alt-right"></i></a>
</h6>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ==================== End project ==================== -->
</main>
<!-- ==================== Start Footer ==================== -->
<footer class="pt-30 pb-30">
<div class="container">
<div class="row">
<div class="col-12">
<div class="text-center">
<p class="fz-13">© 2024 Nick is Proudly Powered by <span class="underline main-color"><a
href="theaminul.com" target="_blank">Theaminul</a></span></p>
</div>
</div>
</div>
</div>
</footer>
<!-- ==================== End Footer ==================== -->
</div>
<!-- plugins -->
<script src="./src/assets/js/lib/jquery-3.6.0.min.js"></script>
<script src="./src/assets/js/lib/jquery-migrate-3.4.0.min.js"></script>
<script src="./src/assets/js/lib/plugins.js"></script>
<!-- custom scripts -->
<script src="./src/assets/js/main.js"></script>
</body>
</html>