-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworkshop.njk
31 lines (30 loc) · 941 Bytes
/
workshop.njk
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
---
layout: page.njk
title: Workshop
---
<div class="workshop">
<div class="workshop-subgroup">
<h2 class="section-title">Science Toys & Demos</h2>
<p>
Kids built different science toys and demos.
</p>
</div>
<div class="workshop-subgroup">
<h2 class="section-title">Soldering & Electronics</h2>
<p>
People built an <a href="/writeups/soldering">intruder alert system</a> using soldering and electronics.
</p>
</div>
<div class="workshop-subgroup">
<h2 class="section-title"> Arduino & Kuttypy</h2>
<p>
Kids were taught basics of programming using LEDs, breadboards, <a href="https://kuttypy.readthedocs.io/en/latest/workshopnano/" target="_blank">Arduino Nano and KuttyPy.</a>
</p>
</div>
<div class="workshop-subgroup">
<h2 class="section-title">World of Microbes</h2>
<p>
The world of microbes was demonstrated using microscopes.
</p>
</div>
</div>