mirror of
https://github.com/LJ5O/website.git
synced 2026-08-11 22:54:46 +02:00
Added links to contact page
This commit is contained in:
@@ -27,7 +27,9 @@
|
|||||||
<div id="footer_contact_div">
|
<div id="footer_contact_div">
|
||||||
<h1>Contact</h1>
|
<h1>Contact</h1>
|
||||||
<p>Want to contact me ? Let's have a talk !</p>
|
<p>Want to contact me ? Let's have a talk !</p>
|
||||||
<div id="footer_contact_button" class="button">Contact</div>
|
<router-link to="contact">
|
||||||
|
<div id="footer_contact_button" class="button">Contact</div>
|
||||||
|
</router-link>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer_picture">
|
<div id="footer_picture">
|
||||||
@@ -40,6 +42,8 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
|
import { RouterLink } from 'vue-router';
|
||||||
|
|
||||||
import social from './home/libs/social.vue';
|
import social from './home/libs/social.vue';
|
||||||
|
|
||||||
import mailSvg from '@/assets/img/mail.svg';
|
import mailSvg from '@/assets/img/mail.svg';
|
||||||
@@ -57,7 +61,7 @@
|
|||||||
},{
|
},{
|
||||||
img:mailSvg,
|
img:mailSvg,
|
||||||
routerLink:true,
|
routerLink:true,
|
||||||
link:"#"
|
link:"contact"
|
||||||
}];
|
}];
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@@ -157,6 +161,7 @@
|
|||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
color:black;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer_little_text{
|
#footer_little_text{
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
},{
|
},{
|
||||||
img:mailSvg,
|
img:mailSvg,
|
||||||
routerLink:true,
|
routerLink:true,
|
||||||
link:"#"
|
link:"contact"
|
||||||
}];
|
}];
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user