You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2016/11/05 04:48:01 UTC

[40/50] incubator-mynewt-site git commit: embed vids

embed vids


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/1491c202
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/1491c202
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/1491c202

Branch: refs/heads/master
Commit: 1491c20264ce92cd37743434c643901798b6f3f7
Parents: 56df56b
Author: Gavin Jefferies <ga...@runtime.io>
Authored: Mon Oct 24 18:03:22 2016 -0700
Committer: Gavin Jefferies <ga...@runtime.io>
Committed: Mon Oct 24 18:03:22 2016 -0700

----------------------------------------------------------------------
 custom-theme/talks.html | 71 ++++++++++++++++++++++++++------------------
 1 file changed, 42 insertions(+), 29 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/1491c202/custom-theme/talks.html
----------------------------------------------------------------------
diff --git a/custom-theme/talks.html b/custom-theme/talks.html
index 9df49ae..0d215f2 100644
--- a/custom-theme/talks.html
+++ b/custom-theme/talks.html
@@ -1,30 +1,43 @@
-<h2>Talks from Mynewt participants</h2>
-
-<h3>MyNewt technical Overview</h3>
-<br>
-@Linaro Connect, Las Vegas, September 2016
-<br>
-<b>Speaker: Sterling Hughes, CTO, Runtime Inc.</b>
-
-<p>
-This presentation helps developers up and down the stack understand the requirements and challenges of embedded development environments \u2013 whether they are using common maker environments like Arduino or mature product-oriented tools. It covers the salient goals and features of Mynewt, the open source OS for MCUs.
-</p>
-<p>
-<a href="https://www.youtube.com/watch?v=5KhnjE7zYx4">Watch Presentation</a>
-</p>
-
-<h3>Apache Mynewt: The Next Great Open Source OS for 32 Bit MCUs Coming to a RISC-V</h3>
-</br>
-@RISC-V Workshop, July 2016
-</br>
-<b>Speaker: James Pace, CEO, Runtime Inc.</b>
-
-<p>
-This presentation lays out the case for an open source, hardware architecture agnostic OS for 32-bit MCUs. It then delves into the benefits of porting it to RISC-V architecture. 
-</p>
-<p>
-<a href="https://www.youtube.com/watch?v=RsDqH5FZ-bo">Watch Presentation</a>
-</p>
-
-<br>
 
+<div class="row">
+  <div class="col-xs-12">
+      <h2>Talks from Mynewt participants</h2>
+  </div>
+</div>
+
+<div class="row">
+  <div class="col-xs-12 col-md-6">
+    <h3>MyNewt technical Overview</h3>
+    <br>
+    @Linaro Connect, Las Vegas, September 2016
+    <br>
+    <b>Speaker: Sterling Hughes, CTO, Runtime Inc.</b>
+
+    <p>
+    This presentation helps developers up and down the stack understand the requirements and challenges of embedded development environments \u2013 whether they are using common maker environments like Arduino or mature product-oriented tools. It covers the salient goals and features of Mynewt, the open source OS for MCUs.
+    </p>
+  </div>
+
+  <div class="col-xs-12 col-md-6">
+    <iframe width="480" height="360" src="https://www.youtube.com/embed/5KhnjE7zYx4" frameborder="0" allowfullscreen style="padding: 20px;"></iframe>
+  </div>
+</div>
+
+<div class="row">
+
+  <div class="col-xs-12 col-md-6">
+    <iframe width="480" height="360" src="https://www.youtube.com/embed/RsDqH5FZ-bo" frameborder="0" allowfullscreen style="padding: 20px;"></iframe>
+  </div>
+
+  <div class="col-xs-12 col-md-6">
+    <h3>Apache Mynewt: The Next Great Open Source OS for 32 Bit MCUs Coming to a RISC-V</h3>
+    </br>
+    @RISC-V Workshop, July 2016
+    </br>
+    <b>Speaker: James Pace, CEO, Runtime Inc.</b>
+
+    <p>
+    This presentation lays out the case for an open source, hardware architecture agnostic OS for 32-bit MCUs. It then delves into the benefits of porting it to RISC-V architecture.
+    </p>
+  </div>
+</div>