Commit 86f759fc authored by Khumoyunmirzo Sodiqov's avatar Khumoyunmirzo Sodiqov

video

parent bc53d2dc
......@@ -54,7 +54,7 @@
pager: false,
minSlides: 1,
maxSlides: 5,
moveSlides: 2,
moveSlides: 5,
slideWidth: 210,
slideMargin: 25,
prevSelector: $('#client-prev'),
......@@ -69,7 +69,7 @@
// Bind to scroll
$(window).scroll(function () {
//Display or hide scroll to top button
//Display or hide scroll to top button
if ($(this).scrollTop() > 100) {
$('.scrollup').fadeIn();
} else {
......@@ -295,8 +295,8 @@ $("#send-mail").click(function () {
/************************
Animate elements
*************************/
//Animate thumbnails
//Animate thumbnails
jQuery('.thumbnail').one('inview', function (event, visible) {
if (visible == true) {
jQuery(this).addClass("animated fadeInDown");
......@@ -313,7 +313,7 @@ $("#send-mail").click(function () {
jQuery(this).removeClass("animated fadeInDown");
}
});
//animate first team member
jQuery('#first-person').bind('inview', function (event, visible) {
if (visible == true) {
......@@ -322,7 +322,7 @@ $("#send-mail").click(function () {
jQuery('#first-person').removeClass("animated pulse");
}
});
//animate sectond team member
jQuery('#second-person').bind('inview', function (event, visible) {
if (visible == true) {
......@@ -340,7 +340,7 @@ $("#send-mail").click(function () {
jQuery('#third-person').removeClass("animated pulse");
}
});
//Animate price columns
jQuery('.price-column, .testimonial').bind('inview', function (event, visible) {
if (visible == true) {
......@@ -349,7 +349,7 @@ $("#send-mail").click(function () {
jQuery(this).removeClass("animated fadeInDown");
}
});
//Animate contact form
jQuery('.contact-form').bind('inview', function (event, visible) {
if (visible == true) {
......
......@@ -21,42 +21,102 @@
href="https://fonts.googleapis.com/css?family=Ubuntu:400,500,700%7COpen+Sans:400,300);">
<link rel="stylesheet" href="frontend/css/style.css">
<!--[if lt IE 10]>
<div style="background: #212121; padding: 10px 0; box-shadow: 3px 3px 5px 0 rgba(0,0,0,.3); clear: both; text-align:center; position: relative; z-index:1;">
<div
style="background: #212121; padding: 10px 0; box-shadow: 3px 3px 5px 0 rgba(0,0,0,.3); clear: both; text-align:center; position: relative; z-index:1;">
<a href="http://windows.microsoft.com/en-US/internet-explorer/"><img
src="images/ie8-panel/warning_bar_0000_us.jpg" border="0" height="42" width="820"
alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today."></a>
src="images/ie8-panel/warning_bar_0000_us.jpg" border="0" height="42" width="820"
alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today."></a>
</div>
<script src="frontend/js/html5shiv.min.js"></script>
<![endif]-->
{{--<link rel="stylesheet" type="text/css" href="{{ asset('assets') }}/slider/css/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="{{ asset('assets') }}/slider/css/bootstrap-responsive.css" />--}}
<link rel="stylesheet" type="text/css" href="{{ asset('assets') }}/slider/css/style.css" />
<link rel="stylesheet" type="text/css" href="{{ asset('assets') }}/slider/css/pluton.css" />
{{--<link rel="stylesheet" type="text/css" href="{{ asset('assets') }}/slider/css/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="{{ asset('assets') }}/slider/css/bootstrap-responsive.css" />--}}
<link rel="stylesheet" type="text/css" href="{{ asset('assets') }}/slider/css/style.css"/>
<link rel="stylesheet" type="text/css" href="{{ asset('assets') }}/slider/css/pluton.css"/>
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="{{ asset('assets') }}/slider/css/pluton-ie7.css" />
<link rel="stylesheet" type="text/css" href="{{ asset('assets') }}/slider/css/pluton-ie7.css"/>
<![endif]-->
<link rel="stylesheet" type="text/css" href="{{ asset('assets') }}/slider/css/jquery.cslider.css" />
<link rel="stylesheet" type="text/css" href="{{ asset('assets') }}/slider/css/jquery.bxslider.css" />
<link rel="stylesheet" type="text/css" href="{{ asset('assets') }}/slider/css/animate.css" />
<link rel="stylesheet" type="text/css" href="{{ asset('assets') }}/slider/css/jquery.cslider.css"/>
<link rel="stylesheet" type="text/css" href="{{ asset('assets') }}/slider/css/jquery.bxslider.css"/>
<link rel="stylesheet" type="text/css" href="{{ asset('assets') }}/slider/css/animate.css"/>
<style type="text/css">
#cabinet:hover{
#cabinet:hover {
background-color: #0B3C5D;
border: none;
color: #ffffff;
}
#cabinet:hover a{
#cabinet:hover a {
color: #ffffff;
}
.nav_link{
.nav_link {
color: #328CC1;
}
.nav_link:hover{
background-color: red;
.nav_link:hover {
background-color: red;
}
.mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
}
.round-button {
box-sizing: border-box;
display: block;
width: 80px;
height: 80px;
padding-top: 14px;
padding-left: 8px;
line-height: 20px;
border: 6px solid #fff;
border-radius: 50%;
color: #f5f5f5;
text-align: center;
text-decoration: none;
background-color: rgba(0, 0, 0, 0.5);
font-size: 20px;
font-weight: bold;
transition: all 0.3s ease;
}
.round-button:hover {
background-color: rgba(0, 0, 0, 0.8);
box-shadow: 0px 0px 10px rgba(255, 255, 100, 1);
text-shadow: 0px 0px 10px rgba(255, 255, 100, 1);
}
</style>
</head>
......@@ -66,7 +126,7 @@
<!-- Page Header-->
<header class="page-head">
<!-- RD Navbar-->
<div class="rd-navbar-wrap header-corporate" >
<div class="rd-navbar-wrap header-corporate">
<nav class="rd-navbar" data-layout="rd-navbar-fixed" data-sm-layout="rd-navbar-fullwidth"
data-md-layout="rd-navbar-fullwidth" data-lg-layout="rd-navbar-static"
data-device-layout="rd-navbar-fixed" data-sm-device-layout="rd-navbar-fixed"
......@@ -77,14 +137,18 @@
<div class="rd-navbar-inner">
<button class="rd-navbar-collapse-toggle" data-rd-navbar-toggle=".list-inline" type="submit">
<span></span></button>
<a class="fa-envelope-o" href="mailto:info@fazoshop.us" style="color: #ffffff;">info@fazoshop.us</a><a
class="fa-mobile-phone preffix-2" style="color: #ffffff;" href="callto:+13475479797">+1 (347) 547-9797</a>
<a class="fa-envelope-o" href="mailto:info@fazoshop.us"
style="color: #ffffff;">info@fazoshop.us</a><a
class="fa-mobile-phone preffix-2" style="color: #ffffff;" href="callto:+13475479797">+1
(347) 547-9797</a>
<ul class="list-inline pull-right">
<li><a class="fa-facebook" href="#" style="color: #ffffff;"></a></li>
<li><a class="fa-facebook" href="#" style="color: #ffffff;"></a></li>
<li><a class="fa-twitter" href="#" style="color: #ffffff;"></a></li>
<li class="text-left"><a class="fa-envelope-o" href="mailto:info@fazoshop.us" style="color: #ffffff;">info@fazoshop.us</a>
<li class="text-left"><a class="fa-envelope-o" href="mailto:info@fazoshop.us"
style="color: #ffffff;">info@fazoshop.us</a>
</li>
<li class="text-left"><a class="fa-mobile-phone" style="color: #ffffff;" href="callto:+13475479797">+1 (347)
<li class="text-left"><a class="fa-mobile-phone" style="color: #ffffff;"
href="callto:+13475479797">+1 (347)
547-9797</a></li>
</ul>
</div>
......@@ -97,7 +161,8 @@
<span></span></button>
<!-- RD Navbar Brand-->
<div class="rd-navbar-brand">
<a class="brand-name" href="/"><img src="/assets/img/icon/logo.png" class="logo_main" alt=""></a>
<a class="brand-name" href="/"><img src="/assets/img/icon/logo.png" class="logo_main"
alt=""></a>
</div>
</div>
<div class="rd-navbar-nav-wrap">
......@@ -120,26 +185,13 @@
<li><a href="/contacts" class="nav_link">Контакты</a></li>
{{--<li><a href="/#">Магазины</a></li>--}}
{{--<li><a href="/#">Тарифы</a></li>--}}
<li style="border: 1px solid #004085;" id="cabinet"><a href="/login" class="" >Персональный Кабинет</a></li>
<li style="border: 1px solid #004085;" id="cabinet"><a href="/login" class="">Персональный
Кабинет</a></li>
</ul>
</div>
</div>
</nav>
</div>
{{-- <div id="wrapper">
<div id="carousel">
<div><img src="{{ asset('assets') }}/img/menu/0004.jpg" /></div>
<div><img src="{{ asset('assets') }}/img/menu/0003.jpg" /></div>
<div><img src="{{ asset('assets') }}/img/menu/0005.jpg" /></div>
<div><img src="{{ asset('assets') }}/img/menu/0002.jpg" /></div>
<div><img src="{{ asset('assets') }}/img/menu/0001.jpg" /></div>
</div>
<div id="title">
<h3>The Netherlands covered in snow</h3>
<p><a href="http://gigapica.geenstijl.nl/2013/01/the_netherlands_covered_in_sno.html">images from gigapica.geenstijl.nl</a></p>
</div>
<div id="pager"></div>
</div>--}}
</header>
......@@ -148,96 +200,115 @@
<div id="home">
<!-- Start cSlider -->
<div id="da-slider" class="da-slider" style="background-image: url('{{asset('assets')}}/slider/images/iconcc.jpg')">
<div class="triangle" ></div>
<div id="da-slider" class="da-slider"
style="background-image: url('{{asset('assets')}}/slider/images/iconcc.jpg')">
<div class="triangle"></div>
<!-- mask elemet use for masking background image -->
<div class="mask" style="background-color: #328CC1;"></div>
<!-- All slides centred in container element -->
<div class="container" >
<div class="container">
<!-- Start first slide -->
<div class="da-slide" style="margin-top: 60px;">
<h2 class="fittext2" style="color: #ffffff">ВОСПОЛЬЗУЙТЕСЬ
ВИДЕО <br> УРОКОМ И ПРОСТО <br>
НАСЛАЖДАЙТЕСЬ ПОКУПКАМИ</h2>
{{-- <p style="color: #ffffff">НАСЛАЖДАЙТЕСЬ ПОКУПКАМИ</p>--}}
{{-- <p style="color: #ffffff">НАСЛАЖДАЙТЕСЬ ПОКУПКАМИ</p>--}}
{{-- <--}}
<a href="{{ url('/watch') }}" class="popup-youtube da-link button"
style=" border: 1px solid #ffffff;
color: #ffffff;
padding: 12px 0px 0px 6px;
width: 60px;
height: 60px;
border-radius: 30px;
background-color: #688cea45; left: 50%;
top: 250px;"><i class="fa fa-play fa-2x"></i></a>
<a href="#" class="da-link button" style="border: 1px solid #ffffff; color: #ffffff; padding: 10px;">ПОДРОБНЕЕ</a>
<div class="da-img" style="margin-top: -60px;">
<img src="{{ asset('assets') }}/slider/images/tv5.png" alt="image01" width="320">
</div>
</div>
<!-- End first slide -->
<!-- Start second slide -->
<div class="da-slide" style="margin-top: 60px;">
<h2 style="color: #ffffff">МЫ ДОСТАВЛЯЕМ
ТОВАРЫ ИЗ США</h2>
<h4 style="color: #ffffff">ЗА 5-7 РАБОЧИХ ДНЕЙ</h4>
<p>Сомневаетесь? – Ознакомьтесь
с оценками наших клиентов</p>
<a href="{{route('tariffs')}}" class="da-link button" style="border: 1px solid #ffffff; color: #ffffff; padding: 10px;">УЗНАТЬ ПОДРОБНЕЕ</a>
<div class="da-img" style="margin-top: -60px;">
<img src="{{ asset('assets') }}/slider/images/plane.png" width="420" alt="image02">
</div>
</div>
<!-- End second slide -->
<div class="da-slide" style="margin-top: 60px;">
<h2 style="color: #ffffff">МЫ ДОСТАВЛЯЕМ
ТОВАРЫ ИЗ США</h2>
<h4 style="color: #ffffff">ЗА 5-7 РАБОЧИХ ДНЕЙ</h4>
<p>Сомневаетесь? – Ознакомьтесь
с оценками наших клиентов</p>
<a href="{{route('tariffs')}}" class="da-link button"
style="border: 1px solid #ffffff; color: #ffffff; padding: 10px;">УЗНАТЬ ПОДРОБНЕЕ</a>
<div class="da-img" style="margin-top: -60px;">
<img src="{{ asset('assets') }}/slider/images/plane.png" width="420" alt="image02">
</div>
</div>
<!-- End second slide -->
<!-- Start third slide -->
<div class="da-slide" style="margin-top: 60px;">
<h2 style="color: #ffffff">
Доставка товаров из США</h2>
<h4 style="color: #ffffff">ВСЕГО $8,5 ЗА КАЖДЫЕ
1 КГ!</h4>
<p>Самые точные расценки и быстрая доставка!</p>
<a href="{{route('tariffs')}}" class="da-link button" style="border: 1px solid #ffffff; color: #ffffff ; padding: 10px;">УЗНАТЬ ПОДРОБНЕЕ</a>
<div class="da-img" style="margin-top: -60px;">
<img src="{{ asset('assets') }}/slider/images/usa_map.png" width="320" alt="image03">
</div>
</div>
<div class="da-slide" style="margin-top: 60px;">
<h2 style="color: #ffffff">
Доставка товаров из США</h2>
<h4 style="color: #ffffff">ВСЕГО $8,5 ЗА КАЖДЫЕ
1 КГ!</h4>
<p>Самые точные расценки и быстрая доставка!</p>
<a href="{{route('tariffs')}}" class="da-link button"
style="border: 1px solid #ffffff; color: #ffffff ; padding: 10px;">УЗНАТЬ ПОДРОБНЕЕ</a>
<div class="da-img" style="margin-top: -60px;">
<img src="{{ asset('assets') }}/slider/images/usa_map.png" width="320" alt="image03">
</div>
</div>
<div class="da-slide" style="margin-top: 60px;">
<h2 style="color: #ffffff">
Доставка товаров из США</h2>
<h4 style="color: #ffffff">ВСЕГО $8,5 ЗА КАЖДЫЕ
1 КГ!</h4>
<p>Самые точные расценки и быстрая доставка!</p>
<a href="{{route('tariffs')}}" class="da-link button" style="border: 1px solid #ffffff; color: #ffffff ; padding: 10px;">УЗНАТЬ ПОДРОБНЕЕ</a>
<div class="da-img" style="padding-right: 60px; margin-top: -60px;">
<img src="{{ asset('assets') }}/slider/images/00003.jpg" width="350" alt="image03" height="250">
</div>
</div>
<div class="da-slide" style="margin-top: 60px;">
<h2 style="color: #ffffff">
Доставка товаров из США</h2>
<h4 style="color: #ffffff">ВСЕГО $8,5 ЗА КАЖДЫЕ
1 КГ!</h4>
<p>Самые точные расценки и быстрая доставка!</p>
<a href="{{route('tariffs')}}" class="da-link button" style="border: 1px solid #ffffff; color: #ffffff ; padding: 10px;">УЗНАТЬ ПОДРОБНЕЕ</a>
<div class="da-img" style="padding-right: 60px; margin-top: -60px;">
<img src="{{ asset('assets') }}/slider/images/thumb.png" width="320" alt="image03">
</div>
</div>
<div class="da-slide" style="margin-top: 60px;">
<h2 style="color: #ffffff">
Доставка товаров из США</h2>
<h4 style="color: #ffffff">ВСЕГО $8,5 ЗА КАЖДЫЕ
1 КГ!</h4>
<p>Самые точные расценки и быстрая доставка!</p>
<a href="{{route('tariffs')}}" class="da-link button" style="border: 1px solid #ffffff; color: #ffffff ; padding: 10px;">УЗНАТЬ ПОДРОБНЕЕ</a>
<div class="da-img" style="padding-right: 60px; margin-top: -60px;">
<img src="{{ asset('assets') }}/slider/images/0001.jpg" width="350" height="250" alt="image03">
</div>
</div>
<div class="da-slide" style="margin-top: 60px;">
<h2 style="color: #ffffff">
Доставка товаров из США</h2>
<h4 style="color: #ffffff">ВСЕГО $8,5 ЗА КАЖДЫЕ
1 КГ!</h4>
<p>Самые точные расценки и быстрая доставка!</p>
<a href="{{route('tariffs')}}" class="da-link button" style="border: 1px solid #ffffff; color: #ffffff ; padding: 10px;">УЗНАТЬ ПОДРОБНЕЕ</a>
<div class="da-img" style="padding-right: 60px; margin-top: -60px;">
<img src="{{ asset('assets') }}/slider/images/0004.jpg" width="350" height="250" alt="image03">
</div>
</div>
<!-- Start third slide -->
<div class="da-slide" style="margin-top: 60px;">
<h2 style="color: #ffffff">
Доставка товаров из США</h2>
<h4 style="color: #ffffff">ВСЕГО $8,5 ЗА КАЖДЫЕ
1 КГ!</h4>
<p>Самые точные расценки и быстрая доставка!</p>
<a href="{{route('tariffs')}}" class="da-link button"
style="border: 1px solid #ffffff; color: #ffffff ; padding: 10px;">УЗНАТЬ ПОДРОБНЕЕ</a>
<div class="da-img" style="padding-right: 60px; margin-top: -60px;">
<img src="{{ asset('assets') }}/slider/images/00003.jpg" width="350" alt="image03"
height="250">
</div>
</div>
<div class="da-slide" style="margin-top: 60px;">
<h2 style="color: #ffffff">
Доставка товаров из США</h2>
<h4 style="color: #ffffff">ВСЕГО $8,5 ЗА КАЖДЫЕ
1 КГ!</h4>
<p>Самые точные расценки и быстрая доставка!</p>
<a href="{{route('tariffs')}}" class="da-link button"
style="border: 1px solid #ffffff; color: #ffffff ; padding: 10px;">УЗНАТЬ ПОДРОБНЕЕ</a>
<div class="da-img" style="padding-right: 60px; margin-top: -60px;">
<img src="{{ asset('assets') }}/slider/images/thumb.png" width="320" alt="image03">
</div>
</div>
<div class="da-slide" style="margin-top: 60px;">
<h2 style="color: #ffffff">
Доставка товаров из США</h2>
<h4 style="color: #ffffff">ВСЕГО $8,5 ЗА КАЖДЫЕ
1 КГ!</h4>
<p>Самые точные расценки и быстрая доставка!</p>
<a href="{{route('tariffs')}}" class="da-link button"
style="border: 1px solid #ffffff; color: #ffffff ; padding: 10px;">УЗНАТЬ ПОДРОБНЕЕ</a>
<div class="da-img" style="padding-right: 60px; margin-top: -60px;">
<img src="{{ asset('assets') }}/slider/images/0001.jpg" width="350" height="250"
alt="image03">
</div>
</div>
<div class="da-slide" style="margin-top: 60px;">
<h2 style="color: #ffffff">
Доставка товаров из США</h2>
<h4 style="color: #ffffff">ВСЕГО $8,5 ЗА КАЖДЫЕ
1 КГ!</h4>
<p>Самые точные расценки и быстрая доставка!</p>
<a href="{{route('tariffs')}}" class="da-link button"
style="border: 1px solid #ffffff; color: #ffffff ; padding: 10px;">УЗНАТЬ ПОДРОБНЕЕ</a>
<div class="da-img" style="padding-right: 60px; margin-top: -60px;">
<img src="{{ asset('assets') }}/slider/images/0004.jpg" width="350" height="250"
alt="image03">
</div>
</div>
<!-- Start third slide -->
<!-- Start cSlide navigation arrows -->
<div class="da-arrows">
<span class="da-arrows-prev"></span>
......@@ -249,32 +320,32 @@
</div>
{{-- <div class="container">
<div id="wrapper">
<div id="carousel">
<div>
<img src="{{ asset('assets') }}/img/menu/001.jpg" style="height: 600px;" />
</div>
<div>
<img src="{{ asset('assets') }}/img/menu/002.jpg" style="height: 600px;"/>
</div>
<div>
<img src="{{ asset('assets') }}/img/menu/00003.jpg" style="height: 600px;"/>
</div>
<div>
<img src="{{ asset('assets') }}/img/menu/004.jpg" style="height: 600px;"/>
</div>
<div>
<img src="{{ asset('assets') }}/img/menu/005.jpg" style="height: 600px;"/>
</div>
</div>
<div id="title">
<h3>The Netherlands covered in snow</h3>
<p><a href="http://gigapica.geenstijl.nl/2013/01/the_netherlands_covered_in_sno.html">images from gigapica.geenstijl.nl</a></p>
</div>
<div id="pager"></div>
</div>
</div>--}}
{{-- <div class="container">
<div id="wrapper">
<div id="carousel">
<div>
<img src="{{ asset('assets') }}/img/menu/001.jpg" style="height: 600px;" />
</div>
<div>
<img src="{{ asset('assets') }}/img/menu/002.jpg" style="height: 600px;"/>
</div>
<div>
<img src="{{ asset('assets') }}/img/menu/00003.jpg" style="height: 600px;"/>
</div>
<div>
<img src="{{ asset('assets') }}/img/menu/004.jpg" style="height: 600px;"/>
</div>
<div>
<img src="{{ asset('assets') }}/img/menu/005.jpg" style="height: 600px;"/>
</div>
</div>
<div id="title">
<h3>The Netherlands covered in snow</h3>
<p><a href="http://gigapica.geenstijl.nl/2013/01/the_netherlands_covered_in_sno.html">images from gigapica.geenstijl.nl</a></p>
</div>
<div id="pager"></div>
</div>
</div>--}}
</main>
......@@ -287,7 +358,8 @@
<div class="row clearleft-custom flow-offset-1 offset-1">
<div class="col-xs-12 col-sm-6 col-lg-3">
<div class="thumbnail thumbnail-mod-1"><span
class="icon icon-primary icon-lg icon-mod-1"><i class="glyphicon glyphicon-shopping-cart"></i></span>
class="icon icon-primary icon-lg icon-mod-1"><i
class="glyphicon glyphicon-shopping-cart"></i></span>
<div class="caption">
<h4 style="color: #0B3C5D">Покупаете</h4>
<p>Покупаете в
......@@ -298,7 +370,8 @@
</div>
<div class="col-xs-12 col-sm-6 col-lg-3">
<div class="thumbnail thumbnail-mod-1"><span
class="icon icon-primary icon-lg icon-mod-1 "><i class="glyphicon glyphicon-file"></i></span>
class="icon icon-primary icon-lg icon-mod-1 "><i
class="glyphicon glyphicon-file"></i></span>
<div class="caption">
<h4 style="color: #0B3C5D">Оформляете</h4>
<p>При покупке указываете
......@@ -308,7 +381,7 @@
</div>
<div class="col-xs-12 col-sm-6 col-lg-3">
<div class="thumbnail thumbnail-mod-1"><span
class="icon icon-primary icon-lg icon-mod-1 "><i class="glyphicon glyphicon-inbox"></i></span>
class="icon icon-primary icon-lg icon-mod-1 "><i class="glyphicon glyphicon-inbox"></i></span>
<div class="caption">
<h4 style="color: #0B3C5D">Формируете</h4>
<p>Консолидируете покупки, заполняете декларацию</p>
......@@ -317,7 +390,7 @@
</div>
<div class="col-xs-12 col-sm-6 col-lg-3">
<div class="thumbnail thumbnail-mod-1"><span
class="icon icon-primary icon-lg icon-mod-1 "><i class="glyphicon glyphicon-plane"></i></span>
class="icon icon-primary icon-lg icon-mod-1 "><i class="glyphicon glyphicon-plane"></i></span>
<div class="caption">
<h4 style="color: #0B3C5D">Получаете</h4>
<p>По вашей заявке
......@@ -358,80 +431,90 @@
</div>
</div>
</section>
{{-- <div id="" style="background-image: url('{{asset('assets')}}/slider/images/exam_08.jpg');">
<!-- Start cSlider -->
<div id="da-slider" class="da-slider">--}}
<!-- mask elemet use for masking background image -->
<div class="" style=" position: relative ;background-image: url('{{asset('assets')}}/slider/images/exam_08.jpg'); ">
<div class="mask" style="background-color: #328CC1; ">
<div class="container" >
<h2 class="text-center" style="color: #ffffff;">О компании</h2>
<hr>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-6 text-center text-md-left inset-1">
<img src="frontend/images/about.jpg" alt="" style="position: relative">
</div>
<div class="col-xs-12 col-sm-12 col-md-6 text-sm-left well1">
<p style="color: #ffffff;">FAZOSHOP – международная транспортная компания, базирующаяся в Бруклине, Нью-Йорк, США. Как
глобальная компания, FAZOSHOP предоставляет самые надежные и самые дешевые услуги доставки
в Узбекистан.</p>
<p style="color: #ffffff;">Испытайте самое лучшее и наиболее персонализированное логистическое решение для ваших
авиаперевозок в Узбекистан с помощью воздушной грузовой логистики World Class Shipping.</p>
<div class="progress-container text-left">
<!-- Progress Bar-->
<p class="font-secondary h6" style="color: #9DB310;">Авиа перевозки</p>
<div class="progress-bar progress-bar-horizontal progress-bar-default" data-value="100"
data-stroke="10" data-easing="linear" data-duration="1000" style="color: #ffffff;" data-counter="true"></div>
<p class="font-secondary h6" style="color: #9DB310;">Надежность</p>
<div class="progress-bar progress-bar-horizontal progress-bar-default" style="color: #ffffff;" data-value="100"
data-stroke="10" data-easing="linear" data-duration="1000" style="color: #ffffff;" data-counter="true"></div>
<p class="font-secondary h6" style="color: #9DB310;">Крупномасштабные проекты</p>
<div class="progress-bar progress-bar-horizontal progress-bar-default" data-value="100"
data-stroke="10" data-easing="linear" data-duration="1000" style="color: #ffffff;" data-counter="true"></div>
</div>
</div>
</div>
<a class="btn btn-white btn-sm btn-min-width" href="/about" style="color: #ffffff;">Узнать больше</a>
</div>
</div>
</div>
{{-- </div>
</div>--}}
{{-- <div id="" style="background-image: url('{{asset('assets')}}/slider/images/exam_08.jpg');">
<!-- Start cSlider -->
<div id="da-slider" class="da-slider">--}}
<!-- mask elemet use for masking background image -->
<div class=""
style=" position: relative ;background-image: url('{{asset('assets')}}/slider/images/exam_08.jpg'); ">
<div class="mask" style="background-color: #328CC1; ">
{{--<section class="section section-inset-1" style="background-color: #328CC1; ">
<div class="container">
<h2 class="text-center" style="color: #ffffff;">О компании</h2>
<hr>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-6 text-center text-md-left inset-1"><img
src="frontend/images/about.jpg" alt=""></div>
<div class="col-xs-12 col-sm-12 col-md-6 text-center text-md-left inset-1">
<img src="frontend/images/about.jpg" alt="" style="position: relative">
</div>
<div class="col-xs-12 col-sm-12 col-md-6 text-sm-left well1">
<p style="color: #ffffff;">FAZOSHOP – международная транспортная компания, базирующаяся в Бруклине, Нью-Йорк, США. Как
глобальная компания, FAZOSHOP предоставляет самые надежные и самые дешевые услуги доставки
<p style="color: #ffffff;">FAZOSHOP – международная транспортная компания, базирующаяся в
Бруклине, Нью-Йорк, США. Как
глобальная компания, FAZOSHOP предоставляет самые надежные и самые дешевые услуги
доставки
в Узбекистан.</p>
<p style="color: #ffffff;">Испытайте самое лучшее и наиболее персонализированное логистическое решение для ваших
авиаперевозок в Узбекистан с помощью воздушной грузовой логистики World Class Shipping.</p>
<p style="color: #ffffff;">Испытайте самое лучшее и наиболее персонализированное
логистическое решение для ваших
авиаперевозок в Узбекистан с помощью воздушной грузовой логистики World Class
Shipping.</p>
<div class="progress-container text-left">
<!-- Progress Bar-->
<p class="font-secondary h6" style="color: #9DB310;">Авиа перевозки</p>
<p class="font-secondary h6" style="color: #9DB310;">Авиа перевозки</p>
<div class="progress-bar progress-bar-horizontal progress-bar-default" data-value="100"
data-stroke="10" data-easing="linear" data-duration="1000" style="color: #ffffff;" data-counter="true"></div>
<p class="font-secondary h6" style="color: #9DB310;">Надежность</p>
<div class="progress-bar progress-bar-horizontal progress-bar-default" style="color: #ffffff;" data-value="100"
data-stroke="10" data-easing="linear" data-duration="1000" style="color: #ffffff;" data-counter="true"></div>
<p class="font-secondary h6" style="color: #9DB310;">Крупномасштабные проекты</p>
data-stroke="10" data-easing="linear" data-duration="1000" style="color: #ffffff;"
data-counter="true"></div>
<p class="font-secondary h6" style="color: #9DB310;">Надежность</p>
<div class="progress-bar progress-bar-horizontal progress-bar-default"
style="color: #ffffff;" data-value="100"
data-stroke="10" data-easing="linear" data-duration="1000" style="color: #ffffff;"
data-counter="true"></div>
<p class="font-secondary h6" style="color: #9DB310;">Крупномасштабные проекты</p>
<div class="progress-bar progress-bar-horizontal progress-bar-default" data-value="100"
data-stroke="10" data-easing="linear" data-duration="1000" style="color: #ffffff;" data-counter="true"></div>
data-stroke="10" data-easing="linear" data-duration="1000" style="color: #ffffff;"
data-counter="true"></div>
</div>
</div>
</div>
<a class="btn btn-white btn-sm btn-min-width" href="/about" style="color: #ffffff;">Узнать больше</a>
<a class="btn btn-white btn-sm btn-min-width" href="/about" style="color: #ffffff;">Узнать
больше</a>
</div>
</section>
--}}
</div>
</div>
{{-- </div>
</div>--}}
{{--<section class="section section-inset-1" style="background-color: #328CC1; ">
<div class="container">
<h2 class="text-center" style="color: #ffffff;">О компании</h2>
<hr>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-6 text-center text-md-left inset-1"><img
src="frontend/images/about.jpg" alt=""></div>
<div class="col-xs-12 col-sm-12 col-md-6 text-sm-left well1">
<p style="color: #ffffff;">FAZOSHOP – международная транспортная компания, базирующаяся в Бруклине, Нью-Йорк, США. Как
глобальная компания, FAZOSHOP предоставляет самые надежные и самые дешевые услуги доставки
в Узбекистан.</p>
<p style="color: #ffffff;">Испытайте самое лучшее и наиболее персонализированное логистическое решение для ваших
авиаперевозок в Узбекистан с помощью воздушной грузовой логистики World Class Shipping.</p>
<div class="progress-container text-left">
<!-- Progress Bar-->
<p class="font-secondary h6" style="color: #9DB310;">Авиа перевозки</p>
<div class="progress-bar progress-bar-horizontal progress-bar-default" data-value="100"
data-stroke="10" data-easing="linear" data-duration="1000" style="color: #ffffff;" data-counter="true"></div>
<p class="font-secondary h6" style="color: #9DB310;">Надежность</p>
<div class="progress-bar progress-bar-horizontal progress-bar-default" style="color: #ffffff;" data-value="100"
data-stroke="10" data-easing="linear" data-duration="1000" style="color: #ffffff;" data-counter="true"></div>
<p class="font-secondary h6" style="color: #9DB310;">Крупномасштабные проекты</p>
<div class="progress-bar progress-bar-horizontal progress-bar-default" data-value="100"
data-stroke="10" data-easing="linear" data-duration="1000" style="color: #ffffff;" data-counter="true"></div>
</div>
</div>
</div>
<a class="btn btn-white btn-sm btn-min-width" href="/about" style="color: #ffffff;">Узнать больше</a>
</div>
</section>
--}}
<section class="section section-inset-1 ">
<div class="container">
......@@ -445,10 +528,13 @@
<h4 class="text-primary text-transform-none"><a href="">25 января 2019 г.</a></h4>
</div>
<div class="blog-post-time">
{{-- <time datetime="2018-12-26">25 января 2019 г.</time>--}}
{{-- <time datetime="2018-12-26">25 января 2019 г.</time>--}}
</div>
<div class="blog-post-body">
<p style="text-align: justify;">Компания FAZO CARGO INC. предоставляет услугу по бесплатной доставке посылок по всем регионам Узбекистана. Для более подробной информации звоните по номеру: (347) 547.9797 или оставте свои контакты на нашем сайте.</p>
<p style="text-align: justify;">Компания FAZO CARGO INC. предоставляет услугу по
бесплатной доставке посылок по всем регионам Узбекистана. Для более подробной
информации звоните по номеру: (347) 547.9797 или оставте свои контакты на нашем
сайте.</p>
</div>
</div>
</div>
......@@ -457,14 +543,18 @@
<div class="blog-post thumbnail-1 thumbnail-mod-2"><img src="frontend/images/news3.jpg"
alt="">
<div class="caption">
<div class="blog-post-title">
<div class="blog-post-title">
<h5 class="text-primary text-transform-none"><a href="">25 апреля 2019 г.</a></h5>
</div>
<div class="blog-post-time">
{{-- <time datetime="2018-12-26">25 апреля 2019 г.</time>--}}
{{-- <time datetime="2018-12-26">25 апреля 2019 г.</time>--}}
</div>
<div class="blog-post-body">
<p style="text-align: justify;">По просьбам наших соотечественников, проживающих в Соединенных Штатах Америки, FAZO CARGO INC. начал предоставлять услугу по отправке и доставке автомобилей из США в Узбекистан. Для получения информации по данной услуге звоните по номеру: (347) 547.9797 или оставте свои контакты на нашем сайте.
<p style="text-align: justify;">По просьбам наших соотечественников, проживающих в
Соединенных Штатах Америки, FAZO CARGO INC. начал предоставлять услугу по
отправке и доставке автомобилей из США в Узбекистан. Для получения информации по
данной услуге звоните по номеру: (347) 547.9797 или оставте свои контакты на
нашем сайте.
Наша цель – оказывать Вам качественный сервис.
</p>
</div>
......@@ -479,11 +569,15 @@
<h5 class="text-primary text-transform-none"><a href="">15 мая 2019 г.</a>
</h5>
</div>
{{-- <div class="blog-post-time">
<time datetime="2018-12-26">15 мая 2019 г.</time>
</div>--}}
{{-- <div class="blog-post-time">
<time datetime="2018-12-26">15 мая 2019 г.</time>
</div>--}}
<div class="blog-post-body">
<p style="text-align: justify;">Вам теперь будет удобно отправлять посылки в Узбекистан из любого штата Америкию Компания FAZO CARGO INC. предоставляет услугу FREE PICK-UP в 50 штатах Америки. Для более подробной информации обращайтесь в наш офис в Бруклине или звоните по номеру: (347) 547.9797 либо или оставте свои контакты на нашем сайте.
<p style="text-align: justify;">Вам теперь будет удобно отправлять посылки в
Узбекистан из любого штата Америкию Компания FAZO CARGO INC. предоставляет
услугу FREE PICK-UP в 50 штатах Америки. Для более подробной информации
обращайтесь в наш офис в Бруклине или звоните по номеру: (347) 547.9797 либо или
оставте свои контакты на нашем сайте.
Воспользуйтеси нашими услугами и дарите радость свим близким!
.</p>
</div>
......@@ -537,7 +631,8 @@
<cite> Aзиза ( Ташкент )</cite>
</p>
<p>
<q>Самая лучшая и быстрая доставка! Очень удобный для пользования вэб-сайт ю Очень рекоммендую Всем!
<q>Самая лучшая и быстрая доставка! Очень удобный для пользования вэб-сайт ю
Очень рекоммендую Всем!
</q>
</p>
</blockquote>
......@@ -550,7 +645,8 @@
<cite>Саида ( Ташкент )</cite>
</p>
<p>
<q> FazoShop.us благополучно доставил все мою посылку. Я получила ее за 5 дней, раньше чем ожидала. Спасибо FazoShop!
<q> FazoShop.us благополучно доставил все мою посылку. Я получила ее за 5 дней,
раньше чем ожидала. Спасибо FazoShop!
</q>
</p>
</blockquote>
......@@ -564,7 +660,8 @@
<cite>Гавхар ( Самарканд )</cite>
</p>
<p>
<q> Очень удобный сервис на Fazoshop.us. Я сделала все свои шоппинги и получила без проблем. Рекоммендую Вам тоже.</q>
<q> Очень удобный сервис на Fazoshop.us. Я сделала все свои шоппинги и получила
без проблем. Рекоммендую Вам тоже.</q>
</p>
</blockquote>
</div>
......@@ -596,24 +693,36 @@
data-loop="true" data-margin="15" data-dots="true" data-autoplay="true" data-dots-each="1"
data-xs-stage-padding="15">
<div class="owl-item">
<a href="https://www.ebay.com"><img src="frontend/images/1.jpg" alt="" style="width: 180px; height: 160px;"></a>
<a href="https://www.amazon.com"><img src="frontend/images/2.png" alt="" style="width: 200px; height: 200px;"></a>
<a href="https://www.bestbuy.com"><img src="frontend/images/bestbuy2.png" alt="" style="width: 100px; height: 80px; margin-top: 56px;"></a>
<a href="https://www.carters.com/"><img src="frontend/images/carters.png" alt="" style="width: 180px; margin-top: 65px;"></a>
<a href="https://www.ebay.com"><img src="frontend/images/1.jpg" alt=""
style="width: 180px; height: 160px;"></a>
<a href="https://www.amazon.com"><img src="frontend/images/2.png" alt=""
style="width: 200px; height: 200px;"></a>
<a href="https://www.bestbuy.com"><img src="frontend/images/bestbuy2.png" alt=""
style="width: 100px; height: 80px; margin-top: 56px;"></a>
<a href="https://www.carters.com/"><img src="frontend/images/carters.png" alt=""
style="width: 180px; margin-top: 65px;"></a>
</div>
<div class="owl-item">
<a href="https://www.hm.com"><img src="frontend/images/3.png" alt="" style="width: 140px; height: 140px; margin-top: 10px;"></a>
<a href="https://www.apple.com"><img src="frontend/images/apple.webp" alt="" style="width: 120px; height: 120px; margin-top: 10px;"></a>
<a href="https://www.sephora.com"><img src="frontend/images/sephora.png" alt="" style="width: 200px; height: 180px; margin-top: -10px;"></a>
<a href="https://www.6pm.com"><img src="frontend/images/4.jpg" alt="" style="width: 140px; height: 140px; margin-top: 10px;"></a>
<a href="https://www.hm.com"><img src="frontend/images/3.png" alt=""
style="width: 140px; height: 140px; margin-top: 10px;"></a>
<a href="https://www.apple.com"><img src="frontend/images/apple.webp" alt=""
style="width: 120px; height: 120px; margin-top: 10px;"></a>
<a href="https://www.sephora.com"><img src="frontend/images/sephora.png" alt=""
style="width: 200px; height: 180px; margin-top: -10px;"></a>
<a href="https://www.6pm.com"><img src="frontend/images/4.jpg" alt=""
style="width: 140px; height: 140px; margin-top: 10px;"></a>
</div>
<div class="owl-item">
<a href="https://oldnavy.gap.com"><img src="frontend/images/5.png" alt="" style="width: 200px; height: 200px;"></a>
<a href="https://www.macys.com"><img src="frontend/images/6.png" alt="" style="width: 180px; height: 160px;"></a>
<a href="https://www.ulta.com"><img src="frontend/images/ulta2.png" alt="" style="width: 140px; height: 60px; margin-top: 70px;" ></a>
<a href="https://www.shopify.ca"><img src="frontend/images/7.jpg" alt="" style="width: 100px; height: 100px; margin-top: 40px;"></a>
<a href="https://oldnavy.gap.com"><img src="frontend/images/5.png" alt=""
style="width: 200px; height: 200px;"></a>
<a href="https://www.macys.com"><img src="frontend/images/6.png" alt=""
style="width: 180px; height: 160px;"></a>
<a href="https://www.ulta.com"><img src="frontend/images/ulta2.png" alt=""
style="width: 140px; height: 60px; margin-top: 70px;"></a>
<a href="https://www.shopify.ca"><img src="frontend/images/7.jpg" alt=""
style="width: 100px; height: 100px; margin-top: 40px;"></a>
</div>
</div>
</div>
......@@ -628,37 +737,43 @@
<div class="col-xs-12 col-md-9 col-lg-6 col-md-offset-2 col-lg-offset-3">
<!--p.fw-l.h5.text-transform-none Enter your email address to receive all company news, special offers and other discount information.-->
<!-- RD Mailform-->
<form class="rd-mailform text-left" data-form-output="form-output-global" data-form-type="forms" method="post" action="{{ url('/feedback/add') }}">
<form class="rd-mailform text-left" data-form-output="form-output-global" data-form-type="forms"
method="post" action="{{ url('/feedback/add') }}">
@csrf
<div class="row row-10">
<div class="col-xs-12 col-sm-6">
<div class="form-wrap">
<label class="form-label" for="forms-name">Ваше имя...</label>
<input class="form-input" id="forms-name" type="text" name="name" data-constraints="@Required">
<input class="form-input" id="forms-name" type="text" name="name"
data-constraints="@Required">
</div>
</div>
<div class="col-xs-12 col-sm-6">
<div class="form-wrap">
<label class="form-label" for="forms-last-name">Ваша фамилия...</label>
<input class="form-input" id="forms-last-name" type="text" name="last-name" data-constraints="@Required">
<input class="form-input" id="forms-last-name" type="text" name="last-name"
data-constraints="@Required">
</div>
</div>
<div class="col-xs-12 col-sm-6">
<div class="form-wrap">
<label class="form-label" for="forms-email">Ваш e-mail...</label>
<input class="form-input" id="forms-email" type="email" name="email" data-constraints="@Email @Required">
<input class="form-input" id="forms-email" type="email" name="email"
data-constraints="@Email @Required">
</div>
</div>
<div class="col-xs-12 col-sm-6">
<div class="form-wrap">
<label class="form-label" for="forms-phone">Ваш номер...</label>
<input class="form-input" id="forms-phone" type="text" name="phone" data-constraints="@Numeric @Required">
<input class="form-input" id="forms-phone" type="text" name="phone"
data-constraints="@Numeric @Required">
</div>
</div>
<div class="col-xs-12 col-sm-12">
<div class="form-wrap">
<label class="form-label" for="forms-message">Сообщение:</label>
<textarea class="form-input" id="forms-message" name="message" data-constraints="@Required"></textarea>
<textarea class="form-input" id="forms-message" name="message"
data-constraints="@Required"></textarea>
</div>
</div>
<div class="col-xs-12 text-center">
......@@ -684,7 +799,7 @@
</div>--}}
<div class=" text-center">
<img src="frontend/images/city_bg4.jpg" alt="" style="width: 100%; position: relative ">
<img src="frontend/images/city_bg4.jpg" alt="" style="width: 100%; position: relative ">
</div>
......@@ -697,7 +812,8 @@
<div class="col-xs-12 col-sm-6 col-lg-3">
<address>
<div class="media">
<div class="media-left"><span class="icon icon-sm far fa-clock"></span><i class="far fa-clock"></i>
<div class="media-left"><span class="icon icon-sm far fa-clock"></span><i
class="far fa-clock"></i>
</div>
<div class="media-body">
<p class="h6" style="color: #0B3C5D">Наш Адрес</p><span><a href="">
......@@ -748,18 +864,20 @@
</section>
<section>
<div>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3029.091841498065!2d-73.98516868459825!3d40.605797279343676!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c244fd58ac39a9%3A0xcd73e6d128bbef86!2s97+Quentin+Rd+1st+floor%2C+Brooklyn%2C+NY+11223%2C+USA!5e0!3m2!1sen!2s!4v1558472141741!5m2!1sen!2s"
width="1980" height="460" frameborder="0" style="border:0; width: 80%;" allowfullscreen></iframe>
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3029.091841498065!2d-73.98516868459825!3d40.605797279343676!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c244fd58ac39a9%3A0xcd73e6d128bbef86!2s97+Quentin+Rd+1st+floor%2C+Brooklyn%2C+NY+11223%2C+USA!5e0!3m2!1sen!2s!4v1558472141741!5m2!1sen!2s"
width="1980" height="460" frameborder="0" style="border:0; width: 80%;" allowfullscreen></iframe>
</div>
</section>
</main>
<!-- Page Footer-->
<footer class="page-foot section-inset-4" style="background-color: #328CC1;">
<section class="footer-content" >
<section class="footer-content">
<div class="container">
<div class="rd-navbar-brand pull-lg-left">
<a class="brand-name" href="#">
<img src="/assets/img/icon/logo.png" class="logo_main" alt="Fazoshop" style="margin-right: 10px ;"><span style="color : #ffffff;">Fazoshop</span>
<img src="/assets/img/icon/logo.png" class="logo_main" alt="Fazoshop"
style="margin-right: 10px ;"><span style="color : #ffffff;">Fazoshop</span>
</a>
</div>
<ul class="list-inline list-inline-mod-1 visible-md-inline-block visible-lg-inline-block pull-sm-right">
......@@ -777,7 +895,9 @@
</section>
<section class="copyright bg-darkest well5" style="background-color: #0B3C5D;">
<div class="container">
<p class="pull-sm-left" style="color: #ffffff;">&#169; <span id="copyright-year"></span> All Rights Reserved <a href="{{route('terms')}}" style="color: #ffffff;">Terms of Use and Privacy Policy</a></p>
<p class="pull-sm-left" style="color: #ffffff;">&#169; <span id="copyright-year"></span> All Rights
Reserved <a href="{{route('terms')}}" style="color: #ffffff;">Terms of Use and Privacy Policy</a>
</p>
<ul class="list-inline pull-sm-right offset-3">
<li><a class="fa-facebook" href="#" style="color: #ffffff;"></a></li>
<li><a class="fa-twitter" href="#" style="color: #ffffff;"></a></li>
......@@ -787,30 +907,43 @@
</section>
<!-- {%FOOTER_LINK}-->
</footer>
{{--<footer class="page-foot bg-dark">
<section class="footer-content">
<div class="container">
<div class="rd-navbar-brand"><a class="brand-name" href="/"><img src="/assets/img/icon/logo.png"
class="logo_main"
alt=""><span>Fazoshop</span></a>
<ul class="list-inline">
<li><a class="fa-facebook" href="/"></a></li>
<li><a class="fa-twitter" href="/"></a></li>
</ul>
</div>
</div>
</section>
<section class="copyright">
<div class="container">
<p>© <span id="copyright-year">2019</span> All Rights Reserved <a href="/">Terms of Use and Privacy
Policy</a></p>
{{--<footer class="page-foot bg-dark">
<section class="footer-content">
<div class="container">
<div class="rd-navbar-brand"><a class="brand-name" href="/"><img src="/assets/img/icon/logo.png"
class="logo_main"
alt=""><span>Fazoshop</span></a>
<ul class="list-inline">
<li><a class="fa-facebook" href="/"></a></li>
<li><a class="fa-twitter" href="/"></a></li>
</ul>
</div>
</section>
<!-- {%FOOTER_LINK}-->
</footer>--}}
<!-- Rd Mailform result field-->
</div>
</section>
<section class="copyright">
<div class="container">
<p>© <span id="copyright-year">2019</span> All Rights Reserved <a href="/">Terms of Use and Privacy
Policy</a></p>
</div>
</section>
<!-- {%FOOTER_LINK}-->
</footer>--}}
<!-- Rd Mailform result field-->
<div class="rd-mailform-validate"></div>
</div>
<div class="modal fade" id="videoModal" tabindex="-1" role="dialog" aria-labelledby="videoModal" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<button type="button" class="close btn-round btn-primary" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
<!-- Global Mailform Output-->
<div class="snackbars" id="form-output-global"></div>
<!-- Java script-->
......@@ -829,7 +962,6 @@
</script>
<script type="text/javascript" src="{{ asset('assets') }}/slider/js/jquery.mixitup.js"></script>
{{--<script type="text/javascript" src="{{ asset('assets') }}/slider/js/bootstrap.js"></script>--}}
<script type="text/javascript" src="{{ asset('assets') }}/slider/js/modernizr.custom.js"></script>
......@@ -841,6 +973,19 @@
<script src="{{ asset('assets') }}/slider/js/respond.min.js"></script>
<script type="text/javascript" src="{{ asset('assets') }}/slider/js/app.js"></script>
<script>
$(document).ready(function () {
$('.popup-youtube, .popup-vimeo, .popup-gmaps').magnificPopup({
disableOn: 700,
type: 'iframe',
mainClass: 'mfp-fade',
removalDelay: 160,
preloader: false,
fixedContentPos: false
});
});
</script>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Fazoshop | Доставка любого вида груза из США во все регионы Узбекистана.</title>
<meta name="format-detection" content="telephone=no">
<meta name="viewport"
content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta charset="utf-8">
</head>
<body>
<video width="400" controls>
<source src="{{ asset('video') }}/fazo.mp4" type="video/mp4">
{{-- <source src="mov_bbb.ogg" type="video/ogg">--}}
Your browser does not support HTML5 video.
</video>
</body>
</html>
<!doctype html>
<html lang="{{ app()->getLocale() }}">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Laravel</title>
<title>Laravel</title>
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Raleway:100,600" rel="stylesheet" type="text/css">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Raleway:100,600" rel="stylesheet" type="text/css">
<!-- Styles -->
<style>
html, body {
background-color: #fff;
color: #636b6f;
font-family: 'Raleway', sans-serif;
font-weight: 100;
height: 100vh;
margin: 0;
}
<!-- Styles -->
<style>
html, body {
background-color: #fff;
color: #636b6f;
font-family: 'Raleway', sans-serif;
font-weight: 100;
height: 100vh;
margin: 0;
}
.full-height {
height: 100vh;
}
.full-height {
height: 100vh;
}
.flex-center {
align-items: center;
display: flex;
justify-content: center;
}
.flex-center {
align-items: center;
display: flex;
justify-content: center;
}
.position-ref {
position: relative;
}
.position-ref {
position: relative;
}
.top-right {
position: absolute;
right: 10px;
top: 18px;
}
.top-right {
position: absolute;
right: 10px;
top: 18px;
}
.content {
text-align: center;
}
.content {
text-align: center;
}
.title {
font-size: 84px;
}
.title {
font-size: 84px;
}
.links > a {
color: #636b6f;
padding: 0 25px;
font-size: 12px;
font-weight: 600;
letter-spacing: .1rem;
text-decoration: none;
text-transform: uppercase;
}
.links > a {
color: #636b6f;
padding: 0 25px;
font-size: 12px;
font-weight: 600;
letter-spacing: .1rem;
text-decoration: none;
text-transform: uppercase;
}
.m-b-md {
margin-bottom: 30px;
}
</style>
</head>
<body>
<div class="flex-center position-ref full-height">
@if (Route::has('login'))
<div class="top-right links">
@auth
<a href="{{ url('/home') }}">Home</a>
@else
<a href="{{ route('login') }}">Login</a>
<a href="{{ route('register') }}">Register</a>
@endauth
</div>
@endif
.m-b-md {
margin-bottom: 30px;
}
</style>
</head>
<body>
<div class="content">
<div class="title m-b-md">
Laravel
</div>
<div class="links">
<a href="https://laravel.com/docs">Documentation</a>
<a href="https://laracasts.com">Laracasts</a>
<a href="https://laravel-news.com">News</a>
<a href="https://forge.laravel.com">Forge</a>
<a href="https://github.com/laravel/laravel">GitHub</a>
</div>
</div>
</div>
</body>
<video width="100%" controls autoplay>
<source src="{{ asset('video') }}/fazo.mp4" type="video/mp4">
{{-- <source src="mov_bbb.ogg" type="video/ogg">--}}
Your browser does not support HTML5 video.
</video>
</body>
</html>
......@@ -14,6 +14,10 @@
Route::get('/', function () {
return view('main');
});
Route::get('/watch', function () {
return view('welcome');
});
//
//Auth::routes();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment