-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteam.html
271 lines (268 loc) · 17.3 KB
/
team.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
<script src="https://kit.fontawesome.com/5b4ac9752d.js" crossorigin="anonymous"></script>
<div align="center">
<h1 >Robotika Brno (Robotics Brno)</h1>
<a class="md-button md-button--primary" href="https://team.robotikabrno.cz/">Více o našem týmu</a>
</div>
<p align="center">
<a href="https://hits.seeyoufarm.com"><img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FRoboticsBrno%2FOur-team&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=views&edge_flat=true"/></a>
</p><!-- This is the team_template.j2 file -->
<table style="width: 100%; border: none;">
<tr>
<td style="width: 50%; vertical-align: top; border: none;">
<h2> Jiří Vácha </h2>
<p>Jirka je hlavní vedoucí Robotárny.</p>
<p style="font-size: 15px;">
<i class="fas fa-envelope"></i> <a href="mailto:vacha@helceletka.cz">vacha@helceletka.cz</a><br>
<i class="fab fa-github"></i> <a href="https://github.com/vachajirka" target="_blank">vachajirka</a><br>
</p>
</td>
<td style="width: 50%; vertical-align: top; border: none;">
<img src="https://raw.githubusercontent.com/RoboticsBrno/Our-team/main/docs/image/JiriVacha.png" alt="Jiří Vácha's photo" style="width: 100%; border-radius: 50%">
</td>
</tr>
</table>
<hr> <!-- Horizontal line to separate entries --><!-- This is the team_template.j2 file -->
<table style="width: 100%; border: none;">
<tr>
<td style="width: 50%; vertical-align: top; border: none;">
<img src="https://raw.githubusercontent.com/RoboticsBrno/Our-team/main/docs/image/JanMrazek.jpg" alt="Honza Mrázek's photo" style="width: 100%; border-radius: 50%">
</td>
<td style="width: 50%; vertical-align: top; border: none;">
<h2> Honza Mrázek </h2>
<p style="font-size: 15px;">
<i class="fas fa-envelope"></i> <a href="mailto:email@honzamrazek.cz">email@honzamrazek.cz</a><br>
<i class="fab fa-linkedin"></i> <a href="https://www.linkedin.com/in/jan-mr%C3%A1zek-ba74a364/" target="_blank">in/jan-mrázek-ba74a364</a><br>
<i class="fab fa-github"></i> <a href="https://github.com/yaqwsx" target="_blank">yaqwsx</a><br>
<i class="fas fa-globe"></i> <a href="https://honzamrazek.cz/" target="_blank">honzamrazek.cz</a>
</p>
</td>
</tr>
</table>
<hr> <!-- Horizontal line to separate entries --><!-- This is the team_template.j2 file -->
<table style="width: 100%; border: none;">
<tr>
<td style="width: 50%; vertical-align: top; border: none;">
<h2> Vojtěch Boček </h2>
<p>Hlavně ho nenechte sahat na elektroniku, Vojta je totiž programátor a interakce s fyzickými věcmi nedopadá dobře. Na Robotárnu se dostal na střední a roboty si okamžitě zamiloval. Za Robotárnu se úspěšně zúčastnil několika soutěží a vypracoval dvě práce SOČ. Teď už několik let pracuje jako vývojář v oblasti kyberbezpečnosti. Ve volném čase fotí, krotí kočky a prochází se po horách.</p>
<p style="font-size: 15px;">
<i class="fas fa-envelope"></i> <a href="mailto:vbocek@gmail.com">vbocek@gmail.com</a><br>
<i class="fab fa-linkedin"></i> <a href="https://www.linkedin.com/in/vojtech-bocek/" target="_blank">in/vojtech-bocek</a><br>
<i class="fab fa-github"></i> <a href="https://github.com/Tasssadar" target="_blank">Tasssadar</a><br>
<i class="fas fa-globe"></i> <a href="http://tasssadar.github.com/" target="_blank">tasssadar.github.com</a>
</p>
</td>
<td style="width: 50%; vertical-align: top; border: none;">
<img src="https://raw.githubusercontent.com/RoboticsBrno/Our-team/main/docs/image/VojtechBocek.jpg" alt="Vojtěch Boček's photo" style="width: 100%; border-radius: 50%">
</td>
</tr>
</table>
<hr> <!-- Horizontal line to separate entries --><!-- This is the team_template.j2 file -->
<table style="width: 100%; border: none;">
<tr>
<td style="width: 50%; vertical-align: top; border: none;">
<img src="https://raw.githubusercontent.com/RoboticsBrno/Our-team/main/docs/image/RenataZemanova.jpg" alt="Renata Zemanová's photo" style="width: 100%; border-radius: 50%">
</td>
<td style="width: 50%; vertical-align: top; border: none;">
<h2> Renata Zemanová </h2>
<p>Pro Renču je technika jedno velké kouzlo. I proto se jí věnuje a snaží se jí přijít co nejvíce na kloub. Baví ji pájení i většina rukodělných prací. Ráda své vědomosti předává dál, baví ji přemýšlet a nesnáší stereotypy. Je velmi společenská a přátelská. Bojí se výšek a přesto miluje hory a rozhledny a fascinují ji krásné výhledy do přírody. Hraje také na kytaru a zpívá ve sboru. Ráda by se někdy podívala na Island, do Norska nebo do Kanady. Na našem táboře je na pozici hlavní vedoucí.</p>
<p style="font-size: 15px;">
<i class="fab fa-github"></i> <a href="https://github.com/renata7zemanova" target="_blank">renata7zemanova</a><br>
</p>
</td>
</tr>
</table>
<hr> <!-- Horizontal line to separate entries --><!-- This is the team_template.j2 file -->
<table style="width: 100%; border: none;">
<tr>
<td style="width: 50%; vertical-align: top; border: none;">
<h2> Jakub Andrýsek </h2>
<p>Kuba je člověk pro všechno, rád pomůže všude tam, kde je třeba. Neodradí ho ani nestandardní situace a jde si vždy za svým cílem. Studoval informatiku na gymnáziu Vídeňská a nyní pokračuje na FI MUNI v Brně. Nejčastěji ho najdete viset na skále, nebo sedět u počítače, kde vymýšlí nějaké nové projekty. U nás se věnuje hlavně programování a také 3D modelování v kroužku, který už několik let vede.</p>
<p style="font-size: 15px;">
<i class="fas fa-envelope"></i> <a href="mailto:email@kubaandrysek.cz">email@kubaandrysek.cz</a><br>
<i class="fab fa-linkedin"></i> <a href="https://www.linkedin.com/in/jakub-andrysek/" target="_blank">in/jakub-andrysek</a><br>
<i class="fab fa-github"></i> <a href="https://github.com/JakubAndrysek" target="_blank">JakubAndrysek</a><br>
<i class="fas fa-globe"></i> <a href="https://kubaandrysek.cz/" target="_blank">kubaandrysek.cz</a>
</p>
</td>
<td style="width: 50%; vertical-align: top; border: none;">
<img src="https://raw.githubusercontent.com/RoboticsBrno/Our-team/main/docs/image/JakubAndrysek.jpg" alt="Jakub Andrýsek's photo" style="width: 100%; border-radius: 50%">
</td>
</tr>
</table>
<hr> <!-- Horizontal line to separate entries --><!-- This is the team_template.j2 file -->
<table style="width: 100%; border: none;">
<tr>
<td style="width: 50%; vertical-align: top; border: none;">
<img src="https://raw.githubusercontent.com/RoboticsBrno/Our-team/main/docs/image/TomasVavrinec.jpg" alt="Tomáš Vavrinec's photo" style="width: 100%; border-radius: 50%">
</td>
<td style="width: 50%; vertical-align: top; border: none;">
<h2> Tomáš Vavrinec </h2>
<p>Tom je člověk primárně pro elektroniku, přesto nepohrdne ani dobrou táborovou hrou nebo jinou kulišarnou. Když se pro něco nadchne nepřestane dokud neuzná dílo za hotové. Aktuálně je studentem ústavu mikroelektrotechniky na fakultě FEKT univerzity VUT a zároveň pracuje na vývoji měřících zařízení. Bývá k vidění na nejrůznějších horách i za polárním kruhem, přesto že nejčastěji ho najdete v okolí technologického parku VUT, nebo u počítače či osciloskopu, jak se snaží zprovoznit hračky nejmenovanému programátorovi. U nás se zabývá návrhem elektroniky a mechaniky všeho druhu a spolu s Kubou Andrýskem vede kroužek 3D modelování a 3D tisku.</p>
<p style="font-size: 15px;">
<i class="fab fa-github"></i> <a href="https://github.com/TVavrinec" target="_blank">TVavrinec</a><br>
</p>
</td>
</tr>
</table>
<hr> <!-- Horizontal line to separate entries --><!-- This is the team_template.j2 file -->
<table style="width: 100%; border: none;">
<tr>
<td style="width: 50%; vertical-align: top; border: none;">
<h2> Tomáš Rohlínek </h2>
<p style="font-size: 15px;">
<i class="fab fa-linkedin"></i> <a href="https://www.linkedin.com/in/tom%C3%A1%C5%A1-rohl%C3%ADnek-13233a1a8" target="_blank">in/tomáš-rohlínek-13233a1a8</a><br>
<i class="fab fa-github"></i> <a href="https://github.com/haberturdeur" target="_blank">haberturdeur</a><br>
</p>
</td>
<td style="width: 50%; vertical-align: top; border: none;">
<img src="https://raw.githubusercontent.com/RoboticsBrno/Our-team/main/docs/assets/logo.png" alt="Tomáš Rohlínek's photo" style="width: 100%; border-radius: 50%">
</td>
</tr>
</table>
<hr> <!-- Horizontal line to separate entries --><!-- This is the team_template.j2 file -->
<table style="width: 100%; border: none;">
<tr>
<td style="width: 50%; vertical-align: top; border: none;">
<img src="https://raw.githubusercontent.com/RoboticsBrno/Our-team/main/docs/image/JarekMalec.jpg" alt="Jarek Malec's photo" style="width: 100%; border-radius: 50%">
</td>
<td style="width: 50%; vertical-align: top; border: none;">
<h2> Jarek Malec </h2>
<p style="font-size: 15px;">
<i class="fab fa-linkedin"></i> <a href="https://www.linkedin.com/in/jaroslavmalec" target="_blank">in/jaroslavmalec</a><br>
<i class="fab fa-github"></i> <a href="https://github.com/cednik" target="_blank">cednik</a><br>
</p>
</td>
</tr>
</table>
<hr> <!-- Horizontal line to separate entries --><!-- This is the team_template.j2 file -->
<table style="width: 100%; border: none;">
<tr>
<td style="width: 50%; vertical-align: top; border: none;">
<h2> Jakub Streit </h2>
<p style="font-size: 15px;">
<i class="fab fa-github"></i> <a href="https://github.com/cednik" target="_blank">cednik</a><br>
</p>
</td>
<td style="width: 50%; vertical-align: top; border: none;">
<img src="https://raw.githubusercontent.com/RoboticsBrno/Our-team/main/docs/image/JakubStreit.jpg" alt="Jakub Streit's photo" style="width: 100%; border-radius: 50%">
</td>
</tr>
</table>
<hr> <!-- Horizontal line to separate entries --><!-- This is the team_template.j2 file -->
<table style="width: 100%; border: none;">
<tr>
<td style="width: 50%; vertical-align: top; border: none;">
<img src="https://raw.githubusercontent.com/RoboticsBrno/Our-team/main/docs/image/HonzaSkrabal.jpg" alt="Honza Škrabal's photo" style="width: 100%; border-radius: 50%">
</td>
<td style="width: 50%; vertical-align: top; border: none;">
<h2> Honza Škrabal </h2>
<p>Honza je člověk do pohody. Rád všem pomůže a předá své zkušenosti. Aktuálně studuje na FIT (Fakultě informačních technologií) univerzity VUT v Brně. Když se zrovna nevěnuje škole, tak dělá na nejrůznějších projektech. O robotiku a programování se zajímá již od 6. třídy a nyní vede několikátým rokem kroužek Lego Mindstorms. Mezi jeho hlavní zájmy patří elektronika a mechanika, nejvíce ho baví pájet. Taktéž jej můžete potkat na robotickém táboře, na kterém každoročně pomáhá.</p>
<p style="font-size: 15px;">
<i class="fab fa-github"></i> <a href="https://github.com/Robot7769" target="_blank">Robot7769</a><br>
</p>
</td>
</tr>
</table>
<hr> <!-- Horizontal line to separate entries --><!-- This is the team_template.j2 file -->
<table style="width: 100%; border: none;">
<tr>
<td style="width: 50%; vertical-align: top; border: none;">
<h2> Petr Kubica </h2>
<p style="font-size: 15px;">
<i class="fab fa-github"></i> <a href="https://github.com/cubicap" target="_blank">cubicap</a><br>
<i class="fas fa-globe"></i> <a href="http://cubicap.eu/" target="_blank">cubicap.eu</a>
</p>
</td>
<td style="width: 50%; vertical-align: top; border: none;">
<img src="https://raw.githubusercontent.com/RoboticsBrno/Our-team/main/docs/assets/logo.png" alt="Petr Kubica's photo" style="width: 100%; border-radius: 50%">
</td>
</tr>
</table>
<hr> <!-- Horizontal line to separate entries --><!-- This is the team_template.j2 file -->
<table style="width: 100%; border: none;">
<tr>
<td style="width: 50%; vertical-align: top; border: none;">
<img src="https://raw.githubusercontent.com/RoboticsBrno/Our-team/main/docs/assets/logo.png" alt="MiroslavBurda's photo" style="width: 100%; border-radius: 50%">
</td>
<td style="width: 50%; vertical-align: top; border: none;">
<h2> MiroslavBurda </h2>
<p style="font-size: 15px;">
<i class="fab fa-github"></i> <a href="https://github.com/MiroslavBurda" target="_blank">MiroslavBurda</a><br>
</p>
</td>
</tr>
</table>
<hr> <!-- Horizontal line to separate entries --><!-- This is the team_template.j2 file -->
<table style="width: 100%; border: none;">
<tr>
<td style="width: 50%; vertical-align: top; border: none;">
<h2> Martin Ptáček </h2>
<p style="font-size: 15px;">
<i class="fab fa-github"></i> <a href="https://github.com/MarPta" target="_blank">MarPta</a><br>
</p>
</td>
<td style="width: 50%; vertical-align: top; border: none;">
<img src="https://raw.githubusercontent.com/RoboticsBrno/Our-team/main/docs/image/MartinPtacek.jpg" alt="Martin Ptáček's photo" style="width: 100%; border-radius: 50%">
</td>
</tr>
</table>
<hr> <!-- Horizontal line to separate entries --><!-- This is the team_template.j2 file -->
<table style="width: 100%; border: none;">
<tr>
<td style="width: 50%; vertical-align: top; border: none;">
<img src="https://raw.githubusercontent.com/RoboticsBrno/Our-team/main/docs/image/BedrichSaid.jpg" alt="Bedřich Said's photo" style="width: 100%; border-radius: 50%">
</td>
<td style="width: 50%; vertical-align: top; border: none;">
<h2> Bedřich Said </h2>
<p style="font-size: 15px;">
<i class="fab fa-linkedin"></i> <a href="https://www.linkedin.com/in/bedrich-said" target="_blank">in/bedrich-said</a><br>
<i class="fab fa-github"></i> <a href="https://github.com/bsaid" target="_blank">bsaid</a><br>
</p>
</td>
</tr>
</table>
<hr> <!-- Horizontal line to separate entries --><!-- This is the team_template.j2 file -->
<table style="width: 100%; border: none;">
<tr>
<td style="width: 50%; vertical-align: top; border: none;">
<h2> Martin Kousal </h2>
<p style="font-size: 15px;">
<i class="fab fa-github"></i> <a href="https://github.com/mkousal" target="_blank">mkousal</a><br>
</p>
</td>
<td style="width: 50%; vertical-align: top; border: none;">
<img src="https://raw.githubusercontent.com/RoboticsBrno/Our-team/main/docs/assets/logo.png" alt="Martin Kousal's photo" style="width: 100%; border-radius: 50%">
</td>
</tr>
</table>
<hr> <!-- Horizontal line to separate entries --><!-- This is the team_template.j2 file -->
<table style="width: 100%; border: none;">
<tr>
<td style="width: 50%; vertical-align: top; border: none;">
<img src="https://raw.githubusercontent.com/RoboticsBrno/Our-team/main/docs/image/JarekParal.jpg" alt="Jarek Páral's photo" style="width: 100%; border-radius: 50%">
</td>
<td style="width: 50%; vertical-align: top; border: none;">
<h2> Jarek Páral </h2>
<p style="font-size: 15px;">
<i class="fab fa-linkedin"></i> <a href="https://linkedin.com/in/jaroslav-paral/" target="_blank">in/jaroslav-paral</a><br>
<i class="fab fa-github"></i> <a href="https://github.com/JarekParal" target="_blank">JarekParal</a><br>
<i class="fas fa-globe"></i> <a href="https://github.com/JarekParal/JarekParal" target="_blank">JarekParal/JarekParal</a>
</p>
</td>
</tr>
</table>
<hr> <!-- Horizontal line to separate entries --><!-- This is the team_template.j2 file -->
<table style="width: 100%; border: none;">
<tr>
<td style="width: 50%; vertical-align: top; border: none;">
<h2> Petr Stourač </h2>
<p style="font-size: 15px;">
<i class="fab fa-linkedin"></i> <a href="https://www.linkedin.com/in/petrstourac" target="_blank">in/petrstourac</a><br>
</p>
</td>
<td style="width: 50%; vertical-align: top; border: none;">
<img src="https://raw.githubusercontent.com/RoboticsBrno/Our-team/main/docs/image/PetrStourac.jpg" alt="Petr Stourač's photo" style="width: 100%; border-radius: 50%">
</td>
</tr>
</table>
<hr> <!-- Horizontal line to separate entries -->