135 lines
5.5 KiB
PHP
135 lines
5.5 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>mivita care</title>
|
|
<meta name="description" content="" />
|
|
<meta name="Author" content="" />
|
|
|
|
<!-- mobile settings -->
|
|
<meta name="viewport" content="width=device-width, maximum-scale=1, initial-scale=1, user-scalable=0" />
|
|
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
|
|
|
|
<link href="{{ asset('fonts/opensans-raleway-pacifico.css?v=1') }}" rel="stylesheet" type="text/css" />
|
|
<link rel="stylesheet" href="{{ asset('/vendor/fonts/fontawesome.css') }}">
|
|
<link rel="stylesheet" href="{{ asset('/vendor/fonts/ionicons.css') }}">
|
|
<link rel="stylesheet" href="{{ asset('/vendor/fonts/linearicons.css') }}">
|
|
|
|
<link href="{{ asset('assets/plugins/slider.revolution/css/extralayers.css') }}" rel="stylesheet" type="text/css" />
|
|
<link href="{{ asset('assets/plugins/slider.revolution/css/settings.css') }}" rel="stylesheet" type="text/css" />
|
|
<link href="{{ asset('assets/css/mystyle.css') }}" rel="stylesheet" type="text/css" />
|
|
<link href="{{ asset('assets/css/custom-style.css?v1') }}" rel="stylesheet" type="text/css" />
|
|
<link href="{{ asset('assets/css/custom-forms-v2.css') }}" rel="stylesheet" type="text/css" />
|
|
@if (!$user_shop)
|
|
<script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="6aec027f-246a-42c9-9055-c64c82fc09fe"
|
|
data-blockingmode="auto" type="text/javascript"></script>
|
|
|
|
<!-- Facebook Pixel Code -->
|
|
<script>
|
|
! function(f, b, e, v, n, t, s) {
|
|
if (f.fbq) return;
|
|
n = f.fbq = function() {
|
|
n.callMethod ?
|
|
n.callMethod.apply(n, arguments) : n.queue.push(arguments)
|
|
};
|
|
if (!f._fbq) f._fbq = n;
|
|
n.push = n;
|
|
n.loaded = !0;
|
|
n.version = '2.0';
|
|
n.queue = [];
|
|
t = b.createElement(e);
|
|
t.async = !0;
|
|
t.src = v;
|
|
s = b.getElementsByTagName(e)[0];
|
|
s.parentNode.insertBefore(t, s)
|
|
}(window, document, 'script',
|
|
'https://connect.facebook.net/en_US/fbevents.js');
|
|
fbq('init', '454469462537092');
|
|
fbq('track', 'PageView');
|
|
</script>
|
|
<noscript><img height="1" width="1" style="display:none"
|
|
src="https://www.facebook.com/tr?id=454469462537092&ev=PageView&noscript=1" /></noscript>
|
|
<!-- End Facebook Pixel Code -->
|
|
@else
|
|
<link rel="stylesheet" type="text/css" href="{{ asset('css/cookieconsent.min.css') }}" />
|
|
<script src="{{ asset('js/cookieconsent.min.js') }}"></script>
|
|
<script>
|
|
window.addEventListener("load", function() {
|
|
window.cookieconsent.initialise({
|
|
"palette": {
|
|
"popup": {
|
|
"background": "#b5c49b",
|
|
"text": "#ffffff"
|
|
},
|
|
"button": {
|
|
"background": "#d7d700",
|
|
"text": "#ffffff"
|
|
}
|
|
},
|
|
"content": {
|
|
"message": "{{ __('This website uses cookies') }}",
|
|
"dismiss": "{{ __('OK') }}",
|
|
"link": "{{ __('register.data_protection') }}",
|
|
"href": "{{ url('datenschutz') }}",
|
|
"target": "_blank",
|
|
}
|
|
})
|
|
});
|
|
</script>
|
|
@endif
|
|
|
|
<style type="text/css">
|
|
.text-primary {
|
|
color: #a5d0a5 !important;
|
|
}
|
|
|
|
div.side-nav ul.list-group-bordered>li.list-group-item.active>a:hover {
|
|
color: #fff !important;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body class="smoothscroll enable-animation">
|
|
|
|
@yield('layout-content')
|
|
<!-- SCROLL TO TOP -->
|
|
<a href="#" id="toTop"></a>
|
|
|
|
<!-- JAVASCRIPT FILES -->
|
|
<script type="text/javascript">
|
|
var plugin_path = "{{ asset('assets/plugins/') }}"
|
|
</script>
|
|
<script type="text/javascript" src="{{ asset('assets/plugins/jquery/jquery-2.2.3.min.js') }}"></script>
|
|
<script type="text/javascript" src="{{ asset('assets/js/scripts.js') }}"></script>
|
|
{{-- <script type="text/javascript" src="{{ asset('assets/js/jquery.contact-form.js') }}"></script> --}}
|
|
<!-- REVOLUTION SLIDER -->
|
|
<script type="text/javascript" src="{{ asset('assets/plugins/slider.revolution/js/jquery.themepunch.tools.min.js') }}">
|
|
</script>
|
|
<script type="text/javascript"
|
|
src="{{ asset('assets/plugins/slider.revolution/js/jquery.themepunch.revolution.min.js') }}"></script>
|
|
<script type="text/javascript" src="{{ asset('assets/js/view/demo.revolution_slider.js') }}"></script>
|
|
@yield('scripts')
|
|
<script>
|
|
/** CHECKOUT
|
|
** *********************** **/
|
|
// New Account show|hide
|
|
jQuery("#accountswitch").bind("click", function() {
|
|
jQuery('#newaccount').slideToggle(200);
|
|
});
|
|
|
|
// Shipping Address show|hide
|
|
jQuery("#shipswitch").bind("click", function() {
|
|
jQuery('#shipping').slideToggle(200, function() {
|
|
|
|
// scroll down to shipping area.
|
|
if (jQuery('#shipping').is(":visible")) {
|
|
_scrollTo('#shipping', 150);
|
|
}
|
|
|
|
});
|
|
});
|
|
</script>
|
|
</body>
|
|
|
|
</html>
|