diff options
-rw-r--r-- | resources/views/includes/footer.blade.php | 66 | ||||
-rw-r--r-- | resources/views/includes/head.blade.php | 21 | ||||
-rw-r--r-- | resources/views/includes/header.blade.php | 17 | ||||
-rw-r--r-- | resources/views/layouts/default-admin.blade.php | 23 | ||||
-rw-r--r-- | resources/views/layouts/default.blade.php | 20 | ||||
-rw-r--r-- | resources/views/layouts/minimal.blade.php | 11 |
6 files changed, 0 insertions, 158 deletions
diff --git a/resources/views/includes/footer.blade.php b/resources/views/includes/footer.blade.php deleted file mode 100644 index 3494f6e..0000000 --- a/resources/views/includes/footer.blade.php +++ /dev/null @@ -1,66 +0,0 @@ -<hr> -<div class="footer" role="contentinfo"> - <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"> - </a> - <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> - <a href="http://jigsaw.w3.org/css-validator/check/referer" class="button"> - <img src="{{ URL::asset('images/buttons/vcss-blue.gif') }}" width="88" height="31" - class="pixel" alt="Valid CSS!"> - </a> - <a href="https://wiby.me/" class="button"> - <img src="{{ URL::asset('images/buttons/wiby.gif') }}" width="88" height="31" - class="pixel" alt="Wiby - Search Engine for the Classic Web"> - </a><br> - This site is best viewed at 1024x768 with 16-bit color or better<br> - © floppydisk 2021-{{ date('Y') }}, v{{ config('app.version') }}@if(env('DEVEL'))-dev, @else, @endif<a - href="https://github.com/floppydisk05/diskfloppy.me">Source</a>, - Served by {{ gethostname() }}<br> - <label for="scheme-selector">Color Scheme:</label> - <select onchange="swapScheme(this.value)" id="scheme-selector"> - <optgroup label="Misc"> - <option value="c64">C64</option> - </optgroup> - <optgroup label="Light"> - <option value="catppuccin-latte">Catppuccin Latte</option> - <option value="gruvbox">Gruvbox</option> - <option value="man-page">Man Page</option> - <option value="papercolor-light">Papercolor Light</option> - <option value="rose-pine-dawn">Rosé Pine Dawn</option> - <option value="solarized-light">Solarized Light</option> - <option value="terminal-basic">Terminal Basic</option> - </optgroup> - <optgroup label="Dark"> - <option value="catppuccin-frappe">Catppuccin Frappé</option> - <option value="catppuccin-macchiato" selected="selected">Catppuccin Macchiato</option> - <option value="catppuccin-mocha">Catppuccin Mocha</option> - <option value="gruvbox-dark">Gruvbox Dark</option> - <option value="gruvbox-material">Gruvbox Material</option> - <option value="maia">Maia</option> - <option value="mono-amber">Mono Amber</option> - <option value="mono-cyan">Mono Cyan</option> - <option value="mono-green">Mono Green</option> - <option value="mono-red">Mono Red</option> - <option value="mono-white">Mono White</option> - <option value="mono-yellow">Mono Yellow</option> - <option value="papercolor-dark">Papercolor Dark</option> - <option value="rose-pine">Rosé Pine</option> - <option value="rose-pine-moon">Rose Pine Moon</option> - <option value="shel">Shel</option> - <option value="slate">Slate</option> - <option value="solarized-dark">Solarized Dark</option> - </optgroup> - </select><br> -</div> diff --git a/resources/views/includes/head.blade.php b/resources/views/includes/head.blade.php deleted file mode 100644 index d6d1280..0000000 --- a/resources/views/includes/head.blade.php +++ /dev/null @@ -1,21 +0,0 @@ -@php // Get colorscheme from cookie and apply immediately - $colorscheme = request()->cookie('colorscheme', 'catppuccin-macchiato'); -@endphp - <!-- 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="/css/master.css"/> - <link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"/> - <link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16"/> - <script src="/js/schemeSwap.js"></script> - {!! (intval(date('n')) == 12) ? '<script src="/js/christmas/snow.js"></script>' : '' !!} - - <!-- Page-specific --> - <title>@yield('title') - diskfloppy.me</title> - <meta property="og:title" content="diskfloppy.me | @yield('title')"> - <meta property="og:description" content="@yield('description')"> - <meta property="og:image" content="/favicon-128x128.png"> - <meta name="description" content="@yield('description')"> diff --git a/resources/views/includes/header.blade.php b/resources/views/includes/header.blade.php deleted file mode 100644 index fd80877..0000000 --- a/resources/views/includes/header.blade.php +++ /dev/null @@ -1,17 +0,0 @@ - <nav> - <h1>diskfloppy.me | <strong>@yield('title')</strong></h1> - <div class="nav-wrapper"> - <div> - <a href="/" title="Home"><img class="pixel" src="/images/icons/nav/home.png" alt="Home" width="32" height="32"></a> - <a href="//git.diskfloppy.me/" title="cgit"><img class="pixel" src="/images/icons/nav/repo.png" alt="cgit" width="32" height="32"></a> - <a href="/pub/" title="Public Files"><img class="pixel" src="/images/icons/nav/pubfiles.png" alt="Public Files" width="32" height="32"></a> - <a href="/computers/" title="Computers"><img class="pixel" src="/images/icons/nav/computers.png" alt="Computers" width="32" height="32"></a> - <a href="/bookmarks/" title="Bookmarks"><img class="pixel" src="/images/icons/nav/bookmarks.png" alt="Bookmarks" width="32" height="32"></a> - <a href="/guestbook/" title="Guestbook"><img class="pixel" src="/images/icons/nav/guestbook.png" alt="Guestbook" width="32" height="32"></a> - <!--<a href="/contact/" title="Contact"><img class="pixel" src="/images/icons/nav/mail.png" alt="Contact" width="32" height="32"></a>--> - <a href="//weather.diskfloppy.me/" title="Weather"><img class="pixel" src="/images/icons/nav/weather.png" alt="Weather" width="32" height="32"></a> - <a href="/music/" title="Music"><img class="pixel" src="/images/icons/nav/music.png" alt="Music" width="32" height="32"></a> - </div> - </div> - </nav> - <hr> diff --git a/resources/views/layouts/default-admin.blade.php b/resources/views/layouts/default-admin.blade.php deleted file mode 100644 index 5a16524..0000000 --- a/resources/views/layouts/default-admin.blade.php +++ /dev/null @@ -1,23 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html lang="en"> -<head> - @include('includes.head') -</head> - -<body> -<div class="page"> -<div class="header"> - @include('includes.admin.header') -</div> <!-- header --> - -<div id="pagebody"> - <div id="content"> -@yield('content') - </div> <!-- content --> - <div id="footer" class="pagefooter"> - @include('includes.footer') - </div> <!-- footer --> -</div> <!-- pagebody --> -</div> <!-- page --> -</body> -</html> diff --git a/resources/views/layouts/default.blade.php b/resources/views/layouts/default.blade.php deleted file mode 100644 index 0945b9c..0000000 --- a/resources/views/layouts/default.blade.php +++ /dev/null @@ -1,20 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - @include('includes.head') -</head> - -<body onload="setSchemeSelector()"> -<div class="page"> - <div id="header" class="header"> - @include('includes.header') - </div> <!-- header --> - <div id="content" class="content" role="main"> -@yield('content') - </div> <!-- content --> - <div id="footer" class="footer"> - @include('includes.footer') - </div> <!-- footer --> -</div> <!-- page --> -</body> -</html> diff --git a/resources/views/layouts/minimal.blade.php b/resources/views/layouts/minimal.blade.php deleted file mode 100644 index 5cef094..0000000 --- a/resources/views/layouts/minimal.blade.php +++ /dev/null @@ -1,11 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html lang="en"> -<head> - <title>@yield('title')</title> - <link rel="stylesheet" href="{{ URL::asset ('css/minimal.css') }}"/> -</head> - -<body> -@yield('content') -</body> -</html> |