Remove obsolete videos and keep leshan logo even on xs screen size
diff --git a/index.html b/index.html
index e4423e8..bc2de2c 100644
--- a/index.html
+++ b/index.html
@@ -44,7 +44,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand hidden-xs hidden-sm" href="#page-top"><img class="img-responsive" src="img/small-leshan.png"></a>
+ <a class="navbar-brand hidden-xs" href="#page-top"><img class="img-responsive" src="img/small-leshan.png"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
@@ -79,7 +79,7 @@
<div class="container">
<div class="row">
<div class="col-lg-12">
- <img class="img-responsive hidden-xs" src="img/multicolor-leshan.png" alt="">
+ <img class="img-responsive" src="img/multicolor-leshan.png" alt="">
<div class="intro-text">
<span class="skills">OMA Lightweight M2M server and client in Java</span>
</div>
@@ -164,26 +164,8 @@
<div class="col-lg-12 text-center">
<h2>Learn more</h2>
</div>
-
-
- <div class="col-lg-6">
- <h4>Connect objects to the cloud using Leshan</h4>
- <iframe width="560" height="315" src="//www.youtube.com/embed/KZEi-Q7_EL0" frameborder="0" allowfullscreen></iframe>
+ <div class="col-lg-3">
</div>
-
- <div class="col-lg-4">
- <h4>Leshan & Wakaama in action</h4>
- <iframe width="560" height="315" src="//www.youtube.com/embed/YOF9QSAmu7U" frameborder="0" allowfullscreen></iframe>
- </div>
- </div>
-
-
- </div>
- </div>
- </section>
- <section>
- <div class="container">
- <div class="row">
<div class="col-lg-6">
<h4>Eclipse Wakaama</h4>
<p>Wakaama is a LWM2M written in C and designed to be portable on POSIX compliant systems.</p>
@@ -200,7 +182,6 @@
</div>
</div>
</div>
-
</section>
<!-- Footer -->