From 7023e4c7c8f158df78b5e71ddc2640290409eca1 Mon Sep 17 00:00:00 2001 From: chers Date: Fri, 31 Jul 2026 09:18:39 +0000 Subject: Update cl-bbs --- static/img/cloudflare.png | Bin 0 -> 82869 bytes static/img/freebsd.png | Bin 0 -> 14218 bytes static/img/gnu.png | Bin 0 -> 13357 bytes static/img/i2p.png | Bin 0 -> 9192 bytes static/img/mit-scheme.png | Bin 0 -> 16104 bytes static/img/nginx.png | Bin 0 -> 18535 bytes static/img/nocookie.png | Bin 0 -> 2191 bytes static/img/nojs.png | Bin 0 -> 17763 bytes static/img/snake.png | Bin 0 -> 15476 bytes static/img/src/freebsd.svg | 1 + static/img/src/gnu.svg | 94 +++++++ static/img/src/mit-scheme.svg | 599 ++++++++++++++++++++++++++++++++++++++++++ static/img/src/nginx.svg | 20 ++ static/img/src/sicp-snake.png | Bin 0 -> 18342 bytes static/img/tux.png | Bin 0 -> 11913 bytes static/img/valid-html.png | Bin 0 -> 2066 bytes 16 files changed, 714 insertions(+) create mode 100644 static/img/cloudflare.png create mode 100644 static/img/freebsd.png create mode 100644 static/img/gnu.png create mode 100644 static/img/i2p.png create mode 100644 static/img/mit-scheme.png create mode 100644 static/img/nginx.png create mode 100644 static/img/nocookie.png create mode 100644 static/img/nojs.png create mode 100644 static/img/snake.png create mode 100644 static/img/src/freebsd.svg create mode 100644 static/img/src/gnu.svg create mode 100644 static/img/src/mit-scheme.svg create mode 100644 static/img/src/nginx.svg create mode 100644 static/img/src/sicp-snake.png create mode 100644 static/img/tux.png create mode 100644 static/img/valid-html.png (limited to 'static/img') diff --git a/static/img/cloudflare.png b/static/img/cloudflare.png new file mode 100644 index 0000000..ad7ff2e Binary files /dev/null and b/static/img/cloudflare.png differ diff --git a/static/img/freebsd.png b/static/img/freebsd.png new file mode 100644 index 0000000..b00e7d4 Binary files /dev/null and b/static/img/freebsd.png differ diff --git a/static/img/gnu.png b/static/img/gnu.png new file mode 100644 index 0000000..a4109c4 Binary files /dev/null and b/static/img/gnu.png differ diff --git a/static/img/i2p.png b/static/img/i2p.png new file mode 100644 index 0000000..36a9980 Binary files /dev/null and b/static/img/i2p.png differ diff --git a/static/img/mit-scheme.png b/static/img/mit-scheme.png new file mode 100644 index 0000000..076d4a9 Binary files /dev/null and b/static/img/mit-scheme.png differ diff --git a/static/img/nginx.png b/static/img/nginx.png new file mode 100644 index 0000000..389f308 Binary files /dev/null and b/static/img/nginx.png differ diff --git a/static/img/nocookie.png b/static/img/nocookie.png new file mode 100644 index 0000000..916b894 Binary files /dev/null and b/static/img/nocookie.png differ diff --git a/static/img/nojs.png b/static/img/nojs.png new file mode 100644 index 0000000..f00d277 Binary files /dev/null and b/static/img/nojs.png differ diff --git a/static/img/snake.png b/static/img/snake.png new file mode 100644 index 0000000..8f039ec Binary files /dev/null and b/static/img/snake.png differ diff --git a/static/img/src/freebsd.svg b/static/img/src/freebsd.svg new file mode 100644 index 0000000..0f331ee --- /dev/null +++ b/static/img/src/freebsd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/src/gnu.svg b/static/img/src/gnu.svg new file mode 100644 index 0000000..06403cb --- /dev/null +++ b/static/img/src/gnu.svg @@ -0,0 +1,94 @@ + + + + + + + + + image/svg+xml + + + + + Aurelio A. Hecker <aurium@gmail.com> + + + GNU Head + + + + + + + + + + + + + + + + + + + + + diff --git a/static/img/src/mit-scheme.svg b/static/img/src/mit-scheme.svg new file mode 100644 index 0000000..f2e251d --- /dev/null +++ b/static/img/src/mit-scheme.svg @@ -0,0 +1,599 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + (Y F) = (F (Y F)) + + + + + (Y F) = (F (Y F)) + + + + + (Y F) = (F (Y F)) + + + + + (Y F) = (F (Y F)) + + + + + (Y F) = (F (Y F)) + + + + + (Y F) = (F (Y F)) + + + + + (Y F) = (F (Y F)) + + + + + (Y F) = (F (Y F)) + + + + + (Y F) = (F (Y F)) + + + + + (Y F) = (F (Y F)) + + + + + (Y F) = (F (Y F)) + + + + + + + + + diff --git a/static/img/src/nginx.svg b/static/img/src/nginx.svg new file mode 100644 index 0000000..07790fe --- /dev/null +++ b/static/img/src/nginx.svg @@ -0,0 +1,20 @@ + + + + + + + + + diff --git a/static/img/src/sicp-snake.png b/static/img/src/sicp-snake.png new file mode 100644 index 0000000..66bdd5e Binary files /dev/null and b/static/img/src/sicp-snake.png differ diff --git a/static/img/tux.png b/static/img/tux.png new file mode 100644 index 0000000..bdc5b1d Binary files /dev/null and b/static/img/tux.png differ diff --git a/static/img/valid-html.png b/static/img/valid-html.png new file mode 100644 index 0000000..e6a4dc2 Binary files /dev/null and b/static/img/valid-html.png differ -- cgit v1.2.3