Skip to content

Commit

Permalink
anpassung footer
Browse files Browse the repository at this point in the history
  • Loading branch information
martinantonmueller committed Feb 12, 2024
1 parent 80c1131 commit 6e3f4c7
Showing 1 changed file with 24 additions and 26 deletions.
50 changes: 24 additions & 26 deletions templates/partials/footer.j2
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<div class="container">
<div class="wrapper fundament-default-footer" id="wrapper-footer-full" style="margin-top: 4em;">
<div class="container" id="footer-full-content" tabindex="-1">
<div class="footer-separator">
KONTAKT
</div>
<div class="row">
<div class="footer-widget col-lg-1 col-md-2 col-sm-2 col-xs-6 ml-auto text-center ">
<div class="textwidget custom-html-widget">
<a href="https://www.oeaw.ac.at/acdh/"><img src="https://fundament.acdh.oeaw.ac.at/common-assets/images/acdh_logo.svg" class="image" alt="ACDH Logo" style="max-width: 100%; height: auto;" title="ACDH Logo"/></a>
</div>
</div>
<!-- .footer-widget -->
<div class="footer-widget col-lg-4 col-md-3 col-sm-3">
<div class="textwidget custom-html-widget">
<div class="container" id="footer-full-content" tabindex="-1">
<div class="footer-separator">
KONTAKT
</div>
<div class="row justify-content-center">
<div class="footer-widget col-lg-1 col-md-2 col-sm-2 col-xs-6 text-center">
<div class="textwidget custom-html-widget">
<a href="https://www.oeaw.ac.at/acdh/"><img src="https://fundament.acdh.oeaw.ac.at/common-assets/images/acdh_logo.svg" class="image" alt="ACDH Logo" style="max-width: 100%; height: auto;" title="ACDH Logo"/></a>
</div>
</div>
<!-- .footer-widget -->
<div class="footer-widget col-lg-4 col-md-3 col-sm-3">
<div class="textwidget custom-html-widget">
<p>
ACDH-CH
<br/>
Expand All @@ -33,25 +33,23 @@
"
>[email protected]</a>
</p>
</div>
</div>
<!-- .footer-widget -->
<div class="footer-widget col-lg-3 col-md-4 col-sm-3 ml-auto">
<div class="row">
<div class="textwidget custom-html-widget">
</div>
</div>
<!-- .footer-widget -->
<div class="footer-widget col-lg-3 col-md-4 col-sm-3">
<div class="row">
<div class="textwidget custom-html-widget">
<h6 class="font-weight-bold">HELPDESK</h6>
<p>ACDH-CH betreibt einen Helpdesk mit Rat und Hilfestellung zu verschiedensten Fragen der Digital Humanities.</p>
<p>
<a class="helpdesk-button"
href="mailto:[email protected]">e-Mail</a>
</p>
</div>
</div>
<div class="row">
<div class="footer-widget col-lg-3 col-md-4 col-sm-3 ml-auto" style="margin-left:0 !important;">


<div class="textwidget custom-html-widget col-md-4">
</div>
</div>
<div class="row">
<div class="footer-widget col-lg-3 col-md-4 col-sm-3">
<div class="textwidget custom-html-widget col-md-4">
<a id="github-logo" title="GitHub" href="https://github.com/arthur-schnitzler/schnitzler-orte" class="nav-link" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24"><path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-4.466 19.59c-.405.078-.534-.171-.534-.384v-2.195c0-.747-.262-1.233-.55-1.481 1.782-.198 3.654-.875 3.654-3.947 0-.874-.312-1.588-.823-2.147.082-.202.356-1.016-.079-2.117 0 0-.671-.215-2.198.82-.64-.18-1.324-.267-2.004-.271-.68.003-1.364.091-2.003.269-1.528-1.035-2.2-.82-2.2-.82-.434 1.102-.16 1.915-.077 2.118-.512.56-.824 1.273-.824 2.147 0 3.064 1.867 3.751 3.645 3.954-.229.2-.436.552-.508 1.07-.457.204-1.614.557-2.328-.666 0 0-.423-.768-1.227-.825 0 0-.78-.01-.055.487 0 0 .525.246.889 1.17 0 0 .463 1.428 2.688.944v1.489c0 .211-.129.459-.528.385-3.18-1.057-5.472-4.056-5.472-7.59 0-4.419 3.582-8 8-8s8 3.581 8 8c0 3.533-2.289 6.531-5.466 7.59z"/></svg>
</a>
Expand Down

0 comments on commit 6e3f4c7

Please sign in to comment.