diff --git a/public/s/css/f0ck.css b/public/s/css/f0ck.css
index f226371..c4c7d49 100644
--- a/public/s/css/f0ck.css
+++ b/public/s/css/f0ck.css
@@ -2861,3 +2861,17 @@ img#f0ck-image, div.imageDoor, div.posts a, video {
border: 1px solid var(--accent);
min-width: 30%;
}
+
+/* profile */
+.profile_head {
+ display: grid;
+ grid-template-columns: auto 1fr;
+ align-items: center;
+ background: var(--nav-bg);
+ padding: 5px;
+}
+
+.layersoffear {
+ display: grid;
+ padding-left: 20px;
+}
\ No newline at end of file
diff --git a/views/admin.html b/views/admin.html
index b1fddab..a144f8e 100644
--- a/views/admin.html
+++ b/views/admin.html
@@ -1,12 +1,22 @@
@include(snippets/header)
-
Henlo, {{ session.user }}
-
Hier entsteht eine Internetpräsenz!
-
-
@if(typeof totals !== "undefined")
+
ADMINBEREICH
+
Hallo, {{ session.user }}
+
Hier entsteht eine Internetpräsenz!
+
+
f0ck stats: @if(typeof totals !== "undefined")
total: {{ totals.total }} | tagged: {{ totals.tagged }} | untagged: {{ totals.untagged }} | sfw: {{ totals.sfw }} | nsfw: {{ totals.nsfw }}
@endif
+
+
@include(snippets/footer)
diff --git a/views/snippets/navbar.html b/views/snippets/navbar.html
index a4d5451..d67235d 100644
--- a/views/snippets/navbar.html
+++ b/views/snippets/navbar.html
@@ -8,15 +8,13 @@
-
{{ user.user }}@if(user.avatar) @endif
-
ID: {{ user.user_id }}
-
{{ count.f0cks }} f0ck{{ count.f0cks == 1 ? '' : 's' }}
-
{{ count.favs }} fav{{ count.favs == 1 ? '' : 's' }}
-
Joined: {{ user.created_at }}
+
+ @if(user.avatar)
+
+
+
+ @endif
+
+
+ {{ user.user }}
+
+
+ ID: {{ user.user_id }} {{ count.f0cks }} f0ck{{ count.f0cks == 1 ? '' : 's' }} {{ count.favs }} fav{{ count.favs == 1 ? '' : 's' }} Joined: {{ user.created_at }}
+
+
+
f0cks:
@if('items' in f0cks)