Repository: incubator-mynewt-site Updated Branches: refs/heads/master a58d2e130 -> 6a5535405
added a presentation and modified section titles on landing page 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/eedefaf9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/eedefaf9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/eedefaf9 Branch: refs/heads/master Commit: eedefaf99f196a4813a8252f31f70a7f7a060cb9 Parents: a58d2e1 Author: aditihilbert <[email protected]> Authored: Fri Nov 4 12:05:50 2016 -0700 Committer: aditihilbert <[email protected]> Committed: Mon Nov 7 17:57:15 2016 -0800 ---------------------------------------------------------------------- custom-theme/landing.html | 4 ++-- custom-theme/talks.html | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/eedefaf9/custom-theme/landing.html ---------------------------------------------------------------------- diff --git a/custom-theme/landing.html b/custom-theme/landing.html index 746145b..5136271 100644 --- a/custom-theme/landing.html +++ b/custom-theme/landing.html @@ -5,7 +5,7 @@ <div class="highlight"> <img src="/img/FWdist.png"> - <h2>Designed to manage</h2> + <h2>Operations ready</h2> <p>Ready your IoT network of billions for remote monitoring, troubleshooting, management, and upgrade.</p> @@ -64,7 +64,7 @@ <div class="highlight"> <img src="/img/cross-platform.png"> - <h2>Cross platforms</h2> + <h2>Cross-platform</h2> <p> Pick one MCU now. Migrate to another later. </p> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/eedefaf9/custom-theme/talks.html ---------------------------------------------------------------------- diff --git a/custom-theme/talks.html b/custom-theme/talks.html index 0d215f2..28f7a4f 100644 --- a/custom-theme/talks.html +++ b/custom-theme/talks.html @@ -6,6 +6,26 @@ </div> <div class="row"> + + <div class="col-xs-12 col-md-6"> + +<iframe width="480" height="360" src="https://www.youtube.com/embed/4xRbGMDcMu8?list=PLbzoR-pLrL6pRFP6SOywVJWdEHlmQE51q" frameborder="0" allowfullscreen style="padding: 20px;"></iframe> + </div> + + <div class="col-xs-12 col-md-6"> + <h3>Apache Mynewt Overview</h3> + </br> + @OpenIoT Summit, Berlin, Germany, October 2016 + </br> + <b>Speaker: Sterling Hughes, CTO, Runtime Inc.</b> + + <p> + The case for an open-source OS for connected devices that ensures their commercial and operational readiness in a comprehensive, easy way is presented. The talk details the architecture of the resulting Apache Mynewt OS and the rationale behind some of the key design and implementation decisions. + </p> + </div> +</div> + +<div class="row"> <div class="col-xs-12 col-md-6"> <h3>MyNewt technical Overview</h3> <br>
