Skip to content
Snippets Groups Projects
Commit b5c0b164 authored by Nils Windisch's avatar Nils Windisch :coffee:
Browse files

feat: update logos on website

closes #98
parent b6492be7
No related branches found
No related tags found
1 merge request!54feat: update logos on website
Pipeline #218600 passed
......@@ -3,66 +3,92 @@
padless
color="secondary"
>
<v-col
class="d-flex justify-center pb-0"
cols="12"
>
<!-- TODO: provide translation -->
<v-tabs
centered
hide-slider
background-color="secondary"
class="font-weight-light"
dark
dense
role="navigation"
height="20px"
>
<v-tab
class="grey--text text--lighten-3"
to="/project.html#contact"
<v-container>
<v-row>
<v-col
class="d-flex justify-center mb-1"
cols="12"
>
<!-- TODO: provide translation -->
<v-tabs
centered
hide-slider
background-color="secondary"
class="font-weight-light"
dark
dense
role="navigation"
height="20px"
>
Contact
</v-tab>
<v-tab
class="grey--text text--lighten-3"
to="/privacy.html"
>
Data Privacy
</v-tab>
<v-tab
class="grey--text text--lighten-3"
to="/imprint.html"
>
Imprint
</v-tab>
<v-tab
class="grey--text text--lighten-3"
to="/termsofuse.html"
>
Terms of Use
</v-tab>
</v-tabs>
</v-col>
<v-col
cols="12"
>
<a href="https://www.dfg.de/" target="_blank">
<v-img
max-height="100%"
max-width="200px"
style="margin: 0 auto"
:src="$withBase('/assets/images/dfg_logo_schriftzug_weiss.svg')"
></v-img>
</a>
</v-col>
<v-col
class="text-caption grey--text text--lighten-3 text-center copyright"
cols="12"
>
<!-- TODO: provide translation -->
© {{ new Date().getFullYear() }} – Ahiqar - The syriac and arabic Ahiqar Texts
</v-col>
<v-tab
class="grey--text text--lighten-3"
to="/project.html#contact"
>
Contact
</v-tab>
<v-tab
class="grey--text text--lighten-3"
to="/privacy.html"
>
Data Privacy
</v-tab>
<v-tab
class="grey--text text--lighten-3"
to="/imprint.html"
>
Imprint
</v-tab>
<v-tab
class="grey--text text--lighten-3"
to="/termsofuse.html"
>
Terms of Use
</v-tab>
</v-tabs>
</v-col>
</v-row>
<v-row>
<v-col cols="12" class="d-flex justify-space-around align-center">
<a href="https://www.dfg.de/" title="Deutsche Forschungsgemeinschaft e.V." target="_blank">
<v-img
max-height="100%"
max-width="240px"
style="margin: 0 auto"
:src="$withBase('/assets/images/dfg_logo_schriftzug_weiss.svg')"
></v-img>
</a>
<!-- </v-col>
<v-col cols="3" class="d-flex"> -->
<a href="https://uni-goettingen.de/" title="Georg August University Goettingen" target="_blank">
<v-img
max-height="100%"
max-width="240px"
style="margin: 0 auto"
:src="$withBase('/assets/images/logo-uni-goettingen.svg')"
></v-img>
</a>
<!-- </v-col>
<v-col cols="3"> -->
<a href="https://sub.uni-goettingen.de/" title="State- and University Library Goettingen" target="_blank">
<v-img
max-height="100%"
max-width="240px"
style="margin: 0 auto"
:src="$withBase('/assets/images/SUB_left_horizontal_white.svg')"
></v-img>
</a>
</v-col>
</v-row>
<v-row>
<v-col
class="text-caption grey--text text--lighten-3 text-center copyright"
cols="12"
>
<!-- TODO: provide translation -->
© {{ new Date().getFullYear() }} – Ahiqar - The syriac and arabic Ahiqar Texts
</v-col>
</v-row>
</v-container>
</v-footer>
</template>
......
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment