From e2633f86af7ccdec7017dc2f4776f8d8fdcece4c Mon Sep 17 00:00:00 2001 From: miguel456 Date: Wed, 21 Sep 2022 05:48:09 +0100 Subject: [PATCH] feat(homepage): remove old homepage This commit removes the old outdate homepage. Signed-off-by: miguel456 --- resources/views/breadcrumbs/app.blade.php | 32 ---- resources/views/breadcrumbs/footer.blade.php | 18 -- resources/views/breadcrumbs/header.blade.php | 181 ------------------- resources/views/home.blade.php | 169 ----------------- 4 files changed, 400 deletions(-) delete mode 100755 resources/views/breadcrumbs/app.blade.php delete mode 100755 resources/views/breadcrumbs/footer.blade.php delete mode 100755 resources/views/breadcrumbs/header.blade.php delete mode 100755 resources/views/home.blade.php diff --git a/resources/views/breadcrumbs/app.blade.php b/resources/views/breadcrumbs/app.blade.php deleted file mode 100755 index 87108cb..0000000 --- a/resources/views/breadcrumbs/app.blade.php +++ /dev/null @@ -1,32 +0,0 @@ -@include('breadcrumbs.header') - - - - - - - @if (session()->has('error')) - - - - @elseif (session()->has('success')) - - - - @endif - - @yield('content') - - @include('breadcrumbs.footer') - - - - - diff --git a/resources/views/breadcrumbs/footer.blade.php b/resources/views/breadcrumbs/footer.blade.php deleted file mode 100755 index d1e47c0..0000000 --- a/resources/views/breadcrumbs/footer.blade.php +++ /dev/null @@ -1,18 +0,0 @@ - - - diff --git a/resources/views/breadcrumbs/header.blade.php b/resources/views/breadcrumbs/header.blade.php deleted file mode 100755 index 22144d3..0000000 --- a/resources/views/breadcrumbs/header.blade.php +++ /dev/null @@ -1,181 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - {{config('app.name')}} | {{ __('Home') }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - @if (!isset($code)) - -
-
-
-
-
-

{{config('app.name')}}

-
{{ __('Welcome to the :appName Recruitment Portal!', ['appName' => config('app.name')]) }}
-
-

{{ __('We process applications for our Discord server\'s management team here. If you have any questions, don\'t hesistate to contact our support team! Take a look at the open jobs below.') }}

-

{!! __('If you\'d like to learn more about our community, make sure to visit our main website!', ['mainWebsiteUrlConfigValue' => config('app.sitehomepage')]) !!}

-
-
-
-
-
- - @else - -
-
-
-
-
- @switch($code) - - @case(404) - 404 illustration - -

{{ __('404 - Page Not Found') }}

-

{{ __('Uh oh! We searched far and wide, but it looks like the page you were looking for could not be found.') }}

- @break; - - @case(500) - 500 illustration - -

{{ __('500 - Internal Server Error') }}

-

{{ __("Whelp! It looks like our servers went up in flames. Don't worry, it's not your fault. Our developers have been notified & are already extinguishing the flames and repairing the damage. ") }}

- @break; - - @case(401) - 401 illustration - -

{{ __('401 - Unauthorized') }}

-

{{ __('You need to be authenticated to access this page. Believe this is a mistake? Contact us and let us know! ') }}

- @break; - - @case(403) - 403 illustration - -

{{ __('403 - Forbidden') }}

-

{{ __('Hey there! It looks like you don\'t have permission to access this resource. This may be because you don\'t have the appropriate roles, or because you\'ve been suspended. Believe this is a mistake? Contact us and we\'ll sort it out!') }}

- @break; - - @case(503) - 503 illustration - -

{{ __('503 - Service Unavailable') }}

-

{{ __('Our services are currently undergoing routine maintenance. We are sorry for any inconveniences caused! We\'ll be back ASAP.') }}

- @break; - - @endswitch - - {{ __('Back to safety') }} - {{ __('System status') }} - - -
-
-
-
-
- - @endif - -
diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php deleted file mode 100755 index e041570..0000000 --- a/resources/views/home.blade.php +++ /dev/null @@ -1,169 +0,0 @@ -@extends('breadcrumbs.app') - -@section('content') - - - - @if(!$positions->isEmpty()) - - - - @foreach($positions as $position) - - - @if (is_null($position->vacancyFullDescription)) - -
- -

{{__("There don't seem to be any details.")}}

-

- {{__('This vacancy does not have any details yet.')}} -

- -
- @else - - {!! $position->vacancyFullDescription !!} -

- {{__('Last updated @ :lastUpdatedTimeValue', [':lastUpdatedTimeValue' => $position->updated_at])}} -

- @endif - - - -
- - @endforeach - - - @endif - - -
- -
- - @if ($demoActive) -
-
-
-

{{ __('Attention') }}

-

{{ __('Demo mode is active on this instance. The database is refreshed daily and some features are disabled for security reasons.') }}

- -

{{ __("If you're seeing this message in error, please contact your system administrator.") }}

-
-
-
- @endif - - -
- -
-

Confira os cargos disponíveis

-

Quer colaborar com a equipe da Games Club? Estamos recrutando! Confira um dos nossos cargos abertos. Uma boa equipe é um pilar de uma comunidade bem-sucedida.

-
- -
- -
- - @if (!$positions->isEmpty()) - - @foreach($positions as $position) - -
- -
- -
- -

{{$position->vacancyName}}

-

{{trans_choice('{1} There is :count open position!|[2,*] There are :count open positions!', $position->vacancyCount)}}

- - -
- -
- -

- {{$position->vacancyDescription}} -

- -
- - - -
- -
- - @endforeach - - @else - -
- -
- -
- -

{{__('Applications Closed')}}

- -
- -
- -
- -

{{__('Hello There!')}}

-

- {{__('We are currently not hiring any new staff members at the moment. If you\'d like to apply, check out our Discord\'s - announcement channel for news when a new position opens. - Our application cycle usually lasts two weeks, so if you\'re seeing this, it\'s because it finished, and new one will begin soon.')}} -

- -
- -
- -
- -
- - @endif - -
- -
- -
- -

{{ __('A gestão da :appName responde a todas candidaturas dentro de 48 horas.', ['appName' => config('app.name')]) }}

-

{!! __('Se você tiver algum dúvida sobre a sua conta de recrutamento, candidatura, ou qualquer outra questão, visite o nosso site de atendimento, ou envie-nos um email.', ['supportURL' => config('app.support_url'), 'supportEmail' => config('app.support_email')]) !!}

- -
- -
- - -
- -
- - -@stop