-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
720 lines (559 loc) · 18.9 KB
/
Copy pathindex.html
File metadata and controls
720 lines (559 loc) · 18.9 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
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
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta
name="description"
content="Portfolio of Simarpreet Singh, a student software developer building software across systems programming, programming languages, web development, AI, Linux, and open source."
>
<meta property="og:type" content="website">
<meta property="og:title" content="Simarpreet Singh | Student Software Developer">
<meta
property="og:description"
content="Student software developer building software across systems programming, programming languages, web development, AI, Linux, and open source."
>
<meta property="og:image" content="https://simarpreetsingh.org/images/preview.png">
<meta property="og:url" content="https://simarpreetsingh.org">
<meta property="og:image:alt" content="Portfolio of Simarpreet Singh">
<link rel="preload" href="css/style.css?v=3" as="style">
<link rel="stylesheet" href="css/style.css?v=3">
<link rel="canonical" href="https://simarpreetsingh.org">
<link rel="icon" href="images/favicon.svg">
<script src="js/script.js" defer></script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Simarpreet Singh",
"url": "https://simarpreetsingh.org",
"jobTitle": "Student Software Developer",
"sameAs": [
"https://github.com/Sim20004",
"https://codeberg.org/FOSSil"
]
}
</script>
<title>Simarpreet Singh | Student Software Developer</title>
</head>
<body>
<header class="hero" id="top">
<nav class="navbar">
<a href="#top" class="logo">simarpreetsingh.org</a>
<button
class="hamburger"
type="button"
aria-label="Open navigation menu"
aria-expanded="false"
>
☰
</button>
<ul class="nav-links">
<li><a href="#about">About</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#client-work">Client Work</a></li>
<li><a href="#timeline">Timeline</a></li>
<li>
<a
href="https://github.com/Sim20004"
target="_blank"
rel="noopener noreferrer"
>
GitHub
</a>
</li>
</ul>
</nav>
<div class="hero-content">
<p class="eyebrow">STUDENT SOFTWARE DEVELOPER</p>
<h1>
Simarpreet Singh
</h1>
<h2>
Building software and exploring how computers work.
</h2>
<p class="hero-description">
I build software across systems programming, programming languages,
web development, AI, Linux, and open source.
</p>
<div class="hero-actions">
<a href="#projects" class="button button-primary">
View my work
</a>
<a
href="files/Simarpreet_Singh_CV.pdf?v=6"
class="button button-secondary"
target="_blank"
rel="noopener noreferrer"
>
Download CV
</a>
</div>
<div class="hero-links">
<a
href="https://github.com/Sim20004"
target="_blank"
rel="noopener noreferrer"
>
GitHub
</a>
<span>•</span>
<a href="mailto:me@simarpreetsingh.org">
Email
</a>
</div>
</div>
</header>
<main>
<section id="about" class="section">
<div class="section-heading">
<p class="eyebrow">ABOUT ME</p>
<h2>Curious about what's underneath.</h2>
</div>
<div class="about-content">
<p>
I'm a student software developer based in Walsall, UK, with a
particular interest in understanding how software works at a
fundamental level.
</p>
<p>
I enjoy building things rather than simply using them. My projects
range from programming languages and operating-system development
to networking, web development, artificial intelligence, and
open-source software.
</p>
<p>
I'm constantly learning, experimenting with new technologies,
and turning ideas into working software.
</p>
</div>
</section>
<section id="skills" class="section">
<div class="section-heading">
<p class="eyebrow">TECHNOLOGIES</p>
<h2>What I work with.</h2>
</div>
<div class="skills-list">
<article class="skill-card">
<span class="skill-number">01</span>
<div>
<h3>Python</h3>
<p>
Software development, automation, AI/ML, and compiler
development.
</p>
</div>
</article>
<article class="skill-card">
<span class="skill-number">02</span>
<div>
<h3>Rust</h3>
<p>
Systems programming, networking, and performance-focused
applications.
</p>
</div>
</article>
<article class="skill-card">
<span class="skill-number">03</span>
<div>
<h3>Web Development</h3>
<p>
HTML, CSS, responsive design, and deployment.
</p>
</div>
</article>
<article class="skill-card">
<span class="skill-number">04</span>
<div>
<h3>x86-64 NASM</h3>
<p>
Low-level programming, bootloaders, kernels, and computer
architecture.
</p>
</div>
</article>
<article class="skill-card">
<span class="skill-number">05</span>
<div>
<h3>Java</h3>
<p>
Currently learning object-oriented programming and the
Java ecosystem.
</p>
</div>
</article>
</div>
</section>
<section id="projects" class="section">
<div class="section-heading">
<p class="eyebrow">SELECTED WORK</p>
<h2>Projects I've built.</h2>
<p>
A selection of projects exploring different areas of software
development.
</p>
</div>
<div class="project-grid">
<article class="project-card">
<div class="project-image">
<img
src="images/projects/teapotos.svg"
alt="TeapotOS logo"
loading="lazy"
>
</div>
<div class="project-content">
<span class="project-label">SYSTEMS</span>
<h3>TeapotOS</h3>
<p>
An experimental operating system exploring compatibility
and low-level system design, with the long-term goal of
supporting software from multiple platforms.
</p>
<div class="tech-tags">
<span>Assembly</span>
<span>x86-64</span>
<span>Operating Systems</span>
</div>
<a
class="project-link"
href="https://github.com/Sim20004/teapot-os"
target="_blank"
rel="noopener noreferrer"
>
View repository
<span>↗</span>
</a>
</div>
</article>
<article class="project-card">
<div class="project-image">
<img
src="images/projects/teapot.svg"
alt="TeapotLang logo"
loading="lazy"
>
</div>
<div class="project-content">
<span class="project-label">PROGRAMMING LANGUAGES</span>
<h3>TeapotLang</h3>
<p>
A memory-efficiency-oriented programming language and
compiler project, developed from the lexer and parser
upwards.
</p>
<div class="tech-tags">
<span>Python</span>
<span>Compiler</span>
<span>AST</span>
</div>
<a
class="project-link"
href="https://github.com/Sim20004/teapot-lang"
target="_blank"
rel="noopener noreferrer"
>
View repository
<span>↗</span>
</a>
</div>
</article>
<article class="project-card">
<div class="project-image">
<img
src="images/projects/fossil.svg"
alt="FOSSil Chat logo"
loading="lazy"
>
</div>
<div class="project-content">
<span class="project-label">NETWORKING</span>
<h3>FOSSil Chat</h3>
<p>
A privacy-focused chat platform built with a friend,
exploring networking, asynchronous Rust, and open-source
software development.
</p>
<div class="tech-tags">
<span>Rust</span>
<span>Tokio</span>
<span>TCP</span>
<span>Serde</span>
</div>
<div class="project-links">
<a
class="project-link"
href="https://github.com/Sim20004/FOSSil-Chat"
target="_blank"
rel="noopener noreferrer"
>
GitHub (Read-only mirror)
<span>↗</span>
</a>
<a
class="project-link"
href="https://codeberg.org/FOSSil/FOSSil-Chat"
target="_blank"
rel="noopener noreferrer"
>
Codeberg
<span>↗</span>
</a>
</div>
</div>
</article>
</div>
</section>
<section id="github" class="section">
<div class="section-heading">
<p class="eyebrow">OPEN SOURCE</p>
<h2>Building in public.</h2>
<p>
Recent activity and statistics from my public GitHub repositories.
</p>
</div>
<div class="github-stats" id="github-stats">
<article class="github-stat">
<span class="github-stat-number" id="github-repos">--</span>
<span class="github-stat-label">Public repositories</span>
</article>
<article class="github-stat">
<span class="github-stat-number" id="github-stars">--</span>
<span class="github-stat-label">Stars earned</span>
</article>
<article class="github-stat">
<span class="github-stat-number" id="github-forks">--</span>
<span class="github-stat-label">Forks</span>
</article>
<article class="github-stat">
<span class="github-stat-number" id="github-commits">--</span>
<span class="github-stat-label">Recent commits</span>
</article>
</div>
<div class="github-activity">
<div class="github-activity-header">
<h3>Latest activity</h3>
<a
href="https://github.com/Sim20004"
target="_blank"
rel="noopener noreferrer"
>
View GitHub profile ↗
</a>
</div>
<div id="github-activity-list" class="github-activity-list">
<p>Loading GitHub activity...</p>
</div>
</div>
</section>
<section id="client-work" class="section">
<div class="section-heading">
<p class="eyebrow">FREELANCE DEVELOPMENT</p>
<h2>Websites for real businesses.</h2>
<p>
Alongside my personal projects, I build websites for small local
businesses across the West Midlands.
</p>
</div>
<div class="client-grid">
<article class="client-card">
<div class="client-info">
<span class="project-label">WALSALL</span>
<h3>Alisha's Beauty Salon</h3>
<p>
An informational website for a local hair salon,
designed to present the business clearly and work across
desktop and mobile devices.
</p>
<div class="tech-tags">
<span>HTML</span>
<span>CSS</span>
<span>Responsive Design</span>
</div>
<a
class="project-link"
href="https://alishasbeautysalon.netlify.app"
target="_blank"
rel="noopener noreferrer"
>
Visit website
<span>↗</span>
</a>
</div>
<div class="site-preview">
<iframe
src="https://alishasbeautysalon.netlify.app"
title="Preview of Alisha's Beauty Salon website"
loading="lazy"
></iframe>
</div>
</article>
<article class="client-card">
<div class="client-info">
<span class="project-label">WOLVERHAMPTON</span>
<h3>Alisha Supermarket</h3>
<p>
A landing page for a Polish goods store, providing
customers with a simple and professional online presence.
</p>
<div class="tech-tags">
<span>HTML</span>
<span>CSS</span>
<span>Responsive Design</span>
</div>
<a
class="project-link"
href="https://alishasupermarket.netlify.app"
target="_blank"
rel="noopener noreferrer"
>
Visit website
<span>↗</span>
</a>
</div>
<div class="site-preview">
<iframe
src="https://alishasupermarket.netlify.app"
title="Preview of Alisha Supermarket website"
loading="lazy"
></iframe>
</div>
</article>
</div>
</section>
<section id="timeline" class="section">
<div class="section-heading">
<p class="eyebrow">MY JOURNEY</p>
<h2>Learning by building.</h2>
</div>
<div class="timeline">
<article class="timeline-item">
<span>MAR 2023</span>
<div>
<h3>FOSSil Chat begins</h3>
<p>
Started planning and prototyping FOSSil Chat.
</p>
</div>
</article>
<article class="timeline-item">
<span>JAN 2024</span>
<div>
<h3>TeapotLang specification</h3>
<p>
Created the initial specification for the Teapot
programming language.
</p>
</div>
</article>
<article class="timeline-item">
<span>FEB 2025</span>
<div>
<h3>Started learning Rust</h3>
<p>
Began exploring systems programming and Rust.
</p>
</div>
</article>
<article class="timeline-item">
<span>SEP 2025</span>
<div>
<h3>Teapot compiler</h3>
<p>
Began implementing the first components of the Teapot
compiler.
</p>
</div>
</article>
<article class="timeline-item">
<span>APR 2026</span>
<div>
<h3>FOSSil releases</h3>
<p>
Published early versions of FOSSil Chat and gathered
feedback.
</p>
</div>
</article>
<article class="timeline-item">
<span>JUN 2026</span>
<div>
<h3>Freelance development</h3>
<p>
Began building websites for local businesses in the
West Midlands.
</p>
</div>
</article>
<article class="timeline-item">
<span>AUG 2026</span>
<div>
<h3>TeapotOS</h3>
<p>
Started developing TeapotOS and exploring operating
system development.
</p>
</div>
</article>
</div>
</section>
<section id="contact" class="contact-section">
<div class="contact-card">
<p class="eyebrow">GET IN TOUCH</p>
<h2>
Have a project or opportunity?
</h2>
<p>
Whether you'd like to discuss a project, collaborate on software,
or simply get in touch, I'd be happy to hear from you.
</p>
<div class="contact-actions">
<a
href="mailto:me@simarpreetsingh.org"
class="button button-primary"
>
Email me
</a>
<a
href="files/Simarpreet_Singh_CV.pdf?v=6"
class="button button-secondary"
target="_blank"
rel="noopener noreferrer"
>
View CV
</a>
</div>
<p class="contact-email">
me@simarpreetsingh.org
</p>
</div>
</section>
</main>
<footer>
<p>
© 2026 Simarpreet Singh
</p>
<div>
<a
href="https://github.com/Sim20004"
target="_blank"
rel="noopener noreferrer"
>
GitHub
</a>
<a
href="https://codeberg.org/FOSSil"
target="_blank"
rel="noopener noreferrer"
>
Codeberg
</a>
<a href="mailto:me@simarpreetsingh.org">
Email
</a>
</div>
</footer>
</body>
</html>