|
|
@ -22,9 +22,13 @@ |
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free/css/all.min.css"> |
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free/css/all.min.css"> |
|
|
|
{% endblock %} |
|
|
|
{% endblock %} |
|
|
|
<style> |
|
|
|
<style> |
|
|
|
|
|
|
|
html { |
|
|
|
|
|
|
|
position: relative; |
|
|
|
|
|
|
|
min-height: 100%; |
|
|
|
|
|
|
|
} |
|
|
|
body { |
|
|
|
body { |
|
|
|
padding-top: 70px; |
|
|
|
padding-top: 70px; |
|
|
|
padding-bottom: 70px; |
|
|
|
padding-bottom: 10px; |
|
|
|
background-color: #eee; |
|
|
|
background-color: #eee; |
|
|
|
/* font-size: 2vw; */ |
|
|
|
/* font-size: 2vw; */ |
|
|
|
font-family: Georgia, sans-serif !important; |
|
|
|
font-family: Georgia, sans-serif !important; |
|
|
@ -46,7 +50,17 @@ |
|
|
|
p { |
|
|
|
p { |
|
|
|
text-indent: 2em; |
|
|
|
text-indent: 2em; |
|
|
|
} |
|
|
|
} |
|
|
|
{% block style %}{% endblock %} |
|
|
|
.footer { |
|
|
|
|
|
|
|
position: absolute; |
|
|
|
|
|
|
|
bottom: 0; |
|
|
|
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
/* Set the fixed height of the footer here */ |
|
|
|
|
|
|
|
height: 60px; |
|
|
|
|
|
|
|
background-color: #f5f5f5; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
{% block style %} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{% endblock %} |
|
|
|
</style> |
|
|
|
</style> |
|
|
|
|
|
|
|
|
|
|
|
</head> |
|
|
|
</head> |
|
|
@ -278,7 +292,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
{% endblock content %} |
|
|
|
{% endblock content %} |
|
|
|
<footer class="text-center text-white" style="background-color: #6171ce"> |
|
|
|
<footer id="footer" class="text-center text-white" style="background-color: #6171ce;margin-bottom: 0"> |
|
|
|
<div |
|
|
|
<div |
|
|
|
class="text-center p-3" |
|
|
|
class="text-center p-3" |
|
|
|
style="background-color: rgba(0, 0, 0, 0.2)" |
|
|
|
style="background-color: rgba(0, 0, 0, 0.2)" |
|
|
|