Skip to content
Snippets Groups Projects
index.blade.php 1.77 KiB
Newer Older
@extends('layouts.staticPages', ['page' => 'startpage'])
Dominik Hebeler's avatar
Dominik Hebeler committed

@section('title', $title )

@section('content')
	<h1 id="startpage-logo">
		<a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "/") }}">MetaGer</a>
	@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>
Dominik Hebeler's avatar
Dominik Hebeler committed
		<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
Dominik Hebeler's avatar
Dominik Hebeler committed
				<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") }}">
Dominik Hebeler's avatar
Dominik Hebeler committed
				<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>