-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
521 lines (422 loc) · 22.6 KB
/
index.html
File metadata and controls
521 lines (422 loc) · 22.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
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
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
<!DOCTYPE html>
<html lang="en">
<head>
<title>M.Sheharyar's Site</title>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="code.js"> </script>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<p id="prompt">[Click the <a id="sign">lights</a>]</p>
<img src="">
<svg xmlns="http://www.w3.org/2000/svg" width='100%' height='100%'>
<path
fill="none"
stroke="none"
d="M20,50 C 230 -30, 465 130, 850 50" />
<defs>
<filter id="fx1" x="-50%" y="-50%" width="200%" height="200%">
<feOffset result="offOut" in="SourceGraphic" dx="0" dy="0" />
<feGaussianBlur id="blur" result="blurOut" in="offOut" stdDeviation="5" />
<feBlend in="SourceGraphic" in2="blurOut" mode="normal" />
</filter>
</defs>
<g class="spots">
<g id="info">
<text class="txt"
text-anchor="middle"
dy="-10"
>
.about()
<animateMotion
dur="11s"
repeatCount="indefinite"
path="M20,50 C 230 -30, 465 130, 850 50"
keyTimes="0;1"
keyPoints="0;1"
/>
</text>
<circle r="7" filter="url(#fx1)">
<animate
xlink:href="#blur"
attributeName="stdDeviation"
values="5;10;5"
dur="1s"
repeatCount="indefinite"/>
<animateMotion
dur="11s"
repeatCount="indefinite"
path="M20,50 C 230 -30, 465 130, 850 50"
keyTimes="0;1"
keyPoints="0;1"
/>
</circle>
</g>
<g id="work">
<text class="txt"
text-anchor="middle"
dy="-10"
>
.done()
<animateMotion
dur="9s"
repeatCount="indefinite"
path="M20,50 C 230 -30, 465 130, 850 50"
keyTimes="0;1"
keyPoints="0;1"
/>
</text>
<circle r="7" filter="url(#fx1)">
<animate
xlink:href="#blur"
attributeName="stdDeviation"
values="5;10;5"
dur="1s"
repeatCount="indefinite"/>
<animateMotion
dur="9s"
repeatCount="indefinite"
path="M20,50 C 230 -30, 465 130, 850 50"
keyTimes="0;1"
keyPoints="0;1"
/>
</circle>
</g>
<g id="contact">
<text class="txt"
text-anchor="middle"
dy="-10"
>
.links()
<animateMotion
dur="4s"
repeatCount="indefinite"
path="M20,50 C 230 -30, 465 130, 850 50"
keyTimes="0;1"
keyPoints="0;1"
/>
</text>
<circle r="5" filter="url(#fx1)">
<animate
xlink:href="#blur"
attributeName="stdDeviation"
values="5;10;5"
dur="3s"
repeatCount="indefinite"/>
<animateMotion
dur="4s"
repeatCount="indefinite"
path="M20,50 C 230 -30, 465 130, 850 50"
keyTimes="0;1"
keyPoints="0;1"
/>
</circle>
</g>
<circle r="3" filter="url(#fx1)">
<animate
xlink:href="#blur"
attributeName="stdDeviation"
values="5;10;5"
dur="1s"
repeatCount="indefinite"/>
<animateMotion
dur="5s"
repeatCount="indefinite"
path="M20,50 C 230 -30, 465 130, 850 50"
keyTimes="0;1"
keyPoints="0.07;1"
/>
</circle>
<circle r="3" filter="url(#fx1)">
<animate
xlink:href="#blur"
attributeName="stdDeviation"
values="5;10;5"
dur="3s"
repeatCount="indefinite"/>
<animateMotion
dur="4s"
repeatCount="indefinite"
path="M20,50 C 230 -30, 465 130, 850 50"
keyTimes="0;1"
keyPoints="0.05;1"
/>
</circle>
<g id="resume">
<a href="CV_MSheharyar.pdf" target="_blank">
<text class="txt"
text-anchor="middle"
dy="-10"
>
.resume()
<animateMotion
dur="5s"
repeatCount="indefinite"
path="M20,50 C 230 -30, 465 130, 850 50"
keyTimes="0;1"
keyPoints="0;1"
/>
</text>
<circle r="7" filter="url(#fx1)">
<animate
xlink:href="#blur"
attributeName="stdDeviation"
values="5;10;5"
dur="3s"
repeatCount="indefinite"/>
<animateMotion
dur="5s"
repeatCount="indefinite"
path="M20,50 C 230 -30, 465 130, 850 50"
keyTimes="0;1"
keyPoints="0;1"
/>
</circle></a>
</g>
<circle r="3" filter="url(#fx1)">
<animate
xlink:href="#blur"
attributeName="stdDeviation"
values="5;10;5"
dur="1s"
repeatCount="indefinite"/>
<animateMotion
dur="3s"
repeatCount="indefinite"
path="M20,50 C 230 -30, 465 130, 850 50"
keyTimes="0;1"
keyPoints="0.1;1"
/>
</circle>
<g id="funnies">
<text class="txt"
text-anchor="middle"
dy="-10"
>
.jokes()
<animateMotion
dur="3s"
repeatCount="indefinite"
path="M20,50 C 230 -30, 465 130, 850 50"
keyTimes="0;1"
keyPoints="0;1"
/>
</text>
<circle r="5" filter="url(#fx1)">
<animate
xlink:href="#blur"
attributeName="stdDeviation"
values="5;10;5"
dur="3s"
repeatCount="indefinite"/>
<animateMotion
dur="3s"
repeatCount="indefinite"
path="M20,50 C 230 -30, 465 130, 850 50"
keyTimes="0;1"
keyPoints="0;1"
/>
</circle>
</g>
</g>
</svg>
</img>
<p id="gola"><!--<i style="font-size:24px;color: #20bcd5" class="fa"></i>--></p>
<!-- About Me section start -->
<div class="section" id="About">
<a class="closebtn">[×]</a>
<h1><span style="font-size: x-large;">Mohammad Sheharyar</span></h1>
<p class="content">I'm a recent university graduate. I graduated with a Bachelor of Science having majored in Software Engineering.</p><br>
<p class="content">This webpage is a part of my portfolio & a demo of my front-end web dev chops. It started as a clone of this <em><a href="https://www.sololearn.com/en/compiler-playground/WRqfTvsF3s5q" target="_blank">webpage</a></em> before being cannibalized into its own thing.</p><br>
<p class="content">My web app lives <em><a href="http://msheharyar111.pythonanywhere.com/" target="_blank">here</a></em>. It may be a simple recommender but getting it hosted was a pain due to a dearth of free hosting solutions and Pandas module OS compatibility issues. I guess this makes me a full-stack developer for what it's worth. I'm your guy if you need a barebones Flask app hosted on Railway.app or Render. 😁</p><br>
<p class="content">I started programming as a hobby in 2015 & then studied it formally from 2018 to 2023.</p><br>
<p class="content">Why did I decide on CS as a career choice? In the beginning, I was enraptured with video games & interactive entertainment of all sorts. I wanted to create them which led to the revelation that video games are programs. I (naively) assumed that to create my games I'd need to know how to program. This served as my tumble into the precipitous rabbit hole that is Computer Science. </p><br>
<p class="content"> Except jQuery I put this page together with just HTML, CSS, and vanilla JavaScript. The visual flair is just CSS keyframe animations, Synchronized Multimedia Integration Language (SMIL) for SVG animations & jQuery animate() and css() methods. I didn't resort to libraries & frameworks like Angular or React. I also didn't use any CSS frameworks like Bootstrap or Tailwind. My thinking was that the time I'd spend trying to wrap my head around unfamiliar new APIs was better spent implementing the functionality I wanted. Plus I could forgo the cookie cutter, one-size-fits-all styles of CSS frameworks.</p><br>
<p class="content">That's not to say that I shy away from extensive documentation or tutorials. After all, that's how I've gotten this far.</p><br>
<p class="content">I'm also fairly adept with the Python programming language. I also know my way around the Linux CLI and can use Git and Github as part of my workflow.</p>
<p class="content" id="quote">"Declare variables, not war"</p><br>
</div>
<!-- About Me section end -->
<!-- My Skills section start -->
<div class="section" id="Skills">
<a class="closebtn">[×]</a>
<h1><span>My Skills</span></h1>
<p>Some credentials for what I've done and can do, click to verify</p>
<!-- Container for the image gallery -->
<div class="container">
<!-- Full-width images with number text -->
<div class="mySlides">
<div class="numbertext">1 / 13</div>
<a href="https://coursera.org/verify/professional-cert/K5LZWFKPHB9F" target="_blank">
<img src="Coursera GITAP0.png" style="width:50%">
</a>
</div>
<div class="mySlides">
<div class="numbertext">2 / 13</div>
<a href="https://coursera.org/verify/professional-cert/L5XJ3J2MTCPL" target="_blank">
<img src="Coursera GPM.png" style="width:50%">
</a>
</div>
<div class="mySlides">
<div class="numbertext">3 / 13</div>
<a href="https://www.kaggle.com/learn/certification/mohammadsheharyar/intro-to-machine-learning" target="_blank">
<img src="Mohammad Sheharyar - Intro to Machine Learning.png" loading="lazy" style="width:50%">
</a>
</div>
<div class="mySlides">
<div class="numbertext">4 / 13</div>
<a href="https://www.kaggle.com/learn/certification/mohammadsheharyar/pandas" target="_blank">
<img src="Mohammad Sheharyar - Pandas.png" loading="lazy" style="width:50%">
</a>
</div>
<div class="mySlides">
<div class="numbertext">5 / 13</div>
<a href="https://www.sololearn.com/certificates/CT-WAJYLU1L" target="_blank">
<img src="Sololearn HTML Cert.png" loading="lazy" style="width:50%">
</a>
</div>
<div class="mySlides">
<div class="numbertext">6 / 13</div>
<a href="https://www.sololearn.com/certificates/CT-7PTDPNDD" target="_blank">
<img src="Sololearn CSS Cert.png" loading="lazy" style="width:50%">
</a>
</div>
<div class="mySlides">
<div class="numbertext">7 / 13</div>
<a href="https://www.sololearn.com/certificates/CT-JPUGTLVL" target="_blank">
<img src="Sololearn jQuery Cert.png" loading="lazy" style="width:50%">
</a>
</div>
<div class="mySlides">
<div class="numbertext">8 / 13</div>
<a href="https://www.sololearn.com/certificates/CT-Q6XGUYHU" target="_blank">
<img src="Sololearn C Cert.png" loading="lazy" style="width:50%">
</a>
</div>
<div class="mySlides">
<div class="numbertext">9 / 13</div>
<a href="https://www.sololearn.com/certificates/CT-WJMZKUSM" target="_blank">
<img src="Sololearn C++ Cert.png" loading="lazy" style="width:50%">
</a>
</div>
<div class="mySlides">
<div class="numbertext">10 / 13</div>
<a href="https://www.sololearn.com/certificates/CT-NAHMNSTZ" target="_blank">
<img src="Sololearn Python Cert.png" loading="lazy" style="width:50%">
</a>
</div>
<div class="mySlides">
<div class="numbertext">11 / 13</div>
<a href="https://www.sololearn.com/certificates/CT-YXOAK1EZ" target="_blank">
<img src="Sololearn Java Cert.png" loading="lazy" style="width:50%">
</a>
</div>
<div class="mySlides">
<div class="numbertext">12 / 13</div>
<a href="https://www.sololearn.com/certificates/CT-AUDURVP0" target="_blank">
<img src="Sololearn Web Dev Cert.png" loading="lazy" style="width:50%">
</a>
</div>
<div class="mySlides">
<div class="numbertext">13 / 13</div>
<a href="https://www.sololearn.com/certificates/CC-CVLHM3MG" target="_blank">
<img src="Sololearn SQL Cert.png" loading="lazy" style="width:50%">
</a>
</div>
<!-- Next and previous buttons -->
<a class="prev">❮</a>
<a class="next">❯</a>
<!-- Image text -->
<div class="caption-container">
<p id="caption"></p>
</div>
<!-- Thumbnail images -->
<div class="row">
<div class="column">
<img class="demo cursor" id="cert1" src="Coursera GITAP0.png" loading="lazy" style="width:100%" alt="Google IT Automation Certificate">
</div>
<div class="column">
<img class="demo cursor" id="cert2" src="Coursera GPM.png" loading="lazy" style="width:100%" alt="Google Project Management Certificate">
</div>
<div class="column">
<img class="demo cursor" id="cert3" src="Mohammad Sheharyar - Intro to Machine Learning.png" loading="lazy" style="width:100%" alt="ML mini course completion certificate by Kaggle">
</div>
<div class="column">
<img class="demo cursor" id="cert4" src="Mohammad Sheharyar - Pandas.png" loading="lazy" style="width:100%" alt="Pandas mini course completion certificate by Kaggle">
</div>
<div class="column">
<img class="demo cursor" id="cert5" src="Sololearn HTML Cert.png" loading="lazy" style="width:100%" alt="HTML course completion certificate by Sololearn">
</div>
<div class="column">
<img class="demo cursor" id="cert6" src="Sololearn CSS Cert.png" loading="lazy" style="width:100%" alt="CSS course completion certificate by Sololearn">
</div>
<div class="column">
<img class="demo cursor" id="cert7" src="Sololearn jQuery Cert.png" loading="lazy" style="width:100%" alt="jQuery course completion certificate by Sololearn">
</div>
<div class="column">
<img class="demo cursor" id="cert8" src="Sololearn C Cert.png" loading="lazy" style="width:100%" alt="C course completion certificate by Sololearn">
</div>
<div class="column">
<img class="demo cursor" id="cert9" src="Sololearn C++ Cert.png" loading="lazy" style="width:100%" alt="C++ course completion certificate by Sololearn">
</div>
<div class="column">
<img class="demo cursor" id="cert10" src="Sololearn Python Cert.png" loading="lazy" style="width:100%" alt="Python course completion certificate by Sololearn">
</div>
<div class="column">
<img class="demo cursor" id="cert11" src="Sololearn Java Cert.png" loading="lazy" style="width:100%" alt="Java course completion certificate by Sololearn">
</div>
<div class="column">
<img class="demo cursor" id="cert12" src="Sololearn Web Dev Cert.png" loading="lazy" style="width:100%" alt="Web Dev course completion certificate by Sololearn">
</div>
<div class="column">
<img class="demo cursor" id="cert13" src="Sololearn SQL Cert.png" loading="lazy" style="width:100%" alt="SQL course completion certificate by Sololearn">
</div>
</div>
</div>
</div>
<!-- My Skills section end -->
<!-- Media section start -->
<div class="section" id=haha>
</div>
<!-- Media section end -->
<!-- Form section start -->
<div class="section" id="Contact">
<a class="closebtn">[×]</a>
<h1><span>Contact Me</span></h1>
<!-- <svg class="face" height="100" width="100">
<circle cx="50" cy="50" r="50" fill="#FDD835"/>
<circle cx="30" cy="30" r="10" fill="#FFFFFF"/>
<circle cx="70" cy="30" r="10" fill="#FFFFFF"/>
<circle cx="30" cy="30" r="5" fill="#000000"/>
<circle cx="70" cy="30" r="5" fill="#000000"/>
<path d="M 30 70 q 20 20 40 0" stroke="#FFFFFF" stroke-width="5" fill="none" />
</svg> -->
<form>
<input name="name" placeholder="Name" type="text" required /><br/>
<input name="email" placeholder="Email" type="email" required /><br/>
<textarea name="message" placeholder="Message" required ></textarea>
<input type="submit" value="SEND" class="submit" />
</form>
</div>
<!-- Form section end -->
<!-- Contacts section start -->
<div class="section" id="Social">
<a class="closebtn">[×]</a>
<h1><span>Contact</span></h1>
<span><a href="mailto:stormbrewer@yandex.com" target="_blank">
<i class="material-icons" style="font-size: 96px; color: white;"></i>
</a>
<a href="https://github.com/M0S111" target="_blank">
<img alt="Github" src="github-mark-white.png" loading="lazy" style="width: 70px; height: 70px;" />
</a></span>
</div>
<!-- Contacts section end -->
<hr>
<div id="foot" style="text-align: center; font-size: 8pt;">
</div>
</body>
</html>