Skip to content

Commit

Permalink
Update contact.md (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
ratulm committed Mar 19, 2024
1 parent 7a324ce commit b5a229b
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions _pages/contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,4 @@ title: "Contact"
permalink: "/contact.html"
---

<form action="https://formspree.io/{{site.email}}" method="POST">
<p class="mb-4">Please send your message to {{site.name}}. We will reply as soon as possible!</p>
<div class="form-group row">
<div class="col-md-6">
<input class="form-control" type="text" name="name" placeholder="Name*" required>
</div>
<div class="col-md-6">
<input class="form-control" type="email" name="_replyto" placeholder="E-mail Address*" required>
</div>
</div>
<textarea rows="8" class="form-control mb-3" name="message" placeholder="Message*" required></textarea>
<input class="btn btn-success" type="submit" value="Send">
</form>
<p class="mb-4">Please send your message to ratul@ratul.org.</p>

0 comments on commit b5a229b

Please # to comment.