-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
485 lines (317 loc) · 12.8 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
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
<!DOCTYPE html>
<html>
<head>
<title>My Portfolio</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="./css/superslides.css">
<link rel="stylesheet" type="text/css" href="./css/owl.carousel.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.8/css/all.css"
integrity="sha384-3AB7yXWz4OeoZcPbieVW64vVXEwADiYyAEhwilzWsLw+9FgqpyjjStpPnpBO8o8S" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.css" />
<link rel="stylesheet" type="text/css" href="./css/style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
</head>
<body>
<div class="loader">
<div class="inner"></div>
</div>
<div id="slides">
<div class="overlay"></div>
<div class="slides-container">
<img src="./img/slide1.jpg" alt="">
<img src="./img/slide2.jpg" alt="">
<img src="./img/slide3.jpg" alt="">
</div>
<div class="titleMessage">
<div class="heading">
<p class="main">ABDUL GHANI</p>
<p class="sub typed"></p>
</div>
</div>
<nav class="slides-navigation">
<a href="#" class="next"></a>
<a href="#" class="prev"></a>
</nav>
</div>
<nav id="navigation" class="navbar navbar-expand-lg">
<a class="navbar-brand" href="index.html">Abdul Ghani</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="#about">About <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#stats">Stats</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#portfolio">Portfolio</a>
</li>
</ul>
</div>
</nav>
<div id="about" class="section">
<div class="container">
<div class="row">
<div class="col-md-5">
<img class="aboutImage" src="./img/about.jpg">
</div>
<div class="col-md-7">
<h4>My name is Abdul Ghani</h4>
<p>Hi there! I'm Abdul Ghani from Tamil Nadu, India.I have intrested in programming and im learning
Javascript,ReactJS,Node.JS and basic styling such as CSS and HTML.and im seeking for opportunity
to build and expand my career in this field for my future development.</p>
<p>I graduated from Anna University, Chennai with first class honours in Electrical and Electronics
and also have 5 years of onfield experience and i worked under STC national telecommunication
company of Saudi Arabia.
</p>
</div>
</div>
</div>
</div>
<div id="skills" class="skillsSection section">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h2>TECHNICAL SKILLS</h2>
<p>My proficiency in each skill (drag to scroll)</p>
</div>
<div class="owl-carousel owl-theme">
<div class="skill">
<span class="chart" data-percent="70">
<span class="percent">70</span>
<canvas height="152" width="152"></canvas>
</span>
<h4>Javascript</h4>
<p>Used in most of my web based projects</p>
</div>
<div class="skill">
<span class="chart" data-percent="80">
<span class="percent">80</span>
<canvas height="152" width="152"></canvas>
</span>
<h4>Node.JS</h4>
<p>Used in most of Backend development</p>
</div>
<div class="skill">
<span class="chart" data-percent="75">
<span class="percent">75</span>
<canvas height="152" width="152"></canvas>
</span>
<h4>CSS</h4>
<p>Used for my styling of web page</p>
</div>
<div class="skill">
<span class="chart" data-percent="80">
<span class="percent">80</span>
<canvas height="152" width="152"></canvas>
</span>
<h4>ReactJS</h4>
<p>using for frontend deveopment</p>
</div>
<div class="skill">
<span class="chart" data-percent="90">
<span class="percent">90</span>
<canvas height="152" width="152"></canvas>
</span>
<h4>HTML</h4>
<p>Used in most of my web based projects</p>
</div>
</div>
</div>
</div>
</div>
<div id="stats" class="statsSection section">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="squareItem">
<div class="squareInnerContainer">
<div class="squareIcon">
<i class="fa fa-clock"></i>
</div>
<div class="squareContent">
<h2 class="counter">5</h2>
<h3>Years Experience</h3>
<p>Having <b>5 years of experience in Electrical Engineering</b> and inspired learning
programming now</p>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="squareItem">
<div class="squareInnerContainer">
<div class="squareIcon">
<i class="fab fa-github"></i>
</div>
<div class="squareContent">
<h2 class="counter">12</h2>
<h3>GitHub Repo</h3>
<p>as for the last three month working on GitHub and you can see my by clicking on link
below</p>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="squareItem">
<div class="squareInnerContainer">
<div class="squareIcon">
<i class="fab fa-react"></i>
</div>
<div class="squareContent">
<h2 class="counter">2</h2>
<h3>Project</h3>
<p>here my count on number of projects iam working so far and you can check below on my
GitHub</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="contact" class="contactSection section">
<div class="col-md-12 text-center">
<p class="subHeading">Like what you see?</p>
<h2>I'd love to hear from you!</h2>
<a href="mailTo:Abdulghani254@gmail.com" class="contactButton">GET IN TOUCH!</a>
</div>
<div class="d-flex mt-4 justify-content-around">
<span><a href=" https://www.twitter.com/Abdulghani26" class="social">
<svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" width="50" height="50" viewBox="0 0 24 24">
<path
d="M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z" />
</svg>
</a></span>
<span><a href="https://www.github.com/Abdhul26" class="social">
<svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" width="50" height="50" viewBox="0 0 24 24">
<path
d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z" />
</svg>
</a></span>
<span><a href="https://www.linkedin.com/Abdhul26" class="social">
<svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" width="50" height="50" viewBox="0 0 24 24">
<path
d="M4.98 3.5c0 1.381-1.11 2.5-2.48 2.5s-2.48-1.119-2.48-2.5c0-1.38 1.11-2.5 2.48-2.5s2.48 1.12 2.48 2.5zm.02 4.5h-5v16h5v-16zm7.982 0h-4.968v16h4.969v-8.399c0-4.67 6.029-5.052 6.029 0v8.399h4.988v-10.131c0-7.88-8.922-7.593-11.018-3.714v-2.155z" />
</svg>
</a></span>
</div>
</div>
<div id="portfolio" class="section">
<div class="container">
<div class="row">
<div class="heading">
<h2>PORTFOLIO</h2>
</div>
<div class="filter">
<ul id="filters">
<li><a href="#" data-filter="*" class="current">ALL</a></li>
<li><a href="#" data-filter=".apps">Apps</a></li>
<li><a href="#" data-filter=".me">Me</a></li>
<li><a href="#" data-filter=".websites">Websites</a></li>
</ul>
</div>
<div class="itemsContainer">
<ul class="items">
<li class="apps col-xs-6 col-sm-4 col-md-3 col-lg-3">
<div class="item">
<img src="./img/portfolio/thumbnails/app.jpg">
<div class="icons">
<a href="https://todoapp-abdulghani.vercel.app/" title="View image" class="openButton"
data-fancybox data-caption="This is a todo list">
<i class="fa fa-search"></i>
</a>
<a href="https://todoapp-abdulghani.vercel.app/" target="_blank" class="projectLink">
<i class="fa fa-link"></i>
</a>
</div>
<div class="imageOverlay"></div>
</div>
</li>
<li class="websites col-xs-6 col-sm-4 col-md-3 col-lg-3">
<div class="item">
<img src="./img/portfolio/thumbnails/project.jpg">
<div class="icons">
<a href="https://tours-abdulghani.vercel.app/" title="View image" class="openButton"
data-fancybox data-caption="This is a tour site">
<i class="fa fa-search"></i>
</a>
<a href="https://tours-abdulghani.vercel.app/" target="_blank"
class="projectLink">
<i class="fa fa-link"></i>
</a>
</div>
<div class="imageOverlay"></div>
</div>
</li>
<li class="me col-xs-6 col-sm-4 col-md-3 col-lg-3">
<div class="item">
<img src="./img/portfolio/thumbnails/me.jpg">
<div class="icons">
<a href="https://menu-abdulghani.vercel.app/" title="View image" class="openButton" data-fancybox
data-caption="This is a menu app">
<i class="fa fa-search"></i>
</a>
<a href="https://menu-abdulghani.vercel.app/" target="_blank" class="projectLink">
<i class="fa fa-link"></i>
</a>
</div>
<div class="imageOverlay"></div>
</div>
</li>
<li class="websites col-xs-6 col-sm-4 col-md-3 col-lg-3">
<div class="item">
<img src="./img/portfolio/thumbnails/project.jpg">
<div class="icons">
<a href="https://review-slider-abdulghani.vercel.app/" title="View image" class="openButton" data-fancybox
data-caption="This is a review app">
<i class="fa fa-search"></i>
</a>
<a href="https://review-slider-abdulghani.vercel.app/" target="_blank"
class="projectLink">
<i class="fa fa-link"></i>
</a>
</div>
<div class="imageOverlay"></div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="copyrightSection">
<div class="col-md-12 text-center">
<p>© Copyright Abdul Ghani 2021</p>
</div>
</div>
<script src="./js/countUp.js"></script>
<script src="./js/countUp-jquery.js"></script>
<script src="./js/jquery.superslides.min.js"></script>
<script src="./js/jquery.easypiechart.min.js"></script>
<script src="./js/owl.carousel.min.js"></script>
<script src="./js/typed.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<script type="text/javascript" src="https://unpkg.com/isotope-layout@3.0.5/dist/isotope.pkgd.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.js"></script>
<script src="./js/script.js"></script>
</body>
</html>