mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-26 14:17:56 +02:00
add compte - modified ...
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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,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">
|
||||
|
||||
Reference in New Issue
Block a user