-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapps.html
More file actions
149 lines (131 loc) · 8.44 KB
/
apps.html
File metadata and controls
149 lines (131 loc) · 8.44 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Mohamed Firas Adil - Apps</title>
<meta name="robots" content="noindex, nofollow" />
<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/bootstrap@3.3.7/dist/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/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> > APPS</h1></div>
<div class="col-sm-10" id="cardmain">
<div id="pharmachain" 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/pharmachain/1.jpg');"></div>
<div class="carousel-item" id="imgcarousel" style="background-image: url('/images/pharmachain/2.jpg');"></div>
<div class="carousel-item" id="imgcarousel" style="background-image: url('/images/pharmachain/3.jpg');"></div>
</div>
<a class="carousel-control-prev" href="#pharmachain" 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="#pharmachain" 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>PharmaChain</b> <a href="#pharmachain" style="color:blue;"><i class="fa fa-link" aria-hidden="true"></i></a></h1><br>
<p style="font-size: medium;">
PharmaChain is a prototype of a mobile application that allows you to order medicines with full transparency, and reliability.
<br><Br>PharmaChain uses Blockchain technology to provide complete tracking and security over the entire process. It also keeps track of temperature and expiry conditions for pharmaceuticals and uses a smart contract to take action if needed.
<br><br>PharmaChain was a finalist at the Technocare E-Cell MUJ Hackathon.
</p>
</div>
<div class="col-sm-2"><br>
<h1><b>Links</b></h1><br>
<a style="color:blue" target="_blank" href="https://pharmachain.pythonanywhere.com/">WEBSITE</a><br>
<a style="color:blue" target="_blank" href="https://www.youtube.com/watch?v=TC9nzvURWAs">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>Blockchain based data storage for reliability in the supply chain</li>
<li>Fully functioning order cart, checkout system</li>
<li>Ability to add prescriptions and automate orders</li>
</ul>
</div>
<div class="col-sm-6"><br>
<h2><b>Technologies</b></h1>
<ul style="font-size: medium;">
<li><u>Frontend:</u> Flutter</li>
<li><u>Backend:</u> Dart</li>
<li><u>Blockchain:</u> Python</li>
<li><u>Server and API:</u> Python Flask </li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-sm-10" id="cardmain">
<div id="scooty" 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/scooty/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>Scooty</b> <a href="#scooty" style="color:blue;"><i class="fa fa-link" aria-hidden="true"></i></a></h1><br>
<p style="font-size: medium;">
Scooty was an app built to solve an RTA (Roads and Transport Authority) Dubai problem with e-scooters.
<br><br>The app promotes safe e-scooter driving, it can issue training and subsequently licenses.
<br><br>It allows users to gain points for their rides based on their safety score.
<br><Br>Additionally, the prototype has a working computer vision helmet detection system.
<br><br>Scooty won first place at the RTA Public Transport Hackathon 2022.
</p>
</div>
<div class="col-sm-2"><br>
<h1><b>Links</b></h1><br>
<a style="color:blue" target="_blank" href="https://drive.google.com/file/d/1h9Y0J2fnoCHTXmxT2g-JgtL-QE34j3eV/view?usp=sharing">SLIDES</a><br>
</div>
</div>
<div class="col-sm-12">
<div class="col-sm-12"><br>
<h2><b>Technologies</b></h1>
<ul style="font-size: medium;">
<li><u>Frontend:</u> Figma</li>
<li><u>Computer vision and Deployment:</u> Python, Ionic</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>