diff --git a/content/pages/contact-us.rst b/content/pages/contact-us.rst index 2458b83..3630edb 100644 --- a/content/pages/contact-us.rst +++ b/content/pages/contact-us.rst @@ -1,2 +1,2 @@ -Contact us -############ +:title: Contact us +:template: contactpage \ No newline at end of file diff --git a/ge-theme/static/css/contactpage.css b/ge-theme/static/css/contactpage.css new file mode 100644 index 0000000..ab5fe28 --- /dev/null +++ b/ge-theme/static/css/contactpage.css @@ -0,0 +1,43 @@ +.container-contact{ + width: 50% +} +.contact-center{ + text-align: center; +} +.contact-link{ + color: black; + text-decoration-line: underline; + text-decoration-style: solid; + text-decoration-color: black; + text-decoration-thickness: 3px; +} +.contact-wrap{ + width: 250px; + margin: auto; +} +.btn-custom{ + width: 100%; + background: #141f1f; + border: 1px solid #141f1f; + color: white; + padding: 0.5em; + text-align: center; +} +.btn-custom:hover{ + color: white; +} + +@media only screen and (max-width: 480px){ + .container-contact{ + width: 100% + } + +} + +@media (min-width: 600px) and (max-width: 1024px){ + .container-contact{ + width: 80% + } + + +} \ No newline at end of file diff --git a/ge-theme/templates/contactpage.html b/ge-theme/templates/contactpage.html new file mode 100644 index 0000000..14f2e60 --- /dev/null +++ b/ge-theme/templates/contactpage.html @@ -0,0 +1,47 @@ +{% extends "base.html" %} + +{% block head %} +{{ super() }} + +{% endblock %} + +{% block content %} +
+
+
+

Get in touch

+
+

We would love to hear your feedback about our work, queries and your story!

+

WhatsApp / Phone number: +254-757-628-885

+

Join our + chat server!

+

Join us + on discord!

+
+
+
+
+
+ + +
We'll never share your email with anyone else.
+
+
+ + +
+
+ + +
+
+ + +
+ +
+
+
+
+ +{% endblock %} \ No newline at end of file diff --git a/output/pages/contact-us.html b/output/pages/contact-us.html index b5bc55f..71d2aaf 100644 --- a/output/pages/contact-us.html +++ b/output/pages/contact-us.html @@ -1,7 +1,7 @@ - grassroots-pelican - Contact us + grassroots-pelican @@ -22,7 +22,7 @@ - + @@ -70,10 +70,43 @@ -

Contact us

- - - +
+
+
+

Get in touch

+
+

We would love to hear your feedback about our work, queries and your story!

+

WhatsApp / Phone number: +254-757-628-885

+

Join our + chat server!

+

Join us + on discord!

+
+
+
+
+
+ + +
We'll never share your email with anyone else.
+
+
+ + +
+
+ + +
+
+ + +
+ +
+
+
+