removed netlify references

This commit is contained in:
Yves Gatesoupe 2020-07-17 13:33:17 +02:00
parent f30200b280
commit 3f2e8ba17a
2 changed files with 1 additions and 6 deletions

View File

@ -26,6 +26,5 @@
});
}
</script>
<script src="https://identity.netlify.com/v1/netlify-identity-widget.js" defer></script>
</body>
</html>

View File

@ -4,12 +4,8 @@
<svg aria-hidden="true" viewBox="0 0 1440 131" width="auto" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h1440v131H0z"/><path d="M0 4.643l40-2.326c40-2.5 120-6.888 200 11.67 80 18.735 160 60.854 240 74.894 80 14.04 160 0 240-16.365 80-16.54 160-34.968 240-28.08 80 7.152 160 39.619 240 39.75 80-.131 160-32.598 200-49.139l40-16.365V131H0V4.643z" fill="#D6F253"/></svg>
<div class="[ inner-wrapper ]">
<h2 id="contact-form" class="[ contact-heading ]">Nous contacter</h2>
<form name="contact" method="POST" data-netlify="true" action="/form/contact-form-handler.php">
<form name="contact" method="POST" action="/form/contact-form-handler.php">
<ol class="[ field-list ]">
{# <li class="[ field-list__field-group ]">
{{ label("Prénom", "forename") }}
{{ field( "text", "forename", { required: true, placeholder: "", autocomplete: "name", autocorrect: "off", autocapitalize: "off" } ) }}
</li> #}
<li class="[ field-list__field-group ]">
{{ label("Nom", "name") }}
{{ field( "text", "name", { required: true, placeholder: "", autocomplete: "name", autocorrect: "off", autocapitalize: "off" } ) }}