Skip to content

Commit

Permalink
Removes contact form
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt committed Jan 5, 2017
1 parent 5a62971 commit 4520541
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions contact/index.html
Expand Up @@ -68,41 +68,6 @@ <h1>Feel free to contact me!</h1>
</dd>
</dl>
</section>
<section class="shadowed" id="hire-me">
<h2>Hire me</h2>
<p>Do you have a <strong>project in mind</strong>? I'd love to hear about it.<br>
Please fill out this form, and <strong>I'll get back to you</strong> as soon as possible.</p>
<form accept-charset="UTF-8" action="https://formkeep.com/f/2c87d7209bac" method="POST">
<input name="utf8" type="hidden" value="">
<div>
<label>Your name</label>
<input name="name" required type="text">
</div>
<div>
<label>Your E-Mail Address</label>
<input name="email" required type="email">
</div>
<div>
<label>What is your project about?</label>
<textarea name="description" required></textarea>
</div>
<div>
<label>What's your budget?</label>
<select name="Budget" required>
<option>Less than 10.000 €</option>
<option>10.000 € - 25.000 €</option>
<option>More than 25.000 €</option>
</select>
</div>
<div>
<label>How did you hear about me?</label>
<input name="source" type="text">
</div>
<div>
<input type="submit" value="Submit">
</div>
</form>
</section>
</article>
</div>
</section>
Expand Down

0 comments on commit 4520541

Please sign in to comment.