-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathContribute-Diagram.html
266 lines (249 loc) · 8.35 KB
/
Contribute-Diagram.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
---
layout: base
title: Contribute
tagline: How can I contribute?
tags: contribute
---
<!--
If you modify this file, also modify the interactive version!
-->
<style type="text/css">
table th {
text-align: center;
}
table th h1 {
margin-left: auto;
margin-right: auto;
}
table th h2 {
margin-left: auto;
margin-right: auto;
}
table th h3 {
margin-left: auto;
margin-right: auto;
}
table td h3 {
text-align: center;
margin-left: auto;
margin-right: auto;
}
table td img {
display: block;
margin-left: auto;
margin-right: auto;
}
p.flavor {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
a.other {
font-size: larger;
}
</style>
<div class="padding">
<div class="col-sm-12"><div class="panel panel-default">
<div class="panel-body">
{% include contribute.html %}
</div>
</div></div>
</div>
<div class="padding">
<div class="col-sm-12"><div class="panel panel-default">
<div class="panel-body">
<h1>Help me find a project!</h1>
<table>
<tr>
<th colspan=2><h1>What do <b>you</b> like working with?</h1></th>
</tr><tr>
<td style="border-right: 4px solid #ddd; border-top: none;">
<img alt="Chips!" src="/img/chips.png">
<p class="flavor">I like physical things I can touch and making LEDS blink</p>
<table>
<tr>
<th><h2>Well, what kind of chips?</h2></th>
</tr><tr>
<td>
<h3>Real!</h3>
<img alt="Real hardware..." src="/img/pcb.png">
<p class="flavor">I like creating PCBs, soldering 0402 resistors and working with my hands.</p>
<p class="take-a-look">
Take a look at;
<ul>
<li>
<a href="https://github.com/timvideos/getting-started/labels/Project%20-%20HDMI2USB%20%28Extension Boards%29)">
Projects around creating expansion boards for HDMI2USB project.
</a>
<p class="more-info">
Find more information about;
<ul>
<li><a href="https://hdmi2usb.tv/">The HDMI2USB project</a></li>
<li><a href="https://tofe.io/">The TOFE expansion interface</a></li>
<li><a href="http://kicad-pcb.org/">KiCad PCB Design tool</a></li>
</ul>
</p>
</li>
</ul>
</p>
</td>
</tr><tr>
<td>
<h3>Fake!</h3>
<img alt="Fake hardware..." src="/img/fpga.png">
<p class="flavor">I like writing my hardware in software! All the coolness of creating hardware with all the benefits of still writing software.</p>
<p class="take-a-look">
Take a look at;
<ul>
<li>
<a href="https://github.com/timvideos/getting-started/labels/Project%20-%20HDMI2USB">
Projects around the FPGA firmware for the HDMI2USB project.
</a>
<p class="more-info">
Find more information about;
<ul>
<li><a href="https://hdmi2usb.tv/">The HDMI2USB project</a></li>
<li><a href="https://hdmi2usb.tv/firmware/">The HDMI2USB Firmware</a></li>
<li><a href="http://m-labs.hk/gateware.html">MiSoC and MiGen tools</a></li>
</ul>
</p>
</li>
</ul>
</p>
</td>
</tr>
</table>
</td>
<td style="border-top: none;">
<img alt="Bits!" src="/img/bits.png">
<p class="flavor">I prefer the rewards of virtual objects which can be built quickly.</p>
<table>
<tr>
<th><h2>Which programming medium do you prefer?</h2></th>
</tr><tr>
<td>
<h3>Python!</h3>
<img alt="Python!" src="/img/python.png">
<p class="flavor">I like working with the world's best language.</p>
<p class="take-a-look">
Take a look at;
<ul>
<li>
<a href="https://github.com/timvideos/getting-started/labels/Project%20-%20Streaming%20System">
Projects around the Streaming System
</a>
<p class="more-info">
Find more information about;
<ul>
<li><a href=""></a></li>
</ul>
</p>
</li><li>
<a href="https://github.com/timvideos/getting-started/labels/Project%20-%20Flumotion">
Projects around Flumotion
</a>
<p class="more-info">
Find more information about;
<ul>
<li><a href=""></a></li>
</ul>
</p>
</li><li>
<a href="https://github.com/timvideos/getting-started/labels/Project%20-%20voctomix">
Projects around voctomix
</a>
<p class="more-info">
Find more information about;
<ul>
<li><a href=""></a></li>
</ul>
</p>
</li><li>
<a href="https://github.com/timvideos/getting-started/labels/Project%20-%20slide-lint">
Projects around slide-lint
</a>
<p class="more-info">
Find more information about;
<ul>
<li><a href=""></a></li>
</ul>
</p>
</li><li>
<a href="https://github.com/timvideos/getting-started/labels/Project%20-%20Veyepar">
Projects around Veyepar
</a>
<p class="more-info">
Find more information about;
<ul>
<li><a href=""></a></li>
</ul>
</p>
</li>
</ul>
</p>
</td>
</tr><tr>
<td>
<h3>C!</h3>
<img alt="C!" src="/img/c.png">
<p class="flavor">I might like shooting myself in the foot, but at it happens really quickly!</p>
<p class="take-a-look">
Take a look at;
<ul>
<li>
<a href="https://github.com/timvideos/getting-started/labels/Project%20-%20HDMI2USB">
Projects around the HDMI2USB firmware
</a>
<p class="more-info">
Find more information about;
<ul>
<li><a href=""></a></li>
</ul>
</p>
</li><li>
<a href="https://github.com/timvideos/getting-started/labels/Project%20-%20gstreamer">
Projects around gstreamer
</a>
<p class="more-info">
Find more information about;
<ul>
<li><a href="https://gstreamer.freedesktop.org">GStreamer project</a></li>
</ul>
</p>
</li>
</ul>
</p>
</td>
</tr><tr>
<td>
<h3>Web!</h3>
<img alt="Python!" src="/img/web.png">
<p class="flavor">I like my HTML and JavaScript, and know how to use a browser debugger.</p>
<p class="take-a-look">
Take a look at;
<ul>
<li>
<a href="">
Projects around the Streaming System
</a>
<p class="more-info">
Find more information about;
<ul>
<li><a href="https://hdmi2usb.tv/">The HDMI2USB project</a></li>
<li><a href="https://hdmi2usb.tv/firmware/">The HDMI2USB Firmware</a></li>
<li><a href="http://m-labs.hk/gateware.html">MiSoC and MiGen tools</a></li>
</ul>
</p>
</li>
</ul>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</div></div>
</div>