-
Notifications
You must be signed in to change notification settings - Fork 1
/
websites.html
689 lines (646 loc) · 40.8 KB
/
websites.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Mohamed Firas Adil - Websites</title>
<meta name="description" content="Personal Portfolio Website by Mohamed Firas Adil, an astute Computer Science student with a zeal for learning." />
<meta name="keywords" content="Mohamed Firas Adil,Firas Adil,Mohamed Firas,Firas,Personal Portfolio,Portfolio,technology,software,cli,gui,websites,apps,python" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
<link rel="apple-touch-icon" sizes="180x180" href="images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png">
<link rel="manifest" href="images/favicon/site.webmanifest">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.js"></script>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<!-- Latest compiled and minified JavaScript -->
<script src="js/secondmain.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="js/popper.js"></script>
<script src="js/bstrap4.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/secondstyle.css">
</head>
<body onload="init();" style="background-color: #000000;">
<div id="backgrounddiv" style="position:fixed; top:0;left:0;z-index:-1;margin: 0; padding: 0; background-color:#000000;width:100vw;height:100vh;">
<canvas id="canvas" width="1280" height="720" style="display:block;margin:0 auto;"></canvas>
</div>
<div class="container" style="z-index:0;">
<div class="row">
<div class="col-sm-12" style="text-align: center;"><h1 style="font-size:xx-large;color:white;font-weight: bolder;margin-top: 30px;margin-bottom: 30px;"><a href="/index.html"><i class="fa fa-home" aria-hidden="true"></i></a> > WEBSITES</h1></div>
<div class="col-sm-10" id="cardmain">
<div id="cbee" class="carousel slide" data-ride="carousel" style="height:min(60vh,50vw);overflow:hidden;" data-interval="false">
<div class="carousel-inner">
<div class="carousel-item active" id="imgcarousel" style="background-image: url('/images/cbee/1.jpg');"></div>
<div class="carousel-item" id="imgcarousel" style="background-image: url('/images/cbee/2.jpg');"></div>
<div class="carousel-item" id="imgcarousel" style="background-image: url('/images/cbee/3.jpg');"></div>
<div class="carousel-item" id="imgcarousel" style="background-image: url('/images/cbee/4.jpg');"></div>
<div class="carousel-item" id="imgcarousel" style="background-image: url('/images/cbee/5.jpg');"></div>
<div class="carousel-item" id="imgcarousel" style="background-image: url('/images/cbee/6.jpg');"></div>
</div>
<a class="carousel-control-prev" href="#cbee" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#cbee" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="col-sm-12" style="margin-top:20px;font-size: large;">
<div class="col-sm-12">
<div class="col-sm-10">
<br>
<h1><b>CBee.ai</b> <a href="#cbee" style="color:blue;"><i class="fa fa-link" aria-hidden="true"></i></a></h1><br>
<p style="font-size: medium;">
CBee.ai is a webapp giving users access to Generative AI tools for Digital Marketers with features such as Text to Video, URL To Video, Google Drive video suggestions, video customisations and more, pioneering the field of automated portrait style social media video generation.
<br>
This webapp has been handed over and is currently being maintained by the CBee.ai team after its successful launch.
</p>
</div>
<div class="col-sm-2"><br>
<h1><b>Links</b></h1><br>
<a style="color:blue" target="_blank" href="https://cbee.ai">WEBSITE</a>
</div>
</div>
<div class="col-sm-12">
<div class="col-sm-6">
<br>
<h2><b>Features</b></h1>
<ul style="font-size: medium;">
<li>SEO Optimised</li>
<li>Generative AI used to generate videos</li>
<li>Highly customisable videos from the designs to the script</li>
</ul>
</div>
<div class="col-sm-6"><br>
<h2><b>Technologies</b></h1>
<ul style="font-size: medium;">
<li><u>Frontend:</u>React</li>
<li><u>Server, APIs:</u> Python FastAPI, GPT-3.5 API, Azure Cognitive Services, Azure Speech Services, AWS S3 API </li>
<li><u>Database: </u>MySQL</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-sm-10" id="cardmain">
<div id="traj" class="carousel slide" data-ride="carousel" style="height:min(60vh,50vw);overflow:hidden;" data-interval="false">
<div class="carousel-inner">
<div class="carousel-item active" id="imgcarousel" style="background-image: url('/images/traj/1.jpg');"></div>
<div class="carousel-item" id="imgcarousel" style="background-image: url('/images/traj/2.jpg');"></div>
</div>
<a class="carousel-control-prev" href="#traj" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#traj" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="col-sm-12" style="margin-top:20px;font-size: large;">
<div class="col-sm-12">
<div class="col-sm-12">
<br>
<h1><b>Employee Conversational Training Module</b> <a href="#traj" style="color:blue;"><i class="fa fa-link" aria-hidden="true"></i></a></h1><br>
<p style="font-size: medium;">
This module was built as an improvement to the existing training process for new employees. The module is a chatbot that guides the user through the training process through a hands on scenario conversation. It utilises the GPT-3.5 API to add highly sophisticated language processing and accurate scoring.
The module is built to be highly configurable, allowing the admin to add, edit and delete questions and answers as needed.<br>
</p>
</div>
</div>
<div class="col-sm-12">
<div class="col-sm-6">
<br>
<h2><b>Features</b></h1>
<ul style="font-size: medium;">
<li>Text to Speech</li>
<li>Conversational and friendly interface</li>
<li>Ability to add, edit and delete roleplays</li>
<li>Completely integrated with existing MCQ infrastructure allowing for ease of adoption</li>
</ul>
</div>
<div class="col-sm-6"><br>
<h2><b>Technologies</b></h1>
<ul style="font-size: medium;">
<li><u>Frontend:</u> HTML, CSS, JS</li>
<li><u>Server, APIs:</u> Python Flask, GPT-3.5 API </li>
<li><u>Database: </u>MySQL</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-sm-10" id="cardmain">
<div id="dm" class="carousel slide" data-ride="carousel" style="height:min(60vh,50vw);overflow:hidden;" data-interval="false">
<div class="carousel-inner">
<div class="carousel-item active" id="imgcarousel" style="background-image: url('/images/dm/1.jpg');"></div>
<div class="carousel-item" id="imgcarousel" style="background-image: url('/images/dm/2.jpg');"></div>
<div class="carousel-item" id="imgcarousel" style="background-image: url('/images/dm/3.jpg');"></div>
<div class="carousel-item" id="imgcarousel" style="background-image: url('/images/dm/4.jpg');"></div>
</div>
<a class="carousel-control-prev" href="#dm" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#dm" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="col-sm-12" style="margin-top:20px;font-size: large;">
<div class="col-sm-12">
<div class="col-sm-12">
<br>
<h1><b>Cleaning Supervision Module</b> <a href="#dm" style="color:blue;"><i class="fa fa-link" aria-hidden="true"></i></a></h1><br>
<p style="font-size: medium;">
<em>Site Link cannot be provided as it is a custom internal module</em><br>
This site was built for cleaning supervisors to use during their regular Cleaning contract with Dubai Municipality for various locations around Dubai. The site streamlines the process, giving supervisors an efficient way to record data and gives superiors an automated method to generate reports and oversee day to day operations easily.<br>
Fulfilling the need to digitise a manual system, reducing data entry work massively and saving the company precious time.
</p>
</div>
</div>
<div class="col-sm-12">
<div class="col-sm-6">
<br>
<h2><b>Features</b></h1>
<ul style="font-size: medium;">
<li>Checklist Management</li>
<li>Geotagging and timestamping checklist entries</li>
<li>Highly configurable settings that allow administrators to add, edit and delete users, roles and locations</li>
<li>Exporting the reports in excel in different necessary formats.</li>
</ul>
</div>
<div class="col-sm-6"><br>
<h2><b>Technologies</b></h1>
<ul style="font-size: medium;">
<li><u>Frontend:</u> HTML, CSS, JS</li>
<li><u>Server, API:</u> Python Flask </li>
<li><u>Database: </u>MySQL</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-sm-10" id="cardmain">
<div id="homepage" class="carousel slide" data-ride="carousel" style="height:min(60vh,50vw);overflow:hidden;" data-interval="false">
<div class="carousel-inner">
<div class="carousel-item active" id="imgcarousel" style="background-image: url('/images/homepage/1.jpg');"></div>
<div class="carousel-item" id="imgcarousel" style="background-image: url('/images/homepage/2.jpg');"></div>
<div class="carousel-item" id="imgcarousel" style="background-image: url('/images/homepage/3.jpg');"></div>
</div>
<a class="carousel-control-prev" href="#homepage" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#homepage" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="col-sm-12" style="margin-top:20px;font-size: large;">
<div class="col-sm-12">
<div class="col-sm-10">
<br>
<h1><b>Prime FM Company Website - A UAE Based Facilities Management Company</b> <a href="#homepage" style="color:blue;"><i class="fa fa-link" aria-hidden="true"></i></a></h1><br>
<p style="font-size: medium;">
This site was built for a new emerging FM company, the site quickly took first ranking in a google search for the terms "Prime FM UAE" and "Prime FM" due to excellent SEO optimisation. The site also
features an Admin panel where the site owner can add his own updates to the site.
</p>
</div>
<div class="col-sm-2"><br>
<h1><b>Links</b></h1><br>
<a style="color:blue" target="_blank" href="https://www.primefm-me.com">WEBSITE</a>
</div>
</div>
<div class="col-sm-12">
<div class="col-sm-6">
<br>
<h2><b>Features</b></h1>
<ul style="font-size: medium;">
<li>SEO Optimised</li>
<li>Google Captcha for forms</li>
<li>Admin Panel</li>
</ul>
</div>
<div class="col-sm-6"><br>
<h2><b>Technologies</b></h1>
<ul style="font-size: medium;">
<li><u>Frontend:</u> HTML, CSS, JS</li>
<li><u>Server, API:</u> Python Flask </li>
<li><u>Database: </u>MySQL</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-sm-10" id="cardmain">
<div id="solar" class="carousel slide" data-ride="carousel" style="height:min(60vh,50vw);overflow:hidden;" data-interval="false">
<div class="carousel-inner">
<div class="carousel-item active" id="imgcarousel" style="background-image: url('/images/solar/1.jpg');"></div>
<div class="carousel-item" id="imgcarousel" style="background-image: url('/images/solar/2.jpg');"></div>
<div class="carousel-item" id="imgcarousel" style="background-image: url('/images/solar/3.jpg');"></div>
</div>
<a class="carousel-control-prev" href="#solar" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#solar" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="col-sm-12" style="margin-top:20px;font-size: large;">
<div class="col-sm-12">
<div class="col-sm-12">
<br>
<h1><b>Solar Panel Maintenance Module</b> <a href="#solar" style="color:blue;"><i class="fa fa-link" aria-hidden="true"></i></a></h1><br>
<p style="font-size: medium;">
<em>Site Link cannot be provided as it is a custom internal module</em><br>
This site was built for maintenance employees to use during Solar panel maintence for villas. The company using this site received a contract from DEWA
for 100+ villas and is seeking more. The site streamlines the process, giving employees an efficient way to record data and gives supervisors a smooth
review process.<br>
Hence digitising a system that would traditionally be manually written and transferred to excel. Reducing data entry work massively and saving the company
precious time.
</p>
</div>
</div>
<div class="col-sm-12">
<div class="col-sm-6">
<br>
<h2><b>Features</b></h1>
<ul style="font-size: medium;">
<li>Simultaneous work order creation</li>
<li>Pick up where you left off in the form (autosaving)</li>
<li>Geotagging and timestamping images</li>
<li>Taking and recording client signature</li>
<li>Exporting the reports in excel, including images.</li>
<li>Manage different view, edit, create permissions for different account types (Supervisors, Employees, Clients).</li>
</ul>
</div>
<div class="col-sm-6"><br>
<h2><b>Technologies</b></h1>
<ul style="font-size: medium;">
<li><u>Frontend:</u> HTML, CSS, JS</li>
<li><u>Server, API:</u> Python Flask </li>
<li><u>Database: </u>MySQL</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-sm-10" id="cardmain">
<div id="building" class="carousel slide" data-ride="carousel" style="height:min(60vh,50vw);overflow:hidden;" data-interval="false">
<div class="carousel-inner">
<div class="carousel-item active" id="imgcarousel" style="background-image: url('/images/building/1.jpg');"></div>
<div class="carousel-item" id="imgcarousel" style="background-image: url('/images/building/4.jpg');"></div>
<div class="carousel-item" id="imgcarousel" style="background-image: url('/images/building/5.jpg');"></div>
<div class="carousel-item" id="imgcarousel" style="background-image: url('/images/building/2.jpg');"></div>
<div class="carousel-item" id="imgcarousel" style="background-image: url('/images/building/3.jpg');"></div>
</div>
<a class="carousel-control-prev" href="#building" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#building" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="col-sm-12" style="margin-top:20px;font-size: large;">
<div class="col-sm-12">
<div class="col-sm-12">
<br>
<h1><b>Building Checklist Module</b> <a href="#building" style="color:blue;"><i class="fa fa-link" aria-hidden="true"></i></a></h1><br>
<p style="font-size: medium;">
<em>Site Link cannot be provided as it is a custom internal module</em><br>
This site was built for maintenance employees to use during their daily checks on Building equipment in large buildings. It is currently in daily use
on the field. It elminates the need to carry around a printed notepad checklist, and enables the ability to instantly generate reports and check daily work status.
The data can also be filtered to build custom reports based on the need of the hour.<br>
The Daily checklists are highly customisable, forms, buildings, units and categories can be added and removed as simply as adding or deleting a row/column from the database.
</p>
</div>
</div>
<div class="col-sm-12">
<div class="col-sm-6">
<br>
<h2><b>Features</b></h1>
<ul style="font-size: medium;">
<li>Daily Checklist creation for various properties</li>
<li>Shows the list of units in the building per checklist</li>
<li>Allows admins to generate and export (to excel) reports as needed (with filters)</li>
<li>Option to view daily progress (Completed, ongoing, incomplete)</li>
<li>Can easily add, remove or edit forms, units and buldings as needed with no changes in the API and frontend code.</li>
<li>Manage different view, edit, create permissions for different account types (Supervisors, Employees).</li>
</ul>
</div>
<div class="col-sm-6"><br>
<h2><b>Technologies</b></h1>
<ul style="font-size: medium;">
<li><u>Frontend:</u> HTML, CSS, JS</li>
<li><u>Server, API:</u> Python Flask </li>
<li><u>Database: </u>MySQL</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-sm-10" id="cardmain">
<div id="ciiedpage" class="carousel slide" data-ride="carousel" style="height:min(60vh,50vw);overflow:hidden;" data-interval="false">
<div class="carousel-inner">
<div class="carousel-item active" id="imgcarousel" style="background-image: url('/images/ciiedpage/1.jpg');"></div>
<div class="carousel-item" id="imgcarousel" style="background-image: url('/images/ciiedpage/2.jpg');"></div>
<div class="carousel-item" id="imgcarousel" style="background-image: url('/images/ciiedpage/3.jpg');"></div>
</div>
<a class="carousel-control-prev" href="#ciiedpage" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#ciiedpage" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="col-sm-12" style="margin-top:20px;font-size: large;">
<div class="col-sm-12">
<div class="col-sm-10">
<br>
<h1><b>CIIED Website</b> <a href="#ciiedpage" style="color:blue;"><i class="fa fa-link" aria-hidden="true"></i></a></h1><br>
<p style="font-size: medium;">
CIIED is the Centre for Incubation, Innovation & Entrepreneurship, Dubai, for BITS Pilani, Dubai Campus. As CIIED's Web Developer I built the website,
and I maintain and update it's content. I have made adding events (the most frequently updated part of the site) into a simple task by automating it with a JSON file.
</p>
</div>
<div class="col-sm-2"><br>
<h1><b>Links</b></h1><br>
<a style="color:blue" target="_blank" href="https://ciied.netlify.app/">WEBSITE</a>
</div>
</div>
<div class="col-sm-12">
<div class="col-sm-6">
<br>
<h2><b>Features</b></h1>
<ul style="font-size: medium;">
<li>SEO Optimised</li>
<li>JSON Automation for quick and easy updation</li>
<li>Clean and simple Design</li>
</ul>
</div>
<div class="col-sm-6"><br>
<h2><b>Technologies</b></h1>
<ul style="font-size: medium;">
<li><u>Frontend:</u> HTML, CSS, JS</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-sm-10" id="cardmain">
<div id="emissions" class="carousel slide" data-ride="carousel" style="height:min(60vh,50vw);overflow:hidden;" data-interval="false">
<div class="carousel-inner">
<div class="carousel-item active" id="imgcarousel" style="background-image: url('/images/emissions/1.jpg');"></div>
<div class="carousel-item" id="imgcarousel" style="background-image: url('/images/emissions/2.jpg');"></div>
<div class="carousel-item" id="imgcarousel" style="background-image: url('/images/emissions/3.jpg');"></div>
</div>
<a class="carousel-control-prev" href="#emissions" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#emissions" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="col-sm-12" style="margin-top:20px;font-size: large;">
<div class="col-sm-12">
<div class="col-sm-10">
<br>
<h1><b>Emissions Tracker</b> <a href="#emissions" style="color:blue;"><i class="fa fa-link" aria-hidden="true"></i></a></h1><br>
<p style="font-size: medium;">
It is a Carbon Emissions Tracker, as global warming intensifies and the threat grows larger, this website serves as a great source of awareness, you can use it to keep track of your emissions, use the search bar to find a source of emissions and add it to your record. It may suprise users to know how large the emissions are even for simple tasks.
</p>
</div>
<div class="col-sm-2"><br>
<h1><b>Links</b></h1><br>
<a style="color:blue" target="_blank" href="https://emissiontracker.netlify.app/">WEBSITE</a>
<a style="color:blue" target="_blank" href="https://github.com/Fir121/Carbon-Footprint-Tracker">CODE</a>
</div>
</div>
</div>
</div>
<div class="col-sm-10" id="cardmain">
<div id="streamgrounds" class="carousel slide" data-ride="carousel" style="height:min(60vh,50vw);overflow:hidden;" data-interval="false">
<div class="carousel-inner">
<div class="carousel-item active" id="imgcarousel" style="background-image: url('/images/streamgrounds/1.jpg');"></div>
<div class="carousel-item" id="imgcarousel" style="background-image: url('/images/streamgrounds/2.jpg');"></div>
<div class="carousel-item" id="imgcarousel" style="background-image: url('/images/streamgrounds/3.jpg');"></div>
<div class="carousel-item" id="imgcarousel" style="background-image: url('/images/streamgrounds/4.jpg');"></div>
</div>
<a class="carousel-control-prev" href="#streamgrounds" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#streamgrounds" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="col-sm-12" style="margin-top:20px;font-size: large;">
<div class="col-sm-12">
<div class="col-sm-10">
<br>
<h1><b>StreamGrounds</b> <a href="#streamgrounds" style="color:blue;"><i class="fa fa-link" aria-hidden="true"></i></a></h1><br>
<p style="font-size: medium;">
At StreamGrounds users can download torrents and store them, so they can watch them from any device just like NETFLIX (but without content limitations ;).
<br><br>User accounts are linked to my service called TheGrounds with sign ups based on a referral system.
<br><br>Screenshots show a sample torrent of a public domain Charlie Chaplin movie torrent.
<br><br>Currently the website deletes movies after 14 days to save space since my home server (RPi 4) is limited.
<br><br>Part of <A style="color:blue" href="/other.html#thegrounds">TheGrounds</A>
</p>
</div>
<div class="col-sm-2"><br>
<h1><b>Links</b></h1><br>
<a style="color:blue" target="_blank" href="https://thegrounds.pythonanywhere.com/streamgrounds">WEBSITE</a>
</div>
</div>
<div class="col-sm-12">
<div class="col-sm-6">
<br>
<h2><b>Features</b></h1>
<ul style="font-size: medium;">
<li>Intuitive workflow</li>
<li>Downloads sharing between users to eliminate initial download time</li>
<li>Pick Up where you left off watching</li>
</ul>
</div>
<div class="col-sm-6"><br>
<h2><b>Technologies</b></h1>
<ul style="font-size: medium;">
<li><u>Frontend:</u> HTML, CSS, JS</li>
<li><u>Backend:</u> Python, Bash</li>
<li><u>Server and API:</u> Python Flask </li>
<li><u>Website Hosting and Storage:</u> A Raspberry Pi 4 running Ubuntu 20.04 LTS at my home, the website uses ngrok to interface with the WAN</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-sm-10" id="cardmain">
<div id="fairgrounds" class="carousel slide" data-ride="carousel" style="height:min(60vh,50vw);overflow:hidden;" data-interval="false">
<div class="carousel-inner">
<div class="carousel-item active" id="imgcarousel" style="background-image: url('/images/fairgrounds/1.jpg');"></div>
<div class="carousel-item" id="imgcarousel" style="background-image: url('/images/fairgrounds/2.jpg');"></div>
<div class="carousel-item" id="imgcarousel" style="background-image: url('/images/fairgrounds/3.jpg');"></div>
<div class="carousel-item" id="imgcarousel" style="background-image: url('/images/fairgrounds/4.jpg');"></div>
</div>
<a class="carousel-control-prev" href="#fairgrounds" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#fairgrounds" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="col-sm-12" style="margin-top:20px;font-size: large;">
<div class="col-sm-12">
<div class="col-sm-10">
<br>
<h1><b>FairGrounds</b> <a href="#fairgrounds" style="color:blue;"><i class="fa fa-link" aria-hidden="true"></i></a></h1><br>
<p style="font-size: medium;">
FairGrounds allows users to upload and share files with just a link. I built it based on the <A style="color:blue" target="_blank" href="https://wetransfer.com/">WeTransfer</A> concept, but WeTransfer deletes the files after a week or so, FairGrounds has no such limitation.
<br><Br>FairGrounds works amazingly fast for small to medium files, but due to server limitations big files may be slow.
<br><br>Part of <A style="color:blue" href="/other.html#thegrounds">TheGrounds</A>
</p>
</div>
<div class="col-sm-2"><br>
<h1><b>Links</b></h1><br>
<a style="color:blue" target="_blank" href="https://thegrounds.pythonanywhere.com/fairgrounds">WEBSITE</a>
</div>
</div>
<div class="col-sm-12">
<div class="col-sm-6">
<br>
<h2><b>Features</b></h1>
<ul style="font-size: medium;">
<li>Automatic emails can be sent for sharing</li>
<li>Links never expire</li>
<li>Can send any file types, to combined sizes as large as 10GB</li>
</ul>
</div>
<div class="col-sm-6"><br>
<h2><b>Technologies</b></h1>
<ul style="font-size: medium;">
<li><u>Frontend:</u> HTML, CSS, JS</li>
<li><u>Backend:</u> Python, Bash</li>
<li><u>Server and API:</u> Python Flask </li>
<li><u>Website Hosting and Storage:</u> A Raspberry Pi 4 running Ubuntu 20.04 LTS at my home, the website uses ngrok to interface with the WAN</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-sm-10" id="cardmain">
<div id="social" class="carousel slide" data-ride="carousel" style="height:min(60vh,50vw);overflow:hidden;" data-interval="false">
<div class="carousel-inner">
<div class="carousel-item active" id="imgcarousel" style="background-image: url('/images/social/1.jpg');"></div>
<div class="carousel-item" id="imgcarousel" style="background-image: url('/images/social/2.jpg');"></div>
<div class="carousel-item" id="imgcarousel" style="background-image: url('/images/social/3.jpg');"></div>
</div>
<a class="carousel-control-prev" href="#social" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#social" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="col-sm-12" style="margin-top:20px;font-size: large;">
<div class="col-sm-12">
<div class="col-sm-10">
<br>
<h1><b>Social</b> <a href="#social" style="color:blue;"><i class="fa fa-link" aria-hidden="true"></i></a></h1><br>
<p style="font-size: medium;">
Social is a fully functioning prototype for a truly Social, Social Network, basically a social Network where people can help their community.
</p>
</div>
<div class="col-sm-2"><br>
<h1><b>Links</b></h1><br>
<a style="color:blue" target="_blank" href="https://thesocialnetwork.netlify.app/#/">WEBSITE</a><br>
<a style="color:blue" target="_blank" href="https://github.com/Fir121/Social">CODE</a><br>
<a style="color:blue" target="_blank" href="https://medium.com/@f20210116/journey-to-social-a-truly-social-social-network-fb17e6452d7f">ARTICLE</a><br>
<a style="color:blue" target="_blank" href="https://youtu.be/E62ho-K_emY">VIDEO</a>
</div>
</div>
<div class="col-sm-12">
<div class="col-sm-6">
<br>
<h2><b>Features</b></h1>
<ul style="font-size: medium;">
<li>Sign Up, Log In</li>
<li>A working posts feed and comments section</li>
<li>Lists of volunteering opportunities and ability to “volunteer now”</li>
</ul>
</div>
<div class="col-sm-6"><br>
<h2><b>Technologies</b></h1>
<ul style="font-size: medium;">
<li><u>Frontend:</u> Flutter (Dart)</li>
<li><u>Backend:</u> Dart</li>
<li><u>API:</u> Python Flask </li>
<li><u>API testing:</u> Postman </li>
<li><u>Database:</u> MySQL </li>
<li><u>Website Hosting:</u> Netlify</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-sm-10" id="cardmain">
<div id="personal-portfolio" class="carousel slide" data-ride="carousel" style="height:min(60vh,50vw);overflow:hidden;" data-interval="false">
<div class="carousel-inner">
<div class="carousel-item active" id="imgcarousel" style="background-image: url('/images/pwebs/1.jpg');"></div>
</div>
</div>
<div class="col-sm-12" style="margin-top:20px;font-size: large;">
<div class="col-sm-12">
<div class="col-sm-10">
<br>
<h1><b>Personal Portfolio Website</b> <a href="#personal-portfolio" style="color:blue;"><i class="fa fa-link" aria-hidden="true"></i></a></h1><br>
<p style="font-size: medium;">
No better way to show what you've made by making something! So I built this serverless Personal Website for that purpose.
<br><br>
Additionally it was a fun learning experience.
</p>
</div>
<div class="col-sm-2"><br>
<h1><b>Links</b></h1><br>
<a style="color:blue" target="_blank" href="/index.html">WEBSITE</a><br>
<a style="color:blue" target="_blank" href="https://github.com/Fir121/personalwebsite">CODE</a>
</div>
</div>
<div class="col-sm-12">
<div class="col-sm-6"><br>
<h2><b>Technologies</b></h1>
<ul style="font-size: medium;">
<li><u>Frontend:</u> HTML, CSS, JS</li>
<li><u>Website Hosting:</u> Netlify</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-sm-12" style="text-align: center;margin-bottom:10vh;font-size: large;color:white;"><a href="/websites.html">WEBSITES</a> ◉ <a href="/cli.html">CLI</a> ◉ <a href="/apps.html">APPS</a> ◉ <a href="/gui.html">GUI</a> ◉ <a href="/other.html">OTHER</a></div>
</div>
</div>
</div>
</body>
<script>
</script>
</html>