-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathblm.html
More file actions
532 lines (473 loc) · 28.3 KB
/
Copy pathblm.html
File metadata and controls
532 lines (473 loc) · 28.3 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
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
<!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>
<!-- 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" />
</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="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="mastheadblm text-center text-white">
<div class="masthead-content">
<div class="container">
<h1 class="masthead-heading mb-0">
Black Lives Matter Hackathon
</h1>
<h2 class="masthead-subheading mb-0">Join the fight to stop racial inequality and systemic injustices.</h2>
<a href="https://blacklivesmatter.devpost.com/" class="btn btn-secondary btn-xl rounded-pill mt-5 blue">Start Now</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-3">
<br></br>
<h1 align="center" class="">
Who are the Minority Programmers?
</h1> <p>
We are an international network of diverse professionals, educators, students, and hobbyists that unify together to combat humanitarian problems through software solutions with a project based approach to learning.
</p>
<h1 align="center">Why Are We Sponsoring the <a href="https://blacklivesmatter.devpost.com/">Black Lives Matter Hackathon</a>?
</h1> <p>
As people who are minorities in the tech space, we feel personally responsible to not only educate our fellow minorities but to develop solutions that bring justice to all people. Additionally, the Minority Programmers has many founders and members that have first hand experiences in the criminal justice system. Programming has been essential in their struggle to break their cycle of incarceration and empower those who are/were in similar situations. We want to provide a platform and motivate other programmers to channel their fear, isolation, and frustration in a productive manner as well as work with people from all races/ethnicities to begin healing through technology.
</p>
<h1 align="center" class="">
Announcing Black Lives Matter Hackathon Winners
</h1>
<section>
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 order-lg-1">
<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>
<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>
<a href=”https://blacklivesmatter.devpost.com/submissions”>Learn more about our participants here</a>
</p>
</div>
</div>
<div class="col-lg-6 order-lg-2">
<div class="p-3">
<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" />
</div>
</div>
</div>
</div>
</div>
<p>
Thank you again for all your support. We hope this event inspires others to be more aware of the issues in their communities and take action, in addition to providing opportunities for people to make new connections across the globe.
</p>
</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-3">
<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" />
</div>
</div>
<div class="col-lg-6 order-lg-1">
<div class="p-3">
<h3>Premise</h3>
<p>In a race to tackle systemic injustice in its track, we decided, in these tough economic times, to inspire people to use STEM to join the fight along with a $1000+ prize.</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-3">
<h3>Benefits of BLM Hackathon</h3>
<p>
<li>Channels Frustration into Innovation</li>
<li> Bring Coders Together From All Backgrounds</li>
<li>Opens Avenues to Discuss Injustice</li>
<li>Long Enough to Develop Impactful Solution</li>
<li>Promoting Interdisciplinary Learning: Bringing Tech into Social Space</li>
<li>Allows Public to Motivate Coders to Develop Existing Ideas</li>
<li>Networking Opportunity</li>
<li>STEM Education</li>
<li>Technical Support for Aspiring Programmers</li>
<li>A Way to Collaborate During Pandemic</li>
<li>A Constructive Way to Protest</li>
<li>Opportunity for Students to Win Money</li>
<li>Building Resume with Relevant Projects</li>
<li>Recruitment Opportunity for Employers
</li>
</p>
</div>
</div>
<div class="col-lg-6 order-lg-1">
<div class="p-3">
<img class="container-fluid" src="https://www.ppaoregon.org/media/uploads/blog/blmblm.jpg"
alt="BLM" />
</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-3">
<h4>Challenge</h4>
<p>
You have 21 days (Monday July 13, 11:00AM EST - Sunday August 2, 11:59PM EST) for your team (1-5 people) to develop a coding solution to help mitigate systemic injustices.
*You can join the challenge anytime before the submission deadline.
</p>
<h4>Your Task</h4>
<p>
Develop a software solution (as a <a href='https://www.scruminc.com/potentially-shippable-product/'>shippable product</a>) that addresses one or more of the following problems that have arisen as a result of prolonged systemic injustices.
</p>
</div>
</div>
<div class="col-lg-6">
<div class="p-3">
<img class="container-fluid" src="https://d279m997dpfwgl.cloudfront.net/wp/2020/06/GettyImages-1221138690-1000x667.jpg" alt="Black Lives Matter Street Protest" />
</div>
</div>
</div>
</div>
</section>
<!-- MORE DETAILS -->
<section><div class="container">
<div class="row align-items-center">
<div class="col-lg-12 order-lg-2">
<div class="p-3">
<h1 align="center" class="">
Competition Guidelines
</h1>
<h3>Team Guidelines</h3><p>
The more people consider for a team, the more the prize split. Your team can be up to 1-5 people. All members must register for the competition, and also specify their team name with fellow team members’ github usernames. If you do not have teammates, you can find other members on our Discord server.
</p>
<!-- 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"> -->
<h3>Rubric</h3>
<img class="container-fluid" src='https://se-infra-cdn-images.azureedge.net/documents/11/be0eb08a-9461-4147-d1e7-08d8173d67c8/original.png'/>
<!-- </div> -->
</div>
<div class="col-lg-6">
<!-- <div class="p-1"> -->
<h3>Submission Guidelines</h3>
<p>All files must be submitted as a link by Sunday August 2, 11:59 PM EST
<li><b>Link to Demo video</b> (hosted on YouTube or Vimeo). Your video should be around 5 minutes long and include a demo of your working application. </li>
<li>
<b>Repository access</b> to your working application for judging and testing. Include a link to your repo hosting the code and all deployment files and testing instructions needed for testing your project in a <a href='https://www.makeareadme.com/'>README.md</a> file. (Repositories may be public or private — if your repository is private, share access with testing@devpost.com AND minorityprogrammers@gmail.com.
</li>
<li><b>Submission form on Devpost</b> before the deadline, August 2nd at 11:59PM EDT.</li>
</p>
<!-- </div> -->
</div>
</div>
<h1 align="center">Summary Of Problem
</h1>
<h3>Background of Systemic Injustices in America</h3>
<p>
<a href='https://blacklivesmatter.com/'>Black Lives Matter</a> is a decentralized movement started in 2013 after the killing of unarmed 17 year Trayvon Martin. The BLM movement uses non-violent civil disobedience to protest police brutality. This 7 year movement, along with the culmination of countless deaths, has resulted in a broader discussion of criminal justice reform and racial equality in the world.
</p>
<p>
This sentiment seen in the protests everyday for the past month is <a href='https://www.nationalgeographic.org/interactive/slavery-united-states/'>hundreds of years in the making</a>.
<li>African slaves were first brought to America by the Spanish and Portugese settlers in 1501.</li>
<li>In 1641, slavery was legalized in the state of Massachussets. Slaves would be shipped from Africa and sold to white slave owners, who forced slaves to work for them.
</li>
<li>In 1865, slavery was officially abolished. However, the last state to abolish slavery, Mississipi, failed to do so until 1995.
</li>
<li>During Reconstruction in the South, local sheriffs became akin to the early slave patrols, enforcing segregation and the disenfranchisement of freed slaves.
</li>
<li>Jim Crow Laws and Black Codes severely limited the rights of Black citizens. In 1896, the Supreme Court ruled segregation constitutional.
</li>
<li>Discrimination and segregation were legal until 1964, when the Civil Rights Act was passed.
</li>
<li>Despite the Civil Rights Act, Black Americans still face brutality and unequal conditions today.
<ul>
<li>Black Americans suffer a higher rate of fatal police shootings than any other ethnicity at 30 shootings for every one million Black Americans.
</li>
<li>Black households have 1/10 The median net worth of white households
</li>
<li>Black Americans are living in poverty at twice the rate of their white counterparts
</li>
<li>Black Americans constitute a higher percentage of COVID-19 Deaths
</li>
<li>Black Americans are incarcerated in state prisons at 5.1 times the rate of their white counterparts
</li>
</ul>
</li>
Although we cannot begin to quantify these grievances, we have broken these issues into common topics:
<!-- NEED TO HYPER LINK FACTS LATER -->
</p>
</div>
</div>
</div> </div> </div> </div> </section>
<!-- COLUMNS FOR DETAILS OF STUFF -->
<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-3">
<h3>Police Accountability</h3>
<p>
<li><a href=''>Police Brutality/Excessive Force</a></li>
<li><a href=''>Discrimination and Profiling</a></li>
<li><a href=''>Stop & Frisk, Unlawful Searches</a></li>
</p>
<h3>Criminal Justice</h3>
<p>
<li><a>Wrongful Convictions</a></li>
<li><a></a>Diversifying Judges/Prosecutors</li>
<li><a>Drug War</a></li>
<li><a>Fines and Fees</a></li>
<li>Bail</li>
</p>
<h3>Internal Biases</h3>
<p>
<li>Assessing Existing Biases</li>
<li>Eliminating workplace discrimination</li>
<li>Outlets to unlearn biases</li>
</p>
<h3>Global Impacts</h3>
<p>
<li>Africa-Centric Businesses</li>
<li>Political Change</li>
<li>Supporting Global Communities</li>
</div>
</div>
<div class="col-lg-6">
<div class="p-3">
<h3>Racial Inequality</h3>
<p>
<li>Supporting Minority Businesses/Access to Capital</li>
<li>Affordable Housing/Gentrification</li>
<li>Food Security</li>
<li>Access to Education</li>
</p>
<h3>Mass Incarceration</h3>
<p>
<li>In Prison Education Programs</li>
<li>Rehabilitative Programs</li>
<li>Youth Population</li>
</p>
<h3>Felon Population</h3>
<p>
<li><a href=''>Integration into the Workforce</a></li>
<li><a href=''>Ban the Box</a></li>
<li>Assistance for Released Inmates</li>
</p>
<h3>Policy Reform</h3>
<p>
<li><a href='https://en.wikipedia.org/wiki/Three-strikes_law'>Three Strikes Policy</a></li>
<li><a href='https://famm.org/our-work/sentencing-reform/sentencing-101/'>Mandatory Minimums</a></li>
</p>
</div>
</div>
</div>
</div>
</section>
<!-- ideas and resourcs and rest add later -->
<section><div class="container">
<div class="row align-items-center">
<div class="col-lg-12 order-lg-2">
<div class="p-3">
<h1 align="center" class="">
Ideas and Resources
</h1>
<h2>Examples of Potential Solutions
</h2>
<p>
An application that...
<li>Allows you to easily look police by badge number and precinct
</li>
<li>Speeds up appeal process
</li>
<li>Automatically files for restoration of rights after certain time inmate is released
</li>
<li>Calculates mandatory minimums
</li>
<li>Maps all the remaining monuments, with pictures and dimensions
</li>
<li>Detects whether application has the “box” (Have you been convicted of a felony)
</li>
<li>An app that calculates diversity scores of institutions based on the make up of key members in power
</li>
<li>An app that calculates the likelihood you will get incarcerated by demographics
</li>
<li>A website that breaks stereotypes by showing personal stories of individuals who defy these stereotypes
</li>
<li>A map of minority owned businesses
</li>
<li>An app that breaks down funding of community programs, lets you look at police budget and reassign those funds
</li>
<h2>Existing Solutions/Tools
</h2>
<h3>Police Accountability</h3>
<p>
<li><a href="https://raheem.ai/en/">Raheem</a></li>
<li><a href="https://openpolice.org/">OpenPolice</a></li>
<li><a href="https://gawker.com/5853524/occupy-wall-street-spawns-new-im-getting-arrested-app">I’m Getting Arrested</a></li>
<li><a href="https://www.aclu.org/issues/criminal-law-reform/reforming-police/aclu-apps-record-police-conduct?redirect=mobile-justice">ACLU Mobile Justice</a></li>
<li><a href="https://safespaceapp.com/">Safe Space App</a></li>
<li><a href="http://oh-crap-app.com/download/">Oh Crap App</a></li>
<li><a href="https://www.nyclu.org/en/stop-and-frisk-watch-app">ACLU Stop and Frisk Watch App</a></li>
</p>
<h3>Internal Biases</h3>
<p>
<li><a href="https://implicit.harvard.edu/implicit/selectatest.html">Project Implicit</a></li>
</p>
<h2>Suggestions from MPA Community</h2>
<p>On our <a href="https://discord.gg/bBe9VVw">discord server</a> we will be continuously contributing new ideas, feedback, and help to anyone that wants to learn and create!</p>
<h1 align="center">Announcing Prize</h1>
<h2>When</h2>
<p> The prize will be announced on our <a href="https://www.youtube.com/channel/UCyW7g2wCxHrKhlgdkBkFFVw">YouTube stream</a>, 7 days after the submission deadline: Sunday, August 9th 1PM EST
</p>
<h2>How Prize Will Be Awarded</h2>
<p>If you have multiple people in your team, the total grand prize will be divided evenly amongst all winning team members.
If you are not in the United States please indicate so we can give prize according to standards of your country.
</p>
<h2>Claiming Your Prize</h2>
<p>
Check the <a href="https://www.youtube.com/channel/UCyW7g2wCxHrKhlgdkBkFFVw">YouTube</a> video live stream to see the results. You will then be contacted by MPA executive members with ways to claim your certificate and prize money. Also awards and other accolades will be given to noteworthy participants.
</p>
<h1 align="center">How You Can Help Without Competing</h1>
<h2>Co-Sponsor Prize</h2>
<p>
The bigger the prize, the bigger the teams, and the more complex the solution. We at MPA would love to partner with organizations aiming to reduce harm by channeling the talents of coder’s across the world through situational learning.
<li>Appear as ally for minorities and patron of innovation during time of crisis</li>
<li>The more money the more professional hackathees will come to forefront and make more effective solutions </li>
<li>Opportunity to invest in startup technology from competition</li>
<li>Ability to recruit talented workers into your organization</li>
<li>Continued partnership with MPA</li>
On <a href='https://blacklivesmatter.devpost.com/'>Devpost</a>
<li>You can sponsor particular prize with certain stipulations for contestants to opt into. For ex; Police Accountability Prize: $5000
</li>
</p>
<h2>Study This Hackathon</h2>
<p>
We at the Minority Programmers Association prioritize STEM education, believing that it is the key to upward mobility in the 21st century. We believe in the efficacy of project-based learning, group-learning, interdisciplinary teamwork, where the students use their passion as their primary motivation. If you are a data scientist, professor, or a student interested in collecting data regarding how the principles impact the software development process, <a href='mailto:minorityprogrammers@gmail.com'>contact</a> Jack V, Education Specialist. We believe this particular Hackathon is interesting as it faces the challenge of both remote work and individual social distancing of the team.
</p>
<h2>Become A Resource</h2>
<p>We need live TAs that can host sessions on Zoom/<a href='https://discord.gg/bBe9VVw'>Discord</a>/ to facilitate questions that participants may have. We believe that competition should also create an ability to teach others different technologies and we hope to build a rich live community of online resources from across the world.</p>
<h2>Share With Community</h2>
<p>
If you are not competing you can also help through many means including.
<li>Donate to the <a href='https://gofundme.com/f/black-lives-matter-hackathon'>BLM Hackathon GoFundMe</a> to contribute to larger prizes for contestants</li>
<li><a href="https://se-infra-cdn-images.azureedge.net/documents/11/3774f224-3e57-41d1-e623-08d8190f3c32/original.png">Sharing this hackathon flyer on social media</a></li>
<li><a href="https://discord.gg/bBe9VVw">Providing feedback in our discord throughout</a></li>
<li><a href="https://minorityprogrammers.org/">Helping the Minority Programmers to organize this event</a></li>
<li>Contacting National/Local Media</li>
<li>Share on <a href='https://www.reddit.com/r/MinorityProgrammers'>reddit</a></li>
<li>Join the event on <a href='https://www.linkedin.com/events/blacklivesmatterhackathon-1000-prize/'>LinkedIn</a>and <a href='https://blacklivesmatter.devpost.com/'>Devpost</a></li>
</p>
<h2>Join MPA</h2>
<p>
Want to join the network of STEM professionals that is the Minority Programmers Association? No chapter near you? You can still be a mentor to youth, work on software projects, develop STEM curriculum, and contribute to all overall missions through our international network.
</p>
<h2>Start A Chapter</h2>
<p>
If you are interested in starting a MinorityProgrammers chapter at your college/school contact minorityprogrammers@gmail.com with subject line entitled: Starting A Chapter At YOUR_SCHOOL
</p>
<h2>Judges</h2>
<p>
Want to participate as a judge? Email minorityprogrammers@gmail.com a brief summary about yourself and why you want to be a judge with the Subject Line: Judge Application
</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>