diff --git a/config.yml b/config.yml index 97940c9..dd4101d 100644 --- a/config.yml +++ b/config.yml @@ -47,8 +47,8 @@ params: - title: Worldwide Tracking Coverage icon: mouse-globe text: Based on the FindMy network, without the need for GPS - url: /signup - buttonText: Get Started + url: /blog/why + buttonText: Find Out More - title: Web Dashboard icon: laptop-cloud text: Accessible on your phone, tablet, or computer @@ -62,23 +62,35 @@ params: section2: title: Pricing subtitle: Only the best for your best friend - features: + Tiles: - title: Hardware - text: $39.99, just the hardware you need, no more icon: hardware + text: $39.99, just the hardware you need, no more + url: /shop + buttonText: Buy Now - title: Lite Plan - text: $0.99/month, get all the tracking data at an affordable price icon: lite + text: $0.99/month, get all the tracking data at an affordable price + url: /signup + buttonText: Get started - title: Premium Plan - text: $2.99/month, get tracking and health statistics, without breaking the bank icon: full + text: $2.99/month, get tracking and health statistics, without breaking the bank + url: /signup + buttonText: Get started section3: title: Online Dashboard subtitle: Incase you don't have your phone handy image: dashboardMockup.png - buttonText: Get started - buttonLink: "/signup" + buttonText: Dashboard Guide + buttonLink: /docs/dashboard section4: + title: App + subtitle: Built for cross-platform using Flutter + image: appMockup.png + buttonText: App Guide + buttonLink: /docs/app + section5: title: Reviews subtitle: Our users love it! clients: @@ -118,8 +130,8 @@ params: column3: title: "Blog" links: - - text: Latest news - link: /blog/latest + - text: Why Barkr + link: /blog/why - text: Who we are link: /blog/about - text: Contact us diff --git a/content/blog/latest.md b/content/blog/latest.md deleted file mode 100644 index c87e519..0000000 --- a/content/blog/latest.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: Latest News -include_footer: true # or false to display the footer ---- \ No newline at end of file diff --git a/content/blog/why.md b/content/blog/why.md new file mode 100644 index 0000000..90ff381 --- /dev/null +++ b/content/blog/why.md @@ -0,0 +1,18 @@ +--- +title: What makes Barkr Unique? +include_footer: true # or false to display the footer +--- + +- Outstanding battery life and lightness + - We do not rely on bulky and battery-intensive GPS devices; instead we use Apple’s FindMy Network, reserving battery power for only the on-device sensors. This allows us to increase battery life and make the collar even lighter, taking a literal load off your pet’s shoulders. +- Increased privacy + - All of your data is transmitted over encrypted channels and stored securely using Google’s state-of-the-art services so you can sleep safe at night knowing that no one else can track your pet. Of course, Barkr keeps your data for only as long as its necessary and not a minute more, minimizing the chance of a privacy breach. + +{{< rawhtml >}} +
+
+ +
+
+{{< /rawhtml >}} diff --git a/content/shop.md b/content/shop.md new file mode 100644 index 0000000..71ce821 --- /dev/null +++ b/content/shop.md @@ -0,0 +1,12 @@ +--- +title: Shop +include_footer: true # or false to display the footer +--- + +{{< rawhtml >}} +Smart Collar +
+Get the Barkr collar for a fixed, low price of $39.99 +
+Add to Cart +{{< /rawhtml >}} diff --git a/layouts/partials/section2.html b/layouts/partials/section2.html index 7d035f8..9ccf982 100644 --- a/layouts/partials/section2.html +++ b/layouts/partials/section2.html @@ -1,33 +1,39 @@ {{- $section2 := .Site.Params.section2 }} {{- $title := index $section2 "title" -}} {{- $subtitle := index $section2 "subtitle" }} {{- $features := index -$section2 "features" }} -
+}} {{- $subtitle := index $section2 "subtitle" }} {{- $tiles := index $section2 +"tiles" }} +
-
-
-

{{ $title }}

-

{{ $subtitle }}

-
-
-
- {{- range $features }} -
-
-

+

+

{{ $title }}

+

{{ $subtitle }}

+
+
+ +
+
+ {{- range $tiles }} +
+
+
+

{{ .title }}

+
+
-

-
-
-
-

- {{ .title }} - - {{ .text | markdownify }} -

+
+
+

{{ .text }}

+
+
-
+
{{- end }}
diff --git a/layouts/partials/section4.html b/layouts/partials/section4.html index 61280e2..bfb35c8 100644 --- a/layouts/partials/section4.html +++ b/layouts/partials/section4.html @@ -1,31 +1,30 @@ {{- $section4 := .Site.Params.section4 }} {{- $title := index $section4 "title" -}} {{- $subtitle := index $section4 "subtitle" }} {{- $clients := index -$section4 "clients" }} -
+}} {{- $subtitle := index $section4 "subtitle" }} {{- $image := index $section4 +"image" }} {{- $buttonText := index $section4 "buttontext" }} {{- $buttonLink := +index $section4 "buttonlink" }} +
-
-

{{ $title }}

- {{- with $subtitle }} -

{{ . }}

- {{- end }} -
- -
-
- {{- range $clients }} -
-
-
{{ .quote }}
-
- -
{{ .name }}
- {{ .job }} -
-
+
+
+
+
- {{- end }}
+ +
+

{{ $title }}

+

{{ $subtitle }}

+
+ +

+ + {{ $buttonText }} + +

diff --git a/layouts/partials/section5.html b/layouts/partials/section5.html new file mode 100644 index 0000000..994a974 --- /dev/null +++ b/layouts/partials/section5.html @@ -0,0 +1,31 @@ +{{- $section5 := .Site.Params.section5 }} {{- $title := index $section5 "title" +}} {{- $subtitle := index $section5 "subtitle" }} {{- $clients := index +$section5 "clients" }} +
+
+
+

{{ $title }}

+ {{- with $subtitle }} +

{{ . }}

+ {{- end }} +
+ +
+
+ {{- range $clients }} +
+
+
{{ .quote }}
+
+ +
{{ .name }}
+ {{ .job }} +
+
+
+ {{- end }} +
+
+
+
diff --git a/layouts/shortcodes/rawhtml.html b/layouts/shortcodes/rawhtml.html new file mode 100644 index 0000000..520ec17 --- /dev/null +++ b/layouts/shortcodes/rawhtml.html @@ -0,0 +1,2 @@ + +{{.Inner}} \ No newline at end of file diff --git a/static/images/appMockup.png b/static/images/appMockup.png new file mode 100644 index 0000000..413805b Binary files /dev/null and b/static/images/appMockup.png differ diff --git a/static/images/collar.jpg b/static/images/collar.jpg new file mode 100644 index 0000000..de21637 Binary files /dev/null and b/static/images/collar.jpg differ