outcommenting the re: content banner (2 months of display should be enough)

This commit is contained in:
w0bm 2024-02-17 23:44:03 +00:00
parent ac59ed6f81
commit 48efb26089
11 changed files with 108 additions and 4 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ public/database/
public/asbach/
public/images/
resources/views/unused/
app/Http/Controllers/tmp/test.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 KiB

After

Width:  |  Height:  |  Size: 234 KiB

View File

@ -4263,4 +4263,19 @@ pre {
.git a {
color: white;
}
.gld {
text-align: center;
font-weight: bold;
font-family: monospace;
background: black;
padding: 5px;
border: 1px solid #2000ff;
background: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(252,70,107,1) 100%);
}
.gld a {
color: white;
text-shadow: 1px 1px 1px black;
}

View File

@ -1987,4 +1987,15 @@ p.comment {
grid-template-rows: auto;
grid-template-columns: min-content;
min-width: auto;
}
.blahffff a {
color: #ff00e3;
text-shadow: 1px 1px 1px #0d0d0d;
}
.blahffff {
font-weight: bold;
background: #000000b3 !important;
padding: 0;
text-align: center;
}

View File

@ -3,3 +3,9 @@ Disallow:
User-agent: Google
Disallow: /
User-agent: Yandex
Disallow:
User-agent: Yandex
Disallow: /

View File

@ -13,7 +13,7 @@ RE: Content on w0bm
Ich will keine Nachrichten, keine Politik, keinen Krieg und auch sonst keine zu mainstreamigen Sachen auf meiner Platform.
Ich möchte das w0bm eine Page ist die lustiges und kurioses gezielt zur Schau stellt.
Nnatürlich bin ich nicht alleiniger Entscheider darüber was potentiell als lustig, kurios oder anderweitig merkwürdig zu gelten hat,
Natürlich bin ich nicht alleiniger Entscheider darüber was potentiell als lustig, kurios oder anderweitig merkwürdig zu gelten hat,
jedoch behalte ich mir vor das ganze in einem gewissen Rahmen zu formen, so ist nun der Zeitpunkt gekommen,
an dem ich diese Formung verfestigen werde und in Futur 2 viele Uploads gelöscht haben werde.
@ -30,7 +30,7 @@ Ab sofort bitte keine Inhalte mit oben aufgeführten Kriterien mehr hochladen.
Liebe Grüße
die Administration
Chatbot953
</pre>
</div>
<h4>English translation</h4>
@ -57,7 +57,7 @@ From now on, please do not upload any content with the above criteria.
Kind regards
the administration
Chatbot953
</pre>
</div>
</div>

View File

@ -128,7 +128,7 @@
@section('aside')
<aside id="sidebar" class="aside panel hidden-xs">
<div><a href="/changes">RE: Content on w0bm</a></div>
<!-- <div class="gld"><a href="/change">RE: Content on w0bm</a></div> -->
@include('partials.flash')
@include('partials.comments')
@include('partials.tags')

View File

@ -0,0 +1,66 @@
@extends('profilelayout')
@section('novidcontent')
<div class="page-header p-2">
<h3>RE: Content on w0bm</h3>
<p><i>For a happier future… or so I hope</i></p>
</div>
<div class="dark-bg">
<div class="box">
<h4>Original in German</h4>
<div class="german">
<pre>
RE: Content on w0bm
Ich will keine Nachrichten, keine Politik, keinen Krieg und auch sonst keine zu mainstreamigen Sachen auf meiner Platform.
Ich möchte das w0bm eine Page ist die lustiges und kurioses gezielt zur Schau stellt.
Natürlich bin ich nicht alleiniger Entscheider darüber was potentiell als lustig, kurios oder anderweitig merkwürdig zu gelten hat,
jedoch behalte ich mir vor das ganze in einem gewissen Rahmen zu formen, so ist nun der Zeitpunkt gekommen,
an dem ich diese Formung verfestigen werde und in Futur 2 viele Uploads gelöscht haben werde.
Die Löschung hat betroffen:
Inhalte mit Nachrichten, Politik und Krieg.
Inhalte mit Gore.
Die vollständigen Kategorien:
politics, military, mett
sind entfernt worden
Ab sofort bitte keine Inhalte mit oben aufgeführten Kriterien mehr hochladen.
Liebe Grüße
Chatbot953
</pre>
</div>
<h4>English translation</h4>
<div class="usaenglish">
<pre>
RE: Content on w0bm
I don't want news, politics, war or anything too mainstream on my platform.
I want w0bm to be a site that showcases funny and curious content.
Of course, I am not the sole decider of what is potentially considered funny, curious or otherwise strange,
but I reserve the right to shape the whole thing within a certain framework, so now the time has come,
at which I will solidify this shaping and will have deleted many uploads in future tense 2.
The deletion has affected:
Content with news, politics and war.
Content with Gore.
The complete categories:
politics, military, mett
have been removed
From now on, please do not upload any content with the above criteria.
Kind regards
Chatbot953
</pre>
</div>
</div>
</div>
@endsection

View File

@ -25,6 +25,7 @@
<div class="container p-0">
<div class="col-md p-0">
@include('partials.navigation')
@include('partials.annouce')
@include('partials.flash')
<noscript>
<div class="alert alert-warning alert-dismissible fade show" role="alert">

View File

@ -0,0 +1,3 @@
<!-- <div class="blahffff">
<a href="/change">RE: Content on w0bm</a>
</div> -->

View File

@ -23,6 +23,7 @@
<div data-simplebar class="container-fluid">
<div class="container">
@include('partials.navigation')
@include('partials.annouce')
@yield('novidcontent')
</div>
</div>