summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xresources/views/4.blade.php11
-rw-r--r--resources/views/auth/confirm-password.blade.php2
-rw-r--r--resources/views/auth/forgot-password.blade.php2
-rw-r--r--resources/views/auth/login.blade.php2
-rw-r--r--resources/views/auth/register.blade.php2
-rw-r--r--resources/views/auth/reset-password.blade.php2
-rw-r--r--resources/views/auth/verify-email.blade.php2
-rw-r--r--resources/views/dashboard.blade.php2
-rw-r--r--resources/views/f.blade.php2
-rw-r--r--resources/views/f_v1.blade.php2
-rwxr-xr-xresources/views/home.blade.php1
-rw-r--r--resources/views/home_old2025.blade.php2
-rw-r--r--resources/views/import.blade.php2
-rwxr-xr-xresources/views/kyanite.blade.php2
-rw-r--r--resources/views/links/index.blade.php2
-rw-r--r--resources/views/links/show.blade.php2
-rw-r--r--resources/views/newtab.blade.php2
-rwxr-xr-xresources/views/template.blade.php2
-rw-r--r--resources/views/toys/blood-gpu.blade.php2
-rw-r--r--resources/views/toys/blood.blade.php2
-rw-r--r--resources/views/toys/fire.blade.php2
-rw-r--r--resources/views/toys/index.blade.php2
-rw-r--r--resources/views/writings/create.blade.php2
-rw-r--r--resources/views/writings/edit.blade.php2
-rw-r--r--resources/views/writings/index.blade.php4
-rw-r--r--resources/views/writings/show.blade.php2
26 files changed, 37 insertions, 25 deletions
diff --git a/resources/views/4.blade.php b/resources/views/4.blade.php
new file mode 100755
index 0000000..f23d1e1
--- /dev/null
+++ b/resources/views/4.blade.php
@@ -0,0 +1,11 @@
+@extends('template')
+@section('content')
+<main>
+ <h4>Search Current 4chan Posts</h4>
+ <form action = "/4" method = "POST">
+ query <input type = "text" id = "query" />
+ board <input type = "text" id = "board" />
+ <button type = "submit">Search</button>
+ </form>
+</main>
+@endsection
diff --git a/resources/views/auth/confirm-password.blade.php b/resources/views/auth/confirm-password.blade.php
index b31f991..34c0708 100644
--- a/resources/views/auth/confirm-password.blade.php
+++ b/resources/views/auth/confirm-password.blade.php
@@ -1,5 +1,5 @@
@extends('template')
-@section('body')
+@section('content')
<main>
<div class="form-container">
<h1 style="font-size: 1.5rem; margin-bottom: 1.5rem;">Confirm Password</h1>
diff --git a/resources/views/auth/forgot-password.blade.php b/resources/views/auth/forgot-password.blade.php
index 01eb9db..34f2bf7 100644
--- a/resources/views/auth/forgot-password.blade.php
+++ b/resources/views/auth/forgot-password.blade.php
@@ -1,5 +1,5 @@
@extends('template')
-@section('body')
+@section('content')
<main>
<div class="form-container">
<h1 style="font-size: 1.5rem; margin-bottom: 1.5rem;">Reset Password</h1>
diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php
index 3ab8e06..12bd07e 100644
--- a/resources/views/auth/login.blade.php
+++ b/resources/views/auth/login.blade.php
@@ -1,5 +1,5 @@
@extends('template')
-@section('body')
+@section('content')
<main>
<div class="form-container">
<h1 style="font-size: 1.5rem; margin-bottom: 1.5rem;">Login</h1>
diff --git a/resources/views/auth/register.blade.php b/resources/views/auth/register.blade.php
index 2032441..2b07fe8 100644
--- a/resources/views/auth/register.blade.php
+++ b/resources/views/auth/register.blade.php
@@ -1,5 +1,5 @@
@extends('template')
-@section('body')
+@section('content')
<main>
<div class="form-container">
<h1 style="font-size: 1.5rem; margin-bottom: 1.5rem;">Register</h1>
diff --git a/resources/views/auth/reset-password.blade.php b/resources/views/auth/reset-password.blade.php
index 8f78ac2..b2c2017 100644
--- a/resources/views/auth/reset-password.blade.php
+++ b/resources/views/auth/reset-password.blade.php
@@ -1,5 +1,5 @@
@extends('template')
-@section('body')
+@section('content')
<main>
<div class="form-container">
<h1 style="font-size: 1.5rem; margin-bottom: 1.5rem;">Set New Password</h1>
diff --git a/resources/views/auth/verify-email.blade.php b/resources/views/auth/verify-email.blade.php
index 5d66134..bb44022 100644
--- a/resources/views/auth/verify-email.blade.php
+++ b/resources/views/auth/verify-email.blade.php
@@ -1,5 +1,5 @@
@extends('template')
-@section('body')
+@section('content')
<main>
<div class="form-container">
<h1 style="font-size: 1.5rem; margin-bottom: 1.5rem;">Verify Email</h1>
diff --git a/resources/views/dashboard.blade.php b/resources/views/dashboard.blade.php
index 77de9ed..476b49c 100644
--- a/resources/views/dashboard.blade.php
+++ b/resources/views/dashboard.blade.php
@@ -159,7 +159,7 @@
</style>
@endsection
-@section('body')
+@section('content')
<main>
<h1>Dashboard</h1>
diff --git a/resources/views/f.blade.php b/resources/views/f.blade.php
index 0a2c9a8..1c120d7 100644
--- a/resources/views/f.blade.php
+++ b/resources/views/f.blade.php
@@ -217,7 +217,7 @@
</style>
@endsection
-@section('body')
+@section('content')
<main>
<!-- Upload Section -->
<section>
diff --git a/resources/views/f_v1.blade.php b/resources/views/f_v1.blade.php
index cff2a4f..46df872 100644
--- a/resources/views/f_v1.blade.php
+++ b/resources/views/f_v1.blade.php
@@ -56,7 +56,7 @@
$contents = scandir($currentDir);
?>
-@section('body')
+@section('content')
<main>
<!--<p><b>Contents of:</b> <em> {{ $currentDir }}</em></p>-->
<p><b>{{ htmlspecialchars(ucfirst($currentDirName)) }}</b></p>
diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php
index cd898a0..475ee87 100755
--- a/resources/views/home.blade.php
+++ b/resources/views/home.blade.php
@@ -13,6 +13,7 @@
<p>Welcome</p>
<center> . . . </center>
</section>
+UNDER CONSTRUCTION; APOLOGIES FOR LACKING FUNCTIONALITY.
<section id = "fileupload-nojs">
<div class = "widget" >
<h4>File Upload</h4>
diff --git a/resources/views/home_old2025.blade.php b/resources/views/home_old2025.blade.php
index a29462a..87a98bb 100644
--- a/resources/views/home_old2025.blade.php
+++ b/resources/views/home_old2025.blade.php
@@ -2,7 +2,7 @@
@section('head')
<script type = "module" src = "/js/main.js"></script>
@endsection
-@section('body')
+@section('content')
<canvas id = "bg">
</canvas>
<main>
diff --git a/resources/views/import.blade.php b/resources/views/import.blade.php
index e60a8f0..d908e1b 100644
--- a/resources/views/import.blade.php
+++ b/resources/views/import.blade.php
@@ -1,5 +1,5 @@
@extends('template')
-@section('body')
+@section('content')
<main>
<header>
<h3>Data Importer</h3>
diff --git a/resources/views/kyanite.blade.php b/resources/views/kyanite.blade.php
index 084948d..189b3d4 100755
--- a/resources/views/kyanite.blade.php
+++ b/resources/views/kyanite.blade.php
@@ -1,5 +1,5 @@
@extends('template')
-@section('body')
+@section('content')
<canvas id = "bg">
</canvas>
<main>
diff --git a/resources/views/links/index.blade.php b/resources/views/links/index.blade.php
index a18c2d8..4ffca7b 100644
--- a/resources/views/links/index.blade.php
+++ b/resources/views/links/index.blade.php
@@ -1,5 +1,5 @@
@extends('template')
-@section('body')
+@section('content')
<main>
<div class="">
<div class="">
diff --git a/resources/views/links/show.blade.php b/resources/views/links/show.blade.php
index cfa1aca..c70f459 100644
--- a/resources/views/links/show.blade.php
+++ b/resources/views/links/show.blade.php
@@ -4,7 +4,7 @@
<link rel="stylesheet" href="/css/style.css">
@endsection
-@section('body')
+@section('content')
<main>
<a href = "{{ $link->url }}">
<h1>{{ $link->label }}</h1>
diff --git a/resources/views/newtab.blade.php b/resources/views/newtab.blade.php
index c2dea40..ea3ce98 100644
--- a/resources/views/newtab.blade.php
+++ b/resources/views/newtab.blade.php
@@ -340,7 +340,7 @@
</style>
@endsection
-@section('body')
+@section('content')
<div class="dashboard-container">
<div class="dashboard-header">
<h1>Dashboard</h1>
diff --git a/resources/views/template.blade.php b/resources/views/template.blade.php
index 373d5f8..39a002a 100755
--- a/resources/views/template.blade.php
+++ b/resources/views/template.blade.php
@@ -11,7 +11,7 @@
<header>
<h2>.</h2>
<section class = "status">
- <p> </p>
+ UNDER CONSTRUCTION; APOLOGIES FOR LACKING FUNCTIONALITY.
</section>
</header>
<main>
diff --git a/resources/views/toys/blood-gpu.blade.php b/resources/views/toys/blood-gpu.blade.php
index a40f617..1223b98 100644
--- a/resources/views/toys/blood-gpu.blade.php
+++ b/resources/views/toys/blood-gpu.blade.php
@@ -5,7 +5,7 @@
<link rel="stylesheet" href="/css/jstoys.css">
<link rel="stylesheet" href="/css/blood_gpu.css">
@endsection
-@section('body')
+@section('content')
<h1>WebGPU Blood Spray Simulation</h1>
<div id="statusBox" class="status">
diff --git a/resources/views/toys/blood.blade.php b/resources/views/toys/blood.blade.php
index 521f440..038f9cd 100644
--- a/resources/views/toys/blood.blade.php
+++ b/resources/views/toys/blood.blade.php
@@ -5,7 +5,7 @@
<link rel="stylesheet" href="/css/jstoys.css">
<link rel="stylesheet" href="/css/blood.css">
@endsection
-@section('body')
+@section('content')
<div class="action-buttons">
<button id="clearBtn">Clear Canvas</button>
<button id="randomSprayBtn">Random Spray</button>
diff --git a/resources/views/toys/fire.blade.php b/resources/views/toys/fire.blade.php
index d518c74..5e61593 100644
--- a/resources/views/toys/fire.blade.php
+++ b/resources/views/toys/fire.blade.php
@@ -4,7 +4,7 @@
<link rel="stylesheet" href="/css/jstoys.css">
<link rel="stylesheet" href="/css/blood.css">
@endsection
-@section('body')
+@section('content')
<canvas id="fireCanvas" width="1000" height="800"></canvas>
<div class="controls">
diff --git a/resources/views/toys/index.blade.php b/resources/views/toys/index.blade.php
index bef0cf6..ad5cb56 100644
--- a/resources/views/toys/index.blade.php
+++ b/resources/views/toys/index.blade.php
@@ -11,6 +11,6 @@
@endsection
-@section('body')
+@section('content')
@endsection \ No newline at end of file
diff --git a/resources/views/writings/create.blade.php b/resources/views/writings/create.blade.php
index cc9482d..54b5deb 100644
--- a/resources/views/writings/create.blade.php
+++ b/resources/views/writings/create.blade.php
@@ -9,7 +9,7 @@
<link rel="stylesheet" href="/css/writings.css">
@endsection
-@section('body')
+@section('content')
<main>
<div class = "writing-create">
<form id="writing-form" method="POST" action="/w">
diff --git a/resources/views/writings/edit.blade.php b/resources/views/writings/edit.blade.php
index ff80273..ec51d68 100644
--- a/resources/views/writings/edit.blade.php
+++ b/resources/views/writings/edit.blade.php
@@ -6,7 +6,7 @@
<script type = "module" src = "/js/writing_show.js"></script>
@endsection
-@section('body')
+@section('content')
<main>
@if (Auth::user() != null)
<div class="container">
diff --git a/resources/views/writings/index.blade.php b/resources/views/writings/index.blade.php
index b3ba2e0..3f5d0db 100644
--- a/resources/views/writings/index.blade.php
+++ b/resources/views/writings/index.blade.php
@@ -3,7 +3,7 @@
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
<script type = "module" src = "/js/writing_index.js"></script>
@endsection
-@section('body')
+@section('content')
<main>
<div >
<section>
@@ -58,4 +58,4 @@
@endif
</div>
</main>
-@endsection \ No newline at end of file
+@endsection
diff --git a/resources/views/writings/show.blade.php b/resources/views/writings/show.blade.php
index 2ba8841..ab25974 100644
--- a/resources/views/writings/show.blade.php
+++ b/resources/views/writings/show.blade.php
@@ -10,7 +10,7 @@
<a href = "/w/" class = "form-button">Writings</a>
@endsection
-@section('body')
+@section('content')
<main>
<article class="writing">
<header class="writing-header">