@@ -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 @@
+
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
+---
+
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
---
diff --git a/css/styles.css b/css/styles.css
index a4c88cc..e22501c 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -329,6 +329,11 @@ padding-bottom: 0;
img.board-pic {
+ max-width: 100%;
+}
+
+img.firmware-pic {
+ max-width: 100%;
}
.footnote {
@@ -389,6 +394,7 @@ table.firmware td.fw-misoc {
.image-right {
float: right;
margin: 15px;
+ max-width: 100%;
}
.top-message {
diff --git a/img/hdmi2usb.jpg b/img/hdmi2usb.jpg
new file mode 100644
index 0000000..640e3ab
Binary files /dev/null and b/img/hdmi2usb.jpg differ