From dab14c8d163b1bc75cde46a9b9f7f8ac9787df6e Mon Sep 17 00:00:00 2001 From: Kelsey Breseman Date: Sun, 13 Sep 2015 10:15:11 -0700 Subject: [PATCH] fixes https://github.com/tessel/t2-start/issues/13 and https://github.com/tessel/t2-start/issues/14 --- blinky.html | 9 --------- blinky.md | 12 ++++++++++++ index.html | 13 ------------- install.md | 18 ++++++++++++++++++ modules.html | 6 ------ modules.md | 17 +++++++++++++++++ usage.html | 9 --------- usage.md | 18 ++++++++++++++++++ wifi.html | 9 --------- wifi.md | 12 ++++++++++++ 10 files changed, 77 insertions(+), 46 deletions(-) diff --git a/blinky.html b/blinky.html index 5d3d25a..f0d5663 100644 --- a/blinky.html +++ b/blinky.html @@ -6,12 +6,3 @@ {% include_relative blinky.md %} {% endcapture %} {{ include_install | markdownify }} - -
- -
- Prev: Install -
-
- Next: Wifi -
diff --git a/blinky.md b/blinky.md index 452e8e8..95f4982 100644 --- a/blinky.md +++ b/blinky.md @@ -54,3 +54,15 @@ to run your code in Tessel's RAM. **Bonus:** mess with the code to make the LEDs blink in sync. + +
+ +
+ + + +
diff --git a/index.html b/index.html index ca521f5..ca140e0 100644 --- a/index.html +++ b/index.html @@ -8,16 +8,3 @@ {% include_relative install.md %} {% endcapture %} {{ include_install | markdownify | replace: '

|','

' | replace: '|

','
' | replace: '||','
' }} - -
- -
diff --git a/install.md b/install.md index 1f2300a..517a28e 100644 --- a/install.md +++ b/install.md @@ -1,5 +1,8 @@ {::options parse_block_html="true" /} +
+
+ # Install Tessel *New to the command line? [Take a step back and learn the basics.](cmd.html)* @@ -61,3 +64,18 @@ Take a quick field trip to our current [firmware update instructions](https://gi Once the firmware update is complete, continue to the next step. + +
+
+ +
+ + diff --git a/modules.html b/modules.html index 0db41c6..424e602 100644 --- a/modules.html +++ b/modules.html @@ -6,9 +6,3 @@ {% include_relative modules.md %} {% endcapture %} {{ include_install | markdownify }} - -
- - diff --git a/modules.md b/modules.md index e906c41..2888e75 100644 --- a/modules.md +++ b/modules.md @@ -1,6 +1,10 @@ {::options parse_block_html="true" /} +
+
# Modules +
+
@@ -45,6 +49,8 @@ Modules should be plugged in so that all of the electrical components are on the
+
+
## Choose a module below to get up and running If you've already tried out your modules, move on to [Usage.](usage.html) @@ -57,3 +63,14 @@ If you've already tried out your modules, move on to [Usage.](usage.html) * [Relay](modules/relay.html) * [RFID](modules/rfid.html) * [Servo](modules/servo.html) + +
+
+ +
+ +
+ +
diff --git a/usage.html b/usage.html index c1bee24..92b97d9 100644 --- a/usage.html +++ b/usage.html @@ -6,12 +6,3 @@ {% include_relative usage.md %} {% endcapture %} {{ include_install | markdownify }} - -
- - - diff --git a/usage.md b/usage.md index 8c43855..30fd778 100644 --- a/usage.md +++ b/usage.md @@ -1,5 +1,8 @@ {::options parse_block_html="true" /} +
+
+ # Some useful commands... You can look at all the options of Tessel's CLI by running @@ -58,3 +61,18 @@ Now run: {% endhighlight %} This will erase the blinky code from Tessel, and the LEDs will stop blinking. + +
+
+ +
+ + diff --git a/wifi.html b/wifi.html index 0c1a32c..8951020 100644 --- a/wifi.html +++ b/wifi.html @@ -6,12 +6,3 @@ {% include_relative wifi.md %} {% endcapture %} {{ include_install | markdownify }} - -
- - - diff --git a/wifi.md b/wifi.md index 9ead50d..884ba01 100644 --- a/wifi.md +++ b/wifi.md @@ -99,3 +99,15 @@ Now navigate to wherever you saved your blinky code. As usual. Now watch your Tessel blink from across the room! + +
+ +