-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
431 lines (399 loc) · 17.6 KB
/
about.html
File metadata and controls
431 lines (399 loc) · 17.6 KB
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
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="my portfolio website to showcase the work
I have done so far, the services I provide and all my professionals
life.">
<title>About</title>
<link rel="shortcut icon" href="image/favicon.png" image/x-icon ">
<link rel=" stylesheet" href="swiper-bundle.min.css" />
<!-- The Domain name is new crystal web.com -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
integrity="sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- <link href="aos/aos.css" rel="stylesheet"> -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css" />
<link href="bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<script type="text/javascript">
// this code use for pageloader
$(window).load(function() {
$(".loader").fadeOut("slow");
});
</script>
<style>
/*------ Style 1 ------*/
#pick_1 {
width: 50px;
height: 40px;
border: none;
cursor: pointer;
margin: 2px;
}
#pick_1::-webkit-color-swatch {
border-radius: 5px;
border: none;
}
#pick_1::-moz-color-swatch {
border-radius: 5px;
border: none;
}
/* ------------------------------------------------- */
#pick_2 {
width: 50px;
height: 40px;
border: none;
cursor: pointer;
margin: 2px;
}
#pick_2::-webkit-color-swatch {
border-radius: 5px;
border: none;
}
#pick_2::-moz-color-swatch {
border-radius: 5px;
border: none;
}
</style>
</head>
<body>
<header class="header">
<img src="image/logo2.png" alt="" class="logo" />
<input type="color" value="#0a419b" name="color-1" id="pick_1">
<input type="color" value="#27afc7" name="color-2" id="pick_2">
<nav class="navbar">
<ul class="navbar-lists" style="float: right; margin: 3rem;
position: relative;
bottom: 3rem;
left: 38rem;
z-index: 8;">
<li>
<a class=" navbar-link home-link " href="index.html " id=" ">Home</a>
</li>
<li>
<a class="navbar-link about-link " href="about.html ">About</a>
</li>
<li>
<a class="navbar-link service-link " href="service.html ">Services</a>
</li>
<li>
<a class="navbar-link portfolio-link " href="portfolio.html ">Portfolio</a>
</li>
<li>
<a class="navbar-link " href="contact.html " target="_blank ">Contact</a>
</li>
</ul>
</nav>
<div class="mobile-navbar-btn ">
<ion-icon class="mobile-nav-icon " name="menu-outline " class="mobile-nav-icon "></ion-icon>
<ion-icon class="mobile-nav-icon " name="close-outline " class="mobile-nav-icon "></ion-icon>
</div>
</header>
<!-- ========================================
Bio Data Section Start
======================================== -->
<section class="section-biodata section">
<div class="container grid grid-two-col">
<div class="bio-image">
<img src="image/Mybio-pic.jpg" alt="my bio data image">
</div>
<!-- ---------- Bio right side data --------------- -->
<div class="bio-data">
<h2 class="common-heading h_dark">My Bio-Data</h2>
<p>
I am professional, creative, expert and goal-focused Graphic Designer & Full-Stack Developer. I can
help you to grow your business by creating high quality graphics and high ranked websites.
</p>
<P> My passion to deliver a Great Design and Respect the opinion of each client. Look forward to hearing
from anyone who visited my page.</P>
<div class="bio-data-stats">
<div class="bio-stats">
<h3>HTML,CSS,Bootstrap</h3>
<div class=" bio-progress-bar bio-progress-2">
<span>99%</span>
</div>
</div>
<!-- <div class="bio-stats">
<h3>CSS</h3>
<div class=" bio-progress-bar bio-progress-4">
<span>90%</span>
</div>
</div> -->
<div class="bio-stats">
<h3>JavaScript</h3>
<div class=" bio-progress-bar bio-progress-3">
<span>85%</span>
</div>
</div>
<div class="bio-stats">
<h3>Design</h3>
<div class=" bio-progress-bar bio-progress-1">
<span>80%</span>
</div>
</div>
<div class="bio-stats">
<h3>Python</h3>
<div class=" bio-progress-bar bio-progress-5">
<span>70%</span>
</div>
</div>
<div class="bio-stats">
<h3>PHP + Framworks</h3>
<div class=" bio-progress-bar bio-progress-6">
<span>90%</span>
</div>
</div>
<div class="bio-stats">
<h3>Wordpress,Shopify</h3>
<div class=" bio-progress-bar bio-progress-7">
<span>100%</span>
</div>
</div>
</div>
<div class="bio-data-btn btn">
<a href="mrcrystal.netlify.app" alt="Ali Hassan Cv.docx" class=" btn">Download CV</a>
</div>
</div>
</div>
</section>
<!-- ========================================
Our footer Section
======================================== -->
<!---Footer--->
<div style="position:relative; top:1rem;">
<svg class="waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 24 150 28" preserveAspectRatio="none" shape-rendering="auto">
<defs>
<path id="gentle-wave" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z">
</path>
</defs>
<g class="parallax">
<use class="svg_fill" xlink:href="#gentle-wave" x="48" y="0" style="opacity: 0.7;" fill="#0a419b"></use>
<use class="svg_fill" xlink:href="#gentle-wave" x="48" y="3" style="opacity: 0.5;" fill="#0a419b"></use>
<use class="svg_fill" xlink:href="#gentle-wave" x="48" y="5" style="opacity: 0.3;" fill="#0a419b"></use>
<use class="svg_fill" xlink:href="#gentle-wave" x="48" y="7" style="opacity: 1;" fill="#0a419b"></use>
</g>
</svg>
</div>
<footer class="section section-footer ">
<div class="container grid grid-four-col ">
<div class="f-about ">
<h3>About</h3>
<p>We have tested a number of registry fix and clean utilities and present our top 3 list on our site
for your convenience. Hope you like it.
</p>
</div>
<div class="f-links ">
<h3>Links</h3>
<ul>
<li>
<div class="icon inline ">
<i class="bi relative bi-arrow-right-short "></i>
</div><a href="www.facebook.com " target="my-fB ">Facebook</a>
</li>
<li>
<div class="icon inline ">
<i class="bi relative bi-arrow-right-short "></i>
</div><a href="www.upwork.com " target="upwork.hit ">Upwork</a>
</li>
<li>
<div class="icon inline ">
<i class="bi relative bi-arrow-right-short "></i>
</div><a href="www.instragram.com " target="newinstragram ">Instragram</a>
</li>
<li>
<div class="icon inline ">
<i class="bi relative relative bi-arrow-right-short "></i>
</div>
<a href="www.freelancer.com " target="blank ">feelancer</a>
</li>
<li>
<div class="icon inline ">
<i class="bi relative bi-arrow-right-short "></i>
</div><a href="https://www.linkedin.com/mwlite/in/hafiz-ali-hassan-687b76242 "
target="blank ">linkedin</a>
</li>
</ul>
</div>
<div class="f-services ">
<h3>Services</h3>
<ul>
<li>
<div class="icon inline ">
<i class="bi relative relative bi-arrow-right-short "></i>
</div><a href="# ">web design</a>
</li>
<li>
<div class="icon inline ">
<i class="bi relative relative bi-arrow-right-short "></i>
</div><a href="# ">web development</a>
</li>
<li>
<div class="icon inline ">
<i class="bi relative relative bi-arrow-right-short "></i>
</div><a href="# ">Mern Project</a>
</li>
<li>
<div class="icon inline ">
<i class="bi relative relative bi-arrow-right-short "></i>
</div><a href="# ">Android app ui Design</a>
</li>
<li>
<div class="icon inline ">
<i class="bi relative relative bi-arrow-right-short "></i>
</div><a href="# ">Graphic Designing</a>
</li>
</ul>
</div>
<div class="f-address ">
<h3>Have a Questions?</h3>
<address>
<div>
<p>
<span><ion-icon name="location-outline"></ion-icon></span>
Multan, Pakistan
</p>
</div>
<div>
<p>
<span><ion-icon name="call-outline"></ion-icon></span> <a style="color: white;"
href="tel:+91123456789"> +92 3128725200</a>
</p>
</div>
<div>
<p>
<span><ion-icon name="mail-outline"></ion-icon></span> <a style="color: white;"
href="hitechcoder.6at@gmail.com">
info@Alihassan.com
</a>
</p>
</div>
</address>
</div>
</div>
<div class="container ">
<div class="f-social-icons ">
<a href="https://www.linkedin.com/mwlite/in/hafiz-ali-hassan-687b76242 " target="_blank ">
<div class="icons ">
<i class="bi bi-linkedin " name="logo-linkedin "></i>
</div>
</a>
<a href="https://discord.gg/ " target="_blank ">
<div class="icons ">
<i class="bi bi-discord " name="logo-discord "></i>
</div>
</a>
<a href="https://www.bi-github.com " target="_blank ">
<div class="icons ">
<i class="bi bi-github " name="logo-Github "></i>
</div>
</a>
</div>
<div class="f-credits ">
<p>Copyright ©2022 All rights reserved | This Portfolio is made with ❤ by Ali Hassan</p>
</div>
</div>
</footer>
<!-- ========================================
Our JavaScript Section
======================================== -->
<!-- <script src="aos/aos.js"></script> -->
<script src="bootstrap.min.js"></script>
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
<script src="swiper-bundle.min.js"></script>
<script src="index.js"></script>
</body>
</html>
<script type="text/javascript">
'use strict';
var RbMenu = function (elmId) {
var elm = document.querySelector(elmId);
console.log(elm);
var target = document.querySelector(elm.getAttribute('rb-target'));
elm.addEventListener('click', function (evt) {
if (target.classList.contains('active') === true) {
target.classList.remove('active');
} else {
target.classList.add('active');
}
});
}
RbMenu('#rb_menu_toggle');
// <![CDATA[ <-- For footer wave SVG support
if ('WebSocket' in window) {
(function () {
function refreshCSS() {
var sheets = [].slice.call(document.getElementsByTagName("link"));
var head = document.getElementsByTagName("head")[0];
for (var i = 0; i < sheets.length; ++i) {
var elem = sheets[i];
var parent = elem.parentElement || head;
parent.removeChild(elem);
var rel = elem.rel;
if (elem.href && typeof rel != "string" || rel.length == 0 || rel.toLowerCase() == "stylesheet") {
var url = elem.href.replace(/(&|\?)_cacheOverride=\d+/, '');
elem.href = url + (url.indexOf('?') >= 0 ? '&' : '?') + '_cacheOverride=' + (new Date().valueOf());
}
parent.appendChild(elem);
}
}
var protocol = window.location.protocol === 'http:' ? 'ws://' : 'wss://';
var address = protocol + window.location.host + window.location.pathname + '/ws';
var socket = new WebSocket(address);
socket.onmessage = function (msg) {
if (msg.data == 'reload') window.location.reload();
else if (msg.data == 'refreshcss') refreshCSS();
};
if (sessionStorage && !sessionStorage.getItem('IsThisFirstTime_Log_From_LiveServer')) {
console.log('Live reload enabled.');
sessionStorage.setItem('IsThisFirstTime_Log_From_LiveServer', true);
}
})();
} else {
console.error('Upgrade your browser. This Browser is NOT supported WebSocket for Live-Reloading.');
}
// ]]>
</script>
<script>
// // ---------------------All Dynamic color change ------------------------------- //
const h_dark = document.querySelectorAll('.h_dark');
const bg_dark = document.querySelectorAll('.bg_dark');
const bg_light = document.querySelectorAll('.bg_light');
const h_light = document.querySelectorAll('.h_light');
const svg_fill = document.querySelectorAll('.svg_fill');
const colorPicker1 = document.getElementById('pick_1');
const colorPicker2 = document.getElementById('pick_2');
// function setGradientColor() {
// const color1 = colorPicker1.value;
// const color2 = colorPicker2.value;
// myElements.forEach(element => {
// element.style.background = "linear-gradient(50deg," + color1 + ", " + color2 + ")";;
// });
// }
// colorPicker1.addEventListener('input', setGradientColor);
// colorPicker2.addEventListener('input', setGradientColor);
const root = document.documentElement;
colorPicker1.addEventListener("input", function () {
root.style.setProperty('--helper', colorPicker1.value);
h_dark.forEach(element => {
element.style.color = colorPicker1.value;
});
svg_fill.forEach(element => {
element.style.fill = colorPicker1.value;
bg_dark.forEach(element => {
element.style.background = colorPicker1.value;
});
});
});
colorPicker2.addEventListener("input", function () {
root.style.setProperty('--helpergradiant', colorPicker2.value);
h_light.forEach(element => {
element.style.color = colorPicker2.value;
bg_light.forEach(element => {
element.style.background = colorPicker2.value;
});
});
});
</script>