add compte - modified ...

This commit is contained in:
Tutur33
2023-12-06 13:44:48 +01:00
parent 654f085f3c
commit bdc6c56467
15 changed files with 223 additions and 17 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<section id="about" class="pt-32 mx-24 mb-24">
<section id="about" class="pt-32 mx-4 mb-24 sm:mx-24">
<h2 class="text-2xl font-bold mb-10">About</h2>
<p>Hi ! I'm Arthur, a passionate developer based in France. My journey in the world of development is an inspiring adventure. Every line of code I write is a step toward creating unique and engaging experiences. I am driven by the desire to bring ideas to life and shape them into innovative designs.</p>
+3 -3
View File
@@ -1,4 +1,4 @@
<section id="contact" class="pt-32 mx-24 mb-24">
<section id="contact" class="pt-32 mx-4 mb-24 sm:mx-24">
<h2 class="text-2xl font-bold mb-10">Contact</h2>
@component('components/form/form', {
@@ -10,14 +10,14 @@
'name': 'nom',
'type': 'text',
'required': true,
'placeholder': 'Votre nom',
'placeholder': 'nom',
})
@!component('components/form/field', {
'label': 'E-mail :',
'name': 'email',
'type': 'email',
'required': true,
'placeholder': 'prenom.nom@mail.com',
'placeholder': 'exemple@mail.com',
})
@!component('components/form/field', {
'label': 'Message :',
+1 -1
View File
@@ -1,4 +1,4 @@
<section id="projects" class="pt-32 mx-24 mb-24">
<section id="projects" class="pt-32 mx-4 mb-24 sm:mx-24">
<h2 class="text-2xl font-bold mb-10">Projects</h2>
<div class="flex flex-wrap justify-center">