aboutsummaryrefslogtreecommitdiffstats
path: root/site/layouts/contact/single.html
diff options
context:
space:
mode:
authorMathias Biilmann <info@mathias-biilmann.net>2017-12-07 10:20:11 -0800
committerGitHub <noreply@github.com>2017-12-07 10:20:11 -0800
commit8745627e7d171b4b1fd2062b4328bf23899663e9 (patch)
tree5f0399bf843f5a3055e0bb6d3da6774b1a01f307 /site/layouts/contact/single.html
parent2db9a63c54df63e95c1fbf39391d201c98a62b86 (diff)
parenta4bfd44601069a1b054c396ad754c8a2b7ec688c (diff)
Merge pull request #11 from netlify-templates/update-for-cms-1-0
Update for CMS 1.0
Diffstat (limited to 'site/layouts/contact/single.html')
-rw-r--r--site/layouts/contact/single.html34
1 files changed, 0 insertions, 34 deletions
diff --git a/site/layouts/contact/single.html b/site/layouts/contact/single.html
deleted file mode 100644
index 07e5ce4..0000000
--- a/site/layouts/contact/single.html
+++ /dev/null
@@ -1,34 +0,0 @@
-{{ partial "head" . }}
-
-{{ partial "nav" . }}
-
-<div class="ph3 bg-off-white">
- <div class="center mw6 pv3">
-
- <img src="/img/logo.svg" alt="" class="db w4 center pv4">
-
- <p>We’d love to get in touch with you and hear your ideas and questions. We strive to grow and improve constantly and your feedback is valuable for us.</p>
-
- <h3 class="f4 b lh-title mb2">How can I get…?</h3>
- <p>You can also use the form below for any inquiries about coffee availability, monthly subscriptions and scheduling a 1-on-1 session with our baristas. Don’t be shy, drop us a line!</p>
-
- <div class="flex-ns mb3">
-
- <div>
- <h4 class="f4 b lh-title mb2 primary">Location</h4>
- <p>3153 Lynn Avenue, South San Francisco, California 94080</p>
- </div>
-
- <div>
- <h4 class="f4 b lh-title mb2 primary">Working hours</h4>
- <p>Monday – Saturday: 9AM – 7PM We’re closed on Sundays</p>
- </div>
-
- </div>
-
- {{ partial "contact-form" . }}
-
- </div>
-</div>
-
-{{ partial "footer" . }}