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

Merge branch...

Merge branch 'issue/#110-control-element-to-get-back-to-the-top-from-the-bottom-of-the-page' into 'develop'

feat: control element to get back to the top from the bottom of the page

Closes #110

See merge request !66
parents c2bd8b33 62f4102c
Branches
Tags
1 merge request!66feat: control element to get back to the top from the bottom of the page
Pipeline #224208 failed
...@@ -3,92 +3,99 @@ ...@@ -3,92 +3,99 @@
padless padless
color="secondary" color="secondary"
> >
<v-container> <v-container>
<v-row> <v-row>
<v-col <v-col
class="d-flex justify-center mb-1" class="d-flex justify-center mb-1"
cols="12" cols="12"
> >
<!-- TODO: provide translation --> <!-- TODO: provide translation -->
<v-tabs <v-tabs
centered centered
hide-slider hide-slider
background-color="secondary" background-color="secondary"
class="font-weight-light" class="font-weight-light"
dark dark
dense dense
role="navigation" role="navigation"
height="20px" height="20px"
>
<v-tab
class="grey--text text--lighten-3"
to="/project.html#contact"
> >
Contact <v-tab
</v-tab> class="grey--text text--lighten-3"
<v-tab to="/project.html#contact"
class="grey--text text--lighten-3" >
to="/privacy.html" Contact
> </v-tab>
Data Privacy <v-tab
</v-tab> class="grey--text text--lighten-3"
<v-tab to="/privacy.html"
class="grey--text text--lighten-3" >
to="/imprint.html" Data Privacy
> </v-tab>
Imprint <v-tab
</v-tab> class="grey--text text--lighten-3"
<v-tab to="/imprint.html"
class="grey--text text--lighten-3" >
to="/termsofuse.html" Imprint
> </v-tab>
Terms of Use <v-tab
</v-tab> class="grey--text text--lighten-3"
</v-tabs> to="/termsofuse.html"
</v-col> >
</v-row> Terms of Use
<v-row> </v-tab>
<v-col cols="12" class="d-flex justify-space-around align-center"> </v-tabs>
<a href="https://www.dfg.de/" title="Deutsche Forschungsgemeinschaft e.V." target="_blank"> </v-col>
<v-img </v-row>
max-height="100%" <v-row>
max-width="240px" <v-col cols="12" class="d-flex justify-space-around align-center">
style="margin: 0 auto" <a href="https://www.dfg.de/" title="Deutsche Forschungsgemeinschaft e.V." target="_blank">
:src="$withBase('/assets/images/dfg_logo_schriftzug_weiss.svg')" <v-img
></v-img> max-height="100%"
</a> max-width="240px"
<!-- </v-col> style="margin: 0 auto"
<v-col cols="3" class="d-flex"> --> :src="$withBase('/assets/images/dfg_logo_schriftzug_weiss.svg')"
<a href="https://uni-goettingen.de/" title="Georg August University Goettingen" target="_blank"> ></v-img>
<v-img </a>
max-height="100%" <!-- </v-col>
max-width="240px" <v-col cols="3" class="d-flex"> -->
style="margin: 0 auto" <a href="https://uni-goettingen.de/" title="Georg August University Goettingen" target="_blank">
:src="$withBase('/assets/images/logo-uni-goettingen.svg')" <v-img
></v-img> max-height="100%"
</a> max-width="240px"
<!-- </v-col> style="margin: 0 auto"
<v-col cols="3"> --> :src="$withBase('/assets/images/logo-uni-goettingen.svg')"
<a href="https://sub.uni-goettingen.de/" title="State- and University Library Goettingen" target="_blank"> ></v-img>
<v-img </a>
max-height="100%" <!-- </v-col>
max-width="240px" <v-col cols="3"> -->
style="margin: 0 auto" <a href="https://sub.uni-goettingen.de/" title="State- and University Library Goettingen" target="_blank">
:src="$withBase('/assets/images/SUB_left_horizontal_white.svg')" <v-img
></v-img> max-height="100%"
</a> max-width="240px"
</v-col> style="margin: 0 auto"
</v-row> :src="$withBase('/assets/images/SUB_left_horizontal_white.svg')"
<v-row> ></v-img>
<v-col </a>
class="text-caption grey--text text--lighten-3 text-center copyright" </v-col>
cols="12" </v-row>
> <v-row>
<!-- TODO: provide translation --> <v-col
© {{ new Date().getFullYear() }} – Ahiqar - The syriac and arabic Ahiqar Texts (<a href="https://gitlab.gwdg.de/subugoe/ahiqar/website/-/blob/main/CHANGELOG.md" class="grey--text text--lighten-3 text-decoration-none" target="_blank">v{{ version }}</a>) class="text-caption grey--text text--lighten-3 copyright"
</v-col> cols="6"
</v-row> >
</v-container> <!-- TODO: provide translation -->
© {{ new Date().getFullYear() }} – Ahiqar - The syriac and arabic Ahiqar Texts (<a href="https://gitlab.gwdg.de/subugoe/ahiqar/website/-/blob/main/CHANGELOG.md" class="grey--text text--lighten-3 text-decoration-none" target="_blank">v{{ version }}</a>)
</v-col>
<v-col
class="body-2 grey--text text--lighten-3 text-right copyright"
cols="6"
>
<!-- TODO: provide translation -->
<a href="#top" class="grey--text text--lighten-3 text-decoration-none text-uppercase"><v-icon medium class="grey--text text--lighten-3">mdi-arrow-up</v-icon><span class="d-sr-only-focusable">Back to top</span></a>
</v-col>
</v-row>
</v-container>
</v-footer> </v-footer>
</template> </template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment