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

video

parent bc53d2dc
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
pager: false, pager: false,
minSlides: 1, minSlides: 1,
maxSlides: 5, maxSlides: 5,
moveSlides: 2, moveSlides: 5,
slideWidth: 210, slideWidth: 210,
slideMargin: 25, slideMargin: 25,
prevSelector: $('#client-prev'), prevSelector: $('#client-prev'),
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
// Bind to scroll // Bind to scroll
$(window).scroll(function () { $(window).scroll(function () {
//Display or hide scroll to top button //Display or hide scroll to top button
if ($(this).scrollTop() > 100) { if ($(this).scrollTop() > 100) {
$('.scrollup').fadeIn(); $('.scrollup').fadeIn();
} else { } else {
...@@ -295,8 +295,8 @@ $("#send-mail").click(function () { ...@@ -295,8 +295,8 @@ $("#send-mail").click(function () {
/************************ /************************
Animate elements Animate elements
*************************/ *************************/
//Animate thumbnails //Animate thumbnails
jQuery('.thumbnail').one('inview', function (event, visible) { jQuery('.thumbnail').one('inview', function (event, visible) {
if (visible == true) { if (visible == true) {
jQuery(this).addClass("animated fadeInDown"); jQuery(this).addClass("animated fadeInDown");
...@@ -313,7 +313,7 @@ $("#send-mail").click(function () { ...@@ -313,7 +313,7 @@ $("#send-mail").click(function () {
jQuery(this).removeClass("animated fadeInDown"); jQuery(this).removeClass("animated fadeInDown");
} }
}); });
//animate first team member //animate first team member
jQuery('#first-person').bind('inview', function (event, visible) { jQuery('#first-person').bind('inview', function (event, visible) {
if (visible == true) { if (visible == true) {
...@@ -322,7 +322,7 @@ $("#send-mail").click(function () { ...@@ -322,7 +322,7 @@ $("#send-mail").click(function () {
jQuery('#first-person').removeClass("animated pulse"); jQuery('#first-person').removeClass("animated pulse");
} }
}); });
//animate sectond team member //animate sectond team member
jQuery('#second-person').bind('inview', function (event, visible) { jQuery('#second-person').bind('inview', function (event, visible) {
if (visible == true) { if (visible == true) {
...@@ -340,7 +340,7 @@ $("#send-mail").click(function () { ...@@ -340,7 +340,7 @@ $("#send-mail").click(function () {
jQuery('#third-person').removeClass("animated pulse"); jQuery('#third-person').removeClass("animated pulse");
} }
}); });
//Animate price columns //Animate price columns
jQuery('.price-column, .testimonial').bind('inview', function (event, visible) { jQuery('.price-column, .testimonial').bind('inview', function (event, visible) {
if (visible == true) { if (visible == true) {
...@@ -349,7 +349,7 @@ $("#send-mail").click(function () { ...@@ -349,7 +349,7 @@ $("#send-mail").click(function () {
jQuery(this).removeClass("animated fadeInDown"); jQuery(this).removeClass("animated fadeInDown");
} }
}); });
//Animate contact form //Animate contact form
jQuery('.contact-form').bind('inview', function (event, visible) { jQuery('.contact-form').bind('inview', function (event, visible) {
if (visible == true) { if (visible == true) {
......
...@@ -21,42 +21,102 @@ ...@@ -21,42 +21,102 @@
href="https://fonts.googleapis.com/css?family=Ubuntu:400,500,700%7COpen+Sans:400,300);"> href="https://fonts.googleapis.com/css?family=Ubuntu:400,500,700%7COpen+Sans:400,300);">
<link rel="stylesheet" href="frontend/css/style.css"> <link rel="stylesheet" href="frontend/css/style.css">
<!--[if lt IE 10]> <!--[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 <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" 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> alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today."></a>
</div> </div>
<script src="frontend/js/html5shiv.min.js"></script> <script src="frontend/js/html5shiv.min.js"></script>
<![endif]--> <![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.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/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/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/pluton.css"/>
<!--[if IE 7]> <!--[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]--> <![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.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/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/animate.css"/>
<style type="text/css"> <style type="text/css">
#cabinet:hover{ #cabinet:hover {
background-color: #0B3C5D; background-color: #0B3C5D;
border: none; border: none;
color: #ffffff; color: #ffffff;
} }
#cabinet:hover a{
#cabinet:hover a {
color: #ffffff; color: #ffffff;
} }
.nav_link{
.nav_link {
color: #328CC1; 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> </style>
</head> </head>
...@@ -66,7 +126,7 @@ ...@@ -66,7 +126,7 @@
<!-- Page Header--> <!-- Page Header-->
<header class="page-head"> <header class="page-head">
<!-- RD Navbar--> <!-- 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" <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-md-layout="rd-navbar-fullwidth" data-lg-layout="rd-navbar-static"
data-device-layout="rd-navbar-fixed" data-sm-device-layout="rd-navbar-fixed" data-device-layout="rd-navbar-fixed" data-sm-device-layout="rd-navbar-fixed"
...@@ -77,14 +137,18 @@ ...@@ -77,14 +137,18 @@
<div class="rd-navbar-inner"> <div class="rd-navbar-inner">
<button class="rd-navbar-collapse-toggle" data-rd-navbar-toggle=".list-inline" type="submit"> <button class="rd-navbar-collapse-toggle" data-rd-navbar-toggle=".list-inline" type="submit">
<span></span></button> <span></span></button>
<a class="fa-envelope-o" href="mailto:info@fazoshop.us" style="color: #ffffff;">info@fazoshop.us</a><a <a class="fa-envelope-o" href="mailto:info@fazoshop.us"
class="fa-mobile-phone preffix-2" style="color: #ffffff;" href="callto:+13475479797">+1 (347) 547-9797</a> 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"> <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><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>
<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> 547-9797</a></li>
</ul> </ul>
</div> </div>
...@@ -97,7 +161,8 @@ ...@@ -97,7 +161,8 @@
<span></span></button> <span></span></button>
<!-- RD Navbar Brand--> <!-- RD Navbar Brand-->
<div class="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> </div>
<div class="rd-navbar-nav-wrap"> <div class="rd-navbar-nav-wrap">
...@@ -120,26 +185,13 @@ ...@@ -120,26 +185,13 @@
<li><a href="/contacts" class="nav_link">Контакты</a></li> <li><a href="/contacts" class="nav_link">Контакты</a></li>
{{--<li><a href="/#">Магазины</a></li>--}} {{--<li><a href="/#">Магазины</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> </ul>
</div> </div>
</div> </div>
</nav> </nav>
</div> </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> </header>
...@@ -148,96 +200,115 @@ ...@@ -148,96 +200,115 @@
<div id="home"> <div id="home">
<!-- Start cSlider --> <!-- Start cSlider -->
<div id="da-slider" class="da-slider" style="background-image: url('{{asset('assets')}}/slider/images/iconcc.jpg')"> <div id="da-slider" class="da-slider"
<div class="triangle" ></div> style="background-image: url('{{asset('assets')}}/slider/images/iconcc.jpg')">
<div class="triangle"></div>
<!-- mask elemet use for masking background image --> <!-- mask elemet use for masking background image -->
<div class="mask" style="background-color: #328CC1;"></div> <div class="mask" style="background-color: #328CC1;"></div>
<!-- All slides centred in container element --> <!-- All slides centred in container element -->
<div class="container" > <div class="container">
<!-- Start first slide --> <!-- Start first slide -->
<div class="da-slide" style="margin-top: 60px;"> <div class="da-slide" style="margin-top: 60px;">
<h2 class="fittext2" style="color: #ffffff">ВОСПОЛЬЗУЙТЕСЬ <h2 class="fittext2" style="color: #ffffff">ВОСПОЛЬЗУЙТЕСЬ
ВИДЕО <br> УРОКОМ И ПРОСТО <br> ВИДЕО <br> УРОКОМ И ПРОСТО <br>
НАСЛАЖДАЙТЕСЬ ПОКУПКАМИ</h2> НАСЛАЖДАЙТЕСЬ ПОКУПКАМИ</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;"> <div class="da-img" style="margin-top: -60px;">
<img src="{{ asset('assets') }}/slider/images/tv5.png" alt="image01" width="320"> <img src="{{ asset('assets') }}/slider/images/tv5.png" alt="image01" width="320">
</div> </div>
</div> </div>
<!-- End first slide --> <!-- End first slide -->
<!-- Start second slide --> <!-- Start second slide -->
<div class="da-slide" style="margin-top: 60px;"> <div class="da-slide" style="margin-top: 60px;">
<h2 style="color: #ffffff">МЫ ДОСТАВЛЯЕМ <h2 style="color: #ffffff">МЫ ДОСТАВЛЯЕМ
ТОВАРЫ ИЗ США</h2> ТОВАРЫ ИЗ США</h2>
<h4 style="color: #ffffff">ЗА 5-7 РАБОЧИХ ДНЕЙ</h4> <h4 style="color: #ffffff">ЗА 5-7 РАБОЧИХ ДНЕЙ</h4>
<p>Сомневаетесь? – Ознакомьтесь <p>Сомневаетесь? – Ознакомьтесь
с оценками наших клиентов</p> с оценками наших клиентов</p>
<a href="{{route('tariffs')}}" class="da-link button" style="border: 1px solid #ffffff; color: #ffffff; padding: 10px;">УЗНАТЬ ПОДРОБНЕЕ</a> <a href="{{route('tariffs')}}" class="da-link button"
<div class="da-img" style="margin-top: -60px;"> style="border: 1px solid #ffffff; color: #ffffff; padding: 10px;">УЗНАТЬ ПОДРОБНЕЕ</a>
<img src="{{ asset('assets') }}/slider/images/plane.png" width="420" alt="image02"> <div class="da-img" style="margin-top: -60px;">
</div> <img src="{{ asset('assets') }}/slider/images/plane.png" width="420" alt="image02">
</div> </div>
<!-- End second slide --> </div>
<!-- End second slide -->
<!-- Start third slide --> <!-- Start third slide -->
<div class="da-slide" style="margin-top: 60px;"> <div class="da-slide" style="margin-top: 60px;">
<h2 style="color: #ffffff"> <h2 style="color: #ffffff">
Доставка товаров из США</h2> Доставка товаров из США</h2>
<h4 style="color: #ffffff">ВСЕГО $8,5 ЗА КАЖДЫЕ <h4 style="color: #ffffff">ВСЕГО $8,5 ЗА КАЖДЫЕ
1 КГ!</h4> 1 КГ!</h4>
<p>Самые точные расценки и быстрая доставка!</p> <p>Самые точные расценки и быстрая доставка!</p>
<a href="{{route('tariffs')}}" class="da-link button" style="border: 1px solid #ffffff; color: #ffffff ; padding: 10px;">УЗНАТЬ ПОДРОБНЕЕ</a> <a href="{{route('tariffs')}}" class="da-link button"
<div class="da-img" style="margin-top: -60px;"> style="border: 1px solid #ffffff; color: #ffffff ; padding: 10px;">УЗНАТЬ ПОДРОБНЕЕ</a>
<img src="{{ asset('assets') }}/slider/images/usa_map.png" width="320" alt="image03"> <div class="da-img" style="margin-top: -60px;">
</div> <img src="{{ asset('assets') }}/slider/images/usa_map.png" width="320" alt="image03">
</div> </div>
</div>
<div class="da-slide" style="margin-top: 60px;"> <div class="da-slide" style="margin-top: 60px;">
<h2 style="color: #ffffff"> <h2 style="color: #ffffff">
Доставка товаров из США</h2> Доставка товаров из США</h2>
<h4 style="color: #ffffff">ВСЕГО $8,5 ЗА КАЖДЫЕ <h4 style="color: #ffffff">ВСЕГО $8,5 ЗА КАЖДЫЕ
1 КГ!</h4> 1 КГ!</h4>
<p>Самые точные расценки и быстрая доставка!</p> <p>Самые точные расценки и быстрая доставка!</p>
<a href="{{route('tariffs')}}" class="da-link button" style="border: 1px solid #ffffff; color: #ffffff ; padding: 10px;">УЗНАТЬ ПОДРОБНЕЕ</a> <a href="{{route('tariffs')}}" class="da-link button"
<div class="da-img" style="padding-right: 60px; margin-top: -60px;"> style="border: 1px solid #ffffff; color: #ffffff ; padding: 10px;">УЗНАТЬ ПОДРОБНЕЕ</a>
<img src="{{ asset('assets') }}/slider/images/00003.jpg" width="350" alt="image03" height="250"> <div class="da-img" style="padding-right: 60px; margin-top: -60px;">
</div> <img src="{{ asset('assets') }}/slider/images/00003.jpg" width="350" alt="image03"
</div> height="250">
<div class="da-slide" style="margin-top: 60px;"> </div>
<h2 style="color: #ffffff"> </div>
Доставка товаров из США</h2> <div class="da-slide" style="margin-top: 60px;">
<h4 style="color: #ffffff">ВСЕГО $8,5 ЗА КАЖДЫЕ <h2 style="color: #ffffff">
1 КГ!</h4> Доставка товаров из США</h2>
<p>Самые точные расценки и быстрая доставка!</p> <h4 style="color: #ffffff">ВСЕГО $8,5 ЗА КАЖДЫЕ
<a href="{{route('tariffs')}}" class="da-link button" style="border: 1px solid #ffffff; color: #ffffff ; padding: 10px;">УЗНАТЬ ПОДРОБНЕЕ</a> 1 КГ!</h4>
<div class="da-img" style="padding-right: 60px; margin-top: -60px;"> <p>Самые точные расценки и быстрая доставка!</p>
<img src="{{ asset('assets') }}/slider/images/thumb.png" width="320" alt="image03"> <a href="{{route('tariffs')}}" class="da-link button"
</div> style="border: 1px solid #ffffff; color: #ffffff ; padding: 10px;">УЗНАТЬ ПОДРОБНЕЕ</a>
</div> <div class="da-img" style="padding-right: 60px; margin-top: -60px;">
<div class="da-slide" style="margin-top: 60px;"> <img src="{{ asset('assets') }}/slider/images/thumb.png" width="320" alt="image03">
<h2 style="color: #ffffff"> </div>
Доставка товаров из США</h2> </div>
<h4 style="color: #ffffff">ВСЕГО $8,5 ЗА КАЖДЫЕ <div class="da-slide" style="margin-top: 60px;">
1 КГ!</h4> <h2 style="color: #ffffff">
<p>Самые точные расценки и быстрая доставка!</p> Доставка товаров из США</h2>
<a href="{{route('tariffs')}}" class="da-link button" style="border: 1px solid #ffffff; color: #ffffff ; padding: 10px;">УЗНАТЬ ПОДРОБНЕЕ</a> <h4 style="color: #ffffff">ВСЕГО $8,5 ЗА КАЖДЫЕ
<div class="da-img" style="padding-right: 60px; margin-top: -60px;"> 1 КГ!</h4>
<img src="{{ asset('assets') }}/slider/images/0001.jpg" width="350" height="250" alt="image03"> <p>Самые точные расценки и быстрая доставка!</p>
</div> <a href="{{route('tariffs')}}" class="da-link button"
</div> style="border: 1px solid #ffffff; color: #ffffff ; padding: 10px;">УЗНАТЬ ПОДРОБНЕЕ</a>
<div class="da-slide" style="margin-top: 60px;"> <div class="da-img" style="padding-right: 60px; margin-top: -60px;">
<h2 style="color: #ffffff"> <img src="{{ asset('assets') }}/slider/images/0001.jpg" width="350" height="250"
Доставка товаров из США</h2> alt="image03">
<h4 style="color: #ffffff">ВСЕГО $8,5 ЗА КАЖДЫЕ </div>
1 КГ!</h4> </div>
<p>Самые точные расценки и быстрая доставка!</p> <div class="da-slide" style="margin-top: 60px;">
<a href="{{route('tariffs')}}" class="da-link button" style="border: 1px solid #ffffff; color: #ffffff ; padding: 10px;">УЗНАТЬ ПОДРОБНЕЕ</a> <h2 style="color: #ffffff">
<div class="da-img" style="padding-right: 60px; margin-top: -60px;"> Доставка товаров из США</h2>
<img src="{{ asset('assets') }}/slider/images/0004.jpg" width="350" height="250" alt="image03"> <h4 style="color: #ffffff">ВСЕГО $8,5 ЗА КАЖДЫЕ
</div> 1 КГ!</h4>
</div> <p>Самые точные расценки и быстрая доставка!</p>
<!-- Start third slide --> <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 --> <!-- Start cSlide navigation arrows -->
<div class="da-arrows"> <div class="da-arrows">
<span class="da-arrows-prev"></span> <span class="da-arrows-prev"></span>
...@@ -249,32 +320,32 @@ ...@@ -249,32 +320,32 @@
</div> </div>
{{-- <div class="container"> {{-- <div class="container">
<div id="wrapper"> <div id="wrapper">
<div id="carousel"> <div id="carousel">
<div> <div>
<img src="{{ asset('assets') }}/img/menu/001.jpg" style="height: 600px;" /> <img src="{{ asset('assets') }}/img/menu/001.jpg" style="height: 600px;" />
</div> </div>
<div> <div>
<img src="{{ asset('assets') }}/img/menu/002.jpg" style="height: 600px;"/> <img src="{{ asset('assets') }}/img/menu/002.jpg" style="height: 600px;"/>
</div> </div>
<div> <div>
<img src="{{ asset('assets') }}/img/menu/00003.jpg" style="height: 600px;"/> <img src="{{ asset('assets') }}/img/menu/00003.jpg" style="height: 600px;"/>
</div> </div>
<div> <div>
<img src="{{ asset('assets') }}/img/menu/004.jpg" style="height: 600px;"/> <img src="{{ asset('assets') }}/img/menu/004.jpg" style="height: 600px;"/>
</div> </div>
<div> <div>
<img src="{{ asset('assets') }}/img/menu/005.jpg" style="height: 600px;"/> <img src="{{ asset('assets') }}/img/menu/005.jpg" style="height: 600px;"/>
</div> </div>
</div> </div>
<div id="title"> <div id="title">
<h3>The Netherlands covered in snow</h3> <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> <p><a href="http://gigapica.geenstijl.nl/2013/01/the_netherlands_covered_in_sno.html">images from gigapica.geenstijl.nl</a></p>
</div> </div>
<div id="pager"></div> <div id="pager"></div>
</div> </div>
</div>--}} </div>--}}
</main> </main>
...@@ -287,7 +358,8 @@ ...@@ -287,7 +358,8 @@
<div class="row clearleft-custom flow-offset-1 offset-1"> <div class="row clearleft-custom flow-offset-1 offset-1">
<div class="col-xs-12 col-sm-6 col-lg-3"> <div class="col-xs-12 col-sm-6 col-lg-3">
<div class="thumbnail thumbnail-mod-1"><span <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"> <div class="caption">
<h4 style="color: #0B3C5D">Покупаете</h4> <h4 style="color: #0B3C5D">Покупаете</h4>
<p>Покупаете в <p>Покупаете в
...@@ -298,7 +370,8 @@ ...@@ -298,7 +370,8 @@
</div> </div>
<div class="col-xs-12 col-sm-6 col-lg-3"> <div class="col-xs-12 col-sm-6 col-lg-3">
<div class="thumbnail thumbnail-mod-1"><span <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"> <div class="caption">
<h4 style="color: #0B3C5D">Оформляете</h4> <h4 style="color: #0B3C5D">Оформляете</h4>
<p>При покупке указываете <p>При покупке указываете
...@@ -308,7 +381,7 @@ ...@@ -308,7 +381,7 @@
</div> </div>
<div class="col-xs-12 col-sm-6 col-lg-3"> <div class="col-xs-12 col-sm-6 col-lg-3">
<div class="thumbnail thumbnail-mod-1"><span <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"> <div class="caption">
<h4 style="color: #0B3C5D">Формируете</h4> <h4 style="color: #0B3C5D">Формируете</h4>
<p>Консолидируете покупки, заполняете декларацию</p> <p>Консолидируете покупки, заполняете декларацию</p>
...@@ -317,7 +390,7 @@ ...@@ -317,7 +390,7 @@
</div> </div>
<div class="col-xs-12 col-sm-6 col-lg-3"> <div class="col-xs-12 col-sm-6 col-lg-3">
<div class="thumbnail thumbnail-mod-1"><span <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"> <div class="caption">
<h4 style="color: #0B3C5D">Получаете</h4> <h4 style="color: #0B3C5D">Получаете</h4>
<p>По вашей заявке <p>По вашей заявке
...@@ -358,80 +431,90 @@ ...@@ -358,80 +431,90 @@
</div> </div>
</div> </div>
</section> </section>
{{-- <div id="" style="background-image: url('{{asset('assets')}}/slider/images/exam_08.jpg');"> {{-- <div id="" style="background-image: url('{{asset('assets')}}/slider/images/exam_08.jpg');">
<!-- Start cSlider --> <!-- Start cSlider -->
<div id="da-slider" class="da-slider">--}} <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>--}}
<!-- 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"> <div class="container">
<h2 class="text-center" style="color: #ffffff;">О компании</h2> <h2 class="text-center" style="color: #ffffff;">О компании</h2>
<hr> <hr>
<div class="row"> <div class="row">
<div class="col-xs-12 col-sm-12 col-md-6 text-center text-md-left inset-1"><img <div class="col-xs-12 col-sm-12 col-md-6 text-center text-md-left inset-1">
src="frontend/images/about.jpg" alt=""></div> <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"> <div class="col-xs-12 col-sm-12 col-md-6 text-sm-left well1">
<p style="color: #ffffff;">FAZOSHOP – международная транспортная компания, базирующаяся в Бруклине, Нью-Йорк, США. Как <p style="color: #ffffff;">FAZOSHOP – международная транспортная компания, базирующаяся в
глобальная компания, FAZOSHOP предоставляет самые надежные и самые дешевые услуги доставки Бруклине, Нью-Йорк, США. Как
глобальная компания, FAZOSHOP предоставляет самые надежные и самые дешевые услуги
доставки
в Узбекистан.</p> в Узбекистан.</p>
<p style="color: #ffffff;">Испытайте самое лучшее и наиболее персонализированное логистическое решение для ваших <p style="color: #ffffff;">Испытайте самое лучшее и наиболее персонализированное
авиаперевозок в Узбекистан с помощью воздушной грузовой логистики World Class Shipping.</p> логистическое решение для ваших
авиаперевозок в Узбекистан с помощью воздушной грузовой логистики World Class
Shipping.</p>
<div class="progress-container text-left"> <div class="progress-container text-left">
<!-- Progress Bar--> <!-- 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" <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;"
<p class="font-secondary h6" style="color: #9DB310;">Надежность</p> data-counter="true"></div>
<div class="progress-bar progress-bar-horizontal progress-bar-default" style="color: #ffffff;" data-value="100" <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> <div class="progress-bar progress-bar-horizontal progress-bar-default"
<p class="font-secondary h6" style="color: #9DB310;">Крупномасштабные проекты</p> 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" <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> </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> </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 "> <section class="section section-inset-1 ">
<div class="container"> <div class="container">
...@@ -445,10 +528,13 @@ ...@@ -445,10 +528,13 @@
<h4 class="text-primary text-transform-none"><a href="">25 января 2019 г.</a></h4> <h4 class="text-primary text-transform-none"><a href="">25 января 2019 г.</a></h4>
</div> </div>
<div class="blog-post-time"> <div class="blog-post-time">
{{-- <time datetime="2018-12-26">25 января 2019 г.</time>--}} {{-- <time datetime="2018-12-26">25 января 2019 г.</time>--}}
</div> </div>
<div class="blog-post-body"> <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> </div>
</div> </div>
...@@ -457,14 +543,18 @@ ...@@ -457,14 +543,18 @@
<div class="blog-post thumbnail-1 thumbnail-mod-2"><img src="frontend/images/news3.jpg" <div class="blog-post thumbnail-1 thumbnail-mod-2"><img src="frontend/images/news3.jpg"
alt=""> alt="">
<div class="caption"> <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> <h5 class="text-primary text-transform-none"><a href="">25 апреля 2019 г.</a></h5>
</div> </div>
<div class="blog-post-time"> <div class="blog-post-time">
{{-- <time datetime="2018-12-26">25 апреля 2019 г.</time>--}} {{-- <time datetime="2018-12-26">25 апреля 2019 г.</time>--}}
</div> </div>
<div class="blog-post-body"> <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> </p>
</div> </div>
...@@ -479,11 +569,15 @@ ...@@ -479,11 +569,15 @@
<h5 class="text-primary text-transform-none"><a href="">15 мая 2019 г.</a> <h5 class="text-primary text-transform-none"><a href="">15 мая 2019 г.</a>
</h5> </h5>
</div> </div>
{{-- <div class="blog-post-time"> {{-- <div class="blog-post-time">
<time datetime="2018-12-26">15 мая 2019 г.</time> <time datetime="2018-12-26">15 мая 2019 г.</time>
</div>--}} </div>--}}
<div class="blog-post-body"> <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> .</p>
</div> </div>
...@@ -537,7 +631,8 @@ ...@@ -537,7 +631,8 @@
<cite> Aзиза ( Ташкент )</cite> <cite> Aзиза ( Ташкент )</cite>
</p> </p>
<p> <p>
<q>Самая лучшая и быстрая доставка! Очень удобный для пользования вэб-сайт ю Очень рекоммендую Всем! <q>Самая лучшая и быстрая доставка! Очень удобный для пользования вэб-сайт ю
Очень рекоммендую Всем!
</q> </q>
</p> </p>
</blockquote> </blockquote>
...@@ -550,7 +645,8 @@ ...@@ -550,7 +645,8 @@
<cite>Саида ( Ташкент )</cite> <cite>Саида ( Ташкент )</cite>
</p> </p>
<p> <p>
<q> FazoShop.us благополучно доставил все мою посылку. Я получила ее за 5 дней, раньше чем ожидала. Спасибо FazoShop! <q> FazoShop.us благополучно доставил все мою посылку. Я получила ее за 5 дней,
раньше чем ожидала. Спасибо FazoShop!
</q> </q>
</p> </p>
</blockquote> </blockquote>
...@@ -564,7 +660,8 @@ ...@@ -564,7 +660,8 @@
<cite>Гавхар ( Самарканд )</cite> <cite>Гавхар ( Самарканд )</cite>
</p> </p>
<p> <p>
<q> Очень удобный сервис на Fazoshop.us. Я сделала все свои шоппинги и получила без проблем. Рекоммендую Вам тоже.</q> <q> Очень удобный сервис на Fazoshop.us. Я сделала все свои шоппинги и получила
без проблем. Рекоммендую Вам тоже.</q>
</p> </p>
</blockquote> </blockquote>
</div> </div>
...@@ -596,24 +693,36 @@ ...@@ -596,24 +693,36 @@
data-loop="true" data-margin="15" data-dots="true" data-autoplay="true" data-dots-each="1" data-loop="true" data-margin="15" data-dots="true" data-autoplay="true" data-dots-each="1"
data-xs-stage-padding="15"> data-xs-stage-padding="15">
<div class="owl-item"> <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.ebay.com"><img src="frontend/images/1.jpg" alt=""
<a href="https://www.amazon.com"><img src="frontend/images/2.png" alt="" style="width: 200px; height: 200px;"></a> style="width: 180px; height: 160px;"></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.amazon.com"><img src="frontend/images/2.png" alt=""
<a href="https://www.carters.com/"><img src="frontend/images/carters.png" alt="" style="width: 180px; margin-top: 65px;"></a> 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>
<div class="owl-item"> <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.hm.com"><img src="frontend/images/3.png" alt=""
<a href="https://www.apple.com"><img src="frontend/images/apple.webp" alt="" style="width: 120px; height: 120px; margin-top: 10px;"></a> style="width: 140px; height: 140px; 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.apple.com"><img src="frontend/images/apple.webp" alt=""
<a href="https://www.6pm.com"><img src="frontend/images/4.jpg" alt="" style="width: 140px; height: 140px; margin-top: 10px;"></a> 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>
<div class="owl-item"> <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://oldnavy.gap.com"><img src="frontend/images/5.png" alt=""
<a href="https://www.macys.com"><img src="frontend/images/6.png" alt="" style="width: 180px; height: 160px;"></a> style="width: 200px; height: 200px;"></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.macys.com"><img src="frontend/images/6.png" alt=""
<a href="https://www.shopify.ca"><img src="frontend/images/7.jpg" alt="" style="width: 100px; height: 100px; margin-top: 40px;"></a> 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> </div>
</div> </div>
...@@ -628,37 +737,43 @@ ...@@ -628,37 +737,43 @@
<div class="col-xs-12 col-md-9 col-lg-6 col-md-offset-2 col-lg-offset-3"> <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.--> <!--p.fw-l.h5.text-transform-none Enter your email address to receive all company news, special offers and other discount information.-->
<!-- RD Mailform--> <!-- 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 @csrf
<div class="row row-10"> <div class="row row-10">
<div class="col-xs-12 col-sm-6"> <div class="col-xs-12 col-sm-6">
<div class="form-wrap"> <div class="form-wrap">
<label class="form-label" for="forms-name">Ваше имя...</label> <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> </div>
<div class="col-xs-12 col-sm-6"> <div class="col-xs-12 col-sm-6">
<div class="form-wrap"> <div class="form-wrap">
<label class="form-label" for="forms-last-name">Ваша фамилия...</label> <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> </div>
<div class="col-xs-12 col-sm-6"> <div class="col-xs-12 col-sm-6">
<div class="form-wrap"> <div class="form-wrap">
<label class="form-label" for="forms-email">Ваш e-mail...</label> <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> </div>
<div class="col-xs-12 col-sm-6"> <div class="col-xs-12 col-sm-6">
<div class="form-wrap"> <div class="form-wrap">
<label class="form-label" for="forms-phone">Ваш номер...</label> <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> </div>
<div class="col-xs-12 col-sm-12"> <div class="col-xs-12 col-sm-12">
<div class="form-wrap"> <div class="form-wrap">
<label class="form-label" for="forms-message">Сообщение:</label> <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> </div>
<div class="col-xs-12 text-center"> <div class="col-xs-12 text-center">
...@@ -684,7 +799,7 @@ ...@@ -684,7 +799,7 @@
</div>--}} </div>--}}
<div class=" text-center"> <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> </div>
...@@ -697,7 +812,8 @@ ...@@ -697,7 +812,8 @@
<div class="col-xs-12 col-sm-6 col-lg-3"> <div class="col-xs-12 col-sm-6 col-lg-3">
<address> <address>
<div class="media"> <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>
<div class="media-body"> <div class="media-body">
<p class="h6" style="color: #0B3C5D">Наш Адрес</p><span><a href=""> <p class="h6" style="color: #0B3C5D">Наш Адрес</p><span><a href="">
...@@ -748,18 +864,20 @@ ...@@ -748,18 +864,20 @@
</section> </section>
<section> <section>
<div> <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" <iframe
width="1980" height="460" frameborder="0" style="border:0; width: 80%;" allowfullscreen></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> </div>
</section> </section>
</main> </main>
<!-- Page Footer--> <!-- Page Footer-->
<footer class="page-foot section-inset-4" style="background-color: #328CC1;"> <footer class="page-foot section-inset-4" style="background-color: #328CC1;">
<section class="footer-content" > <section class="footer-content">
<div class="container"> <div class="container">
<div class="rd-navbar-brand pull-lg-left"> <div class="rd-navbar-brand pull-lg-left">
<a class="brand-name" href="#"> <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> </a>
</div> </div>
<ul class="list-inline list-inline-mod-1 visible-md-inline-block visible-lg-inline-block pull-sm-right"> <ul class="list-inline list-inline-mod-1 visible-md-inline-block visible-lg-inline-block pull-sm-right">
...@@ -777,7 +895,9 @@ ...@@ -777,7 +895,9 @@
</section> </section>
<section class="copyright bg-darkest well5" style="background-color: #0B3C5D;"> <section class="copyright bg-darkest well5" style="background-color: #0B3C5D;">
<div class="container"> <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"> <ul class="list-inline pull-sm-right offset-3">
<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><a class="fa-twitter" href="#" style="color: #ffffff;"></a></li>
...@@ -787,30 +907,43 @@ ...@@ -787,30 +907,43 @@
</section> </section>
<!-- {%FOOTER_LINK}--> <!-- {%FOOTER_LINK}-->
</footer> </footer>
{{--<footer class="page-foot bg-dark"> {{--<footer class="page-foot bg-dark">
<section class="footer-content"> <section class="footer-content">
<div class="container"> <div class="container">
<div class="rd-navbar-brand"><a class="brand-name" href="/"><img src="/assets/img/icon/logo.png" <div class="rd-navbar-brand"><a class="brand-name" href="/"><img src="/assets/img/icon/logo.png"
class="logo_main" class="logo_main"
alt=""><span>Fazoshop</span></a> alt=""><span>Fazoshop</span></a>
<ul class="list-inline"> <ul class="list-inline">
<li><a class="fa-facebook" href="/"></a></li> <li><a class="fa-facebook" href="/"></a></li>
<li><a class="fa-twitter" href="/"></a></li> <li><a class="fa-twitter" href="/"></a></li>
</ul> </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>
</div> </div>
</section> </div>
<!-- {%FOOTER_LINK}--> </section>
</footer>--}} <section class="copyright">
<!-- Rd Mailform result field--> <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 class="rd-mailform-validate"></div>
</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--> <!-- Global Mailform Output-->
<div class="snackbars" id="form-output-global"></div> <div class="snackbars" id="form-output-global"></div>
<!-- Java script--> <!-- Java script-->
...@@ -829,7 +962,6 @@ ...@@ -829,7 +962,6 @@
</script> </script>
<script type="text/javascript" src="{{ asset('assets') }}/slider/js/jquery.mixitup.js"></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/bootstrap.js"></script>--}}
<script type="text/javascript" src="{{ asset('assets') }}/slider/js/modernizr.custom.js"></script> <script type="text/javascript" src="{{ asset('assets') }}/slider/js/modernizr.custom.js"></script>
...@@ -841,6 +973,19 @@ ...@@ -841,6 +973,19 @@
<script src="{{ asset('assets') }}/slider/js/respond.min.js"></script> <script src="{{ asset('assets') }}/slider/js/respond.min.js"></script>
<script type="text/javascript" src="{{ asset('assets') }}/slider/js/app.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> </body>
</html> </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> <!doctype html>
<html lang="{{ app()->getLocale() }}"> <html lang="{{ app()->getLocale() }}">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>Laravel</title> <title>Laravel</title>
<!-- Fonts --> <!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Raleway:100,600" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Raleway:100,600" rel="stylesheet" type="text/css">
<!-- Styles --> <!-- Styles -->
<style> <style>
html, body { html, body {
background-color: #fff; background-color: #fff;
color: #636b6f; color: #636b6f;
font-family: 'Raleway', sans-serif; font-family: 'Raleway', sans-serif;
font-weight: 100; font-weight: 100;
height: 100vh; height: 100vh;
margin: 0; margin: 0;
} }
.full-height { .full-height {
height: 100vh; height: 100vh;
} }
.flex-center { .flex-center {
align-items: center; align-items: center;
display: flex; display: flex;
justify-content: center; justify-content: center;
} }
.position-ref { .position-ref {
position: relative; position: relative;
} }
.top-right { .top-right {
position: absolute; position: absolute;
right: 10px; right: 10px;
top: 18px; top: 18px;
} }
.content { .content {
text-align: center; text-align: center;
} }
.title { .title {
font-size: 84px; font-size: 84px;
} }
.links > a { .links > a {
color: #636b6f; color: #636b6f;
padding: 0 25px; padding: 0 25px;
font-size: 12px; font-size: 12px;
font-weight: 600; font-weight: 600;
letter-spacing: .1rem; letter-spacing: .1rem;
text-decoration: none; text-decoration: none;
text-transform: uppercase; text-transform: uppercase;
} }
.m-b-md { .m-b-md {
margin-bottom: 30px; margin-bottom: 30px;
} }
</style> </style>
</head> </head>
<body> <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
<div class="content"> <video width="100%" controls autoplay>
<div class="title m-b-md"> <source src="{{ asset('video') }}/fazo.mp4" type="video/mp4">
Laravel {{-- <source src="mov_bbb.ogg" type="video/ogg">--}}
</div> Your browser does not support HTML5 video.
</video>
<div class="links"> </body>
<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>
</html> </html>
...@@ -14,6 +14,10 @@ ...@@ -14,6 +14,10 @@
Route::get('/', function () { Route::get('/', function () {
return view('main'); return view('main');
}); });
Route::get('/watch', function () {
return view('welcome');
});
// //
//Auth::routes(); //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