Skip to content

Commit

Permalink
Add overview/caroussel in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
odelaneau committed Apr 16, 2020
1 parent 42763bb commit 643320b
Show file tree
Hide file tree
Showing 14 changed files with 24 additions and 10 deletions.
Binary file added docs/images/overview/EMGM_GLIMPSE_website-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/overview/EMGM_GLIMPSE_website-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/overview/EMGM_GLIMPSE_website-10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/overview/EMGM_GLIMPSE_website-11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/overview/EMGM_GLIMPSE_website-12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/overview/EMGM_GLIMPSE_website-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/overview/EMGM_GLIMPSE_website-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/overview/EMGM_GLIMPSE_website-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/overview/EMGM_GLIMPSE_website-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/overview/EMGM_GLIMPSE_website-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/overview/EMGM_GLIMPSE_website-7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/overview/EMGM_GLIMPSE_website-8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/overview/EMGM_GLIMPSE_website-9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 24 additions & 10 deletions docs/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,22 +59,36 @@
<div class="page-header">
<h1>GLIMPSE overview</h1>
</div>
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel" data-interval="false">
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
<li data-target="#carousel-example-generic" data-slide-to="3"></li>
<li data-target="#carousel-example-generic" data-slide-to="4"></li>
<li data-target="#carousel-example-generic" data-slide-to="5"></li>
<li data-target="#carousel-example-generic" data-slide-to="6"></li>
<li data-target="#carousel-example-generic" data-slide-to="7"></li>
<li data-target="#carousel-example-generic" data-slide-to="8"></li>
<li data-target="#carousel-example-generic" data-slide-to="9"></li>
<li data-target="#carousel-example-generic" data-slide-to="10"></li>
<li data-target="#carousel-example-generic" data-slide-to="11"></li>
<li data-target="#carousel-example-generic" data-slide-to="12"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="item active">
<img data-src="holder.js/1140x500/auto/#777:#555/text:First slide" alt="First slide">
</div>
<div class="item">
<img data-src="holder.js/1140x500/auto/#666:#444/text:Second slide" alt="Second slide">
</div>
<div class="item">
<img data-src="holder.js/1140x500/auto/#555:#333/text:Third slide" alt="Third slide">
</div>
<div class="item active"><img data-src="images/overview/EMGM_GLIMPSE_website-0.png" alt="Slide 1"></div>
<div class="item active"><img data-src="images/overview/EMGM_GLIMPSE_website-1.png" alt="Slide 2"></div>
<div class="item active"><img data-src="images/overview/EMGM_GLIMPSE_website-2.png" alt="Slide 3"></div>
<div class="item active"><img data-src="images/overview/EMGM_GLIMPSE_website-3.png" alt="Slide 4"></div>
<div class="item active"><img data-src="images/overview/EMGM_GLIMPSE_website-4.png" alt="Slide 5"></div>
<div class="item active"><img data-src="images/overview/EMGM_GLIMPSE_website-5.png" alt="Slide 6"></div>
<div class="item active"><img data-src="images/overview/EMGM_GLIMPSE_website-6.png" alt="Slide 7"></div>
<div class="item active"><img data-src="images/overview/EMGM_GLIMPSE_website-7.png" alt="Slide 8"></div>
<div class="item active"><img data-src="images/overview/EMGM_GLIMPSE_website-8.png" alt="Slide 9"></div>
<div class="item active"><img data-src="images/overview/EMGM_GLIMPSE_website-9.png" alt="Slide 10"></div>
<div class="item active"><img data-src="images/overview/EMGM_GLIMPSE_website-10.png" alt="Slide 11"></div>
<div class="item active"><img data-src="images/overview/EMGM_GLIMPSE_website-11.png" alt="Slide 12"></div>
<div class="item active"><img data-src="images/overview/EMGM_GLIMPSE_website-12.png" alt="Slide 13"></div>
</div>
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
Expand Down

0 comments on commit 643320b

Please sign in to comment.