From 96db16d1741783139fd08eea83865b0535f44e51 Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Mon, 3 Sep 2018 18:45:04 +0800 Subject: [PATCH] Add jobs and minor improvements --- config.toml | 5 +- content/_index.html | 4 +- content/company/_index.html | 13 ++++++ content/jobs/_index.html | 61 +++++++++++++++++++++++++ layouts/_default/index.html | 7 ++- layouts/_default/section.html | 9 ++-- layouts/partials/drift.html | 2 +- layouts/partials/header.html | 12 +++-- layouts/partials/navigation-footer.html | 3 ++ layouts/partials/resources.html | 2 + src/_company.scss | 29 ++++++++++++ src/_jobs.scss | 43 +++++++++++++++++ src/main.scss | 1 + src/sticky.js | 3 ++ 14 files changed, 179 insertions(+), 15 deletions(-) create mode 100644 content/jobs/_index.html create mode 100644 src/_jobs.scss diff --git a/config.toml b/config.toml index aacd637..3c83925 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,5 @@ -#baseURL = "https://beepvoice.app" -baseURL = "https://beepvoice.app/" +baseURL = "https://beepvoice.app" languageCode = "en" title = "Beep" +[params] + subtitle = "Talk. Don’t text" diff --git a/content/_index.html b/content/_index.html index 6092cc6..73defb5 100644 --- a/content/_index.html +++ b/content/_index.html @@ -1,6 +1,6 @@ --- -title: "Beep" date: 2018-06-30T17:53:55+08:00 +description: "Beep is the new way to communicate with your friends and family by merging the efficiency of voice calls with the convenience of messaging" ---
@@ -16,7 +16,7 @@ date: 2018-06-30T17:53:55+08:00

- Coming soon. A better and natural way to communicate with your friends and family, with your voice. + Beep is the new way to communicate with your friends and family by merging the efficiency of voice calls with the convenience of messaging.

diff --git a/content/company/_index.html b/content/company/_index.html index 0644cf7..60aee0d 100644 --- a/content/company/_index.html +++ b/content/company/_index.html @@ -19,3 +19,16 @@ date: 2018-06-30T17:53:55+08:00 +
+ +
+ +

We're hiring!

+ +

+

+

+ +
+ +
diff --git a/content/jobs/_index.html b/content/jobs/_index.html new file mode 100644 index 0000000..b19aaf8 --- /dev/null +++ b/content/jobs/_index.html @@ -0,0 +1,61 @@ +--- +title: "Join us" +date: 2018-06-30T17:53:55+08:00 +description: "We're hiring! We are looking for a Lead Software Engineer who will lead day-to-day software engineering. Drop us a message" +--- + +
+ +
+ +

We want you!

+ + +
+ +
+
+ +

Why join us?

+ +

+ We’re a young, small and passionate team with a big dream of making voice communication more convenient for everyone. All of us love engineering with interests ranging from hardware to software to systems engineering. +

+ +
+
+ +
+ +
+ +

Lead Software Engineer

+ +

A teammate who will be working with us to bring our idea to life. You will:

+ + + +

+ Send us your CV! sayhi@beepvoice.app or drop us a message +

+ +
diff --git a/layouts/_default/index.html b/layouts/_default/index.html index 6058e3c..379fa58 100644 --- a/layouts/_default/index.html +++ b/layouts/_default/index.html @@ -12,8 +12,8 @@ - - + + @@ -58,6 +58,9 @@
Company
+
+ + diff --git a/layouts/_default/section.html b/layouts/_default/section.html index 7d4d484..379fa58 100644 --- a/layouts/_default/section.html +++ b/layouts/_default/section.html @@ -1,7 +1,5 @@ {{ partial "header.html" . }} -{{ partial "drift.html" . }} -