This commit is contained in:
Adrian Amaglio 2019-09-30 15:03:13 +02:00
parent 285335ad99
commit 493e901c65
34 changed files with 4 additions and 5 deletions

0
city.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 325 KiB

After

Width:  |  Height:  |  Size: 325 KiB

0
facade.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 178 KiB

After

Width:  |  Height:  |  Size: 178 KiB

0
font/roboto/NOTICE.txt Normal file → Executable file
View File

0
font/roboto/Roboto-Black.ttf Normal file → Executable file
View File

0
font/roboto/Roboto-BlackItalic.ttf Normal file → Executable file
View File

0
font/roboto/Roboto-Bold.ttf Normal file → Executable file
View File

0
font/roboto/Roboto-BoldCondensed.ttf Normal file → Executable file
View File

0
font/roboto/Roboto-BoldCondensedItalic.ttf Normal file → Executable file
View File

0
font/roboto/Roboto-BoldItalic.ttf Normal file → Executable file
View File

0
font/roboto/Roboto-Condensed.ttf Normal file → Executable file
View File

0
font/roboto/Roboto-CondensedItalic.ttf Normal file → Executable file
View File

0
font/roboto/Roboto-Italic.ttf Normal file → Executable file
View File

0
font/roboto/Roboto-Light.ttf Normal file → Executable file
View File

0
font/roboto/Roboto-LightItalic.ttf Normal file → Executable file
View File

0
font/roboto/Roboto-Medium.ttf Normal file → Executable file
View File

0
font/roboto/Roboto-MediumItalic.ttf Normal file → Executable file
View File

0
font/roboto/Roboto-Regular.ttf Normal file → Executable file
View File

0
font/roboto/Roboto-Thin.ttf Normal file → Executable file
View File

0
font/roboto/Roboto-ThinItalic.ttf Normal file → Executable file
View File

0
font/roboto/Roboto_Specimen_Book.pdf Normal file → Executable file
View File

0
fonts/Roboto-Bold.ttf Normal file → Executable file
View File

0
fonts/Roboto-BoldCondensed.ttf Normal file → Executable file
View File

0
fonts/Roboto-BoldCondensedItalic.ttf Normal file → Executable file
View File

0
fonts/Roboto-BoldItalic.ttf Normal file → Executable file
View File

0
fonts/Roboto-Condensed.ttf Normal file → Executable file
View File

0
fonts/Roboto-CondensedItalic.ttf Normal file → Executable file
View File

0
fonts/Roboto-Italic.ttf Normal file → Executable file
View File

0
fonts/Roboto-Regular.ttf Normal file → Executable file
View File

9
index.html Normal file → Executable file
View File

@ -106,7 +106,7 @@
<div class="background-image">
</div>
<h2>NOUS CONTACTER</h2>
<form>
<form method="POST" action="/contact">
<div>
<div>
<p>
@ -126,10 +126,9 @@
</p>
</div>
<div id="input">
<input type="text" required="" aria-invalid="false" name="Name" value="" class="cf2_required" placeholder="Nom *" data-aid="nameField">
<input type="text" required="" aria-invalid="false" name="Email" value="" class="cf2_required" placeholder="Email *" data-aid="emailField">
<input type="text" aria-invalid="false" name="Subject" value="" class="" placeholder="Objet" data-aid="subjectField">
<textarea name="Message" placeholder="Message" data-aid="messageField" id="comp-ifqyiqxmfieldMessage"></textarea>
<input type="text" required="" aria-invalid="false" name="email" value="" class="cf2_required" placeholder="Email *" data-aid="emailField">
<input type="text" aria-invalid="false" name="subject" value="" class="" placeholder="Objet" data-aid="subjectField">
<textarea name="message" placeholder="Message" data-aid="messageField" id="comp-ifqyiqxmfieldMessage"></textarea>
</div>
</div>
<button type="submit">Envoyer</button>

0
parcour.html Normal file → Executable file
View File

0
style/fonts.css Normal file → Executable file
View File

0
style/index.css Normal file → Executable file
View File

0
style/main.css Normal file → Executable file
View File

0
style/parcour.css Normal file → Executable file
View File