This commit is contained in:
Kevin Adametz 2024-08-05 12:05:24 +02:00
parent 04d677d37a
commit bfa3bb1df4
1191 changed files with 637397 additions and 10619 deletions

View file

@ -5,17 +5,15 @@
<div class="row">
<div class="col-md-9 col-sm-12"><!-- left text -->
<p class="font-lato weight-300 size-20 nomargin-bottom">
Du möchtest Vertriebspartner werden oder hast Fragen zu unseren Produkten?
{{ __('website.sales_partner_or_questions') }}
</p>
<h3>Jetzt Kontakt aufnehmen: <span><strong style="color:#566d56">+49 (0) 8333 946 17 67</strong></span>
</h3>
<h3>{{ __('website.contact_now') }}: <span><strong style="color:#566d56">{{ __('website.contact_number') }} </strong></span></h3>
</div><!-- /left text -->
<div class="col-md-3 col-sm-12 text-right"><!-- right btn -->
<a href="{{url('/kontakt')}}" rel="nofollow" target="_blank" class="btn btn-primary btn-lg btn-text-500">zum Kontakt</a>
<a href="{{url('/kontakt')}}" rel="nofollow" target="_blank" class="btn btn-primary btn-lg btn-text-500">{{ __('website.to_contact') }}</a>
</div><!-- /right btn -->
</div>
@ -42,15 +40,13 @@
<address>
<ul class="list-unstyled">
<li class="footer-sprite address">
mivita e.K.<br>
Leinfeld 2<br>
87755 Kirchhaslach<br>
{{ __('website.contact_address') }}
</li>
<li class="footer-sprite phone">
Telefon: +49 (0) 8333 946 17 67
{{ __('website.phone_number') }}
</li>
<li class="footer-sprite email">
<a href="mailto:info@riwa-tec.de">info@mivita.care</a>
<a href="mailto:{{ __('website.email_address') }} ">{{ __('website.email_address') }} </a>
</li>
</ul>
</address>
@ -60,20 +56,20 @@
<div class="col-md-4">
<!-- Links -->
<h4 class="letter-spacing-1">Inhalte</h4>
<h4 class="letter-spacing-1">{{ __('website.contents') }}</h4>
<ul class="footer-links list-unstyled">
<li class="{{ Request::is('/') ? ' active' : '' }}"><a
href="{{ url('/') }}">Start</a></li>
href="{{ url('/') }}">{{ __('website.start') }} </a></li>
<li class="{{ Request::is('aloevera') ? ' active' : '' }}"><a
href="{{url('/aloevera')}}">Aloe Vera</a></li>
href="{{url('/aloevera')}}">{{ __('website.aloe_vera') }} </a></li>
<li class="{{ Request::is('produkte/*') ? ' active' : '' }}"><a
href="{{url('/produkte/alle-produkte')}}">Produktwelt</a></li>
href="{{url('/produkte/alle-produkte')}}">{{ __('website.productworld') }} </a></li>
<li class="{{ Request::is('geschaeftsmodell/*') ? ' active' : '' }}"><a
href="{{url('/geschaeftsmodell/karrierechancen')}}">Karrierechancen</a></li>
href="{{url('/geschaeftsmodell/karrierechancen')}}">{{ __('website.career_opportunities') }} </a></li>
<li class="{{ Request::is('kontakt') ? ' active' : '' }}"><a
href="{{url('/kontakt')}}">Kontakt</a></li>
href="{{url('/kontakt')}}">{{ __('website.contact') }} </a></li>
<li class="{{ Request::is('partner') ? ' register_user' : '' }}"><a
href="{{url('/partner')}}">Partner</a></li>
href="{{url('/partner')}}">{{ __('website.partner') }}</a></li>
<li class="{{ Request::is('register_user') ? ' active' : '' }}">
</ul>
<!-- /Links -->
@ -86,25 +82,25 @@
<div class="copyright">
<div class="container">
<ul class="pull-right nomargin list-inline mobile-block">
<li>&copy; All Rights Reserved, mivita.care</li>
<li>&copy; {{ __('website.all_rights_reserved') }} </li>
<li>&bull;</li>
<li class="{{ Request::is('agb') ? ' active' : '' }}"><a
href="{{ url('/zahlungsarten') }}">Zahlungsarten</a></li>
href="{{ url('/zahlungsarten') }}">{{ __('website.payment_methods') }} </a></li>
<li>&bull;</li>
<li class="{{ Request::is('agb') ? ' active' : '' }}"><a
href="{{ url('/versandkosten') }}">Versandkosten</a></li>
href="{{ url('/versandkosten') }}">{{ __('website.shipping_costs') }} </a></li>
<li>&bull;</li>
<li class="{{ Request::is('agb') ? ' active' : '' }}"><a
href="{{ url('/agb') }}">AGB</a></li>
href="{{ url('/agb') }}">{{ __('website.gtc') }} </a></li>
<li>&bull;</li>
<li class=""><a target="_blank"
href="{{ asset('download/mivita_widerruf_formular.pdf') }}">Widerrufsbelehrung</a></li>
href="{{ asset('download/mivita_widerruf_formular.pdf') }}">{{ __('website.cancellation_policy') }} </a></li>
<li>&bull;</li>
<li class="{{ Request::is('datenschutz') ? ' active' : '' }}"><a
href="{{ url('/datenschutz') }}">Datenschutzerklärung</a></li>
href="{{ url('/datenschutz') }}">{{ __('website.privacy_policy') }} </a></li>
<li>&bull;</li>
<li class="{{ Request::is('impressum') ? ' active' : '' }} "><a
href="{{ url('/impressum') }}">Impressum</a></li>
href="{{ url('/impressum') }}">{{ __('website.impress') }} </a></li>
</ul>
</div>

View file

@ -38,7 +38,43 @@
margin-top: 8px;
}
</style>
<!-- TOP NAV -->
<div id="topBar">
<div class="container">
<ul class="top-links list-inline pull-right">
<li>
<a class="dropdown-toggle no-text-underline" data-toggle="dropdown" href="#"><span style="text-transform:none;">
{{ __('website.language') }} :</span> <img style="height: 16px" width="16" src="{{ asset('images/flags/'.strtolower(\App::getLocale()).'.svg') }}" alt="lang">
</a>
<ul class="dropdown-menu pull-right">
@foreach (\App\Services\UserService::getTransChange() as $code => $name)
<li>
<a @if(\App::getLocale() === $code) class="active" @endif tabindex="-1" href="{{ route('translation', [$code]) }}">
<img style="height: 16px" width="16" src="{{ asset('images/flags/'.strtolower($code).'.svg') }}" alt="lang"> &nbsp; <span style="text-transform:none;">{{ $name }}</span>
</a>
</li>
@endforeach
</ul>
</li>
{{--
<li class="text-welcome hidden-xs">Welcome to Smarty, <strong>John Doe</strong></li>
<li>
<a class="dropdown-toggle no-text-underline" data-toggle="dropdown" href="#"><i class="fa fa-user hidden-xs"></i> MY ACCOUNT</a>
<ul class="dropdown-menu pull-right">
<li><a tabindex="-1" href="#"><i class="fa fa-history"></i> ORDER HISTORY</a></li>
<li class="divider"></li>
<li><a tabindex="-1" href="#"><i class="fa fa-bookmark"></i> MY WISHLIST</a></li>
<li><a tabindex="-1" href="#"><i class="fa fa-edit"></i> MY REVIEWS</a></li>
<li><a tabindex="-1" href="#"><i class="fa fa-cog"></i> MY SETTINGS</a></li>
<li class="divider"></li>
<li><a tabindex="-1" href="#"><i class="glyphicon glyphicon-off"></i> LOGOUT</a></li>
</ul>
</li>--}}
</ul>
</div>
</div>
<header id="topNav">
<div class="container">
<!-- Mobile Menu Button -->
@ -56,34 +92,34 @@
<ul id="topMain" class="nav nav-pills nav-main nav-onepage">
<li class="{{ Request::is('/') ? ' active' : '' }}">
<a href="/">
Start
{{ __('website.start') }}
</a>
</li>
<li class="{{ Request::is('aloevera') ? ' active' : '' }}">
<a href="{{url('/aloevera')}}">
Aloe Vera
{{ __('website.aloe_vera') }}
</a>
</li>
<li class="{{ Request::is('produkte/*') ? ' active' : '' }}">
<a href="{{url('/produkte/alle-produkte')}}/">
Produktwelt
{{ __('website.productworld') }}
</a>
</li>
@if(!$user_shop)
<li class="">
<a href="https://mivita.shop/produkte/alle-produkte">
Shop
{{ __('website.shop') }}
</a>
</li>
@endif
<li class="{{ Request::is('geschaeftsmodell/*') ? ' active' : '' }}">
<a href="{{url('/geschaeftsmodell/karrierechancen')}} ">
Karrierechancen
{{ __('website.career_opportunities') }}
</a>
</li>
<li class="{{ Request::is('kontakt') ? ' active' : '' }}">
<a href="{{ url('kontakt') }}">
Kontakt
{{ __('website.contact') }}
</a>
</li>
</ul>