Skip to content

Commit

Permalink
update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
scholtz committed Feb 18, 2024
1 parent 742f418 commit 456a872
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 100 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main
jobs:
deploy:
name: "Deploy main branch"
name: 'Deploy main branch'
runs-on: ubuntu-latest
steps:
- name: Configure SSH
Expand All @@ -26,4 +26,4 @@ jobs:
SSH_HOST: ${{ secrets.SSH_HOST }}

- name: Deploy
run: ssh staging 'cd ~/ALedgerFE && ./deploy.sh'
run: ssh staging 'cd ~/BiatecWeb && ./deploy.sh'
100 changes: 2 additions & 98 deletions src/components/PageFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,104 +26,8 @@ onBeforeUnmount(() => {
})
</script>
<template>
<Card class="surface-section custom-footer py-7 md:px-6 lg:px-8 m-2">
<template #content>
<div class="grid">
<div class="lg:col-3 md:col-6 md:text-center sm:col-12 mb-4 px-5 text-center">
<span class="mb-3 inline-block footer-name" style="border-radius: 10px"> </span>
<div class="text-900 text-xl mb-3 font-medium footer-name">
<a href="https://www.biatec.io"><Button link>Part of the Biatec Group</Button></a>
</div>
<span class="text-300 line-height-3">&copy; 2023 - 2004 Scholtz &amp; Company, jsa</span>
</div>
<div
:class="
isMobile
? 'col-12 px-5 font-style text-center'
: 'lg:col-3 md:col-6 md:text-center sm:col-12 px-5 font-style'
"
>
<div class="text-900 text-xl mb-3 font-medium">Links</div>
<div class="font-style-div">
<RouterLink to="/about-bitatec-accounting">
<Button link severity="secondary" size="small" class="m-0 p-0">
About the project
</Button>
</RouterLink>
</div>
<div class="font-style-div">
<RouterLink to="/contact-us">
<Button link severity="secondary" size="small" class="m-0 p-0"> Contact us </Button>
</RouterLink>
</div>
<div class="font-style-div">
<RouterLink to="/gdpr/latest">
<Button link severity="secondary" size="small" class="m-0 p-0"> GDPR policy </Button>
</RouterLink>
</div>
<div class="font-style-div">
<RouterLink to="/terms/latest">
<Button link severity="secondary" size="small" class="m-0 p-0">
Terms and agreement
</Button>
</RouterLink>
</div>
</div>

<div
:class="
isMobile
? 'col-12 px-5 font-style text-center mt-2'
: 'lg:col-3 md:col-6 md:text-center sm:col-12 px-5 font-style'
"
>
<div class="text-900 text-xl mb-3 font-medium">Resources</div>
<div class="font-style-div">
<RouterLink to="/settings">
<Button link severity="secondary" size="small" class="m-0 p-0"> Settings </Button>
</RouterLink>
</div>
<div class="font-style-div">
<RouterLink to="/biatec-accounting-pricing">
<Button link severity="secondary" size="small" class="m-0 p-0"> Pricing </Button>
</RouterLink>
</div>
</div>
<div
:class="
isMobile
? 'col-12 px-5 font-style text-center mt-2 contactus'
: 'lg:col-3 md:col-6 md:text-center sm:col-12 px-5 font-style contactus'
"
>
<div class="text-900 text-xl mb-3 font-medium ml-2">Contact US</div>
<a href="https://discord.gg/8m4KTcVSH9">
<Button icon="pi pi-discord" severity="info" text raised rounded aria-label="User" />
</a>
<a href="https://t.me/+mWQObAvGe_5lNDNk">
<Button
icon="pi pi-telegram"
severity="warning"
label=""
text
raised
rounded
aria-label="Notification"
/>
</a>
<a href="https://twitter.com/eAlgonaut/">
<Button
icon="pi pi-twitter"
severity="help"
text
raised
rounded
aria-label="Favorite"
/>
</a>
</div>
</div>
</template>
<Card class="m-2 text-center">
<template #content> &copy; 2021-2024 Scholtz & Company, jsa </template>
</Card>
</template>
<style scoped>
Expand Down

0 comments on commit 456a872

Please sign in to comment.