This footer, lol
This commit is contained in:
parent
41a91c76d3
commit
cc442ba07a
3 changed files with 2 additions and 10 deletions
|
@ -137,19 +137,13 @@ p {
|
||||||
}
|
}
|
||||||
|
|
||||||
.side_found { margin-top: 100}
|
.side_found { margin-top: 100}
|
||||||
.footer {}
|
|
||||||
@media screen and (min-width: 1024px) {
|
@media screen and (min-width: 1024px) {
|
||||||
.recomendations {
|
.recomendations {
|
||||||
margin-left: 40%;}
|
margin-left: 40%;}
|
||||||
|
|
||||||
.searchbar {
|
.searchbar {
|
||||||
width: 35%;}
|
width: 35%;}
|
||||||
.footer {
|
|
||||||
width: 60%;
|
|
||||||
height: 70;
|
|
||||||
position: fixed;
|
|
||||||
bottom: 70;
|
|
||||||
left: 40%;}
|
|
||||||
.side_found {
|
.side_found {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
width: 35%;
|
width: 35%;
|
||||||
|
|
|
@ -300,6 +300,7 @@ def source_code_link(page):
|
||||||
|
|
||||||
<!-- This the the footer of every page -->
|
<!-- This the the footer of every page -->
|
||||||
|
|
||||||
|
<hr>
|
||||||
This website is under the GNU AGPL license.
|
This website is under the GNU AGPL license.
|
||||||
|
|
||||||
<!-- As always I want to add a bit of CSS to make tables
|
<!-- As always I want to add a bit of CSS to make tables
|
||||||
|
|
|
@ -225,9 +225,6 @@ class handler(BaseHTTPRequestHandler):
|
||||||
|
|
||||||
page = page + '<div class="recomendations">'
|
page = page + '<div class="recomendations">'
|
||||||
page = render.suggestions(page, software_data)
|
page = render.suggestions(page, software_data)
|
||||||
page = page + "</div>"
|
|
||||||
|
|
||||||
page = page + '<div class="footer">'
|
|
||||||
page = render.source_code_link(page)
|
page = render.source_code_link(page)
|
||||||
page = page + "</div>"
|
page = page + "</div>"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue