summaryrefslogtreecommitdiff
path: root/fossee_manim
diff options
context:
space:
mode:
authorSharanya A2019-07-31 11:20:49 +0530
committerSharanya A2019-07-31 11:20:49 +0530
commit140b189fb53a68c182082b4812838c02e1633dda (patch)
treec8b428b8f314f6978462b406e090f503ca3b03cd /fossee_manim
parent6bf9a8edd05de55b4c666d74c3cca7e6668cab86 (diff)
downloadFOSSEE_animations-140b189fb53a68c182082b4812838c02e1633dda.tar.gz
FOSSEE_animations-140b189fb53a68c182082b4812838c02e1633dda.tar.bz2
FOSSEE_animations-140b189fb53a68c182082b4812838c02e1633dda.zip
Fixed footer with fonts in base and index
Diffstat (limited to 'fossee_manim')
-rw-r--r--fossee_manim/static/css/custom_base.css8
-rw-r--r--fossee_manim/templates/fossee_manim/base.html37
-rw-r--r--fossee_manim/templates/fossee_manim/index.html34
3 files changed, 53 insertions, 26 deletions
diff --git a/fossee_manim/static/css/custom_base.css b/fossee_manim/static/css/custom_base.css
new file mode 100644
index 0000000..5970f3a
--- /dev/null
+++ b/fossee_manim/static/css/custom_base.css
@@ -0,0 +1,8 @@
+.navbar{
+ font-family: 'Raleway', sans-serif;
+ font-size: 15px;
+}
+#basefooter{
+ font-family: 'Lato', sans-serif;
+ font-weight: 400;
+}
diff --git a/fossee_manim/templates/fossee_manim/base.html b/fossee_manim/templates/fossee_manim/base.html
index bacb95d..ad3e6d8 100644
--- a/fossee_manim/templates/fossee_manim/base.html
+++ b/fossee_manim/templates/fossee_manim/base.html
@@ -7,15 +7,29 @@
HomePage
{% endblock %}
</title>
+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.bundle.min.js"></script>
-
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
+ <link rel="stylesheet" href="{{ URL_ROOT }}/static/css/sticky-footer.css" type="text/css" />
+
+ <!-- <link href="https://cdn.quilljs.com/1.3.6/quill.snow.css" rel="stylesheet">
+ <script src="https://cdn.quilljs.com/1.3.6/quill.js"></script> -->
- <link rel="stylesheet" href="{{ URL_ROOT }}/static/css/sticky-footer.css" type="text/css" />
<!-- favicon -->
<link rel="shortcut icon" href="{{ URL_ROOT }}/static/img/favicon.ico" />
+ <style type="text/css">
+ .perma_link:hover{
+ background-color:#d1d2d3;
+ text-decoration: none;
+ }
+ .perma_link a{
+ text-decoration: none;
+ }
+ </style>
+ <link href="https://fonts.googleapis.com/css?family=Raleway:400,500|Lato&display=swap" rel="stylesheet">
+ <link rel="stylesheet" href="{{ URL_ROOT }}/static/css/custom_base.css" type="text/css" />
</head>
<!-- For js/ajax and other related scripts -->
@@ -72,9 +86,9 @@
</ul>
</div>
</nav>
- <div class="jumbotron sticky-top" style="padding-top: 90px; padding-bottom: 0.2%; margin-bottom: 0px; color:#dddddd">
+ <div class="jumbotron sticky-top" style="padding-top: 90px; padding-bottom: 0.2%; margin-bottom: 0px; background-color: #dddddd">
<div class="btn-group btn-group-lg" role="group">
- <button class="btn btn-link perma_link" type="button"><a href="#" style="color:#157b80">About</a></button>
+ <button class="btn btn-link perma_link" type="button"><a href="{% url 'about' %}" style="color:#157b80">About</a></button>
<button class="btn btn-link perma_link" type="button"><a href="{% url 'guidelines' %}" style="color:#222222">Guidelines</a></button>
<button class="btn btn-link perma_link" type="button"><a href="{% url 'faqs' %}" style="color:#222222">FAQ</a></button>
<button class="btn btn-link perma_link" type="button"><a href="{% url 'honorarium' %}" style="color:#222222">Honorarium</a></button>
@@ -90,29 +104,32 @@
</main>
{% block footer %}
- <div class="jumbotron" style="background-color: #222222; margin-bottom: 0px; border-radius: 0 !important;">
+ <div class="jumbotron" id="basefooter" style="background-color: #222222; margin-bottom: 0px; border-radius: 0 !important;">
<div class="container">
<div class="row">
<div class="col-md text-center">
<img src="{{ URL_ROOT }}/static/img/fossee_logo_iitb.png" style="">
</div>
- <div class="col-md text" style="color:#e9ecef;">
+ <div class="col-md text" style="color:#dddddd;">
FOSSEE | IIT-Bombay <br>
Mumbai, India - 400-076 <br>
Phone: (+91) 22-2576-4133<br>
Email: animations@fossee.in
</div>
- <div class="col-md text-center" style="color:#e9ecef; margin-top: 15px">
- <b>Follow us on:<br/>
+ <div class="col-md text-center" style="color:#dddddd; margin-top: 15px">
+ Follow us on:<br/>
<a href="https://twitter.com/fosseenmeict" class="fa fa-twitter"></a>
+ &nbsp; &nbsp; &nbsp;
<a href="https://www.instagram.com/fossee_nmeict/" class="fa fa-instagram"></a>
+ &nbsp; &nbsp; &nbsp;
<a href="https://www.facebook.com/FOSSEENMEICT/" class="fa fa-facebook"></a>
+ &nbsp; &nbsp; &nbsp;
<a href="https://github.com/FOSSEE/" class="fa fa-github"></a>
</div>
</div>
<hr>
- <div class="text-center row" style="color: #e9ecef; color:white; padding:10px;margin-left: 10px; text-align:center">
+ <div class="text-center row" style="color: #dddddd; color:white; padding:10px;margin-left: 10px; text-align:center">
The FOSSEE project is funded by the National Mission on Education through ICT, MHRD, Government of India.
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License
</div>
diff --git a/fossee_manim/templates/fossee_manim/index.html b/fossee_manim/templates/fossee_manim/index.html
index dc9b272..d1d4467 100644
--- a/fossee_manim/templates/fossee_manim/index.html
+++ b/fossee_manim/templates/fossee_manim/index.html
@@ -144,32 +144,34 @@
</div>
<!--Footer-->
- <div class="jumbotron row" id="mainfooter" style="background-color: #222222; margin-bottom: 0px; border-radius: 0 !important; padding-top:35px; padding-bottom:35px" >
+ <div class="jumbotron row" id="mainfooter" style="background-color: #222222; margin-bottom: 0px; border-radius: 0 !important;">
<div class="container">
<div class="row" style= >
<div class="col-md text-center">
<img src="{{ URL_ROOT }}/static/img/fossee_logo_iitb.png" style="">
</div>
- <div class="col-md text" style="color:#dddddd;">
- FOSSEE | IIT-Bombay <br>
- Mumbai, India - 400-076 <br>
- Phone: (+91) 22-2576-4133<br>
- Email: animations@fossee.in
- </div>
- <div class="col-md text-center" style="color:#dddddd; margin-top: 15px">
- Follow us on:<br/>
- <a href="https://twitter.com/fosseenmeict" class="fa fa-twitter"></a>
- <a href="https://www.instagram.com/fossee_nmeict/" class="fa fa-instagram"></a>
+ <div class="col-md text" style="color:#dddddd;">
+ FOSSEE | IIT-Bombay <br>
+ Mumbai, India - 400-076 <br>
+ Phone: (+91) 22-2576-4133<br>
+ Email: animations@fossee.in
+ </div>
+ <div class="col-md text-center" style="color:#dddddd; margin-top: 15px">
+ Follow us on:<br/>
+ <a href="https://twitter.com/fosseenmeict" class="fa fa-twitter"></a>
+ <a href="https://www.instagram.com/fossee_nmeict/" class="fa fa-instagram"></a>
<a href="https://www.facebook.com/FOSSEENMEICT/" class="fa fa-facebook"></a>
<a href="https://github.com/FOSSEE/" class="fa fa-github"></a>
</div>
- <div class="text-center row" style="color: #dddddd; margin-left: 70px; margin-top: 30px;text-align:center;">
- The FOSSEE project is funded by the National Mission on Education through ICT, MHRD, Government of India.
- This work is licensed under a <br>Creative Commons Attribution-ShareAlike 4.0 International License
- </div>
+ </div>
+ <hr>
+ <div class="text-center row" style="color: #dddddd; color:white; padding:10px;margin-left: 10px; text-align:center">
+ The FOSSEE project is funded by the National Mission on Education through ICT, MHRD, Government of India.
+ This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License
+ </div>
</div>
</div>
- </div>
+
</body>
</html>