-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
278 lines (269 loc) · 14.8 KB
/
portfolio.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="assets/images/favicon.html" type="image/x-icon" />
<title>Faridul Haque</title>
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- go to top -->
<button class="go-to-top">
<i class="ph-bold ph-arrow-up"></i>
</button>
<!-- loader -->
<div class="loader-wrapper">
<span class="loader"></span>
</div>
<!-- Header -->
<nav class="navbar-top">
<div class="navbar-wrapper d-flex align-items-center justify-content-between">
<a href="index.html" class="logo d-inline-flex">
<img src="assets/images/logo.png" class="img-fluid" alt="" />
</a>
<div class="menu-wrapper">
<ul class="menu-list d-none d-lg-flex">
<li><a href="index.html" class="menu-link">Home</a></li>
<li><a href="about-me.html" class="menu-link">About Me</a></li>
<li><a href="portfolio.html" class="menu-link">Portfolio</a></li>
<li><a href="contact-me.html" class="menu-link">Contact Me</a></li>
</ul>
</div>
<button class="d-lg-none menu-toggle-btn fs-3 f-center bg-transparent"><i class="ph ph-list"></i></button>
</div>
<div class="mobile-menu d-lg-none">
<div class="d-flex justify-content-between align-items-center gap-2 mb-4 d-lg-none">
<img src="assets/images/logo.png" alt="" />
<button class="menu-close-btn bg-transparent f-center fs-4"><i class="ph ph-x"></i></button>
</div>
<ul class="menu-list" id="mobile-menu">
<li><a href="index.html" class="menu-link active">Home</a></li>
<li><a href="about-me.html" class="menu-link">About Me</a></li>
<li><a href="portfolio.html" class="menu-link">Portfolio</a></li>
<li><a href="contact-me.html" class="menu-link">Contact Me</a></li>
</ul>
</div>
</nav>
<main>
<!-- hero -->
<section class="hero pt-120 pb-120">
<div class="hero-inner d-block">
<div class="container">
<div class="text-center">
<h1 class="fade_up_anim display-1 hero-name">
<span class="first">My Creative</span>
<span class="last">Works</span> <br />
</h1>
</div>
<div data-delay=".2" class="fade_up_anim max-w-620 text-center">
<p class="fw-medium fs-5">From front-end elegance to back-end power, this is my craft.</p>
</div>
</div>
</div>
</section>
<!-- projects -->
<section class="projects pb-120">
<div class="container">
<div class="d-flex heading justify-content-between align-items-center gap-3">
<p class="text-uppercase fw-semibold text-black">(Selected Works)</p>
<a href="portfolio.html" class="text-uppercase fw-semibold">See All Projects <i class="ph ph-arrow-right"></i></a>
</div>
<div class="project-container">
<div class="apear-down project-card">
<div>
<div class="top d-flex justify-content-between gap-2 align-items-center">
<p>01</p>
<div class="line"></div>
<p>2024</p>
</div>
<a href="portfolio-details.html" class="img-wrapper">
<img src="assets/images/project-1.png" class="img-fluid" alt="" />
</a>
<h3 class="mb-3">Book Covers Design</h3>
<div class="bottom d-flex overflow-hidden">
<div class="tags">
<a href="#" class="tag">Desgin</a>
<a href="#" class="tag">Art Direction</a>
</div>
<a href="portfolio-details.html" class="arrow">
<div class="inner fs-3">
<i class="ph ph-arrow-up-right"></i>
</div>
</a>
</div>
</div>
</div>
<div class="apear-down project-card">
<div>
<div class="top d-flex justify-content-between gap-2 align-items-center">
<p>02</p>
<div class="line"></div>
<p>2024</p>
</div>
<a href="portfolio-details.html" class="img-wrapper">
<img src="assets/images/project-2.png" class="img-fluid" alt="" />
</a>
<h3 class="mb-3">Art of Graphic</h3>
<div class="bottom d-flex overflow-hidden">
<div class="tags">
<a href="#" class="tag">Desgin</a>
<a href="#" class="tag">Art Direction</a>
</div>
<a href="portfolio-details.html" class="arrow">
<div class="inner fs-3">
<i class="ph ph-arrow-up-right"></i>
</div>
</a>
</div>
</div>
</div>
<div class="apear-down project-card">
<div>
<div class="top d-flex justify-content-between gap-2 align-items-center">
<p>03</p>
<div class="line"></div>
<p>2023</p>
</div>
<a href="portfolio-details.html" class="img-wrapper">
<img src="assets/images/project-3.png" class="img-fluid" alt="" />
</a>
<h3 class="mb-3">Product Mockup Design</h3>
<div class="bottom d-flex overflow-hidden">
<div class="tags">
<a href="#" class="tag">Desgin</a>
<a href="#" class="tag">Art Direction</a>
</div>
<a href="portfolio-details.html" class="arrow">
<div class="inner fs-3">
<i class="ph ph-arrow-up-right"></i>
</div>
</a>
</div>
</div>
</div>
<div data-delay=".2" class="apear-down project-card">
<div>
<div class="top d-flex justify-content-between gap-2 align-items-center">
<p>04</p>
<div class="line"></div>
<p>2023</p>
</div>
<a href="portfolio-details.html" class="img-wrapper">
<img src="assets/images/project-4.png" class="img-fluid" alt="" />
</a>
<h3 class="mb-3">Branded Packing</h3>
<div class="bottom d-flex overflow-hidden">
<div class="tags">
<a href="#" class="tag">Desgin</a>
<a href="#" class="tag">Art Direction</a>
</div>
<a href="portfolio-details.html" class="arrow">
<div class="inner fs-3">
<i class="ph ph-arrow-up-right"></i>
</div>
</a>
</div>
</div>
</div>
<div class="apear-down project-card">
<div>
<div class="top d-flex justify-content-between gap-2 align-items-center">
<p>05</p>
<div class="line"></div>
<p>2022</p>
</div>
<a href="portfolio-details.html" class="img-wrapper">
<img src="assets/images/project-5.png" class="img-fluid" alt="" />
</a>
<h3 class="mb-3">Product Mockup Design</h3>
<div class="bottom d-flex overflow-hidden">
<div class="tags">
<a href="#" class="tag">Desgin</a>
<a href="#" class="tag">Art Direction</a>
</div>
<a href="portfolio-details.html" class="arrow">
<div class="inner fs-3">
<i class="ph ph-arrow-up-right"></i>
</div>
</a>
</div>
</div>
</div>
<div data-delay=".4" class="apear-down project-card">
<div>
<div class="top d-flex justify-content-between gap-2 align-items-center">
<p>06</p>
<div class="line"></div>
<p>2022</p>
</div>
<a href="portfolio-details.html" class="img-wrapper">
<img src="assets/images/project-6.png" class="img-fluid" alt="" />
</a>
<h3 class="mb-3">App Development</h3>
<div class="bottom d-flex overflow-hidden">
<div class="tags">
<a href="#" class="tag">Desgin</a>
<a href="#" class="tag">Art Direction</a>
</div>
<a href="portfolio-details.html" class="arrow">
<div class="inner fs-3">
<i class="ph ph-arrow-up-right"></i>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- footer -->
<footer class="footer pt-120 " style="margin-top: 100px;">
<div class="container ">
<h2 class="title-anim display-3 text-center text-white fw-bolder mb-30 ">
Reach out and <br /> let's create something great together
</h2>
<a class="fade_up_anim h4 fw-semibold mx-auto d-block mb-60 text-white text-center " href="https://mail.google.com/mail/u/0/#inbox?compose=DmwnWsLPvKVTqTtDzWKTlxBRqQkdknDLFmzTVKvSkRkmlDfcVXhdlfZfVfpjZmZRwXFTPHSPgkjG"><span class="__cf_email__ " data-cfemail="63000c0d1702001723061b020e130f064d000c0e ">[click here to directly contact me]</span></a>
<div class="pb-120 d-flex justify-content-center ">
<a href="contact-me.html " class="connect ">
<span class="fs-4 fw-semibold z-3 ">Connect Me</span>
<i class="ph ph-arrow-up-right-bold fs-5 z-3 "></i>
<div class="ball "></div>
</a>
</div>
<div class="row ">
<div class="col-md-6 px-md-0 ">
<div class="footer-box border-start-0 border-bottom-0 apear-down ">
<p class="text-uppercase ">Whatsapp</p>
<a href="">+880 1788495387</a>
</div>
<div class="footer-box border-start-0 border-bottom-0 apear-down ">
<p class="text-uppercase ">email</p>
<a href="https://mail.google.com/mail/u/0/#inbox?compose=DmwnWsLPvKVTqTtDzWKTlxBRqQkdknDLFmzTVKvSkRkmlDfcVXhdlfZfVfpjZmZRwXFTPHSPgkjG">[click here to contact me]</span></a>
</div>
</div>
<div class="col-md-6 px-md-0 ">
<div class="footer-box border-start-0 border-end-0 h-100 border-bottom-0 apear-down ">
<div class="d-flex flex-column justify-content-between h-100 ">
<p class="text-uppercase ">Social</p>
<div>
<a class="d-flex align-items-center gap-1 justify-content-end " href="# ">Twitter <i class="ph ph-arrow-up-right "></i></a>
<a class="d-flex align-items-center gap-1 justify-content-end " href="# ">Facebook <i class="ph ph-arrow-up-right "></i></a>
<a class="d-flex align-items-center gap-1 justify-content-end " href="# ">Behance <i class="ph ph-arrow-up-right "></i></a>
<a class="d-flex align-items-center gap-1 justify-content-end " href="# ">Linkedin <i class="ph ph-arrow-up-right "></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="copyright d-flex justify-content-center ">
<p class="text-center ">© <span id="year "></span>Design By Faridul Haque. All Rights Reserved.</p>
</div>
</div>
</footer>
</main>
<script data-cfasync="false" src="../../../cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script>
<script src="https://unpkg.com/@phosphor-icons/web"></script>
<script defer src="assets/js/app.js"></script>
</body>
</html>