-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
99 lines (81 loc) · 3.4 KB
/
index.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
<!doctype html>
<html>
<head>
<title>#BlackLivesMatter Coders</title>
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.css">
</head>
<style type="text/css">
body h2 {
color:#0FB;
}
body{
background-color: black;
font-family: Ubuntu Mono, Open Sans, monaco, sans-serif;
}
h1{
text-align: center;
}
h3{
text-align: center;
}
.categoryBox{
border: 3px solid white;
color:#0FB;
}
.categoryBox li{
margin:20px;
}
.title{
font-size: 5em;
color:white;
}
footer{
margin:5%;
text-align: center;
color:white;
}
</style>
<body>
<h1 class="title">#BlackLivesMatter Coders</h1>
<div class="col-xs-12" style="background-color:black; color:white;">
<h3>Collab Hub for the creation of radical tech. Non-technical BlackLivesMatter activists encouraged to come to brainstorm and give guidance. Also, all levels and types of coders welcome.</h3>
<h1>Current Project: Radio Scanner </h1>
<h3>Github Group: <a href=
"https://github.com/P25Scanners/Oakland1">https://github.com/P25Scanners/Oakland1</a></h3>
</div>
<div class="row">
<div class="col-xs-12 col-md-4">
<h2>Front End</h2>
<div class="categoryBox">
<li>Archive FrontEnd: <a href="https://github.com/robotastic/smartnet-player">https://github.com/robotastic/smartnet-player</a></li>
<li>Example of Archive Frontend: <a href="http://openmhz.com/scanner"> http://openmhz.com/scanner</a>
<li>SafetyNet FrontEnd: Archive Listening Plus Added Functionality to protect community and prevent violent encounters... modeling it from <a href="http://bl.ocks.org/mbostock/899711">d3 + google maps </a>
</li>
</div>
</div>
<div class="col-xs-12 col-md-4">
<h2>Back End</h2>
<div class="categoryBox">
<li>Vagrant-Compiling Software on Virtual Machine:
<a href="https://github.com/P25Scanners/vagrantScanner">https://github.com/P25Scanners/vagrantScanner</a></li>
<li>Recorder Software: <a href="https://github.com/robotastic/trunk-recorder">https://github.com/robotastic/trunk-recorder</a></li>
</div>
</div>
<div class="col-xs-12 col-md-4">
<h2>Analytics</h2>
<div class="categoryBox">
<li>Radio Config Data: <a href="http://www.radioreference.com/apps/db/?sid=6077">http://www.radioreference.com/apps/db/?sid=6077</a></li>
<li>Click to learn more about <a href="http://wiki.radioreference.com/index.php/APCO-25_Common_Air_Interface">p25 radio systems</a></li>
<li>Click to learn more about <a href=" http://static1.1.sqspcdn.com/static/f/679473/25461596/1411158918277/Sep17_05_Berndt_RecordingFire.pdf?token=f2qWeP7IIvMb3d6i1Z05HRu2fmE%3D">Scanner Recording</a></li>
</div>
</div>
</div>
<div class="row" style="margin-top:5%;">
<div class="col-sm-6 col-sm-offset-3">
<a href="calendar.html" class="btn-block btn-primary btn-lg" style="color:black; background-color:white; text-align:center;">
Collaboration Schedule</a>
</div>
</div>
<footer>Contact Brendan Van Gorder "brendanvg10@gmail.com" to schedule/alter meet-ups, get better connected with collab efforts, or to ask questions</footer>
</body>
</html>