remove the honeypot
This commit is contained in:
parent
ec4c58338b
commit
7edcaae656
1 changed files with 1 additions and 2 deletions
|
|
@ -10,7 +10,6 @@
|
||||||
onMount( () => {
|
onMount( () => {
|
||||||
|
|
||||||
gsap.registerPlugin( SplitText, ScrollTrigger );
|
gsap.registerPlugin( SplitText, ScrollTrigger );
|
||||||
|
|
||||||
|
|
||||||
let split = new SplitText('.toCanvas', { type: 'lines', linesClass: 'lineChildren' });
|
let split = new SplitText('.toCanvas', { type: 'lines', linesClass: 'lineChildren' });
|
||||||
|
|
||||||
|
|
@ -71,7 +70,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="formwrapper">
|
<div class="formwrapper">
|
||||||
<form name="contact" action="/success" method="POST" data-netlify="true" { ...{ 'netlify-honeypot': 'bot-field' } }>
|
<form name="contact" action="/success" method="POST" data-netlify="true">
|
||||||
<input type="hidden" name="form-name" value="contact">
|
<input type="hidden" name="form-name" value="contact">
|
||||||
<section class="contact">
|
<section class="contact">
|
||||||
<h1 class="toCanvas">Don't be a stranger. Let's get acquainted.</h1>
|
<h1 class="toCanvas">Don't be a stranger. Let's get acquainted.</h1>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue