seepur/resources/views/landing.edge

137 lines
5 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@layout('layouts.landing')
@section('page-title')
Seepur | Our Time together
@endsection
@section('hero')
<section class="hero is-medium hero-bg has-inner-shadow-bottom">
@!component('components.nav.nav', isLanding = false, auth=auth)
<div class="hero-body">
<div class="container">
<div class="columns">
<div class="column m-t-a m-b-a">
<h1 class="title">
Seepur
</h1>
<h2 class="subtitle">
A <span class="has-text-weight-bold">safe</span> and <span class="has-text-weight-bold">fun</span> way to spend time with far away loved ones
</h2>
<div class="buttons">
<a class="button is-primary" href="/register">Sign Up</a>
<a class="button is-link" href='/login'>Log In</a>
</div>
</div>
<div class="column is-half ">
<figure class="image">
<img src="/images/grand.svg" alt="" srcset="">
</figure>
{{-- <small><a href="https://www.freepik.com/free-photos-vectors/health">Health vector created by freepik - www.freepik.com</a></small> --}}
</div>
</div>
</div>
</div>
</section>
@endsection
@section('content')
<section class="section">
<div class="container has-text-centered">
<h1 class="title">Being far, but never apart</h1>
<p>
Not just a video call. Choose one of the fun activities Seepur offers and start making the most out of your time together!
</p>
<p>
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.
</p>
<a href="#" class="button m-t-md">More...</a>
</div>
</section>
<section>
<div class="columns">
<div class="column is-flex">
<div class="message has-text-centered p-sm is-info">
<figure class="image is-128x128 m-l-a m-r-a m-t-sm m-b-sm">
<img src="/images/shield.svg" class="">
</figure>
<div class="message-body-y">
<div class="subtitle">Secure</div>
<p>
Using the best practices and security messures to protect all.
</p>
<p>Only connections that the parent have created will be able to connect with a child</p>
</div>
</div>
</div>
<div class="column is-flex">
<div class="message has-text-centered p-sm is-info">
<figure class="image is-128x128 m-l-a m-r-a m-t-sm m-b-sm">
<img src="/images/coding.svg" class="">
</figure>
<div class="message-body-y">
<div class="subtitle">Open Source</div>
<p>
Seepur is an open source project
</p>
<p>You can view the code, modify the code and basically do whatever you want.</p>
<p>There is a cool article HERE on how you can run this yourself so you never need to trust anyone else, not even us!</p>
</div>
</div>
</div>
<div class="column is-flex">
<div class="message has-text-centered p-sm is-info">
<figure class="image is-128x128 m-l-a m-r-a m-t-sm m-b-sm">
<img src="/images/easy.svg" class="">
</figure>
<div class="message-body-y">
<div class="subtitle">Easy to use</div>
<p>
Seepur wasnt built for tech savvy users. Simply click your chosen activity and connect directly to your far away loved one.
</p>
</div>
</div>
</div>
</div>
</section>
<section class="section">
<div class="columns">
<div class="column">
<figure class="image is-5by4">
<img src="/images/be-there.svg" alt="" srcset="">
</figure>
{{-- <small><a href="https://www.freepik.com/free-photos-vectors/health">Health vector created by freepik - www.freepik.com</a></small> --}}
</div>
<div class="column has-text-centered">
<div class="title">Be There</div>
<p>
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 youre right there by their side.
</p>
<a href="#" class="button m-t-md">More...</a>
</div>
</div>
</section>
<section class="section">
<div class="columns">
<div class="column has-text-centered">
<div class="title">Yours</div>
<p>
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!
</p>
<a href="#" class="button m-t-md">More...</a>
</div>
<div class="column">
<figure class="image is-5by4">
<img src="/images/build.svg" alt="" srcset="">
</figure>
{{-- <small><a href="https://www.freepik.com/free-photos-vectors/health">Health vector created by freepik - www.freepik.com</a></small> --}}
</div>
</div>
</section>
@endsection