-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
390 lines (370 loc) · 12.2 KB
/
index.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
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
<!--
@@@@@@ @@@ @@@ @@@@@@ @@@ @@@ @@@@@@@ @@@@@@ @@@ @@@ @@@@@@ @@@@@@@@@@ @@@ @@@
@@@@@@@ @@@ @@@ @@@@@@@@ @@@ @@@ @@@@@@@@ @@@@@@@@ @@@ @@@ @@@@@@@@ @@@@@@@@@@@ @@@ @@@
!@@ @@! @@@ @@! @@@ @@! @@@ @@! @@@ @@! @@@ @@! @@! @@! @@@ @@! @@! @@! @@! @@!
!@! !@! @!@ !@! @!@ !@! @!@ !@ @!@ !@! @!@ !@! !@! !@! @!@ !@! !@! !@! !@! !@!
!!@@!! @!@!@!@! @!@!@!@! @!@!@!@! @!@!@!@ @!@!@!@! !!@ !!@ @!@!@!@! @!! !!@ @!@ !!@ @!!
!!@!!! !!!@!!!! !!!@!!!! !!!@!!!! !!!@!!!! !!!@!!!! !!! !!! !!!@!!!! !@! ! !@! !!! !!!
!:! !!: !!! !!: !!! !!: !!! !!: !!! !!: !!! !!: !!: !!: !!! !!: !!: !!: !!:
!:! :!: !:! :!: !:! :!: !:! :!: !:! :!: !:! !!: :!: !!: :!: :!: !:! :!: :!: :!: :!:
:::: :: :: ::: :: ::: :: ::: :: :::: :: ::: ::: : :: ::: : :: :: ::: ::: :: :: :: ::::
:: : : : : : : : : : : : :: : :: : : : : ::: : ::: : : : : : : : :: : :
-->
<!DOCTYPE html>
<html class="noscroll" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="keywords"
content="portfolio, shahbaj jamil, md shahbaj jamil, web developer, web designer"
/>
<title>Shahbaj Jamil</title>
<link rel="icon" href="image/logo2.png" type="images/png" />
<link rel="manifest" href="manifest.webmanifest" />
<meta name="theme-color" content="black" />
<meta name="apple-moblie-web-app-capable" content="yes" />
<meta name="apple-moblie-web-app-status-bar" content="black-translucent" />
<meta name="apple-moblie-web-app-title" content="Upr!s!ng" />
<link rel="apple-touch-icon" href="image/logo2.png" />
<!-- <link rel="stylesheet" href="style/style.css" /> -->
<style>
@import url("style/style.css");
</style>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css"
/>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-162844375-1"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-162844375-1");
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-162849464-1"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-162849464-1");
</script>
</head>
<body class="noscroll">
<div class="preloader">
<div class="scene flex">
<div class="rocket">
<img src="image/rocket.png" alt="rocket" />
</div>
</div>
<div class="counter flex">0</div>
</div>
<header id="top" class="mainheader">
<div class="hlogo">
<a href="https://shahbajjamil.github.io">
<img src="image/logo.png" alt="logo" class="logo"
/></a>
</div>
<nav>
<ul class="nav-links">
<li>
<a id="HOME-NAV" class="active" href="#top"
>HOME
<span></span>
<span></span>
<span></span>
<span></span>
</a>
</li>
<li>
<a id="ABOUT-NAV" href="#about"
>ABOUT
<span></span>
<span></span>
<span></span>
<span></span>
</a>
</li>
<li>
<a id="FACT-NAV" href="#MySkillHobbies"
>FUN FACT's
<span></span>
<span></span>
<span></span>
<span></span>
</a>
</li>
<li>
<a id="REPO-NAV" href="#repo"
>REPO's
<span></span>
<span></span>
<span></span>
<span></span>
</a>
</li>
<li>
<a id="WORK-NAV" href="#MyWork"
>MY WORk
<span></span>
<span></span>
<span></span>
<span></span>
</a>
</li>
<li>
<a id="CONTACT-NAV" href="#contact"
>CONTACT
<span></span>
<span></span>
<span></span>
<span></span>
</a>
</li>
</ul>
<div class="burger">
<div class="centerLine"></div>
</div>
</nav>
</header>
<div class="banner-view">
<div class="banner">
<h1>
<small>Hello, I'm</small><br />
MD Shahbaj Jamil
</h1>
<h2>
A
<span
class="txt-type"
data-wait="2500"
data-words='["Designer", "Web Developer", "Android Developer", "Programmer"]'
>
</span>
</h2>
</div>
</div>
<div class="containerHead" id="about">
<h3>About me</h3>
<div class="about-me">
<div class="card">
<div class="imgbx">
<img src="image/about.jpg" />
</div>
<div class="content">
<h2>Why hire me for your next project?</h2>
<p>
I love to work in User Experience & User Interface designing.
Because I love to solve the design problem and find easy and
better solutions to solve it. I always try my best to make good
user interface with the best user experience. I have been working
as a Visual designer from.
</p>
</div>
</div>
</div>
</div>
<div class="about-grid">
<div class="container-about">
<div class="bottomgrid">
<div class="bottomfield">
<h4>Visual Design</h4>
<p>
Donec et venenatis libero. Fusceing dapibus pulvinar tincidunt.
Proin maximus ipsum ut scelerisque.
</p>
</div>
<div class="bottomfield">
<h4>Interactive Design</h4>
<p>
Donec et venenatis libero. Fusceing dapibus pulvinar tincidunt.
Proin maximus ipsum ut scelerisque.
</p>
</div>
<div class="bottomfield">
<h4>Animation</h4>
<p>
Donec et venenatis libero. Fusceing dapibus pulvinar tincidunt.
Proin maximus ipsum ut scelerisque.
</p>
</div>
</div>
</div>
</div>
<div id="MySkillHobbies" class="MySkillHobbies">
<div class="MySkill">
<h4>My Skills</h4>
</div>
<div class="MyHobbies">
<h4>My Hobbies</h4>
<div class="box flex"></div>
</div>
</div>
<div id="repo" class="page-content flex">
<div class="ptext flex">
<a
href="http://testfortry.epizy.com/repo.html"
target="_blank"
rel="noopener noreferrer"
>
<span></span>
<span></span>
<span></span>
<span></span>
Repo's
</a>
</div>
</div>
<div id="MyWork" class="WorkMain containerHead">
<h3>My Work</h3>
<div class="toggle-button">
<!-- <button id="allWork" class="active">All Work</button> -->
<!-- <button id="appWork">App Work</button>
<button id="webWork">Web Work</button> -->
</div>
<div class="WorkSection">
<button class="slide-controls" id="prev-btn">
<i class="fas fa-chevron-left"></i>
</button>
<div class="container">
<div class="mywork"></div>
</div>
<button class="slide-controls" id="next-btn">
<i class="fas fa-chevron-right"></i>
</button>
</div>
</div>
<div id="dev" class="flex">
<p>This website is under construction</p>
</div>
<div id="contact">
<section>
<div class="color"></div>
<div class="color"></div>
<div class="color"></div>
<div class="fullContainer">
<div class="imgBoxs">
<h3>Contact Me</h3>
<p>Would you like to work together?</br>
Feel free to reach me form door. </p>
<img src="image/character.png" alt="" />
</div>
<div class="contactDoor">
<img src="image/door_01.jpg" alt="" />
<ul>
<li>
<a href="mailto:[email protected]?subject=Hi, just saw your webpage!"
target="_blank"
rel="noopener noreferrer">
<p>Mail</p>
<i class="fa fa-envelope" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://github.com/shahbajjamil"
target="_blank"
rel="noopener noreferrer">
<p>github</p>
<i class="fab fa-github" aria-hidden="true"></i> </a>
</li>
<li>
<a href="https://www.instagram.com/shahbaj_jamil"
target="_blank"
rel="noopener noreferrer">
<p>Instagram</p>
<i class="fab fa-instagram" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/md-shahbaj-jamil"
target="_blank"
rel="noopener noreferrer">
<p>Linkedin</p>
<i class="fab fa-linkedin" aria-hidden="true"></i> </a>
</li>
<li>
<a id="wp"
href="https://wa.me/+918252643736/?text=Hi, just saw your webpage!"
target="_blank"
rel="noopener noreferrer">
<p>WhatsApp</p>
<i class="fab fa-whatsapp" aria-hidden="true"></i> </a>
</li>
</ul>
<img src="image/door_02.jpg" alt="" />
</div>
</div>
</section>
</div>
<footer>
<div class="footer-container flex">
<div class="left-col">
<div class="imglogo">
<a href="https://shahbajjamil.github.io">
<img src="image/logo.png" alt="logo" class="logo"
/></a>
</div>
<div class="social-media">
<a
href="https://www.facebook.com/shahbaj.jamil"
target="_blank"
rel="noopener noreferrer"
><i class="fab fa-facebook-f"></i
></a>
<a
href="https://www.instagram.com/shahbaj_jamil"
target="_blank"
rel="noopener noreferrer"
><i class="fab fa-instagram"></i
></a>
<a
href="https://twitter.com/JamilShahbaj"
target="_blank"
rel="noopener noreferrer"
><i class="fab fa-twitter"></i
></a>
<a
href="mailto:[email protected]?subject=Hi, just saw your webpage!"
target="_blank"
rel="noopener noreferrer"
>
<i class="fa fa-envelope"></i>
</a>
<a
href="https://www.linkedin.com/in/md-shahbaj-jamil"
target="_blank"
rel="noopener noreferrer"
><i class="fab fa-linkedin"></i
></a>
<a
href="https://github.com/shahbajjamil"
target="_blank"
rel="noopener noreferrer"
><i class="fab fa-github"></i
></a>
</div>
</div>
<div class="right-col flex">
<p>© 2020 Created By MD Shahbaj Jamil All Right Reserved.</p>
</div>
</div>
</footer>
<button id="movetop">
<span class="fa fa-angle-up"></span>
</button>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="script/script.js"></script>
</body>
</html>