-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5fa1374
commit 6491c00
Showing
2 changed files
with
42 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,36 @@ | ||
--- | ||
layout: page | ||
title: Contact | ||
permalink: /Contact/ | ||
redirect_from: | ||
- /contact/ | ||
--- | ||
|
||
<meta http-equiv="refresh" content="0; url=https://posetmage.com/Contact/" /> | ||
<style> | ||
.contact-form { | ||
max-width: 100%; | ||
} | ||
|
||
## Waiting for loading...... | ||
.contact-form input[type="text"], | ||
.contact-form input[type="email"], | ||
.contact-form textarea { | ||
width: 100%; | ||
} | ||
|
||
.contact-form textarea { | ||
height: 200px; | ||
} | ||
|
||
</style> | ||
|
||
{% include social.html %} | ||
|
||
<form action="https://formspree.io/f/xayrqarp" method="POST" class="contact-form"> | ||
<label for="name">What's your name/id?:</label><br> | ||
<input type="text" id="name" name="name" required><br> | ||
<label for="email">Your email address?:</label><br> | ||
<input type="email" id="email" name="_replyto" required><br> | ||
<label for="message">Anything want to say?:</label><br> | ||
<textarea id="message" name="message" required></textarea><br> | ||
<input type="submit" value="Submit"> <p align="right"><i>powered by formspree service</i></p><br> | ||
</form> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters