diff --git a/fossee_manim/templates/fossee_manim/about.html b/fossee_manim/templates/fossee_manim/about.html index 13b5a01..46d307d 100644 --- a/fossee_manim/templates/fossee_manim/about.html +++ b/fossee_manim/templates/fossee_manim/about.html @@ -5,7 +5,7 @@ {% endblock %} {% block content %} -
+

About FOSSEE Animations

@@ -14,6 +14,6 @@

What do we do and why?


-
+
{% endblock content %} diff --git a/fossee_manim/templates/fossee_manim/base.html b/fossee_manim/templates/fossee_manim/base.html index 06d7071..c32f9e0 100644 --- a/fossee_manim/templates/fossee_manim/base.html +++ b/fossee_manim/templates/fossee_manim/base.html @@ -1,179 +1,228 @@ - - - - {% block title %} - HomePage - {% endblock %} - - - + + + + {% block title %} + HomePage + {% endblock %} + + + + + + + + + + + + + + + + + + + + - - - - + + {% block extra %} - - + {% endblock %} - - - - - + + {% block header %} + - - -
-
- - - - - - - -
-
+ + +
+ {% csrf_token %} + + +
+ + + + {% endblock %} - - -
-
- -
-
- {% endblock %} - - {% block content %} -

+ {% block content %} +

Base Template Content. Please override me

- - {% endblock %} - - - - - {% block footer %} - + + {% endblock footer %} + - - - - - - + END Bootstrap-Alert --> + + + - + \ No newline at end of file diff --git a/fossee_manim/templates/fossee_manim/proposal_status.html b/fossee_manim/templates/fossee_manim/proposal_status.html index 7294d3a..72fe544 100644 --- a/fossee_manim/templates/fossee_manim/proposal_status.html +++ b/fossee_manim/templates/fossee_manim/proposal_status.html @@ -5,7 +5,7 @@ {% endblock %} {% block content %} -
+

Proposal Status

diff --git a/fossee_manim/templates/fossee_manim/search_results.html b/fossee_manim/templates/fossee_manim/search_results.html index 303b735..1d460f5 100644 --- a/fossee_manim/templates/fossee_manim/search_results.html +++ b/fossee_manim/templates/fossee_manim/search_results.html @@ -6,14 +6,15 @@ {% block content %}

-
+
{% if s_result %} {% for anime in s_result %}
diff --git a/fossee_manim/templates/fossee_manim/video.html b/fossee_manim/templates/fossee_manim/video.html index e7cf6b3..eeb1707 100644 --- a/fossee_manim/templates/fossee_manim/video.html +++ b/fossee_manim/templates/fossee_manim/video.html @@ -38,10 +38,11 @@
{% if reco %} {% for item in reco %} -
+ {% endfor %} diff --git a/static/css/index.css b/static/css/index.css index 9d7643a..cec0bcb 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -123,4 +123,31 @@ hr { #circle:hover { background-color: #ffe0b2; border-radius: 50%; + } + +.footer{ + right: 0; + left: 0; + bottom: 0; + padding: 1rem; + text-align: center; } +a{ + color:white; +} + +a:hover{ + color:white; + background-color: gray; +} + +.navbar-toggler-icon { + display: inline-block; + width: 1.5em; + height: 1.5em; + vertical-align: middle; + content: ""; + background: no-repeat center center; + background-size: 100% 100%; + background-color: white; + }