Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ author: 'EdinbR'
author_image: "/assets/images/edinbr_300.png"

gems: [jekyll-paginate]
plugins: [jekyll-paginate]
paginate: 5
paginate_path: "page:num"

Expand Down
23 changes: 23 additions & 0 deletions contact.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
layout: page
title: Contact Us
permalink: /contact/
---

If you need to get in touch with a member of the EdinbR organisation team, please use the form below to reach out to us

<br/>

<div class="row" style="display: flex;">
<form class="contact-form" action="https://formspree.io/f/xdopjdor" method="POST">
<label for="full-name">Name</label>
<input type="text" name="name" id="full-name" placeholder="First and Last" required>
<label for="email-address">Email Address</label>
<input type="email" name="_replyto" id="email-address" placeholder="Your email address" required>
<label for="message">Message</label>
<textarea rows="5" name="message" id="message" placeholder="Your message" required></textarea>
<input type="hidden" name="_subject" id="email-subject" value="Contact Form Submission">
<input type="submit" value="Submit">
</form>
</div>

2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ <h2 class="blog-description">{{ site.description }}</h2>
&nbsp;&nbsp;·&nbsp;&nbsp;
{% endfor %}
<a href="/code_of_conduct/">Code of conduct</a>
&nbsp;&nbsp;
<a href="/contact/">Contact Us</a>

</div>
<div id="home-search" class="home">
Expand Down