aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlake DeMarcy <ofunknowndescent@gmail.com>2017-05-03 19:46:01 -0500
committerBlake DeMarcy <ofunknowndescent@gmail.com>2017-05-03 19:46:01 -0500
commite55585c71ddb394fbac6ee81c20df9faf3ca4764 (patch)
treebd50f0befc5abde5ff4664bdfb446d59616db46d
parent7f510179392db9c469c4a8ac30efa6e8e1e3588d (diff)
downloadbbj-e55585c71ddb394fbac6ee81c20df9faf3ca4764.tar.gz
ditch the handwritten site
-rw-r--r--site_html/base_style.css55
-rw-r--r--site_html/index.html44
-rw-r--r--site_html/screenshot.pngbin229126 -> 0 bytes
-rw-r--r--site_html/title.pngbin46844 -> 0 bytes
4 files changed, 0 insertions, 99 deletions
diff --git a/site_html/base_style.css b/site_html/base_style.css
deleted file mode 100644
index 85a21b9..0000000
--- a/site_html/base_style.css
+++ /dev/null
@@ -1,55 +0,0 @@
-body {
- background-image: url("/~desvox/bg.png");
- background-color: #000;
- background-attachment: fixed;
-}
-
-.plate {
- background: rgba(10, 10, 15, 0.70);
- max-width: 1200px;
- border: 5px solid rgba(160, 0, 87, 0.28);
- border-radius: 10px;
- color: #ccc;
- margin: 5%;
- margin-top: 2%;
- padding: 3%;
- font-size: 125%;
-}
-
-a,
-a:visited,
-a:active {
- text-decoration: none;
- color: rgb(60,175,236);
-}
-
-a:hover {
- text-decoration: none;
- color: rgb(217,11,100);
-}
-
-.headlinks {
- color: #AAA;
- font-size: 225%;
- font-family: 'Share Tech Mono', monospace
-}
-
-h2 {
- font-family: 'Ubuntu Mono', monospace;
- font-weight: normal;
-}
-
-p {
- font-family: 'Ubuntu Mono', monospace;
- margin: 5%;
- /* margin-bottom: 1%; */
- font-size: 125%;
- line-height: 125%;
- text-align: left;
-}
-
-.screenshot {
- border: 2px solid rgba(150, 100, 100, 0.65);
- border-radius: 4px;
- max-width: 75%
-}
diff --git a/site_html/index.html b/site_html/index.html
deleted file mode 100644
index 5f9cd17..0000000
--- a/site_html/index.html
+++ /dev/null
@@ -1,44 +0,0 @@
-<!doctype HTML>
-<html>
- <head>
- <title>BBJ: Bulletin Butter &amp; Jelly</title>
- <link href="https://fonts.googleapis.com/css?family=Share+Tech+Mono|Ubuntu+Mono" rel="stylesheet" />
- <link rel="stylesheet" href="/~desvox/bbj/base_style.css" />
- </head>
- <body>
- <center>
- <br><br>
- <img src="/~desvox/bbj/title.png" />
- <br>
- <span class="headlinks">
- A Bulletin Board for Small Communities
- <br>
- [<a href="https://github.com/desvox/bbj">GitHub</a>
- &amp;
- <a href="/~desvox/bbj/api/index.html">API Documentation</a>]
- </span>
- <div class="plate">
- <h2>BBJ is trivial collection of python scripts and database queries that miraculously
- shit out a fully functional client-server textboard.
- </h2>
- <p>
- BBJ is heavily inspired by image boards like 4chan, but it offers a simple
- account system to allow users to identify themselves and set profile
- attributes like a more traditional forum. Registration is optional and there
- are only minimal restrictions on anonymous participation.
- </p>
- <img class="screenshot" src="/~desvox/bbj/screenshot.png">
- <p>
- Being a command-line-oriented text board, BBJ has no avatars or file sharing
- capabilties, so its easier to administrate and can't be used to distribute illegal
- content like imageboards. It has very few dependancies and is easy to set up.
- </p>
- <p>
- The API is simple and doesn't use require complex authorization schemes or session management.
- </p>
-
- </div>
- </center>
-
- </body>
-</html>
diff --git a/site_html/screenshot.png b/site_html/screenshot.png
deleted file mode 100644
index dd61722..0000000
--- a/site_html/screenshot.png
+++ /dev/null
Binary files differ
diff --git a/site_html/title.png b/site_html/title.png
deleted file mode 100644
index ea600f4..0000000
--- a/site_html/title.png
+++ /dev/null
Binary files differ
Un proyecto texto-plano.xyz