diff options
-rw-r--r-- | fossee_manim/templates/fossee_manim/about.html | 21 | ||||
-rw-r--r-- | fossee_manim/templates/fossee_manim/faqs.html | 4 | ||||
-rw-r--r-- | fossee_manim/templates/fossee_manim/guidelines.html | 2 | ||||
-rw-r--r-- | fossee_manim/templates/fossee_manim/honorarium.html | 2 | ||||
-rw-r--r-- | fossee_manim/templates/fossee_manim/login.html | 34 |
5 files changed, 38 insertions, 25 deletions
diff --git a/fossee_manim/templates/fossee_manim/about.html b/fossee_manim/templates/fossee_manim/about.html index 281c8d7..5af0cac 100644 --- a/fossee_manim/templates/fossee_manim/about.html +++ b/fossee_manim/templates/fossee_manim/about.html @@ -5,11 +5,20 @@ {% endblock %} {% block content %} - <div class="container-fluid jumbotron" align = "justify" style="margin-top:20px; padding:80px;"> + <div class="container-fluid jumbotron" align = "justify" style="margin-top:20px; padding:50px; background-color: transparent;"> <!-- style="padding-top:120px"> --> - <h1>About FOSSEE Animations</h1> - <h4 style= "color: #555555;"><i>What</i> we do and <i>why</i> do we do it?</h4> - <div class="container" style= "font-family: 'Lato', sans-serif;"> - </div> - </div> + <center> + <h1>About FOSSEE Animations</h1> + <h4 style= "color: #555555;"><i>What</i> do we do and <i>why</i>?</h4> + </center> + + <div class="container" style= "font-family: 'Lato', sans-serif; background-color: #e7edee;"> + <!-- <div class="container-fluid jumbotron" align= "justify" style = "font-family: 'Lato', sans-serif;"> + + Lalalla + </div> --> + <hr> + sjowidjei +</div> + </div> {% endblock %} diff --git a/fossee_manim/templates/fossee_manim/faqs.html b/fossee_manim/templates/fossee_manim/faqs.html index 09900c2..c7b6be5 100644 --- a/fossee_manim/templates/fossee_manim/faqs.html +++ b/fossee_manim/templates/fossee_manim/faqs.html @@ -10,12 +10,12 @@ background-color: #f2e680; } </style> -<div class="container-fluid jumbotron" align = "justify" style="margin-top:20px"> +<div class="container-fluid jumbotron" align = "justify" style="margin-top:20px; background-color: transparent"> <!-- style="padding-top:120px"> --> <h1><center>Frequently Asked Questions</center></h1> <div class="container" style= "font-family: 'Lato', sans-serif;"> - <hr/> + <hr> <ul> <li><h5>Who can submit proposals?</h5></li> Anyone can submit proposals. diff --git a/fossee_manim/templates/fossee_manim/guidelines.html b/fossee_manim/templates/fossee_manim/guidelines.html index a6256c5..93c9dba 100644 --- a/fossee_manim/templates/fossee_manim/guidelines.html +++ b/fossee_manim/templates/fossee_manim/guidelines.html @@ -10,7 +10,7 @@ background-color: #c2d2df; } </style> - <div class="container-fluid jumbotron" align = "justify" style="margin-top:20px;"> + <div class="container-fluid jumbotron" align = "justify" style="margin-top:20px; background-color: #e7edee;"> <h1><center>Guidelines for Submitting Proposals</center></h1> <div class="container"> <hr> diff --git a/fossee_manim/templates/fossee_manim/honorarium.html b/fossee_manim/templates/fossee_manim/honorarium.html index e281cf2..3896717 100644 --- a/fossee_manim/templates/fossee_manim/honorarium.html +++ b/fossee_manim/templates/fossee_manim/honorarium.html @@ -16,7 +16,7 @@ } </style> - <div class="container-fluid jumbotron" align = "justify" style="margin-top:20px;"> + <div class="container-fluid jumbotron" align = "justify" style="margin-top:20px; background-color: #e7edee;"> <h1><center>Honorarium</center></h1> <div class="container" style= "font-family: 'Lato', sans-serif;"> <hr> diff --git a/fossee_manim/templates/fossee_manim/login.html b/fossee_manim/templates/fossee_manim/login.html index fc5d4bc..fd8580d 100644 --- a/fossee_manim/templates/fossee_manim/login.html +++ b/fossee_manim/templates/fossee_manim/login.html @@ -5,21 +5,25 @@ {% endblock %} {% block content %} - <div class="container" align="center"> - <br> + <div class="container-fluid jumbotron" align="justify" style="margin-top:20px; background-color: #e7edee;"> + <center> <h1>Login</h1> - <form method="post"> - {% csrf_token %} - <table class="table table-bordered"> - {{ form.as_table }} - <br> - <br> - </table> - <button class="btn btn-success btn-sm" type="submit" style="background-color:#e45700;color:white; border:0px">Login</button> - <a href="{{URL_ROOT}}/forgotpassword/" class="btn btn-default btn-sm" style="color:#157b80; ">Forgot Password?</a> - </form> - <br> - <p>Don't have an account yet? <a href="{{URL_ROOT}}/register/" style="background-color:#157b80; color:white;">Register here!</a></p> - <br> + <hr> + <div class="container" style= "font-family: 'Lato', sans-serif;"> + <form method="post"> + {% csrf_token %} + <table class="table table-bordered"> + {{ form.as_table }} + <br> + <br> + </table> + <button class="btn btn-success btn-sm" type="submit" style="background-color:#e45700;color:white; border:0px">Login</button> + <a href="{{URL_ROOT}}/forgotpassword/" class="btn btn-default btn-sm" style="color:#157b80; ">Forgot Password?</a> + </form> + <br> + <p>Don't have an account yet? <a href="{{URL_ROOT}}/register/" style="background-color:#157b80; color:white;">Register here!</a></p> + </center> + <br> + </div> </div> {% endblock %} |