Add index page, favicon, robots.txt and sitemap.xml
This commit is contained in:
parent
820907c3c2
commit
cb904127c0
26 changed files with 4163 additions and 2638 deletions
34
components/AppFooter.vue
Normal file
34
components/AppFooter.vue
Normal file
|
@ -0,0 +1,34 @@
|
|||
<template>
|
||||
|
||||
<footer>
|
||||
<div class="contact">
|
||||
<a href="mailto:contact@paulnicoue.com" target="_blank" aria-label="Écrire un e-mail à Paul Nicoué">contact<span>@</span>paulnicoue.com</a>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
|
||||
footer {
|
||||
padding: 2rem;
|
||||
}
|
||||
|
||||
.contact {
|
||||
font-family: var(--title-font-family);
|
||||
font-size: 1.4rem;
|
||||
text-align: center;
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
span {
|
||||
color: var(--emerald);
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
|
@ -1,14 +0,0 @@
|
|||
<template>
|
||||
|
||||
<h1>Paul Nicoué, intégrateur et développeur web</h1>
|
||||
|
||||
</template>
|
||||
|
||||
<style lang="scss">
|
||||
|
||||
h1 {
|
||||
color: var(--emerald);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue