diff options
author | Sh-Ac | 2019-09-04 14:54:04 +0530 |
---|---|---|
committer | Sh-Ac | 2019-09-04 14:54:04 +0530 |
commit | 372879a051f800dd50a7120eb88bb15277675546 (patch) | |
tree | e16e1a738cb2065bcc67d1fc4497f86ac6f6386e /fossee_manim/templates | |
parent | 27696f4b291f18bd71a17218c57e782e577dfb8c (diff) | |
download | FOSSEE_animations-372879a051f800dd50a7120eb88bb15277675546.tar.gz FOSSEE_animations-372879a051f800dd50a7120eb88bb15277675546.tar.bz2 FOSSEE_animations-372879a051f800dd50a7120eb88bb15277675546.zip |
Fix carousel span issue
Diffstat (limited to 'fossee_manim/templates')
-rw-r--r-- | fossee_manim/templates/fossee_manim/index.html | 4 | ||||
-rw-r--r-- | fossee_manim/templates/fossee_manim/workshops.html | 29 |
2 files changed, 2 insertions, 31 deletions
diff --git a/fossee_manim/templates/fossee_manim/index.html b/fossee_manim/templates/fossee_manim/index.html index 2adf680..611f282 100644 --- a/fossee_manim/templates/fossee_manim/index.html +++ b/fossee_manim/templates/fossee_manim/index.html @@ -5,9 +5,9 @@ {% endblock %} {% block content %} - <div class="container-fluid jumbotron row" align = "justify" style= "padding:0px; height: 550px;"> + <div class="container-fluid jumbotron" align = "justify" style= "padding:0px; height: 550px;"> - <div id="carouselExampleIndicators" class="carousel slide row" data-ride="carousel" style="margin-top: 0px"> + <div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel" style="margin-top: 0px"> <ol class="carousel-indicators"> <li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li> <li data-target="#carouselExampleIndicators" data-slide-to="1"></li> diff --git a/fossee_manim/templates/fossee_manim/workshops.html b/fossee_manim/templates/fossee_manim/workshops.html deleted file mode 100644 index 2e949dc..0000000 --- a/fossee_manim/templates/fossee_manim/workshops.html +++ /dev/null @@ -1,29 +0,0 @@ -{% extends 'fossee_manim/base.html' %} - - {% block title %} - Workshops - {% endblock %} - -{% block content %} - <div class="container-fluid jumbotron" align = "justify" style="margin-top:20px; background-color: transparent"> - <center><h1>Workshops</h1></center> - <!-- <div class="container" style= "font-family: 'Lato', sans-serif; background-color: transparent;"> --> - <hr> - <center style= "color: #555555;"> - Muddled about what you could possibly animate? <br> - Feel free to pick up topics from the lists below! <br> - We like to call it "<i>low-hanging fruit</i>". - </center> - <br> - <div class="container-fluid row"> - <div class="col lg-5"> - <script src="https://gist.github.com/Jar-win/b8207bb59110a459ab7a9089144d1621.js"></script> - </div> - <div class="col-lg-6"> - <br> - <script src="https://gist.github.com/Jar-win/e7601528c911fe35250d19b86b652a02.js"></script> - </div> - </div> - </div> - - {% endblock %} |