-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex2.html
More file actions
450 lines (394 loc) · 25.6 KB
/
Copy pathindex2.html
File metadata and controls
450 lines (394 loc) · 25.6 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
<!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="" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<title>Minority Programmers Association</title>
https://minorityprogrammers.github.io/
<!-- Bootstrap random comments im putting ya know core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<!-- Custom fonts for this template -->
<link href="https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i"
rel="stylesheet" />
<!-- Custom styles for this template -->
<!-- <link href="css/one-page-wonder.min.css" rel="stylesheet" /> -->
<link href="css/one-page-wonder.css" rel="stylesheet" />
<!-- Mailchimp Popup Code -->
<script id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/b9345d492057aa50ec2d193c2/2925c98f03665c602ce071b0c.js");</script>
<!-- END OF Mailchimp Popup Code -->
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark navbar-custom fixed-top">
<div class="container">
<a class="navbar-brand" href="index.html">
<!-- <img src="https://i.groupme.com/487x257.png.042f27bcebf14a5c816d34fe5887c324.large" class="container-shrink"/> -->Minority
Programmers Association</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive"
aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="about-us.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="our-work.html">Our Work</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="events.html">Events</a>
</li> -->
<li class="nav-item">
<a class="nav-link" href="join.html">Join</a>
</li>
<li class="nav-item">
<a class="nav-link" href="blm.html">BLM HACKATHON</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- END OF NAVIGATION -->
<!-- MPC With Circles -->
<header class="masthead text-center text-white">
<div class="masthead-content">
<div class="container">
<h1 class="masthead-heading mb-0">
Minority Programmers Association
</h1>
<h2 class="masthead-subheading mb-0">Code, Culture, Community.</h2>
<a href="about-us.html" class="btn btn-primary btn-xl rounded-pill mt-5 blue">Learn More</a>
</div>
</div>
<div class="bg-circle-1 bg-circle"></div>
<div class="bg-circle-2 bg-circle"></div>
<div class="bg-circle-3 bg-circle"></div>
<div class="bg-circle-4 bg-circle"></div>
</header>
<section><div class="container">
<div class="row align-items-center">
<div class="col-lg-12 order-lg-2">
<div class="p-5">
<h1 align="center">Latest Updates</h1>
<section>
<div class="container">
<div class="row align-items-center">
<div class="p-3">
<p>
We at the Minority Programmers are pleased to announce the successful conclusion of our <a href='http://blacklivesmatter.devpost.com/'>Black Lives Matter Hackathon</a>. We would like to extend our deepest thanks to everyone involved, including our participants, our organizers, our sponsors, and those who have shared or followed our journey on <a href=”https://twitter.com/minorityprogram”>social media</a>. Thank you for joining us!
We are pleased to <a href='https://youtu.be/ekCO5lE46WU'>announce our winners.</a> </p>
</div>
<div class="col-lg-6">
<div class="p-3">
<h3 align="center">PEOPLE'S CHOICE ($1000)</h3>
<h4 align="center"><a href='https://devpost.com/software/bema'>BEMA (Be My Ally)</a></h4>
<h3 align="center">GRAND PRIZE ($1800) </h3>
<h4 align="center"><a href='https://devpost.com/software/heard-helping-eliminate-all-racial-discrimination-app'>HEARD (Helping Eliminate All Racial Discrimination)</a></h4>
<h3 align="center">HONORABLE MENTIONS</h3>
<ul>
<li><a href='https://devpost.com/software/restar-t-a5b8gi'>Restar-t</a></li>
<li><a href='https://equalize2020.github.io/'>Equalize</a></li>
<li><a href='https://devpost.com/software/taymar-s-adventure'>Taymar's Adventure</a></li>
<li><a href='https://devpost.com/software/activistarmor'>ActivistArmor</a></li>
<li><a href='https://devpost.com/software/defenderr-iaj80l'>Defenderr</a></li>
<li><a href='https://devpost.com/software/website-educate-demonstrate-liberate'>Website: BeTheChange </a></li>
<li><a href='http://quarterway.online/'>Quarterway</a></li>
</ul>
</div>
</div>
<div class="col-lg-6">
<!--takes up 6 cols of row of 12-->
<div class="p-3">
<a href="https://devpost.com/software/heard-helping-eliminate-all-racial-discrimination-app"><img class="container-fluid"
src="https://se-infra-cdn-images.azureedge.net/documents/11/4ca99961-54bb-4565-780d-08d83556c62c/1500.png"
alt="Om Janshi wins the Black Lives Matter Hackathon with HEARD App" /></a>
</div>
</div>
<div class="col-lg-6">
<div class="p-3">
<a href="https://minorityprogrammers.org/CISEDiversity"><img class="container-fluid"
src="https://scontent-iad3-1.xx.fbcdn.net/v/t1.0-9/p960x960/87163282_852715348503125_1558486448800268288_o.png?_nc_cat=103&_nc_sid=85a577&_nc_ohc=fpfW4q-vWqYAX-j2Cgk&_nc_ht=scontent-iad3-1.xx&oh=97ff5666938dc02b8c0a5f99e9365002&oe=5F4A0B6C"
alt="CISE Student Diversity Council and Mentorship Program JMU" /></a>
</div>
</div>
<div class="col-lg-6">
<!--takes up 6 cols of row of 12-->
<div class="p-3">
<h2 align='center'>Increase diversity in JMU CISE</h2>
<p>
We are proud to announce the formation of the new JMU <a href='https://www.jmu.edu/cise/index.shtml'>College of Integrated Science and Engineering (CISE)</a> Student Diversity Council. Launching this fall, the CISE Student Diversity Council will work directly with the CISE Dean, <a href='https://www.jmu.edu/cise/people/deans-office/kolvoord-bob.shtml'>Dr. Bob Kolvoord</a>, to increase diversity and inclusion within the CISE programs - Biotechnology, Computer Science, Geographic Science, Engineering, Integrated Science and Technology, and Intelligence Analysis. Please join if you are interested in diversifying these fields!
</p>
<h2 align='center'>Serve as a CISE mentor</h2>
<p>
The CISE Dean & Student Diversity Council is also proud to announce the CISE Student Mentorship Program. We are currently looking for recent JMU graduates to <a href='https://forms.gle/JkVsoPCv377rtx9p8'>serve as a mentor</a> for <a href='https://forms.gle/HQziY5Q8YkJ7d6tWA'>a minority student</a> throughout their JMU college experience. Mentors will provide professional, educational, and emotional support - building a lifelong relationship with their mentee.
</p>
</div>
</div>
</div>
</div>
</section>
<section>
<!-- <div class="container"> -->
<div class="row align-items-center">
<div class="col-lg-6 order-lg-2">
<div class="">
<a href='https://blacklivesmatter.devpost.com/'><img class="container-fluid" src="https://se-infra-cdn-images.azureedge.net/documents/11/4dbb90ec-298d-49da-d1e6-08d8173d67c8/original.png"
alt="Minority Programmers Black Lives Matter Hackathon" /></a>
</div>
</div>
<div class="col-lg-6 order-lg-1">
<div class="">
<h3>Launching the first GLOBAL BLACK LIVES MATTER Hackathon! </h3>
<p>In an effort to encourage innovation during isolation and combat racial inequality + systemic injustices, the Minority Programmers is launching the <a href='https://blacklivesmatter.devpost.com/'>Black Lives Matter Hackathon</a> from July 13 - August 2 with over $1000+ in prizes. This is an amazing opportunity to get tech advice, develop a meaningful project, showcase your work to potential employers, and join the network of most diverse programmers. </p>
</div>
</div>
</div>
<!-- </div> -->
</section>
<section>
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<div class="iframe-container"><iframe height="320" width="400" src="https://www.youtube.com/embed/Y6oQA6Odu-g" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="col-lg-6">
<!--takes up 6 cols of row of 12-->
<div class="p-5">
<h2 align='center'>Blockchain/Cryptocurrency 101</h2>
<p>
On Tuesday, June 30th at 7PM EST, the Minority Programmers was proud to welcome Blockchain Engineer, Founder/President of <a href=”https://www.linkedin.com/company/blockchain-at-mason/”>Blockchain at Mason</a>, and Founder of <a href=”http://saincapital.substack.com/”>SainCapital</a>, <a href=”https://www.linkedin.com/in/shadman-hossain/”>Shadman Hossain</a>. He gave us an overview of blockchain, computer networks, double spending, proofs of work, implementation of blockchain, demand in workforce, evolution of money, cryptos+trading, wallets, certification, the developing world, and the Brave browser.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- DOUBLE VIDEO -->
<section>
<div class="row align-items-center">
<div class="col-lg-6">
<h2 align='center'>BLM Hackathon in the News</h2align='center'>
<div class="iframe-container"> <iframe height="320" width="400" src="https://www.youtube.com/embed/eFyV79Tkza4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="col-lg-6">
<!--takes up 6 cols of row of 12-->
<h2 align='center'>Resources for Hackathon</h2>
<div class="iframe-container"><iframe height="320" width="400" src="https://www.youtube.com/embed/o_Q-2bASYZk" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</section>
<!-- DOUBLE VIDEO END -->
<section>
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<div class="p-3">
<img height="330" width="100" class="container-fluid"
src="https://se-infra-cdn-images.azureedge.net/documents/11/b65da45d-0c78-4ffe-cf9c-08d818e6d8a4/1500.png"
alt="Teaching code in Augusta Correctional Center" />
</div>
</div>
<div class="col-lg-6">
<!--takes up 6 cols of row of 12-->
<div class="p-3">
<h2 align='center'>Want to Teach Inmates to Code?</h2>
<p>We are currently looking for instructors to teach programming courses to individuals at the <a href="http://www.prisonpro.com/content/augusta-correctional-center">Augusta Correctional Center</a> (Central Virginia, USA) in Spring 2021. If you are interested in going to the facility to teach, helping develop curriculum, or helping us secure funding please message minorityprogrammers(dot)gmail(dot)com.</p>
</div>
</div>
</div>
</div>
</section>
<!-- ADDING TWO COLUMNS INSIDE HEADER -->
<!-- <div class="container"> -->
<div class="row align-items-center">
<div class="col-lg-6">
<!--takes up 6 cols of row of 12-->
<!-- <div class="p-1"> -->
<h2>Minority Programmers JMU Joins Blockchain Education Network!</h2>
<p>The Minority Programmers @ JMU Officially joined the <a href=”https://blockchainedu.org/”>Blockchain Education Network</a> (BEN), the largest and longest running network of students, alumni, professors, teachers, professionals, and community leaders excited about blockchain across the world. MPA JMU realizes the utility blockchain has for preserving data integrity, security, privacy, inclusion, and decentralization MPA JMU is excited to have access to the immense resources BEN has to offer to programmers across the world. </p>
<!-- </div> -->
</div>
<div class="col-lg-6">
<!-- <div class="p-1"> -->
<a href='https://blockchainedu.org/clubs'>
<img class="container-fluid"
src="https://blockchainedu.org/static/media/ben-universities.5be985fb.png"
alt="MinorityProgrammers Officially joins Blockchain Education Network, MIT BItcoin Club, Cryptocurrency"/>
</a>
<!-- </div> -->
</div>
<!-- </div> -->
<!-- <p>The Minority Programmers @ JMU Officially joined the <a href=”https://blockchainedu.org/”>Blockchain Education Network</a> (BEN), the largest and longest running network of students, alumni, professors, teachers, professionals, and community leaders excited about blockchain across the world. MPA JMU realizes the utility blockchain has for preserving data integrity, security, privacy, inclusion, and decentralization MPA JMU is excited to have access to the immense resources BEN has to offer to programmers across the world. </p> -->
</div>
</div> </div> </div> </section>
<section>
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<div class="p-5">
<h2 align='center'>JMU Tech Startup Webinar + Q&A</h2align='center'>
<div class="iframe-container"> <iframe height="320" width="400" src="https://www.youtube.com/embed/RI3WxJGz44c" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
<div class="col-lg-6">
<!--takes up 6 cols of row of 12-->
<div class="p-5">
<h2 align='center'>MPA/CDC: Software Security Principles</h2>
<div class="iframe-container"><iframe height="320" width="400" src="https://www.youtube.com/embed/QJBh9qtoN7E" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<!--takes up 6 cols of row of 12-->
<div class="p-5">
<h2>Last Mile: Learning Code in Prison</h2>
<p>We had the Director of Programs at <a href="https://thelastmile.org/">The Last Mile</a>, Sydney Heller, talk to us about the wonderful work his organization does teaching incarcerated individuals to code in prison. Originally started in the oldest prison in California, San Quentin, the Last Mile program teaches software engineering principles earning inmates competitive wages in men’s, women’s, and youth correctional facilities. Sydney gave an overview of his program and how we can help expand this. We are honored to have such a wonderful organization share their steps to success, especially in such times where there are not many successful outlets to tackle the injustices we are increasingly becoming aware of.
</p>
</div>
</div>
<div class="col-lg-6">
<div class="p-5">
<img class="container-fluid"
src="https://se-infra-cdn-images.azureedge.net/documents/11/0f20bd5b-2e93-49b6-77c7-08d808272306/1500.png"
alt="Learning Code in Prison: The Last Mile Webinar Ad" />
</div>
</div>
</div>
</div>
</section>
<section>
<section>
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<div class="p-5">
<div class="iframe-container"> <iframe height="320" width="400" src="https://www.youtube.com/embed/A8TPYXAGReI" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
<div class="col-lg-6">
<!--takes up 6 cols of row of 12-->
<div class="p-5">
<h2>MinorityProgrammers: COVID-19 Hackathon Results</h2>
<p>In a race to end in COVID-19 in its track the world is coming together to tackle the disease from all facets. We decided especially, in tough economic times, to inspire people to use STEM to join the fight, by awarding $1000 prize on a 3-weeklong challenge. <a href="https://youtu.be/A8TPYXAGReI">See the results of the competition here!</a>
</p>
</div>
</div>
</div>
</div>
</section>
<h1 align="center">Our Principles</h1>
<section>
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 order-lg-2">
<div class="p-5">
<img class="container-fluid" src="https://se-infra-cdn-images.azureedge.net/documents/11/8b8a2f40-542c-4b24-97e8-08d80308f4c9/1500.png"
alt="Kush Gupta JMU CS Department The Breeze" />
</div>
</div>
<div class="col-lg-6 order-lg-1">
<div class="p-5">
<h3 class="">
Software solutions for underprivileged communities made by minorities
</h3>
<p>
The STEM field is the easiest way for underprivileged communities to attain upward mobility. At the same time, the power of technology has the ability to facilitate change in those same communities in order to stop systemic injustices.
</p>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<!--takes up 6 cols of row of 12-->
<div class="p-5">
<img class="container-fluid" src="https://se-infra-cdn-images.azureedge.net/documents/11/8fd65cf2-19d8-430a-88b6-08d80308f4c0/1500.png" alt="Older Proffesional Workshop" />
</div>
</div>
<div class="col-lg-6">
<div class="p-5">
<h3 align='center' class="">
Building a network of computing professionals
</h3>
<p>
Minority Programmers is a international coalition of skilled computing professionals, students, hobbyists, and advocates looking to mentor and develop others in the field.
</p>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 order-lg-2">
<div class="p-5">
<!-- <img class="img-responsive" -->
<img class="container-fluid"
src="https://se-infra-cdn-images.azureedge.net/documents/11/7adffd42-8f09-4973-97e7-08d80308f4c9/1500.jpg"
alt="Abele Maddie CS Photo" />
</div>
</div>
<div class="col-lg-6 order-lg-1">
<div class="p-5">
<h3 class="">
Bringing STEM to underrepresented populations
</h3>
<p>
MPA does outreach to local communities based on its chapter model to both educate and provide resources in
STEM. We also come from developing nations and we in the works of bringing STEM education into our homelands of India, Bangladesh, Ethiopia, China, etc.
</p>
</div>
</div>
</div>
</div>
</section>
<footer class="py-5 bg-white">
<div class="container">
<!-- <div class="container">
<p class="m-0 text-center text-black small">
Copyright © Minority Programmers Association 2020
</p> </div> -->
<table align="center">
<tr><p class="m-0 text-center text-black small">
Copyright © Minority Programmers Association 2020
</p></tr>
<tr width="24">
<td width="24"></td></tr>
<tr>
<td> <a href="https://www.facebook.com/MinorityProgrammers"><img src="https://cdn1.iconfinder.com/data/icons/logotypes/32/square-facebook-512.png" alt="Facebook icon" width="30" height="30"/> </a></td>
<td> <a href="https://www.instagram.com/minorityprogrammers/"><img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fcdn4.iconfinder.com%2Fdata%2Ficons%2Fsocial-messaging-ui-color-shapes-2-free%2F128%2Fsocial-instagram-new-square1-512.png&f=1&nofb=1" alt="Instagram icon" width="30" height="30"/> </a></td>
<td> <a href="https://twitter.com/minorityprogram"><img src="data:image/png;base64,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" alt="Twitter icon" width="30" height="30"/> </a></td>
<td> <a href="https://linkedin.com/company/minority-programmers/"><img src="https://cdn4.iconfinder.com/data/icons/social-messaging-ui-color-shapes-2-free/128/social-linkedin-square2-512.png" alt="Linkedin icon" width="30" height="30"/> </a></td>
<td> <a href="https://www.reddit.com/r/MinorityProgrammers"><img src="https://cdn2.iconfinder.com/data/icons/2018-social-media-app-logos/1000/2018_social_media_popular_app_logo_reddit-512.png" alt="Reddit icon" width="30" height="30"/> </a></td>
<td> <a href="https://github.com/MinorityProgrammers/"><img src="https://image.flaticon.com/icons/svg/38/38401.svg" alt="GitHub logo" width="30" height="30"/> </a></td>
<td> <a href="https://www.youtube.com/channel/UCyW7g2wCxHrKhlgdkBkFFVw"><img src="https://i1.wp.com/www.vectorico.com/wp-content/uploads/2018/02/youtube-red-square.png?fit=1000%2C1000" alt="YouTube icon" width="30" height="30"/> </a></td>
</tr>
</table>
</div>
<!-- /.container -->
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>