Commit 96506261 authored by Khumoyunmirzo Sodiqov's avatar Khumoyunmirzo Sodiqov

video

parent 3372b651
...@@ -84,7 +84,7 @@ class DeliverySytemsController extends Controller ...@@ -84,7 +84,7 @@ class DeliverySytemsController extends Controller
$userCredential = new WebAuthenticationCredential(); $userCredential = new WebAuthenticationCredential();
$userCredential $userCredential
->setKey('WZmcVJM6rADSDHRA') ->setKey('2WrQK1IeH6jBoghg')
->setPassword('RFdr6uqXNvFpZVvwtoEaGLuRG'); ->setPassword('RFdr6uqXNvFpZVvwtoEaGLuRG');
$webAuthenticationDetail = new WebAuthenticationDetail(); $webAuthenticationDetail = new WebAuthenticationDetail();
$webAuthenticationDetail->setUserCredential($userCredential); $webAuthenticationDetail->setUserCredential($userCredential);
...@@ -180,6 +180,8 @@ class DeliverySytemsController extends Controller ...@@ -180,6 +180,8 @@ class DeliverySytemsController extends Controller
$processShipmentRequest->setVersion($version); $processShipmentRequest->setVersion($version);
$processShipmentRequest->setRequestedShipment($requestedShipment); $processShipmentRequest->setRequestedShipment($requestedShipment);
$shipService = new Request(); $shipService = new Request();
// $shipService->getSoapClient()->SoapClient('https://ws.fedex.com:443/web-services');
$shipService->getSoapClient()->SoapClient('https://ws.fedex.com:443/web-services');
$result = $shipService->getProcessShipmentReply($processShipmentRequest); $result = $shipService->getProcessShipmentReply($processShipmentRequest);
if ($result->HighestSeverity == 'ERROR') { if ($result->HighestSeverity == 'ERROR') {
......
...@@ -25,7 +25,8 @@ ...@@ -25,7 +25,8 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.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>
...@@ -36,14 +37,14 @@ ...@@ -36,14 +37,14 @@
{{--<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"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/jquery.magnific-popup.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/jquery.magnific-popup.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
...@@ -51,20 +52,95 @@ ...@@ -51,20 +52,95 @@
<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{
.nav_link:hover {
background-color: red; 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;
}
.play-btn-slider {
border: 1px solid #ffffff !important;
color: #ffffff !important;
padding: 12px 0px 0px 6px !important;
width: 60px !important;
height: 60px !important;
border-radius: 30px !important;
background-color: rgb(3, 54, 72) !important;
left: 10% !important;
top: 250px !important;
}
.play-btn-slider i {
color: #fbf4f4;
}
@media (max-width: 600px) {
.da-slide h2 {
font-size: 14px !important;
top: 0px !important;
}
.play-btn-slider {
border: 1px solid #ffffff !important;
color: #ffffff !important;
padding: 8px 0px 0px 4px !important;
width: 40px !important;
height: 40px !important;
border-radius: 30px !important;
background-color: rgb(3, 54, 72) !important;
margin-left: 30% !important;
top: 40% !important;
z-index: 999999;
display: block !important;
}
.play-btn-slider i {
color: #fbf4f4;
}
}
</style> </style>
</head> </head>
<body> <body>
...@@ -74,7 +150,7 @@ ...@@ -74,7 +150,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"
...@@ -85,14 +161,18 @@ ...@@ -85,14 +161,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>
...@@ -105,7 +185,8 @@ ...@@ -105,7 +185,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">
...@@ -128,7 +209,8 @@ ...@@ -128,7 +209,8 @@
<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>
...@@ -151,22 +233,18 @@ ...@@ -151,22 +233,18 @@
</header> </header>
<main class="page-content" style=" position: relative; "> <main class="page-content" style=" position: relative; ">
<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">ВОСПОЛЬЗУЙТЕСЬ
...@@ -174,7 +252,8 @@ ...@@ -174,7 +252,8 @@
НАСЛАЖДАЙТЕСЬ ПОКУПКАМИ</h2> НАСЛАЖДАЙТЕСЬ ПОКУПКАМИ</h2>
{{-- <p style="color: #ffffff">НАСЛАЖДАЙТЕСЬ ПОКУПКАМИ</p>--}} {{-- <p style="color: #ffffff">НАСЛАЖДАЙТЕСЬ ПОКУПКАМИ</p>--}}
<a href="#" class="da-link button" style="border: 1px solid #ffffff; color: #ffffff; padding: 10px;">ПОДРОБНЕЕ</a> <a href="{{ url('/watch') }}" class="popup-youtube da-link button play-btn-slider"
><i class="fa fa-play fa-2x"></i></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>
...@@ -187,7 +266,8 @@ ...@@ -187,7 +266,8 @@
<h4 style="color: #ffffff">ЗА 5-7 РАБОЧИХ ДНЕЙ</h4> <h4 style="color: #ffffff">ЗА 5-7 РАБОЧИХ ДНЕЙ</h4>
<p>Сомневаетесь? – Ознакомьтесь <p>Сомневаетесь? – Ознакомьтесь
с оценками наших клиентов</p> с оценками наших клиентов</p>
<a href="#reviews" class="da-link button" style="border: 1px solid #ffffff; color: #ffffff; padding: 10px;">УЗНАТЬ ПОДРОБНЕЕ</a> <a href="#reviews" 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/plane.png" width="420" alt="image02"> <img src="{{ asset('assets') }}/slider/images/plane.png" width="420" alt="image02">
</div> </div>
...@@ -200,7 +280,8 @@ ...@@ -200,7 +280,8 @@
<h4 style="color: #ffffff">ВСЕГО $8,5 ЗА КАЖДЫЕ <h4 style="color: #ffffff">ВСЕГО $8,5 ЗА КАЖДЫЕ
1 КГ!</h4> 1 КГ!</h4>
<p>Самые точные расценки и быстрая доставка!</p> <p>Самые точные расценки и быстрая доставка!</p>
<a href="#reviews" class="da-link button" style="border: 1px solid #ffffff; color: #ffffff ; padding: 10px;">УЗНАТЬ ПОДРОБНЕЕ</a> <a href="#reviews" 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/usa_map.png" width="320" alt="image03"> <img src="{{ asset('assets') }}/slider/images/usa_map.png" width="320" alt="image03">
</div> </div>
...@@ -212,9 +293,11 @@ ...@@ -212,9 +293,11 @@
<h4 style="color: #ffffff">ВСЕГО $8,5 ЗА КАЖДЫЕ <h4 style="color: #ffffff">ВСЕГО $8,5 ЗА КАЖДЫЕ
1 КГ!</h4> 1 КГ!</h4>
<p>Самые точные расценки и быстрая доставка!</p> <p>Самые точные расценки и быстрая доставка!</p>
<a href="#reviews" class="da-link button" style="border: 1px solid #ffffff; color: #ffffff ; padding: 10px;">УЗНАТЬ ПОДРОБНЕЕ</a> <a href="#reviews" 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;"> <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"> <img src="{{ asset('assets') }}/slider/images/00003.jpg" width="350" alt="image03"
height="250">
</div> </div>
</div> </div>
<div class="da-slide" style="margin-top: 60px;"> <div class="da-slide" style="margin-top: 60px;">
...@@ -223,7 +306,8 @@ ...@@ -223,7 +306,8 @@
<h4 style="color: #ffffff">ВСЕГО $8,5 ЗА КАЖДЫЕ <h4 style="color: #ffffff">ВСЕГО $8,5 ЗА КАЖДЫЕ
1 КГ!</h4> 1 КГ!</h4>
<p>Самые точные расценки и быстрая доставка!</p> <p>Самые точные расценки и быстрая доставка!</p>
<a href="#reviews" class="da-link button" style="border: 1px solid #ffffff; color: #ffffff ; padding: 10px;">УЗНАТЬ ПОДРОБНЕЕ</a> <a href="#reviews" 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;"> <div class="da-img" style="padding-right: 60px; margin-top: -60px;">
<img src="{{ asset('assets') }}/slider/images/thumb.png" width="320" alt="image03"> <img src="{{ asset('assets') }}/slider/images/thumb.png" width="320" alt="image03">
</div> </div>
...@@ -234,9 +318,11 @@ ...@@ -234,9 +318,11 @@
<h4 style="color: #ffffff">ВСЕГО $8,5 ЗА КАЖДЫЕ <h4 style="color: #ffffff">ВСЕГО $8,5 ЗА КАЖДЫЕ
1 КГ!</h4> 1 КГ!</h4>
<p>Самые точные расценки и быстрая доставка!</p> <p>Самые точные расценки и быстрая доставка!</p>
<a href="#reviews" class="da-link button" style="border: 1px solid #ffffff; color: #ffffff ; padding: 10px;">УЗНАТЬ ПОДРОБНЕЕ</a> <a href="#reviews" 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;"> <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"> <img src="{{ asset('assets') }}/slider/images/0001.jpg" width="350" height="250"
alt="image03">
</div> </div>
</div> </div>
<div class="da-slide" style="margin-top: 60px;"> <div class="da-slide" style="margin-top: 60px;">
...@@ -245,9 +331,11 @@ ...@@ -245,9 +331,11 @@
<h4 style="color: #ffffff">ВСЕГО $8,5 ЗА КАЖДЫЕ <h4 style="color: #ffffff">ВСЕГО $8,5 ЗА КАЖДЫЕ
1 КГ!</h4> 1 КГ!</h4>
<p>Самые точные расценки и быстрая доставка!</p> <p>Самые точные расценки и быстрая доставка!</p>
<a href="#reviews" class="da-link button" style="border: 1px solid #ffffff; color: #ffffff ; padding: 10px;">УЗНАТЬ ПОДРОБНЕЕ</a> <a href="#reviews" 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;"> <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"> <img src="{{ asset('assets') }}/slider/images/0004.jpg" width="350" height="250"
alt="image03">
</div> </div>
</div> </div>
<!-- Start third slide --> <!-- Start third slide -->
...@@ -271,7 +359,8 @@ ...@@ -271,7 +359,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>Покупаете в
...@@ -282,7 +371,8 @@ ...@@ -282,7 +371,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>При покупке указываете
...@@ -331,7 +421,8 @@ ...@@ -331,7 +421,8 @@
<div class="form-group weight" data-price="2" id="wewr"> <div class="form-group weight" data-price="2" id="wewr">
<label class="h6" for="weight">Вес (кг)</label> <label class="h6" for="weight">Вес (кг)</label>
<input class="numbers-only" maxlength="30" onkeyup="oncha()" type="number" id="weight"> <input class="numbers-only" maxlength="30" onkeyup="oncha()" type="number"
id="weight">
</div> </div>
<div class="form-group border-top inset-4 h4"> <div class="form-group border-top inset-4 h4">
<p id="none1" style="display: none; color: red;"></p> <p id="none1" style="display: none; color: red;"></p>
...@@ -346,20 +437,20 @@ ...@@ -346,20 +437,20 @@
<script type="text/javascript"> <script type="text/javascript">
function getSum(total, num) { function getSum(total, num) {
return total + Math.round(num)* 8.5; return total + Math.round(num) * 8.5;
} }
function oncha() { function oncha() {
if (document.getElementById("weight").value > 30){ if (document.getElementById("weight").value > 30) {
document.getElementById("none2").style.display = "none"; document.getElementById("none2").style.display = "none";
document.getElementById("none1").style.display = "inline"; document.getElementById("none1").style.display = "inline";
document.getElementById("none1").innerHTML = "Максимум вес на одну отправку - 30кг"; document.getElementById("none1").innerHTML = "Максимум вес на одну отправку - 30кг";
}else{ } else {
document.getElementById("none1").style.display = "none"; document.getElementById("none1").style.display = "none";
document.getElementById("none2").style.display = "inline"; document.getElementById("none2").style.display = "inline";
var dataArray = []; var dataArray = [];
$("#wewr").find('input').each(function() { $("#wewr").find('input').each(function () {
dataArray.push(this.value); dataArray.push(this.value);
document.getElementById("total").innerHTML = dataArray.reduce(getSum, 0); document.getElementById("total").innerHTML = dataArray.reduce(getSum, 0);
}); });
...@@ -369,10 +460,11 @@ ...@@ -369,10 +460,11 @@
</script> </script>
<!-- mask elemet use for masking background image --> <!-- mask elemet use for masking background image -->
<div class="" style=" position: relative ;background-image: url('{{asset('assets')}}/slider/images/exam_08.jpg'); "> <div class=""
style=" position: relative ;background-image: url('{{asset('assets')}}/slider/images/exam_08.jpg'); ">
<div class="mask" style="background-color: #328CC1; "> <div class="mask" 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">
...@@ -380,26 +472,35 @@ ...@@ -380,26 +472,35 @@
<img src="frontend/images/about.jpg" alt="" style="position: relative"> <img src="frontend/images/about.jpg" alt="" style="position: relative">
</div> </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;"
data-counter="true"></div>
<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" style="color: #ffffff;" data-value="100" <div class="progress-bar progress-bar-horizontal progress-bar-default"
data-stroke="10" data-easing="linear" data-duration="1000" style="color: #ffffff;" data-counter="true"></div> 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> <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>
</div> </div>
</div> </div>
...@@ -437,7 +538,7 @@ ...@@ -437,7 +538,7 @@
<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> </section>
--}} --}}
<section class="section section-inset-1 "> <section class="section section-inset-1 ">
<div class="container"> <div class="container">
...@@ -454,7 +555,10 @@ ...@@ -454,7 +555,10 @@
{{-- <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>
...@@ -470,7 +574,11 @@ ...@@ -470,7 +574,11 @@
{{-- <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>
...@@ -489,7 +597,11 @@ ...@@ -489,7 +597,11 @@
<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>
...@@ -543,7 +655,8 @@ ...@@ -543,7 +655,8 @@
<cite> Aзиза ( Ташкент )</cite> <cite> Aзиза ( Ташкент )</cite>
</p> </p>
<p> <p>
<q>Самая лучшая и быстрая доставка! Очень удобный для пользования вэб-сайт. Очень рекоммендую Всем! <q>Самая лучшая и быстрая доставка! Очень удобный для пользования вэб-сайт.
Очень рекоммендую Всем!
</q> </q>
</p> </p>
</blockquote> </blockquote>
...@@ -556,7 +669,8 @@ ...@@ -556,7 +669,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>
...@@ -570,7 +684,8 @@ ...@@ -570,7 +684,8 @@
<cite>Гавхар ( Самарканд )</cite> <cite>Гавхар ( Самарканд )</cite>
</p> </p>
<p> <p>
<q> Очень удобный сервис на Fazoshop.us. Я сделала все свои шоппинги и получила без проблем. Рекоммендую Вам тоже.</q> <q> Очень удобный сервис на Fazoshop.us. Я сделала все свои шоппинги и получила
без проблем. Рекоммендую Вам тоже.</q>
</p> </p>
</blockquote> </blockquote>
</div> </div>
...@@ -602,24 +717,36 @@ ...@@ -602,24 +717,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>
...@@ -634,37 +761,43 @@ ...@@ -634,37 +761,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">
...@@ -703,7 +836,8 @@ ...@@ -703,7 +836,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="">
...@@ -754,18 +888,20 @@ ...@@ -754,18 +888,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
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> 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">
...@@ -783,7 +919,9 @@ ...@@ -783,7 +919,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>
...@@ -793,7 +931,7 @@ ...@@ -793,7 +931,7 @@
</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"
...@@ -813,8 +951,8 @@ ...@@ -813,8 +951,8 @@
</div> </div>
</section> </section>
<!-- {%FOOTER_LINK}--> <!-- {%FOOTER_LINK}-->
</footer>--}} </footer>--}}
<!-- Rd Mailform result field--> <!-- Rd Mailform result field-->
<div class="rd-mailform-validate"></div> <div class="rd-mailform-validate"></div>
</div> </div>
<!-- Global Mailform Output--> <!-- Global Mailform Output-->
...@@ -822,6 +960,20 @@ ...@@ -822,6 +960,20 @@
<!-- Java script--> <!-- Java script-->
<script src="frontend/js/core.min.js"></script> <script src="frontend/js/core.min.js"></script>
<script src="frontend/js/script.js"></script> <script src="frontend/js/script.js"></script>
<script>
$(document).ready(function () {
$('.popup-youtube, .popup-vimeo, .popup-gmaps').magnificPopup({
disableOn: 200,
type: 'iframe',
mainClass: 'mfp-fade',
removalDelay: 160,
preloader: false,
fixedContentPos: false
});
});
</script>
<script type="text/javascript"> <script type="text/javascript">
function calculateTotal() { function calculateTotal() {
...@@ -835,7 +987,6 @@ ...@@ -835,7 +987,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>
......
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