Files
exchange-2.0/resources/views/pages/landing_page.blade.php
T
2022-08-10 23:58:18 +08:00

28 lines
1.6 KiB
PHP

@extends('layouts.base_login')
@section('inner_content')
<transition-component group enter-class="animate__animated animate__fadeInRightBig animate__faster" leave-class="animate__animated animate__fadeOutRightBig">
<div class="row" key="1">
<div class="col-12 col-md p-l-0 p-r-0 p-t-15 p-b-15">
<div class="h-100 bg-white">
<div class="row padding-30">
<div class="col-6 text-center">
<div>
<h1 class="mt-0">Landing template for startups</h1>
<p>Our landing page template works on all devices, so you only have to set it up once, and get beautiful results forever.</p>
<a href="{{ route('signup') }}?label=[18]" class="btn btn-sm p-l-30 p-r-30 btn-primary bold v-align-middle b-rad-none all-caps m-t-10">Sign Up Now</a>
</div>
</div>
<div class="col-6">
<div class="row">
<div class="col">
<iframe width="100%" height="auto" src="https://www.youtube.com/embed/6OQG50XnAOg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</transition-component>
@endsection