From 47b47571791bbf04d6ca778b5cf8491a2def3636 Mon Sep 17 00:00:00 2001 From: Sagi Dayan Date: Sat, 25 Apr 2020 17:10:06 -0400 Subject: [PATCH] A bit more bling to landing page --- public/images/build.svg | 723 +++++++++++++++++++++++++++++++++++ public/images/coding.svg | 1 + public/images/easy.svg | 1 + public/images/learning.svg | 458 ---------------------- public/images/shield.svg | 10 + public/style.css | 18 +- resources/sass/main.scss | 19 +- resources/views/landing.edge | 90 +++-- 8 files changed, 815 insertions(+), 505 deletions(-) create mode 100644 public/images/build.svg create mode 100644 public/images/coding.svg create mode 100644 public/images/easy.svg delete mode 100644 public/images/learning.svg create mode 100644 public/images/shield.svg diff --git a/public/images/build.svg b/public/images/build.svg new file mode 100644 index 0000000..bdafb7c --- /dev/null +++ b/public/images/build.svg @@ -0,0 +1,723 @@ + +image/svg+xml \ No newline at end of file diff --git a/public/images/coding.svg b/public/images/coding.svg new file mode 100644 index 0000000..87bd5e4 --- /dev/null +++ b/public/images/coding.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/images/easy.svg b/public/images/easy.svg new file mode 100644 index 0000000..f7fe6ad --- /dev/null +++ b/public/images/easy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/images/learning.svg b/public/images/learning.svg deleted file mode 100644 index 10e4033..0000000 --- a/public/images/learning.svg +++ /dev/null @@ -1,458 +0,0 @@ - -image/svg+xml4-2= -? - \ No newline at end of file diff --git a/public/images/shield.svg b/public/images/shield.svg new file mode 100644 index 0000000..6d837cf --- /dev/null +++ b/public/images/shield.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/public/style.css b/public/style.css index 1f6c2a1..025f14c 100644 --- a/public/style.css +++ b/public/style.css @@ -6812,6 +6812,18 @@ label.panel-block { .p-l-xxl { padding-left: 8rem; } +.m-t-a { + margin-top: auto; } + +.m-b-a { + margin-bottom: auto; } + +.m-l-a { + margin-left: auto; } + +.m-r-a { + margin-right: auto; } + .sidebar { flex-direction: column; max-width: 5em; @@ -6887,12 +6899,6 @@ label.panel-block { .has-pointer { cursor: pointer; } -.m-t-a { - margin-top: auto; } - -.m-b-a { - margin-bottom: auto; } - .notifications { width: 15vw; z-index: 100; diff --git a/resources/sass/main.scss b/resources/sass/main.scss index b229090..ab6cf25 100644 --- a/resources/sass/main.scss +++ b/resources/sass/main.scss @@ -72,6 +72,18 @@ $positions: ( } } } +.m-t-a{ + margin-top: auto; +} +.m-b-a{ + margin-bottom: auto; +} +.m-l-a{ + margin-left: auto; +} +.m-r-a{ + margin-right: auto; +} // .app { // .columns{ // margin-bottom: 0px !important; @@ -187,12 +199,7 @@ $positions: ( .has-pointer{ cursor: pointer; } -.m-t-a{ - margin-top: auto; -} -.m-b-a{ - margin-bottom: auto; -} + .notifications { width: 15vw; z-index: 100; diff --git a/resources/views/landing.edge b/resources/views/landing.edge index 004120a..f4f9baa 100644 --- a/resources/views/landing.edge +++ b/resources/views/landing.edge @@ -1,7 +1,7 @@ @layout('layouts.landing') @section('page-title') -Seepur | Shared story time +Seepur | Our Time together @endsection @section('hero')
@@ -39,10 +39,58 @@ Seepur | Shared story time

Being far, but never apart

- Not just a video call. Choose one of the fun activities SEEPUR offers and start making the most out of your time together! -With SEEPUR you can simply choose your grandchild/niece/nephew you wish to connect with, click on your chosen activity for the day, and share a fun experience together. + Not just a video call. Choose one of the fun activities Seepur offers and start making the most out of your time together!

- More... +

+ With Seepur you can simply choose your grandchild/niece/nephew you wish to connect with, click on your chosen activity for the day, and share a fun experience together. +

+ More... +
+
+
+
+
+
+
+ +
+
+
Secure
+

+ Using the best practices and security messures to protect all. +

+

Only connections that the parent have created will be able to connect with a child

+
+
+
+
+
+
+ +
+
+
Open Source
+

+ Seepur is an open source project +

+

You can view the code, modify the code and basically do whatever you want.

+

There is a cool article HERE on how you can run this yourself so you never need to trust anyone else, not even us!

+
+
+
+
+
+
+ +
+
+
Easy to use
+

+ Seepur wasn’t built for tech savvy users. Simply click your chosen activity and connect directly to your far away loved one. +

+
+
+
@@ -60,7 +108,7 @@ With SEEPUR you can simply choose your grandchild/niece/nephew you wish to conne Make an actual impact on the child by creating shared memories. You will be surprised how engaged and comunicative a little child could be during active sessions. With the great combination of video calling and your shared view of the book pages, you can make the story come alive by using different voices for different characters, and even acting out parts of the story, as if you’re right there by their side.

- More... + More... @@ -72,45 +120,17 @@ With SEEPUR you can simply choose your grandchild/niece/nephew you wish to conne

Seepur is all about you and the child. You can upload your own books and read together, create puzzles with your own photos and more!

- More... + More...
- +
{{-- Health vector created by freepik - www.freepik.com --}}
-
-
-
-
- -
-
Feature name
-
-
-
- -
-
Feature name
-
-
-
- -
-
Feature name
-
-
-
- -
-
Feature name
-
-
-
@endsection