forked from poproar/barnabas-instructors-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (61 loc) · 3.25 KB
/
index.html
File metadata and controls
73 lines (61 loc) · 3.25 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
---
layout: index
---
<!-- Main -->
<div class="align-center">
<h1 class="align-center">Barnabas Robotics</h1>
<h3 class="align-center">OPEN CURRICULUM</h3>
<img src="{{ site.baseurl }}/assets/images/coverImage.jpg" alt="student with finished robot" class="image fit"/>
<p><a href="revisions">[Revision {{ site.version }}]</a></p>
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/" class="ximage"><img src="{{ site.baseurl }}/assets/images/cc-by-sa.png" alt="creative commons share alike license badge" /></a>
<br/>
Attribution-ShareAlike
<br/>
CC BY-SA</p>
<p>
This license lets others remix, tweak, and build upon your work even for commercial purposes, as long as they credit you and license their new creations under the identical terms. This license is often compared to “copyleft” free and open source software licenses. All new works based on yours will carry the same license, so any derivatives will also allow commercial use.
</p>
<p>
Need help with your project or have questions about our curriculum? <a href="https://www.barnabasrobotics.com/connect/">Contact us!</a>
</p>
<div class="row">
<!---
<div class="col-4 col-12-medium">
<h2>Barnabas Bot (Classroom Version)</h2>
<p><a href="{{ site.baseurl }}/bot_lessons/01/index.html" class="button large icon fa-android">Let's Get Started</a></p>
</div>
--->
<div class="col-4 col-12-medium">
<h2>Barnabas Bot</h2>
<p><a href="{{ site.baseurl }}/bot_lessons_home/01/index.html" class="button large icon fa-android">Let's Get Started</a></p>
</div>
<div class="col-4 col-12-medium">
<h2>Bot Basics</h2>
<p><a href="{{ site.baseurl }}/bot_basics/01/index.html" class="button large icon fa-play">Let's build a traffic light!</a></p>
</div>
<div class="col-4 col-12-medium">
<h2>Magic Box</h2>
<p><a href="{{ site.baseurl }}/magic_box/01/index.html" class="button large icon fa-cube">Let's build a box!</a></p>
</div>
<div class="col-4 col-12-medium">
<h2>Barnabas Racer</h2>
<p><a href="{{ site.baseurl }}/racer_lessons_home/01/index.html" class="button large icon fa-flag-checkered">On your mark. Get Set. GO!</a></p>
</div>
<div class="col-4 col-12-medium">
<h2>Barnabas Rover</h2>
<p><a href="{{ site.baseurl }}/rover_lessons_home/01/index.html" class="button large icon fa-truck">Let's build a rover!</a></p>
</div>
<div class="col-4 col-12-medium">
<h2>Barnabas Robot Arm</h2>
<p><a href="{{ site.baseurl }}/robot_arm/01/index.html" class="button large icon fa-hand-scissors-o">Let's build a robot arm!</a></p>
</div>
<div class="col-4 col-12-medium">
<h2>WIFI Wheeler</h2>
<p><a href="{{ site.baseurl }}/wifi_wheeler_lessons/01/index.html" class="button large icon fa-child">Let's build a WIFI car!</a></p>
</div>
<div class="col-4 col-12-medium">
<h2>Tinker Series</h2>
<p><a href="{{ site.baseurl }}/tinker_lessons/01_critterbot/index.html" class="button large icon fa-child">Let's tinker!</a></p>
</div>
</div>
</div>