wtf frontend
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 15s

This commit is contained in:
Flummi 2023-05-03 04:53:22 +02:00
parent 63bd1104b7
commit fbf03bfbb4
11 changed files with 1860 additions and 1847 deletions

View File

@ -1,4 +1,5 @@
@include(snippets/header)
<div id="main">
<div class="about">
<div>
<a href="//f0ck.me/48908"><img src="//f0ck.me/s/img/loool.webp" /></a>
@ -46,4 +47,5 @@
<p>Cookies: Yes, we set 1 cookie for your prefered stylesheet, this is a optional cookie and not required for the site to function, simply cosmetics, you can block this cookie and the site will still work as intended and will default to the default f0ck theme called "f0ck"</p>
<p>Logs: We do not log users accessing our website.</p>
</div>
</div>
@include(snippets/footer)

View File

@ -1,4 +1,5 @@
@include(snippets/header)
<div id="main">
<div class="container">
<div class="_error_wrapper">
<div class="err">
@ -15,4 +16,5 @@
</div>
</div>
</div>
</div>
@include(snippets/footer)

View File

@ -1,5 +1,6 @@
<div class="pagewrapper">
@include(snippets/header)
<div class="pagewrapper">
<div id="main">
<div class="index-container">
@if(tmp.user)<h2>user: {!! tmp.user.toLowerCase() !!}@if(tmp.mime) ({{ tmp.mime }}s)@else (all)@endif</h2>@endif
@if(tmp.tag)<h2>tag: @if(session)<a href="/search?tag={!! tmp.tag.toLowerCase() !!}" target="_blank">{!! tmp.tag.toLowerCase() !!}</a>@else{!! tmp.tag.toLowerCase() !!}@endif@if(tmp.mime) ({{ tmp.mime }}s)@else (all)@endif</h2>@endif
@ -13,4 +14,5 @@
</div>
</div>
</div>
</div>
@include(snippets/footer)

View File

@ -1,5 +1,6 @@
<div class="wrapper">
@include(snippets/header)
<div class="wrapper">
<div id="main">
<div class="container">
<div class="_204863">
<div class="imageDoor" style="--hover-image: url('/t/{{ item.id }}.webp');">
@ -101,5 +102,6 @@
<a href="/random"></a>
</div>
</div>
@include(snippets/footer)
</div>
</div>
@include(snippets/footer)

View File

@ -1,4 +1,5 @@
@include(snippets/header)
<div id="main">
<div class="topf0ckers">
<h3>Top f0ckers of all time <br>- Ranking -</h3>
</div>
@ -39,4 +40,5 @@
</table>
</div>
</div>
</div>
@include(snippets/footer)

View File

@ -1,4 +1,5 @@
@include(snippets/header)
<div id="main">
<div class="f0ckgle">
<h1 style="text-align: center">f0ckgle</h1>
<form action="/search" class="admin-search">
@ -34,4 +35,5 @@
@endif
</div>
</div>
</div>
@include(snippets/footer)

View File

@ -1,4 +1,5 @@
@include(snippets/header)
<div id="main">
<h1>Settings</h1>
@if(session.avatar)<a href="/{{ session.avatar }}"><img id="img_avatar" src="/t/{{ session.avatar }}.webp" /></a>@endif
<h2>Account</h2>
@ -49,4 +50,5 @@
@endeach
</tbody>
</table>
</div>
@include(snippets/footer)

View File

@ -1,5 +1,4 @@
@if(session)<!--<div style="position: fixed; bottom: 0; z-index: 998; background-color: var(--bg); width: 100%; height: 29px; border-top: 1px solid var(--accent)">{{ JSON.stringify(session) }}</div>-->@endif
</div>
<script async src="/s/js/theme.js?v=@mtime(/public/s/js/theme.js)"></script>
<script src="/s/js/v0ck.js?v=@mtime(/public/s/js/v0ck.js)"></script>
<script src="/s/js/f0ck.js?v=@mtime(/public/s/js/f0ck.js)"></script>

View File

@ -12,4 +12,3 @@
</head>
<body>
@include(snippets/navbar)
<div id="main">

View File

@ -1,4 +1,5 @@
@include(snippets/header)
<div id="main">
<h1>{{ user.user }}</h1>
<h2>f0cks:</h2>
@ -24,5 +25,5 @@
@else
no favorites
@endif
</div>
@include(snippets/footer)