summaryrefslogtreecommitdiff
path: root/fossee_manim/templates
diff options
context:
space:
mode:
authorSh-Ac2019-08-30 17:13:05 +0530
committerSh-Ac2019-08-30 17:13:05 +0530
commita51bb74f01299f24591dab0db11e4a4b99d16ad7 (patch)
tree8850b6e2b9cb7534ebe2beeb59971e5c0bca7433 /fossee_manim/templates
parent6f7a60300442c41e708b024c8b58ca90773e7a82 (diff)
downloadFOSSEE_animations-a51bb74f01299f24591dab0db11e4a4b99d16ad7.tar.gz
FOSSEE_animations-a51bb74f01299f24591dab0db11e4a4b99d16ad7.tar.bz2
FOSSEE_animations-a51bb74f01299f24591dab0db11e4a4b99d16ad7.zip
css changes
Diffstat (limited to 'fossee_manim/templates')
-rw-r--r--fossee_manim/templates/fossee_manim/about.html21
-rw-r--r--fossee_manim/templates/fossee_manim/faqs.html4
-rw-r--r--fossee_manim/templates/fossee_manim/guidelines.html2
-rw-r--r--fossee_manim/templates/fossee_manim/honorarium.html2
-rw-r--r--fossee_manim/templates/fossee_manim/login.html34
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 %}