From a2db652d34dd24858fd1cd7c007fb26766a4399d Mon Sep 17 00:00:00 2001 From: Greg Sutcliffe Date: Wed, 3 Feb 2021 21:56:00 +0000 Subject: [PATCH] Add contact form via FormSpree --- _config.yml | 1 + contact.md | 23 +++++++++++++++++++++++ index.html | 2 ++ 3 files changed, 26 insertions(+) create mode 100644 contact.md diff --git a/_config.yml b/_config.yml index 33f22e4..90ba7c7 100644 --- a/_config.yml +++ b/_config.yml @@ -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" diff --git a/contact.md b/contact.md new file mode 100644 index 0000000..d7f1099 --- /dev/null +++ b/contact.md @@ -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 + +
+ +
+
+ + + + + + + + +
+
+ diff --git a/index.html b/index.html index 8b9eccc..521c42b 100644 --- a/index.html +++ b/index.html @@ -41,6 +41,8 @@

{{ site.description }}

  ยท   {% endfor %} Code of conduct +    + Contact Us