-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
571 lines (445 loc) · 29.5 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
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
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
<!DOCTYPE html>
<html class="no-js ss-preload" lang="en">
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>Bilal</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/styles.css">
<!-- favicons
================================================== -->
<link rel="apple-touch-icon" sizes="180x180" href="images/about-photo.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/about-photo.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/about-photo.png">
<link rel="manifest" href="site.webmanifest">
</head>
<body id="top">
<!-- # preloader
================================================== -->
<div id="preloader">
<div id="loader">
</div>
</div>
<!-- # page wrap
================================================== -->
<div class="s-pagewrap">
<div class="circles">
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
<!-- ## site header
================================================== -->
<header class="s-header">
<div class="header-mobile">
<span class="mobile-home-link"><a href="index.html">Bilal.</a></span>
<a class="mobile-menu-toggle" href="#0"><span>Menu</span></a>
</div>
<div class="row wide main-nav-wrap">
<nav class="column lg-12 main-nav">
<ul>
<li><a href="index.html" class="home-link">Bilal.</a></li>
<li class="current"><a href="#intro" class="smoothscroll">Intro</a></li>
<li><a href="#about" class="smoothscroll">About</a></li>
<li><a href="#works" class="smoothscroll">Works</a></li>
<li><a href="#class" class="smoothscroll">Class</a></li>
<li><a href="#contact" class="smoothscroll">Say Hello</a></li>
</ul>
</nav>
</div>
</header> <!-- end s-header -->
<!-- ## main content
==================================================- -->
<main class="s-content">
<!-- ### intro
================================================== -->
<section id="intro" class="s-intro target-section">
<div class="row intro-content wide">
<div class="column">
<div class="text-pretitle with-line">
Hello World
</div>
<h1 class="text-huge-title">
I am Bilal, <br>
a Rust Developer <br>
Contributor <br>
Tech YouTuber <br>
& a Teacher.
</h1>
</div>
<ul class="intro-social">
<li><a target="_blank" href="https://youtube.com/@coderoamer">YouTube</a></li>
<li><a target="_blank" href="https://github.com/ibilalkayy">GitHub</a></li>
<li><a target="_blank" href="https://linkedin.com/in/ibilalkayy">LinkedIn</a></li>
<li><a target="_blank" href="https://x.com/ibilalkayy">Twitter</a></li>
</ul>
</div> <!-- end intro content -->
<a href="#about" class="intro-scrolldown smoothscroll">
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd"><path d="M11 21.883l-6.235-7.527-.765.644 7.521 9 7.479-9-.764-.645-6.236 7.529v-21.884h-1v21.883z"/></svg>
</a>
</section> <!-- end s-intro -->
<!-- ### about
================================================== -->
<section id="about" class="s-about target-section">
<div class="row about-info wide" data-animate-block>
<div class="column lg-6 md-12 about-info__pic-block">
<img style="width:600px; height:700px" src="images/about-photo.png"
srcset="images/about-photo.png 1x, images/about-photo.png 2x" alt="" class="about-info__pic" data-animate-el>
</div>
<div class="column lg-6 md-12">
<div class="about-info__text" >
<h2 class="text-pretitle with-line" data-animate-el>
About
</h2>
<p class="attention-getter" data-animate-el>
I write <b>Rust</b> everyday by making projects and contributing.
As a passionate teacher, I regularly create tech content on my <b>YouTube Channel</b> and teach students.
I'm also an <b>AWS Community Builder</b> and a strong believer of <b>#BuildInPubic</b>.
Let me know. I am <b>open to work</b> for Rust role.
</p>
<a target="_blank" href="./docs/Bilal-Khan.pdf" class="btn btn--medium u-fullwidth" data-animate-el>Download CV</a>
</div>
</div>
</div> <!-- about-info -->
<div class="row about-expertise" data-animate-block>
<div class="column lg-12">
<h2 class="text-pretitle" data-animate-el>Expertise</h2>
<ul class="skills-list h1" data-animate-el>
<li>Rust & Go</li>
<li>Postgres, MySQL, Redis</li>
<li>AWS, Docker, Linux</li>
<li>Git, GitHub</li>
<li>RestAPI, Postman</li>
</ul>
</div>
</div> <!-- end about-expertise -->
<div class="row about-timelines" data-animate-block>
<div class="column lg-6 tab-12">
<h2 class="text-pretitle" data-animate-el>
Experience
</h2>
<div class="timeline" data-animate-el>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<h4 class="timeline__title">Rust Foundation</h3>
<h5 class="timeline__meta">Open Source Contributor</h5>
<p class="timeline__timeframe">Dec 2024 - Present</p>
</div>
<div class="timeline__desc">
<p>Started contributing to Cargo and worked on the autocompletion feature, some PRs relevant are assigned to me and some of them are approved and merged.</p>
</div>
</div>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<h4 class="timeline__title">GoMarkho</h4>
<h5 class="timeline__meta">Software Engineer Intern</h5>
<p class="timeline__timeframe">June 2024 - July 2024</p>
</div>
<div class="timeline__desc">
<p>GoMarkho provides solutions that focus on the Voice Over Internet Protocol (VoIP). I worked by designing the Go APIs and learned about Echo Framework and its usage.</p>
</div>
</div>
</div> <!-- end timeline -->
</div> <!-- end column -->
<div class="column lg-6 tab-12">
<h2 class="text-pretitle" data-animate-el>
Education
</h2>
<div class="timeline" data-animate-el>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<h4 class="timeline__title">Punjab Group of Colleges</h3>
<h5 class="timeline__meta">High School in Computer Science</h5>
<p class="timeline__timeframe">Sept 2017</p>
</div>
<div class="timeline__desc">
<p>Completed my high school in computer science and got 523/1100 marks in all the subjects(computer science, physics, chemistry, english, etc) combined which becomes 47%. Got Grade D in the final exam and here is the <a href="./docs/result-card.pdf" target="_blank">result card</a> copy.</p>
</div>
</div>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<h4 class="timeline__title">Duke University - Coursera</h4>
<h5 class="timeline__meta">Rust Fundamentals Certification</h5>
<p class="timeline__timeframe">August 2024</p>
</div>
<div class="timeline__desc">
<p>Completed the Rust fundamentals course and learned so much like ownership, borrowing, pattern matching, generics, methods, traits, etc. Passed all the given tests and scored 100%. Here is the <a target="_blank" href="./docs/rust.pdf">result card</a> copy.</p>
</div>
</div>
</div> <!-- end timeline -->
</div> <!-- end column -->
</div> <!-- end about-timelines -->
<div class="row about-timelines" data-animate-block>
<div class="column lg-6 tab-12">
<h2 class="text-pretitle" data-animate-el>
Content
</h2>
<div class="timeline" data-animate-el>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<h4 class="timeline__title">YouTube</h3>
<h5 class="timeline__meta">Technical Instructor</h5>
<p class="timeline__timeframe">June 2020 - Present</p>
</div>
<div class="timeline__desc">
<p>Created videos in the form of projects like eCommerce, budget planning applications, and more and now creating more content of Rust, Blockchain, and Cloud. It has 380+ videos, 3000+ subscribers, and 74k+ views.</p>
</div>
</div>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<h4 class="timeline__title">Beehiiv - Newsletter</h4>
<h5 class="timeline__meta">Technical Writer</h5>
<p class="timeline__timeframe">Jan 2025 - Present</p>
</div>
<div class="timeline__desc">
<p>Sending Rust content like Rust uniqueness, it's path, etc in the form of newsletter to the subscribers. It has 23 subscribers and growing.</p>
</div>
</div>
</div> <!-- end timeline -->
</div> <!-- end column -->
<div class="column lg-6 tab-12">
<h2 class="text-pretitle" data-animate-el>
Community
</h2>
<div class="timeline" data-animate-el>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<h4 class="timeline__title">AWS</h3>
<h5 class="timeline__meta">Community Builder</h5>
<p class="timeline__timeframe">Mar 2023 - Present</p>
</div>
<div class="timeline__desc">
<p>Established an online presence within the cloud community by consistently sharing technical insights and emerging trends, fostering credibility and expertise in the field.</p>
</div>
</div>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<h4 class="timeline__title">DoK Explorer</h4>
<h5 class="timeline__meta">Community Explorer</h5>
<p class="timeline__timeframe">August 2024</p>
</div>
<div class="timeline__desc">
<p>Participated in DoKC discussions & meetings to share knowledge on running data workloads on Kubernetes. It helped me to drive engagement for Data on Kubernetes. Here is the completion <a target="_blank" href="./docs/certificate.pdf"> certificate </a>.</p>
</div>
</div>
</div> <!-- end timeline -->
</div> <!-- end column -->
</div> <!-- end about-timelines -->
</section> <!-- end s-about -->
<!-- ### works
================================================== -->
<section id="works" class="s-works target-section">
<div class="row works-portfolio">
<div class="column lg-12" data-animate-block>
<h2 class="text-pretitle" data-animate-el>
Recent Works
</h2>
<p class="h1" data-animate-el>
Here are some of my favorite projects I have done lately. Feel free to check them out.
</p>
<ul class="folio-list row block-lg-one-half block-stack-on-1000">
<li class="folio-list__item column" data-animate-el>
<a class="folio-list__item-link" href="#modal-01">
<div class="folio-list__item-pic">
<img src="images/portfolio/flow.jpg"
srcset="images/portfolio/flow.jpg 1x, images/portfolio/flow.jpg 2x" alt="">
</div>
<div class="folio-list__item-text">
<div class="folio-list__item-cat">
Budget Planning
</div>
<div class="folio-list__item-title">
Flow.
</div>
</div>
</a>
<a class="folio-list__proj-link" target="_blank" href="https://github.com/ibilalkayy/flow" title="project link">
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.14645 3.14645C8.34171 2.95118 8.65829 2.95118 8.85355 3.14645L12.8536 7.14645C13.0488 7.34171 13.0488 7.65829 12.8536 7.85355L8.85355 11.8536C8.65829 12.0488 8.34171 12.0488 8.14645 11.8536C7.95118 11.6583 7.95118 11.3417 8.14645 11.1464L11.2929 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H11.2929L8.14645 3.85355C7.95118 3.65829 7.95118 3.34171 8.14645 3.14645Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></path></svg>
</a>
</li> <!--end folio-list__item -->
<li class="folio-list__item column" data-animate-el>
<a class="folio-list__item-link" href="#modal-02">
<div class="folio-list__item-pic">
<img src="images/portfolio/finance.jpg"
srcset="images/portfolio/finance.jpg 1x, images/portfolio/finance.jpg 2x" alt="">
</div>
<div class="folio-list__item-text">
<div class="folio-list__item-cat">
Plan a Budget
</div>
<div class="folio-list__item-title">
Move.
</div>
</div>
</a>
<a class="folio-list__proj-link" target="_blank" href="https://github.com/ibilalkayy/move" title="project link">
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.14645 3.14645C8.34171 2.95118 8.65829 2.95118 8.85355 3.14645L12.8536 7.14645C13.0488 7.34171 13.0488 7.65829 12.8536 7.85355L8.85355 11.8536C8.65829 12.0488 8.34171 12.0488 8.14645 11.8536C7.95118 11.6583 7.95118 11.3417 8.14645 11.1464L11.2929 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H11.2929L8.14645 3.85355C7.95118 3.65829 7.95118 3.34171 8.14645 3.14645Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></path></svg>
</a>
</li> <!--end folio-list__item -->
</ul> <!-- end folio-list -->
</div> <!-- end column -->
<!-- Modal Templates Popup
-------------------------------------------- -->
<div id="modal-01" hidden>
<div class="modal-popup">
<img src="images/portfolio/flow_big.jpg" alt="">
<div class="modal-popup__desc">
<h5>Flow</h5>
<p>A budget planning CLI application to allow users to track, and analyze their spending and financial goals effectively.</p>
<ul class="modal-popup__cat">
<li>Budget</li>
<li>Planning</li>
</ul>
</div>
<a href="https://github.com/ibilalkayy/flow" target="_blank" class="modal-popup__details">Project link</a>
</div>
</div> <!-- end modal -->
<div id="modal-02" hidden>
<div class="modal-popup">
<img src="images/portfolio/finance_big.jpg" alt="">
<div class="modal-popup__desc">
<h5>Move</h5>
<p>A budget planning CLI application to allow users to track, and analyze their spending and financial goals effectively.</p>
<ul class="modal-popup__cat">
<li>Budget</li>
<li>Planning</li>
</ul>
</div>
<a href="https://github.com/ibilalkayy/move" target="_blank" class="modal-popup__details">Project link</a>
</div>
</div> <!-- end modal -->
</div> <!-- end works-portfolio -->
<div class="row testimonials">
<div class="column lg-12" data-animate-block>
<div class="swiper-container testimonial-slider" data-animate-el>
<div class="swiper-wrapper">
<div class="testimonial-slider__slide swiper-slide">
<div class="testimonial-slider__author">
<img src="images/avatars/eddie.jpg" alt="Author image" class="testimonial-slider__avatar">
<cite class="testimonial-slider__cite">
<strong>Eddie Jaoude</strong>
<span>Open Source and Community Lover</span>
</cite>
</div>
<p>
Bilal is always super supportive of everyone in the community!
He also creates great content on DevOps and Open Source, go check out his content.
</p>
</div> <!-- end testimonial-slider__slide -->
<div class="testimonial-slider__slide swiper-slide">
<div class="testimonial-slider__author">
<img src="images/avatars/dean.jpg" alt="Author image" class="testimonial-slider__avatar">
<cite class="testimonial-slider__cite">
<strong>Dean Lofts</strong>
<span>Senior DevOps Engineer</span>
</cite>
</div>
<p>
Bilal Khan is a highly skilled and motivated upcoming Backend Engineer.
He is dedicated to ensuring system smooth and efficient operation and is always looking for ways to
improve processes and optimize performance.
</p>
</div> <!-- end testimonial-slider__slide -->
<div class="testimonial-slider__slide swiper-slide">
<div class="testimonial-slider__author">
<img src="images/avatars/carsten.jpeg" alt="Author image" class="testimonial-slider__avatar">
<cite class="testimonial-slider__cite">
<strong>Carsten Munk</strong>
<span>CTO, Zippie</span>
</cite>
</div>
<p>
Meet Bilal Khan, an enormous energy in teaching, backend, rust, and AWS.
</p>
</div> <!-- end testimonial-slider__slide -->
</div> <!-- end swiper-wrapper -->
<div class="swiper-pagination"></div>
</div> <!-- end swiper-container -->
</div> <!-- end column -->
</div> <!-- end row testimonials -->
</section> <!-- end s-works -->
<!-- ### class
================================================== -->
<section id="class" class="s-contact target-section">
<div class="row contact-top">
<div class="column lg-12">
<h2 class="text-pretitle">
Take a Rust Class from me
</h2>
<p class="h2">
If you're interested to learn Rust then I have a 2 months Rust for Beginners Course
that will help you build a solid foundation & amazing projects.
</p> <br>
<div style="display: flex; justify-content: center; align-items: center; height: 10vh;">
<div class="column lg-4 md-12 contact-block">
<a href="https://forms.gle/TpNVcMVYwk6Tajqs7" target="_blank" class="btn btn--medium u-fullwidth contact-btn">Book a FREE Call.</a>
</div>
</div>
</div>
</div> <!-- end contact-top -->
</section>
<!-- ### contact
================================================== -->
<section id="contact" class="s-contact target-section">
<div class="row contact-top">
<div class="column lg-12">
<h2 class="text-pretitle">
Get In Touch
</h2>
<p class="h1">
I love to hear from you.
Whether you have a question or just
want to chat about Rust, Open Source and Content — shoot me a message.
</p>
</div>
</div> <!-- end contact-top -->
<div class="row contact-bottom">
<div class="column lg-3 md-5 tab-6 stack-on-550 contact-block">
<h3 class="text-pretitle">Reach me at</h3>
<p class="contact-links">
<a href="mailto:[email protected]" class="mailtoui">[email protected]</a> <br>
<a href="tel:+923158105028">+92 315 810 5028</a>
</p>
</div>
<div class="column lg-4 md-5 tab-6 stack-on-550 contact-block">
<h3 class="text-pretitle">Social</h3>
<ul class="contact-social">
<li><a target="_blank" href="https://youtube.com/@coderoamer">YouTube</a></li>
<li><a target="_blank" href="https://github.com/ibilalkayy">GitHub</a></li>
<li><a target="_blank" href="https://linkedin.com/in/ibilalkayy">LinkedIn</a></li>
<li><a target="_blank" href="https://x.com/ibilalkayy">X (Twitter)</a></li>
<li><a target="_blank" href="https://ibilalkayy.beehiiv.com">Beehiiv Newsletter</a></li>
<li><a target="_blank" href="https://buymeacoffee.com/ibilalkayy">Buy Me a Coffee</a></li>
</ul>
</div>
<div class="column lg-4 md-12 contact-block">
<a target="_blank" href="https://ibilalkayy.beehiiv.com/" class="mailtoui btn btn--medium u-fullwidth contact-btn">My Newsletter.</a>
</div>
</div> <!-- end contact-bottom -->
</section> <!-- end contact -->
</main> <!-- end s-content -->
</div> <!-- end -s-pagewrap -->
<!-- Java Script
================================================== -->
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>