@extends('layouts.staticPages', ['page' => 'startpage']) @section('title', $title ) @section('content') <h1 id="startpage-logo"> <a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "/") }}">MetaGer</a> </h1> @include('parts.searchbar', ['class' => 'startpage-searchbar']) <div id="plugin-btn-div"> <a id="plugin-btn" href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "/plugin") }}" title="{{ trans('index.plugin-title') }}"><i class="fa fa-plug" aria-hidden="true"></i> {{ trans('index.plugin') }}</a> </div> <div id="about-us"> <a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "about") }}"> <i class="fas fa-user-secret"></i> <span>@lang('index.about.1.1')</span> <div class="teaser">@lang('index.about.1.2')</div> </a> @if(LaravelLocalization::getCurrentLocale() === "de") <a href="https://suma-ev.de" target="_blank"> @else <a href="https://suma-ev.de/en/index.html" target="_blank"> @endif <i class="fas fa-heart"></i> <span>@lang('index.about.2.1')</span> <div class="teaser">@lang('index.about.2.2')</div> </a> <a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "spende") }}"> <i class="fas fa-money-bill-wave"></i> <span>@lang('index.about.3.1')</span> <div class="teaser">@lang('index.about.3.2')</div> </a> <a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "beitritt") }}"> <i class="fas fa-user-friends"></i> <span>@lang('index.about.4.1')</span> <div class="teaser">@lang('index.about.4.2')</div> </a> </div> <a id="scroll-helper" href="#about-us"> <i class="fas fa-angle-double-down"></i> </a> @endsection