From 46d238e73ccb6ea402229da7c4e51c48f3a46a0b Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Sun, 1 Jul 2018 08:47:05 +0800 Subject: [PATCH] Make content landing page --- content/_index.html | 18 +++ content/company/_index.html | 2 +- content/contact/_index.html | 11 ++ content/real/_index.html | 27 ++++ content/real/company/_index.html | 20 +++ content/{ => real}/enterprise/_index.html | 0 content/{ => real}/get/_index.html | 0 content/{ => real}/pricing/_index.html | 0 content/real/screenshot.svg | 168 ++++++++++++++++++++++ layouts/_default/index.html | 65 ++++++++- layouts/_default/real/index.html | 9 ++ layouts/_default/real/section.html | 9 ++ layouts/_default/section.html | 65 ++++++++- layouts/partials/navigation-footer.html | 2 +- layouts/partials/navigation.html | 2 +- src/_home.scss | 47 ++++++ src/appicon.svg | 20 --- src/images/appicon.svg | 15 +- src/images/logo.svg | 12 +- src/logo.svg | 13 -- 20 files changed, 449 insertions(+), 56 deletions(-) create mode 100644 content/contact/_index.html create mode 100644 content/real/_index.html create mode 100644 content/real/company/_index.html rename content/{ => real}/enterprise/_index.html (100%) rename content/{ => real}/get/_index.html (100%) rename content/{ => real}/pricing/_index.html (100%) create mode 100644 content/real/screenshot.svg create mode 100644 layouts/_default/real/index.html create mode 100644 layouts/_default/real/section.html delete mode 100644 src/appicon.svg delete mode 100644 src/logo.svg diff --git a/content/_index.html b/content/_index.html index 52eae4c..88b3959 100644 --- a/content/_index.html +++ b/content/_index.html @@ -25,3 +25,21 @@ date: 2018-06-30T17:53:55+08:00 + +
+
+ +
+
+ +

Want to be the first to experience Beep?

+ +
+ + +
+ +

We won't send you spam. Just tell you when Beep is ready.

+ +
+
diff --git a/content/company/_index.html b/content/company/_index.html index 6d2a5e2..8401fdb 100644 --- a/content/company/_index.html +++ b/content/company/_index.html @@ -7,7 +7,7 @@ date: 2018-06-30T17:53:55+08:00
-

We're a team of people dedicated to building a genuine form of communication.

+

We're a team of people dedicated to building a better form of communication.

Beep is a telecommunications company trying to reinvent online communication. We're diff --git a/content/contact/_index.html b/content/contact/_index.html new file mode 100644 index 0000000..f1452c6 --- /dev/null +++ b/content/contact/_index.html @@ -0,0 +1,11 @@ +--- +title: "Contact" +date: 2018-06-30T17:53:55+08:00 +--- + +

+ +

So I heard you're interested...

+

Contact us! sayhi@beepvoice.app or find us on Twitter.

+ +
diff --git a/content/real/_index.html b/content/real/_index.html new file mode 100644 index 0000000..52eae4c --- /dev/null +++ b/content/real/_index.html @@ -0,0 +1,27 @@ +--- +title: "Beep" +date: 2018-06-30T17:53:55+08:00 +--- + +
+ + + + + +
+ +
+

The new way to communicate

+ + + Coming soon +
+ +
+ +
+ +
+ +
diff --git a/content/real/company/_index.html b/content/real/company/_index.html new file mode 100644 index 0000000..6d2a5e2 --- /dev/null +++ b/content/real/company/_index.html @@ -0,0 +1,20 @@ +--- +title: "Company" +date: 2018-06-30T17:53:55+08:00 +--- + +
+ +
+ +

We're a team of people dedicated to building a genuine form of communication.

+ +

+ Beep is a telecommunications company trying to reinvent online communication. We're + applying voice communication into messaging to make online conversations more fluid + and expressive. +

+ +
+ +
diff --git a/content/enterprise/_index.html b/content/real/enterprise/_index.html similarity index 100% rename from content/enterprise/_index.html rename to content/real/enterprise/_index.html diff --git a/content/get/_index.html b/content/real/get/_index.html similarity index 100% rename from content/get/_index.html rename to content/real/get/_index.html diff --git a/content/pricing/_index.html b/content/real/pricing/_index.html similarity index 100% rename from content/pricing/_index.html rename to content/real/pricing/_index.html diff --git a/content/real/screenshot.svg b/content/real/screenshot.svg new file mode 100644 index 0000000..be06418 --- /dev/null +++ b/content/real/screenshot.svg @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/layouts/_default/index.html b/layouts/_default/index.html index 5343fc8..6058e3c 100644 --- a/layouts/_default/index.html +++ b/layouts/_default/index.html @@ -1,9 +1,68 @@ {{ partial "header.html" . }} -{{ partial "navigation.html" . }} + -{{ .Content }} + {{ .Content }} -{{ partial "navigation-footer.html" . }} + {{ partial "footer.html" . }} diff --git a/layouts/_default/real/index.html b/layouts/_default/real/index.html new file mode 100644 index 0000000..5343fc8 --- /dev/null +++ b/layouts/_default/real/index.html @@ -0,0 +1,9 @@ +{{ partial "header.html" . }} + +{{ partial "navigation.html" . }} + +{{ .Content }} + +{{ partial "navigation-footer.html" . }} + +{{ partial "footer.html" . }} diff --git a/layouts/_default/real/section.html b/layouts/_default/real/section.html new file mode 100644 index 0000000..5343fc8 --- /dev/null +++ b/layouts/_default/real/section.html @@ -0,0 +1,9 @@ +{{ partial "header.html" . }} + +{{ partial "navigation.html" . }} + +{{ .Content }} + +{{ partial "navigation-footer.html" . }} + +{{ partial "footer.html" . }} diff --git a/layouts/_default/section.html b/layouts/_default/section.html index 5343fc8..6058e3c 100644 --- a/layouts/_default/section.html +++ b/layouts/_default/section.html @@ -1,9 +1,68 @@ {{ partial "header.html" . }} -{{ partial "navigation.html" . }} + -{{ .Content }} + {{ .Content }} -{{ partial "navigation-footer.html" . }} + {{ partial "footer.html" . }} diff --git a/layouts/partials/navigation-footer.html b/layouts/partials/navigation-footer.html index b9a7b4d..837d786 100644 --- a/layouts/partials/navigation-footer.html +++ b/layouts/partials/navigation-footer.html @@ -1,6 +1,6 @@