mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-14 12:14:42 +01:00
Working
This commit is contained in:
@@ -60,8 +60,6 @@ export default defineComponent({
|
||||
headers: {
|
||||
'Access-Control-Allow-Origin': 'https://arthurdanjou.fr',
|
||||
'Accept': '*/*',
|
||||
'Origin': 'https://arthurdanjou.fr',
|
||||
'host': 'https://arthurdanjou.fr'
|
||||
}
|
||||
})
|
||||
if (response.status === 200) {
|
||||
|
||||
@@ -186,7 +186,11 @@ export default {
|
||||
description: 'Ce status sera mis à jour en temps réel pour vous indiquer si je suis disponible pour du travail.',
|
||||
start: 'Je suis actuellement',
|
||||
end: 'pour du travail'
|
||||
},
|
||||
services: {
|
||||
title: 'Voici la liste de services proposés 🛍'
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
guestbook: {
|
||||
|
||||
@@ -9,6 +9,14 @@
|
||||
{{ $t('contact.why.description') }}
|
||||
</h3>
|
||||
</section>
|
||||
<section class="w-full lg:w-3/4 mb-10 mt-4 text-justify">
|
||||
<h1 class="font-bold text-gray-700 text-xl md:text-3xl my-4 dark:text-gray-400">
|
||||
{{ $t('contact.services.title') }}
|
||||
</h1>
|
||||
<div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
<section class="w-full lg:w-3/4 mb-10 mt-4 text-justify">
|
||||
<h1 class="font-bold text-gray-700 text-xl md:text-3xl my-4 dark:text-gray-400">
|
||||
{{ $t('contact.available.title') }}
|
||||
|
||||
Reference in New Issue
Block a user