Browse Source

Typo fix

main
Anxhelo Lushka 6 years ago
parent
commit
492d20b6d9
No known key found for this signature in database GPG Key ID: 1FDB240321304A01
  1. 6
      _includes/contact.html

6
_includes/contact.html

@ -9,10 +9,10 @@
<div class="pt-3 pb-2 align-left"> <div class="pt-3 pb-2 align-left">
<form action="https://formspree.io/hello@ura.design" method="POST"> <form action="https://formspree.io/hello@ura.design" method="POST">
<label for="Project Name">What’s the <strong>Name</strong> of your project you need a logo for?</label> <label for="name">What’s the <strong>Name</strong> of your project you need a logo for?</label>
<input class='required' name='Project Name' placeholder='Project Name' type='text'> <input class='required' name='name' placeholder='Project Name' type='text'>
<div class="pt-2"> <div class="pt-2">
<label for="E-Mail">What is your <strong>Email Address</strong>?</label> <label for="E-mail">What is your <strong>Email Address</strong>?</label>
<input class='required email' name='E-mail' placeholder='E-Mail' type='text'> <input class='required email' name='E-mail' placeholder='E-Mail' type='text'>
</div> </div>
<div class="pt-2"> <div class="pt-2">

Loading…
Cancel
Save