Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
[update] included email and beveldrive logo for contact at footer.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoDG committed Mar 15, 2024
1 parent 982a777 commit 2693ae9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
Binary file added src/assets/images/Beveldrive_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 14 additions & 3 deletions src/components/Footer.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@

import { RouterLink } from 'vue-router';
import { RouterLink } from 'vue-router';
<template>
<footer class="fixed bottom-0 bg-[#00050e] pt-8 pb-6 mx-auto px-auto align-middle w-full">
<div class="container mx-auto px-4">
Expand Down Expand Up @@ -87,14 +90,22 @@
</div>
<hr class="my-6 border-cyan-300">
<div class="flex flex-wrap items-center md:justify-between justify-center">
<div class="w-full md:w-4/12 px-4 mx-auto text-center">
<div class="w-full md:w-5/12 px-4 mx-auto text-center">
<div class="text-sm text-white font-semibold py-1">
Copyright © <span id="get-current-year">2024</span>
<a href="https://twitch.tv/shiandegames" class="text-indigo-500 hover:text-indigo-800">
<span class="text-indigo-600">
ShiandeGames
</a>. Todos os direitos reservados.
</span> e
<span class="text-rose-600">
Bevel Drive</span>.
Todos os direitos reservados.
</div>
</div>
<div>
<a href="mailto://[email protected]">
<img src="@/assets/images/Beveldrive_logo.png" alt="Bevel Drive Logo" class="w-10 h-10">
</a>
</div>
</div>
</div>
</footer>
Expand Down

0 comments on commit 2693ae9

Please sign in to comment.