mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-27 18:30:32 +01:00
Center contact
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<section class="w-full flex justify-center flex-col">
|
<section class="w-full flex justify-center flex-col">
|
||||||
<h2 class="mb-10 font-bold text-gray-700 text-2xl md:text-3xl my-4 dark:text-gray-400">
|
<h2 class="mb-10 font-bold text-gray-700 text-2xl md:text-3xl my-4 dark:text-gray-400 text-center">
|
||||||
{{ $t('contact.form.title.main') }} <br class="lg:hidden"/><a class="email text-black dark:text-white" href="mailto:me@arthurdanjou.fr" target="_blank">{{ $t('contact.form.title.email') }}</a> 📬
|
{{ $t('contact.form.title.main') }} <br class="lg:hidden"/><a class="email text-black dark:text-white" href="mailto:me@arthurdanjou.fr" target="_blank">{{ $t('contact.form.title.email') }}</a> 📬
|
||||||
</h2>
|
</h2>
|
||||||
<form class="w-full">
|
<form class="w-full">
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<main class="contact flex flex-col px-4 xl:px-64">
|
<main class="contact flex flex-col items-center px-4 xl:px-64">
|
||||||
<PageTitle class="self-center" title="part.contact" />
|
<PageTitle class="self-center" title="part.contact" />
|
||||||
|
<p class="text-justify text-gray-700 dark:text-gray-400 text-xl my-8">{{ $t('contact.description') }}</p>
|
||||||
<section class="w-full lg:w-3/4 mb-10 mt-4 text-justify">
|
<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">
|
<h1 class="font-bold text-gray-700 text-xl md:text-3xl my-4 dark:text-gray-400 text-center">
|
||||||
{{ $t('contact.why.title') }}
|
{{ $t('contact.why.title') }}
|
||||||
</h1>
|
</h1>
|
||||||
<h3 class="text-lg">
|
<h3 class="text-lg">
|
||||||
|
|||||||
Reference in New Issue
Block a user