From 5f5a1000803dde165869a852cfa8cb22a30a1dbe Mon Sep 17 00:00:00 2001 From: b1ek Date: Fri, 17 Mar 2023 21:06:50 +1000 Subject: [PATCH] Update blek! Bin --- view/project.pug | 6 +++--- view/projects/blek_bin.pug | 19 ++++++++++++++++--- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/view/project.pug b/view/project.pug index f9a5efc..b222414 100644 --- a/view/project.pug +++ b/view/project.pug @@ -9,6 +9,8 @@ block content a(href='/project/blek_sail') blek! Sail li a(href='/project/blek_id') blek! ID + li + a(href='/project/blek_bin') blek! Bin li a(href='/project/cuteschedule') CuteSchedule li @@ -26,6 +28,4 @@ block content li a(href='/project/blek_anal') blek! Analytics li - a(href='/project/blek_launch') blek! Launcher - li - a(href='/project/blek_bin') blek! Bin \ No newline at end of file + a(href='/project/blek_launch') blek! Launcher \ No newline at end of file diff --git a/view/projects/blek_bin.pug b/view/projects/blek_bin.pug index 9b59492..f24c458 100644 --- a/view/projects/blek_bin.pug +++ b/view/projects/blek_bin.pug @@ -2,12 +2,14 @@ extends ../layout/project.pug block root - var title = 'blek! Bin' include ../lib/since.pug - include ../ui/planned_label.pug + include ../ui/label.pug block append content h2 | blek! Bin - +planned_label() + + a(href='https://bin.blek.codes') + +label('Official instance (link)', '#90c137') p | blek! Bin is a free, self-hosted, nojs alternative to a(href='https://pastebin.com') Pastebin @@ -23,4 +25,15 @@ block append content br | Also, Librebin has only 8 commits and the last commit was on May 30 2022 (at this moment), or span(style='background:#30303010;padding:2px 4px;border:1px solid #c2c4c2;font-size:10pt;border-radius:8px') - | #{TimeSince(new Date(2022, 6, 30))} ago \ No newline at end of file + | #{TimeSince(new Date(2022, 6, 30))} ago + p + | Instances list + table(class='border_table') + tbody + tr + td Link + td Some words + tr + td + a(href='https://bin.blek.codes') bin.blek.codes + td Official instance (NL)