diff --git a/daapinterface.py b/daapinterface.py index 8f5db80..080c5ce 100644 --- a/daapinterface.py +++ b/daapinterface.py @@ -560,9 +560,9 @@ def contributor(): ''') sparql.setReturnFormat(JSON) contributorintro = sparql.query().convert() - print("person intro") - print(contributorintro) - print("==========") + # print("person intro") + # print(contributorintro) + # print("==========") # image sparql.setQuery(''' @@ -580,8 +580,8 @@ def contributor(): ''') sparql.setReturnFormat(JSON) contributorimage = sparql.query().convert() - print(contributorimage) - print("==========") + # print(contributorimage) + # print("==========") # biography @@ -659,8 +659,8 @@ def contributor(): ''') sparql.setReturnFormat(JSON) contributor_creatorof = sparql.query().convert() - print(contributor_creatorof) - print("==========") + # print(contributor_creatorof) + # print("==========") # publisher of sparql.setQuery(''' @@ -697,8 +697,8 @@ def contributor(): ''') sparql.setReturnFormat(JSON) contributor_publisherof = sparql.query().convert() - print(contributor_publisherof) - print("============") + # print(contributor_publisherof) + # print("============") diff --git a/static/css/style.css b/static/css/style.css index 8acdc04..6c63fb3 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -432,10 +432,16 @@ div#footer{ #footer-credit, #footer-socials{ padding: 0px 56px 0px 0px; } + +div#footer-title-contact { + margin-bottom: 20px; +} + #footer-socials-links { display: flex; flex-direction: column; flex-wrap: nowrap; + margin-top: 10px; } div#footer-title-br p, div#footer-title-others p, div#footer-title-contact p, div#footer-title-socials p{ @@ -2112,7 +2118,7 @@ div#tutorials-intro h3, div#tutorials-intro p { } #footer-title-others {text-align: right;} - #footer-title-contact {text-align: left; margin-bottom: 20px;} + #footer-title-contact {text-align: left;} #footer-socials {width: 100%; } #footer-socials-links { display: flex; diff --git a/templates/artistsindex.html b/templates/artistsindex.html index 1e1ba19..ef171c2 100644 --- a/templates/artistsindex.html +++ b/templates/artistsindex.html @@ -15,8 +15,8 @@ {% for x in results['results']['bindings']%} - {{ x['creators']['value'] | replace('http://daap.bannerrepeater.org/entity/', '') }} - {{ x["creatorsLabel"]['value'] }} + {{ x['creators']['value'] | replace('http://daap.bannerrepeater.org/entity/', '') }} + {{ x["creatorsLabel"]['value'] }} {% if "creatorsAltLabel" in x %} {{ x["creatorsAltLabel"]["value"] }} diff --git a/templates/artwork.html b/templates/artwork.html index 31e8959..7bf9b48 100644 --- a/templates/artwork.html +++ b/templates/artwork.html @@ -197,7 +197,7 @@ {% for x in artworkcontributors['results']['bindings'] %}