This repository has been archived by the owner on Sep 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy patheducation.html
314 lines (294 loc) · 15.2 KB
/
education.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> -->
<meta name="description" content="">
<meta name="author" content="">
<title>Spartan Blockchain</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800'
rel='stylesheet' type='text/css'>
<!-- Custom styles for this template -->
<link href="css/clean-blog.css" rel="stylesheet">
</head>
<body onload="animateHTML().init();">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<a href="index.html">
<img src="img/sbs.png" style="height: 40px">
</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive"
aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<div class="dropdown">
<button class="dropbtn"><a href="index.html">Home</a></button>
<div class="dropdown-content" style="background-color: white">
<a class="page-scroll" href="index.html#who-are-we">Our Services</a>
<a class="page-scroll" href="index.html#our-pillars">Our Pillars</a>
<a class="page-scroll" href="index.html#project-proposals">Project Proposals</a>
</div>
</div>
</li>
<li class="nav-item">
<div class="dropdown">
<button class="dropbtn"><a href="consulting.html">About Us</a></button>
<div class="dropdown-content">
<a class="page-scroll" href="consulting.html#who-are-we">Who Are We?</a>
<a class="page-scroll" href="consulting.html#sbs-team">Our Team</a>
<a class="page-scroll" href="consulting.html#advisors">Our Advisors</a>
<a class="page-scroll" href="consulting.html#partners">Our Partners</a>
</div>
</div>
</li>
<li class="nav-item">
<div class="dropdown">
<button class="dropbtn"><a href="education.html">Education</a></button>
<div class="dropdown-content">
<a class="page-scroll" href="#what-is-blockchain">What is Blockchain?</a>
<a class="page-scroll" href="#our-workshops">Our Workshops</a>
<a class="page-scroll" href="#blockchain-foundations-and-applications">Blockchain:
Foundations and Applications</a>
</div>
</div>
</li>
<li class="nav-item">
<div class="dropdown">
<button class="dropbtn"><a href="events.html">Events</a></button>
<div class="dropdown-content">
<a class="page-scroll" href="events.html#meetup">Community Meetup</a>
<a class="page-scroll" href="events.html#case-competition">Pitch Competition</a>
<a class="page-scroll" href="events.html#upcoming-events">Other Events</a>
</div>
</div>
</li>
<li class="nav-item">
<div class="dropdown">
<button class="dropbtn"><a href="get-involved.html">Get Involved</a></button>
<div class="dropdown-content">
<a class="page-scroll" href="get-involved.html#open-positions">Open Positions</a>
<a class="page-scroll" href="get-involved.html#become-a-sponsor">Become a Sponsor</a>
<a class="page-scroll" href="get-involved.html#join-our-newsletter">Join Our Newsletter</a>
<a class="page-scroll" href="get-involved.html#contact-us">Contact Us</a>
</div>
</div>
</li>
</ul>
</div>
</div>
</nav>
<!-- Page Header -->
<header class="masthead hero-bkg-animated" style="background-image: url('img/cubes2.png')">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-10 mx-auto" style="left: 80px">
<div class="typewriter page-heading hidden">
<h2 style="text-align: right; font-size: 64px">BLOCKCHAIN EDUCATION</h1>
<hr class="style-two">
<h2 style="color: white; font-size: 20px; font-weight: 400; text-align: right; text-transform: uppercase">"An
investment in knowledge pays the best interest." - Benjamin Franklin</h2>
<div style="float: right; padding: 30px">
<a class="btn page-scroll" href="#what-is-blockchain" style="border-color: green; border-radius: 8px">Learn
More   ↓</a>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- Side navigation -->
<div class="sidenav" style="left: 20px; width: 12%">
<a class="page-scroll" style="color: rgb(182, 182, 182); padding: 10px 3px 0px 3px"><b>Education</b></a>
<hr>
<a class="page-scroll" href="#what-is-blockchain">What is Blockchain?</a>
<a class="page-scroll" href="#our-workshops">Our Workshops</a>
<a class="page-scroll" href="#blockchain-foundations-and-applications">Blockchain: Foundations and Applications</a>
</div>
<!-- Main Content -->
<header class="masthead" style="background-image: linear-gradient(to right,white,white,lightgray)">
<div class="container" style="padding-left: 12%">
<div class="row pb-5">
<div class="col-lg-12 col-lg-10 mx-auto">
<section id="what-is-blockchain">
<p></p>
</section>
<h3 class="team-header pb-3 pt-3 hidden" style="color: black">WHAT IS BLOCKCHAIN?</h3>
<hr width="15%" style="border-width: 7px">
<p class="hidden pt-3" style="text-align: center">
<iframe width="730" height="400" src="https://www.youtube.com/embed/SSo_EIwHSd4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</p>
<hr>
<h3 class="section-heading hidden">
BLOCKCHAIN:
</h3>
<p class="hidden" style="text-align: center">(<i>noun</i>)</p>
<p class="hidden">A digitized, decentralized ledger of transactions. A blockchain is constantly growing as
‘completed’ blocks
(the most recent transactions) are recorded and added to it in chronological order. It allows market
participants to keep track of transactions without centralized record-keeping strategies. Each node (a
computer connected to the network) gets a copy of the blockchain, which is continually downloaded
automatically.</p>
<h3 class="section-heading hidden">
CRYPTOCURRENCY:
</h3>
<p class="hidden" style="text-align: center">(<i>noun</i>)</p>
<p class="hidden">Any form of currency that only exists digitally, that usually has no central issuing or
regulating authority
but instead uses a decentralized blockchain-based system to record transactions and manage the issuance of
new units. Relies on cryptography to prevent counterfeiting and fraudulent transactions. The first
real-world
application of blockchain technology was Bitcoin.</p>
</div>
</div>
</div>
</header>
<header class="masthead" style="background-image: url('img/prism.png'); background-color: black">
<div class="overlay" style="background-image: linear-gradient(to right,rgba(0,0,0,0.25),rgba(75,75,75,0.2),rgba(175,175,175,0.12))"></div>
<div class="container" style="padding-left: 12%">
<div class="row pt-5 pb-5">
<div class="col-lg-12 col-lg-10 mx-auto">
<section id="our-workshops">
</section>
<h3 class="team-header pb-3 pt-3 hidden">OUR WORKSHOPS</h3>
<hr width="15%" style="border-width: 7px">
<p class="hidden" style="color: white">If you are interested in attending any one of the following workshops,
please check our <a style="color: white" href="events.html">events</a>
page to see our upcoming workshop dates and locations.</p>
<h5 class="hidden" style="color: white">Blockchain Essentials Workshop</h5>
<p class="hidden" style="color: white">Our Blockchain Essentials Workshop is designed for people of all
backgrounds. This two-hour
workshop gives a
crash-course on everything related to blockchain and cryptocurrencies, from the genesis of Bitcoin to the
innovations happening in the blockchain space right now.</p>
<h5 class="hidden" style="color: white">Hyperledger Composer Development Workshop</h5>
<p class="hidden" style="color: white">If you are interested in learning how to develop blockchain
applications and business
networks,
consider
attending one of our Hyperledger Composer Development Workshops. <a style="color: white" href="https://hyperledger.github.io/composer/v0.19/introduction/introduction">Hyperledger
Composer</a> is a set of tools developed by the Linux Foundation in collaboration with IBM for building
business blockchain networks, allowing business owners and developers to solve business problems simply and
efficiently.</p>
<h5 class="hidden" style="color: white">IBM Blockchain Essentials Online Course</h5>
<p class="hidden" style="color: white">This 3-hour online course developed by IBM will help you understand
blockchain technology
and how
it can
solve business problems. You will also learn the basics of developing applications with chaincode. Use this
<a style="color: white" href="https://cognitiveclass.ai/courses/blockchain-course/">link</a> to access the
course.</p>
<h5 class="hidden" style="color: white">IBM Blockchain Foundation Developer Online Course</h5>
<p class="hidden" style="color: white">In this 6-hour online course, you'll get a more detailed picture of
the components and
structures
of
blockchain business networks, such as ledgers, smart contracts, consensus, certificate authorities,
security,
roles, transaction processes, participants, and fabrics. This course is for developers who understand
object-oriented programming and can use the command line. It is highly recommended that you complete the
IBM
Blockchain Essentials Online Course before tackling this course. Use this <a style="color: white" href="https://cognitiveclass.ai/courses/ibm-blockchain-foundation-dev/">link</a>
to access the course.</p>
</div>
</div>
</div>
</header>
<div class="container" style="padding-left: 12%">
<div class="row mt-2">
<div class="col-lg-12 col-lg-10 mx-auto">
<section id="blockchain-foundations-and-applications">
</section>
<h2 class="section-heading hidden" style="font-size: 27px">
<b>MGT 491 SEC 002:</b> BLOCKCHAIN: FOUNDATIONS AND APPLICATIONS
</h2>
<div class="pic_row hidden">
<a target="_blank">
<div>
<p>MGT 491 Sec 002 is the first ever for-credit blockchain course offered at Michigan State University.
Blockchain: Foundations and Applications is taught by Neil Kane, Director of Undergraduate
Entrepreneurship at MSU and one of our faculty advisors. The comprehensive course covers both the
technology behind blockchain and the multiple opportunities for its application, giving students an
excellent foundation into understanding what blockchain is and how it may be applied. The course
features a series of lectures and interactive sessions taught by faculty from entrepreneurship, law,
computer science, economics, accounting and supply chain management, among others. The course is
currently offered during Fall semesters at Michigan State University.</p>
</div>
</a>
<a target="_blank" class="pic_item">
<div>
<img src="img/neil.jpg" style="border-radius: 20%; padding: 50px 40px 50px 40px; height: 350px" />
</div>
</a>
</div>
</div>
</div>
</div>
<hr>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-10 mx-auto hidden">
<ul class="list-inline text-center">
<li class="list-inline-item">
<a href="https://www.linkedin.com/company/spartan-blockchain-solutions/">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.instagram.com/spartanblockchainsolutions/">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-instagram fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.facebook.com/msublockchain/">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-facebook-f fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.github.com/spartanblockchain">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
<p class="copyright text-muted">Copyright © Spartan Blockchain 2019</p>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/clean-blog.min.js"></script>
<script src="js/page-scroll.js"></script>
<script src="js/jquery-easing.min.js"></script>
<script src="js/jquery.js"></script>
<script src="js/wow.js"></script>
<script src="js/scroll-animate.js"></script>
</body>
</html>