Skip to content

Commit

Permalink
upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AlchemyMage committed Jan 28, 2024
1 parent 5fa1374 commit 6491c00
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 2 deletions.
32 changes: 30 additions & 2 deletions Contact/index.md
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>
12 changes: 12 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,18 @@ description: >- # this means to ignore newlines until "baseurl:"
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://alchemy.posetmage.com" # the base hostname & protocol for your site, e.g. http://example.com

social:
- platform: envelope
url: mailto:alchemy@posetmage.com
- platform: youtube
url: https://youtube.com/@alchemy
- platform: facebook
url: https://facebook.com/alchemy
- platform: twitter
url: https://twitter.com/alchemy
- platform: threads
url: https://threads.net/alchemy

site_favicon: favicon.ico
includes_dir: _shared/_includes
layouts_dir: _shared/_layouts
Expand Down

0 comments on commit 6491c00

Please sign in to comment.