diff --git a/fossee_manim/static/css/index.css b/fossee_manim/static/css/index.css index 0a7895e..5553495 100644 --- a/fossee_manim/static/css/index.css +++ b/fossee_manim/static/css/index.css @@ -124,3 +124,8 @@ hr { background-color: #ffe0b2; border-radius: 50%; } +.footer{ + left: 0; + right: 0; + margin-left:-10%; +} \ No newline at end of file diff --git a/fossee_manim/static/img/fosseee_main_logo.png b/fossee_manim/static/img/fosseee_main_logo.png new file mode 100644 index 0000000..d0d094c Binary files /dev/null and b/fossee_manim/static/img/fosseee_main_logo.png differ 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..75d4186 100644 --- a/fossee_manim/templates/fossee_manim/base.html +++ b/fossee_manim/templates/fossee_manim/base.html @@ -1,179 +1,268 @@ - - - - {% block title %} + + <head> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <title> + {% block title %} HomePage - {% endblock %} - + {% endblock %} + - - + + - - - - + + + + - - + + - - - - - + + + + + + + - {% block extra %} - - {% endblock %} - - - {% block header %} - - {% endblock footer %} + {% endblock %} - - - + {% block content %} +

+

Base Template Content. Please override me

+ {% endblock %} + - - + {% block footer %} + +
+

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

+
- + {% endblock footer %} + + + + - + \ 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..fce04b3 100644 --- a/fossee_manim/templates/fossee_manim/search_results.html +++ b/fossee_manim/templates/fossee_manim/search_results.html @@ -6,14 +6,14 @@ {% 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; + } diff --git a/static/img/fosseee_main_logo.png b/static/img/fosseee_main_logo.png new file mode 100644 index 0000000..d0d094c Binary files /dev/null and b/static/img/fosseee_main_logo.png differ