diff options
author | Sharanya A | 2019-07-11 15:54:04 +0530 |
---|---|---|
committer | Sharanya A | 2019-07-11 15:54:04 +0530 |
commit | 6b5cbaa7d0f6fffd9db6b1d76ab2f3cce45f2187 (patch) | |
tree | 11ba1d46b9f13c490566d6be78ff83569d5ac792 /fossee_manim/templates | |
parent | bb5fdf02446e0ae95782cf535b75b7a61c71df4c (diff) | |
download | FOSSEE_animations-6b5cbaa7d0f6fffd9db6b1d76ab2f3cce45f2187.tar.gz FOSSEE_animations-6b5cbaa7d0f6fffd9db6b1d76ab2f3cce45f2187.tar.bz2 FOSSEE_animations-6b5cbaa7d0f6fffd9db6b1d76ab2f3cce45f2187.zip |
Changed carousel settings
Diffstat (limited to 'fossee_manim/templates')
-rw-r--r-- | fossee_manim/templates/fossee_manim/index.html | 28 |
1 files changed, 20 insertions, 8 deletions
diff --git a/fossee_manim/templates/fossee_manim/index.html b/fossee_manim/templates/fossee_manim/index.html index dd12773..6365968 100644 --- a/fossee_manim/templates/fossee_manim/index.html +++ b/fossee_manim/templates/fossee_manim/index.html @@ -81,18 +81,30 @@ <li data-target="#carouselExampleIndicators" data-slide-to="2"></li> </ol> <div class="carousel-inner"> + <div class="carousel-item active"> - <img class="d-block w-100" src="https://i.imgur.com/ruP33nb.png" alt="First slide" height=650> - <div class="carousel-caption d-none d-md-block"> - <h5>FOSSEE Animations</h5> - <p>some stuff</p> - </div> + <img class="d-block w-100" src="{{ URL_ROOT }}/static/img/carousel1.png" alt="First slide" height=550> + <div class="carousel-caption col-md-4" style="float:left;"> + <h3><b>FOSSEE Animations</b></h3> + <h5>endeavors to be an extensive library + of community-curated videos on STEM topics + </h5> + </div> </div> <div class="carousel-item"> - <img class="d-block w-100" src="https://i.imgur.com/FgdE4et.png" alt="Second slide" height=650> - </div> + <img class="d-block w-100" src="{{ URL_ROOT }}/static/img/carousel3.png" alt="Second slide" height=550> + <div class="carousel-caption col-md-3" style="float:right;"> + <h3><b>Anyone can contribute to the project</b></h3> + <h5> The only requirement is that the video should be made using <i>OpenSource</i> tools</h5>like Blender, Manim, Mayavi, etc. + </div> + </div> <div class="carousel-item"> - <img class="d-block w-100" src="https://i.imgur.com/b7lbXaX.png" alt="Third slide" height=650> + <img class="d-block w-100" src="{{ URL_ROOT }}/static/img/carousel2.png" alt="Third slide" height=550> + <div class="carousel-caption col-md-4" style="margin-left:540px; margin-bottom:250px;float:right;"> + <h5><b>Upon successful submission</b><br> + you receive a certificate and an<br> + honorarium from FOSSEE,<br>IIT-Bombay</h5> + </div> </div> </div> <a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev"> |