2024-06-11 17:02:01 +00:00
|
|
|
@php // Get colorscheme from cookie and apply immediately
|
|
|
|
$colorscheme = request()->cookie('colorscheme', 'catppuccin-macchiato');
|
|
|
|
@endphp
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<!-- Global -->
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta property="og:type" content="website">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<meta name="theme-color" content="#333333">
|
|
|
|
<link rel="stylesheet" href="{{ asset("/css/colorschemes/$colorscheme.css") }}" id="css-colorscheme"/>
|
|
|
|
<link rel="stylesheet" href="{{ asset('/css/master.css') }}"/>
|
|
|
|
<link rel="icon" type="image/png" href="{{ asset('/favicon-32x32.png') }}" sizes="32x32"/>
|
|
|
|
<link rel="icon" type="image/png" href="{{ asset('/favicon-16x16.png') }}" sizes="16x16"/>
|
|
|
|
<script src="{{ asset('/js/schemeSwap.js') }}"></script>
|
2024-08-08 01:00:44 +00:00
|
|
|
<script src="{{ asset('/js/liveClock.js') }}"></script>
|
2024-06-11 17:02:01 +00:00
|
|
|
{!! (intval(date('n')) == 12) ? '<script src="/js/christmas/snow.js"></script>' : '' !!}
|
|
|
|
|
|
|
|
<!-- Page-specific -->
|
2024-06-19 14:33:11 +00:00
|
|
|
<title>{{ $title ?? 'Unknown' }} - {{ str_replace("www.", "", Request::getHost()) }}</title>
|
|
|
|
<meta property="og:title" content="{{ str_replace("www.", "", Request::getHost()) }} | {{ $title }}">
|
2024-06-11 17:02:01 +00:00
|
|
|
<meta property="og:image" content="/favicon-128x128.png">
|
|
|
|
</head>
|
|
|
|
<body onload="setSchemeSelector()">
|
2024-08-08 01:00:44 +00:00
|
|
|
<div class="container">
|
|
|
|
<div class="page">
|
2024-08-08 14:34:32 +00:00
|
|
|
<header>
|
2024-08-08 01:00:44 +00:00
|
|
|
<h1>{{ str_replace("www.", "", Request::getHost()) }}</h1>
|
2024-08-08 14:34:32 +00:00
|
|
|
</header>
|
2024-08-08 01:00:44 +00:00
|
|
|
<div class="navbar">
|
|
|
|
<p>
|
|
|
|
<strong>Current Path:</strong>
|
|
|
|
@if(Request::getRequestUri() == "/")
|
|
|
|
/
|
|
|
|
@else
|
|
|
|
{{ str_replace("/", " / ", rtrim(Request::getRequestUri(), "/")) }}
|
|
|
|
@endif
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div class="content">
|
2024-08-08 14:34:32 +00:00
|
|
|
<main>
|
2024-08-08 01:00:44 +00:00
|
|
|
{{ $slot }}
|
2024-08-08 14:34:32 +00:00
|
|
|
</main>
|
2024-08-08 01:00:44 +00:00
|
|
|
<div class="sidebar">
|
2024-08-08 14:34:32 +00:00
|
|
|
<div class="section"><nav><x-navigation/></nav></div>
|
2024-08-08 01:00:44 +00:00
|
|
|
<div class="section"><x-settings/></div>
|
2024-08-08 14:21:30 +00:00
|
|
|
<div class="section centerbox"><x-discord-status/></div>
|
2024-08-08 01:00:44 +00:00
|
|
|
<div class="section"><x-weather/></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2024-08-08 14:34:32 +00:00
|
|
|
<footer>
|
2024-08-08 01:00:44 +00:00
|
|
|
<div>
|
|
|
|
(c) floppydisk 2021-{{ date('Y') }}<br>
|
2024-10-06 03:11:46 +00:00
|
|
|
v{{ config('app.version') }},
|
|
|
|
<a href="https://git.frzn.dev/fwoppydwisk/diskfloppy.me/releases/latest">Source</a>,
|
|
|
|
<a href="/privacy">Privacy Policy?</a><br>
|
2024-08-08 01:00:44 +00:00
|
|
|
Served by {{ gethostname() }}
|
|
|
|
</div>
|
|
|
|
<div>
|
2024-10-06 03:11:46 +00:00
|
|
|
<a href="https://confusionunknown.nekoweb.org/" class="button">
|
|
|
|
<img src="{{ URL::asset('images/buttons/cnfunknown.gif') }}" width="88" height="31"
|
|
|
|
class="pixel" alt="confusionunknown">
|
|
|
|
</a>
|
|
|
|
<a href="https://julimiro.eu/" class="button">
|
|
|
|
<img src="{{ URL::asset('images/buttons/juli.gif') }}" width="88" height="31"
|
|
|
|
class="pixel" alt="julimiro">
|
|
|
|
</a>
|
|
|
|
<a href="https://x86.breadtf.com/" class="button">
|
|
|
|
<img src="{{ URL::asset('images/buttons/x86.gif') }}" width="88" height="31"
|
|
|
|
class="pixel" alt="x86Overflow">
|
|
|
|
</a>
|
|
|
|
<img src="{{ URL::asset('images/buttons/brokenimage.gif') }}" width="88" height="31"
|
|
|
|
class="pixel" alt="Made with my own two paws">
|
|
|
|
<img src="{{ URL::asset('images/buttons/brokenimage.gif') }}" width="88" height="31"
|
|
|
|
class="pixel" alt="Made with my own two paws">
|
|
|
|
<img src="{{ URL::asset('images/buttons/brokenimage.gif') }}" width="88" height="31"
|
|
|
|
class="pixel" alt="Made with my own two paws"><br>
|
2024-08-08 01:00:44 +00:00
|
|
|
<a href="https://dimden.dev/" class="button">
|
|
|
|
<img src="https://dimden.dev/services/images/88x31.gif" width="88" height="31"
|
|
|
|
class="pixel" alt="dimden.dev">
|
|
|
|
</a>
|
|
|
|
<a href="https://www.linux.org/" class="button">
|
|
|
|
<img src="{{ URL::asset('images/buttons/linuxnow.gif') }}" width="88"
|
|
|
|
class="pixel" height="31" alt="Linux NOW!">
|
|
|
|
</a>
|
|
|
|
<a href="https://www.vim.org/" class="button">
|
|
|
|
<img src="{{ URL::asset('images/buttons/vim.gif') }}" width="88" height="31"
|
|
|
|
class="pixel" alt="vim">
|
2024-10-06 03:11:46 +00:00
|
|
|
</a>
|
2024-08-08 01:00:44 +00:00
|
|
|
<a href="https://wave.webaim.org/" class="button">
|
|
|
|
<img src="{{ URL::asset('images/buttons/evaluatedWAVE.png') }}" width="88" height="31"
|
|
|
|
class="pixel" alt="Evaluated to be accessible!">
|
|
|
|
</a>
|
2024-10-06 03:11:46 +00:00
|
|
|
<img src="{{ URL::asset('images/buttons/aliasing.png') }}" width="88" height="31"
|
|
|
|
class="pixel" alt="I heart aliasing!">
|
|
|
|
<img src="{{ URL::asset('images/buttons/paws.gif') }}" width="88" height="31"
|
|
|
|
class="pixel" alt="Made with my own two paws">
|
2024-08-08 01:00:44 +00:00
|
|
|
</div>
|
2024-08-08 14:34:32 +00:00
|
|
|
</footer>
|
2024-08-08 01:00:44 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2024-06-11 17:02:01 +00:00
|
|
|
</body>
|
|
|
|
</html>
|