Initial commit

This commit is contained in:
omair saleh
2020-08-12 04:16:41 +08:00
commit 57bd2be885
476 changed files with 41783 additions and 0 deletions
@@ -0,0 +1,42 @@
@extends('layouts.base')
@section('content')
<div class="fluid-container h-100">
<div class="row h-100">
<div class="col bg-primary-light no-padding" style=" background-image: url(https://10.0.0.24/images/shipping_bg.jpeg); background-size: cover; background-blend-mode: multiply; ">
<div class="row h-100 m-auto text-right">
<div class="col-3"></div>
<div class="col d-flex align-items-end flex-column">
<div class="row">
<div class="col-auto p-l-0 p-r-0 ml-auto" style="background-color: rgba(255,255,255,0.2);">
<div class="text-white font-lato lightest animated fadeInDownBig" style=" font-size: 150px; font-weight: 100; margin-right: -18px; margin-left: -183px; ">IZYIM</div>
</div>
</div>
<div class="row mt-auto animated fadeInUpBig slow">
<div class="col all-caps p-r-50">
<h3 class="text-white font-lato lightest" style=" line-height: 50px; letter-spacing: 5px; ">Logistic's tough.<br> Luckily you've just<br> found your wingman.</h3>
</div>
</div>
<div class="row mt-auto text-white m-b-25 animated fadeInLeftBig">
<div class="col font-lato p-r-50">
<div class="row">
<div class="col">
<p class="all-caps fs-10 light m-b-5" style=" letter-spacing: 3px; ">Browser Recommendations:</p>
</div>
</div>
<div class="row">
<div class="col">
<p class="light all-caps no-margin fs-8 lh-18" style="letter-spacing: 3px;">To use IZYIM portal, we presently require<br>Microsoft Internet Explorer 7.x or higher</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col bg-master-lightest no-padding overflow-hidden">
@yield('inner_content')
</div>
</div>
</div>
@endsection