-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsecurechainb.html
More file actions
344 lines (301 loc) · 10.9 KB
/
securechainb.html
File metadata and controls
344 lines (301 loc) · 10.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
<!DOCTYPE html>
<html lang="zxx" class="no-js">
<head>
<style>
article > * {
min-width: 0;
}
article > h1 {
font-family: Lucida Grande;
}
article > p {
--x-height-multiplier: 0.375;
--baseline-multiplier: 0.17;
font-family: Georgia,Cambria,"Times New Roman",Times,serif;
letter-spacing: .01rem;
font-weight: 400;
font-style: normal;
font-size: 21px;
line-height: 1.58;
letter-spacing: -.003em;
color: rgba(0,0,0,.84);
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}
article > .aside {
font-family: Lucida Grande;
margin: 30px 20px;
color: #666;
font-size: 0.8em;
}
img {
width: 100%;
}
.line-numbers a {
text-decoration: none;
color: #000;
padding-right: 1em;
}
code {
background: #eee;
padding: 2px 5px;
}
pre {
background: #eee;
padding: 10px 15px;
overflow: auto;
}
pre > code {
padding: 0;
}
figure {
margin: 0;
}
figure figcaption {
color: #666;
font-style: italic;
font-size: 0.8em;
}article {
display: grid;
/* I'm using 440px instead of 740px as it makes it easier to view it in the Scrimba simulator additive-symbols: */
grid-template-columns: 1fr 1fr 10px 440px 10px 1fr 1fr;
}
article > * {
grid-column: 4;
}
article > figure {
grid-column: 1 / -1;
margin: 20px 0;
}
article > .aside {
grid-column: 5 / -1;
}
article > blockquote {
grid-column: 3 / span 2;
margin: 0px 0;
color: #666;
border-left: 3px solid black;
padding-left: 10px;
}
/* General styling */
html, body {
margin: 0;
padding: 0;
line-height: 1.4;
}
</style>
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Favicon-->
<link rel="shortcut icon" href="img/fav.png">
<!-- Author Meta -->
<meta name="author" content="colorlib">
<!-- Meta Description -->
<meta name="description" content="">
<!-- Meta Keyword -->
<meta name="keywords" content="">
<!-- meta character set -->
<meta charset="UTF-8">
<!-- Site Title -->
<title>Portfolio</title>
<link href="https://fonts.googleapis.com/css?family=Poppins:100,200,400,300,500,600,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700,900" rel="stylesheet">
<!--
CSS
============================================= -->
<link rel="stylesheet" href="css/linearicons.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/nice-select.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!-- Start Header Area -->
<header id="header">
<div class="container main-menu">
<div class="row align-items-center d-flex">
<div id="logo">
<a href="index.html"><img src="img/logo.png" alt="" title="" /></a>
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li class=""><a class="active" href="index.html">Home</a></li>
<li><a href="index.html#aboutme">About</a></li>
<li><a href="index.html#work">Portfolio</a></li>
</ul>
</nav>
</div>
</div>
</header>
<!-- start banner Area -->
<section class="banner-area relative">
<div class="container">
<div class="row d-flex align-items-center justify-content-center">
<div class="about-content col-lg-12">
<h1 class="text-white">
SecureChain: Anti-Counterfeiting using Blockchain and Analytics
</h1>
<!-- <p class="link-nav">
<span class="box">
<a href="index.html">Home </a>
<a href="portfolio.html">Portfolio</a></p>
</span> -->
</div>
</div>
</div>
</section>
<!-- End banner Area -->
<!-- Start Work Area Area -->
<section class="work-area section-gap-top section-gap-bottom-90" id="work">
<div class="container">
<article>
<p> Data Privacy is an area I'm passionate about and hence this is a project dear to me.
I developed this along with my team for the Carlson School's Trends Marketplace 2020. Hope you like the walkthrough</p><br/>
<h2>Overview</h2>
<p>A Product Ownership Management System (POMS) designed to handle counterfeiting situations that enables product Tracking through entire supply chain lifecycle and customers can verify legitimacy of their purchase items.
<br/><br/>
Check out the prototype in action! <a href="https://qldb-securechain.herokuapp.com/"> Link</a>
</p>
<!-- <div>
<iframe style="height:700px; width:100%" src="CapOne.html"></iframe>
</div> -->
<figure><img src="img/securechain/header.PNG"></figure>
<h2>Counterfeiting</h2>
<p>Counterfeiting drains US$4.2 trillion from the global economy which is projected to put 5.4 million legitimate jobs at risk by 2022. Several fake drugs are produced by counterfeiter that kill more than 250,000 children a year. There is increasing trend of counterfeit incidents in the pharmaceutical industry globally and toot cause lies in network between a company and its suppliers i.e. Supply Chain.</p>
<figure><img src="img/securechain/supplychain.jpg"></figure>
<h2>Does Blockchain solve the problem?</h2>
<p><strong>Blockchain</strong>: Decentralized distributed ledger which is immutable
Solves Counterfeiting: Prove the possession of products without any authentication and a centralized authority including complete data integrity
Too convoluted, not scalable: Blockchain technology has not become accessible for development. Distributed Ledger => Poor Scalability</p>
<h2>Amazon QLDB</h2>
<p>
<br/>
<strong>Immutable and Transparent:</strong> The full history of your database can be accessed and you can query and analyze the history to see how your data has changed over time.
<br/><br/>
<strong>Verifiable:</strong> QLDB uses a cryptographic hash function (SHA-256) to generate a secure output file of data’s change history, which could help you validate the integrity of data changes.
<br/><br/>
<strong>Scalable:</strong> Amazon QLDB is highly scalable and can execute 2 – 3X as many transactions than ledgers in common blockchain frameworks.
<br/><br/>
<strong>Serverless:</strong> With QLDB, you don’t have to worry about provisioning capacity or configuring read and write limits.
<br/><br/>
<strong>Easy to Use:</strong> QLDB supports PartiQL - a SQL-compatible query language, and transactions are ACID compliant.
<br/><br/>
<strong>Highly Available:</strong> QLDB replicates multiple copies of data within an Availability Zone (AZ) and across 3 AZs in an AWS region, without any additional cost or setup.</p>
<figure><img src="img/securechain/qldb.PNG"></figure>
<h2>Our Solution</h2>
<figure><img src="img/securechain/sgif.gif"></figure>
<h2>Tracking everything in your supply chain. </h2>
<figure><img src="img/securechain/provenanc.PNG"></figure>
<h2>Counterfeiting Scenarios we can handle.. </h2>
<figure><img src="img/securechain/scenarios.jpg"></figure>
<figure><img src="img/securechain/counterfeit.PNG"></figure>
</article>
</div> -->
</div>
</section>
<!-- End Work Area Area -->
<!-- Start Contact Area -->
<section class="contact-area section-gap">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="contact-title">
<h2>Contact Me</h2>
<p>If you are looking at blank cassettes on the web, you may be very confused at the difference in price. You may see
some for as low as $.17 each.</p>
</div>
</div>
</div>
<div class="row mt-80">
<div class="col-lg-4 col-md-4">
<div class="contact-box">
<h4>+44 2365 654 8962</h4>
</div>
</div>
<div class="col-lg-4 col-md-4">
<div class="contact-box">
<h4>information@colorlib.com</h4>
</div>
</div>
<div class="col-lg-4 col-md-4">
<div class="contact-box">
<h4>kenedyjackson.me</h4>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12 text-center">
<a href="#" class="primary-btn mt-50" data-text="Hire Me">
<span>H</span>
<span>i</span>
<span>r</span>
<span>e</span>
<span> </span>
<span>M</span>
<span>e</span>
</a>
</div>
</div>
</div>
</section>
<!-- End Contact Area -->
<!-- start footer Area -->
<footer class="footer-area">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-12">
<div class="footer-top flex-column">
<div class="footer-logo">
<a href="#">
<img src="img/logo.png" alt="">
</a>
<h4>Follow Me</h4>
</div>
<div class="footer-social">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-dribbble"></i></a>
<a href="#"><i class="fa fa-behance"></i></a>
</div>
</div>
</div>
</div>
<div class="row footer-bottom justify-content-center">
<p class="col-lg-8 col-sm-12 footer-text">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></p>
</div>
</div>
</footer>
<!-- End footer Area -->
<!-- ####################### Start Scroll to Top Area ####################### -->
<div id="back-top">
<a title="Go to Top" href="#">
<i class="lnr lnr-arrow-up"></i>
</a>
</div>
<!-- ####################### End Scroll to Top Area ####################### -->
<script src="js/vendor/jquery-2.2.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBhOdIF3Y9382fqJYt5I_sswSrEw5eihAA"></script>
<script src="js/easing.min.js"></script>
<script src="js/hoverIntent.js"></script>
<script src="js/superfish.min.js"></script>
<script src="js/mn-accordion.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.nice-select.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/jquery.circlechart.js"></script>
<script src="js/mail-script.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>