diff --git a/Firmware.md b/Firmware.md index 1ad45d7..7de1ef3 100644 --- a/Firmware.md +++ b/Firmware.md @@ -45,8 +45,8 @@ href="">misoc technologies.   - - + + diff --git a/Help.md b/Help.md index 2190f0d..a402995 100644 --- a/Help.md +++ b/Help.md @@ -9,8 +9,8 @@ tags: help, more-info If you need help with anything, from getting a device running to wanting to develop on HDMI2USB, please get in touch: - * Sign up to our mailing list: [https://groups.google.com/forum/#!forum/hdmi2usb](https://groups.google.com/forum/#!forum/hdmi2usb -) + * Sign up to our mailing list (Google Account not required): [https://groups.google.com/forum/#!forum/gst-switch/join](https://groups.google.com/forum/#!forum/gst-switch/join) + * Ask a question on IRC: [#timvideos on irc.freenode.org](http://webchat.freenode.net?channels=%23timvideos) * Ping us at [@timvideosus](https://twitter.com/timvideosus) on Twitter diff --git a/Home.md b/Home.md index 45eaf96..d3c6980 100644 --- a/Home.md +++ b/Home.md @@ -7,17 +7,6 @@ tags: home {::nomarkdown} -
-
-
-
- The Numato Opsis board, the first open hardware for the HDMI2USB will soon be available.
- Sign up to be notified when the Numato Opsis can be purchased! -
-
-
-
-
@@ -32,7 +21,7 @@ tags: home # HDMI2USB: Open video capture hardware + firmware -![HDMI2USB Diagram](../img/hdmi2usb-diagram.png "HDMI2USB Diagram"){: .image-right} +![HDMI2USB Diagram](../img/hdmi2usb.jpg "HDMI2USB Diagram"){: .image-right} **The HDMI2USB project develops affordable hardware options to record and stream HD videos (from HDMI & DisplayPort sources) for conferences, meetings and user groups.** @@ -60,8 +49,8 @@ Our aim is this becomes the defacto, incredibly affordable and easy to use video
diff --git a/_includes/banner.html b/_includes/banner.html new file mode 100644 index 0000000..5c8696c --- /dev/null +++ b/_includes/banner.html @@ -0,0 +1,8 @@ +
+
+
+ The Numato Opsis board, the first open hardware for the HDMI2USB will soon be available to purchase.
+ Sign up for Numato Opsis updates +
+
+
diff --git a/_layouts/base.html b/_layouts/base.html index 672a119..983e9e6 100644 --- a/_layouts/base.html +++ b/_layouts/base.html @@ -7,6 +7,7 @@
{% include sidebar.html %}
+ {% include banner.html %} {{ content }}
diff --git a/_layouts/default-noedit.html b/_layouts/default-noedit.html new file mode 100644 index 0000000..a71bac1 --- /dev/null +++ b/_layouts/default-noedit.html @@ -0,0 +1,12 @@ +--- +layout: base +--- +
+
+
+
+ {{ content }} +
+
+
+
diff --git a/_layouts/default.html b/_layouts/default.html index c8b3d41..6be5b5e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -8,7 +8,7 @@ - +
{{ content }}
diff --git a/_layouts/post.html b/_layouts/post.html index c574a17..57e5cd3 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,5 +1,5 @@ --- -layout: default +layout: default-noedit ---