diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2025-12-01 00:45:09 +0000 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2025-12-01 00:45:09 +0000 |
| commit | cbc17db44c18a19702938b3fe70ea3de81d326ea (patch) | |
| tree | c44ef96fc9e66ecb013e99b5d8e2dc8ce333ffc9 /projects/bbg/public | |
| parent | 3ea515a495e54d63f4d16c1448eb09eba527e976 (diff) | |
| download | zue.dev-cbc17db44c18a19702938b3fe70ea3de81d326ea.tar zue.dev-cbc17db44c18a19702938b3fe70ea3de81d326ea.tar.gz zue.dev-cbc17db44c18a19702938b3fe70ea3de81d326ea.tar.bz2 zue.dev-cbc17db44c18a19702938b3fe70ea3de81d326ea.tar.xz zue.dev-cbc17db44c18a19702938b3fe70ea3de81d326ea.zip | |
make it work
Diffstat (limited to 'projects/bbg/public')
| -rw-r--r-- | projects/bbg/public/_redirects | 1 | ||||
| -rw-r--r-- | projects/bbg/public/bbg-logo.png | bin | 49471 -> 0 bytes | |||
| -rw-r--r-- | projects/bbg/public/bbg-logo_padded.png | bin | 54017 -> 0 bytes | |||
| -rw-r--r-- | projects/bbg/public/index.html | 92 |
4 files changed, 0 insertions, 93 deletions
diff --git a/projects/bbg/public/_redirects b/projects/bbg/public/_redirects deleted file mode 100644 index c592b13..0000000 --- a/projects/bbg/public/_redirects +++ /dev/null @@ -1 +0,0 @@ -/discord https://discord.gg/dT6cbHqXdx
\ No newline at end of file diff --git a/projects/bbg/public/bbg-logo.png b/projects/bbg/public/bbg-logo.png Binary files differdeleted file mode 100644 index 9b771cc..0000000 --- a/projects/bbg/public/bbg-logo.png +++ /dev/null diff --git a/projects/bbg/public/bbg-logo_padded.png b/projects/bbg/public/bbg-logo_padded.png Binary files differdeleted file mode 100644 index 32a2d1d..0000000 --- a/projects/bbg/public/bbg-logo_padded.png +++ /dev/null diff --git a/projects/bbg/public/index.html b/projects/bbg/public/index.html deleted file mode 100644 index 393e14b..0000000 --- a/projects/bbg/public/index.html +++ /dev/null @@ -1,92 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <link rel="icon" href="./bbg-logo.png" type="image/png" /> - <title>Blue Bean Games</title> - <meta - name="description" - content="Blue Bean Games is a newly-formed game studio that believes in the power of open-source software. All of our work is completely dedicated to the public domain from company literature to video games." - /> - <style> - @import url("https://fonts.googleapis.com/css2?family=Itim&display=swap"); - - html { - background-color: #006eff; - color: white; - } - - html::-webkit-scrollbar { - display: none; - } - - .itim-regular { - font-family: "Itim", cursive; - font-weight: 400; - font-style: normal; - } - - body { - margin: 0; - padding: 0; - - display: flex; - justify-content: center; - flex-direction: column; - height: 100vh; - - font-family: monospace; - - max-width: 720px; - width: 100%; - margin: auto; - - opacity: 0; - animation: fadeIn 1s ease-in-out forwards; - } - - @keyframes fadeIn { - 0% { - opacity: 0; - } - 100% { - opacity: 1; - } - } - - p { - font-size: 2rem; - text-align: justify; - padding: 1rem; - } - - span { - text-align: right; - padding: 1rem; - opacity: 0.5; - } - - a { - color: white; - text-decoration: dotted underline; - } - - a:hover { - color: gold; - text-decoration: none; - } - </style> - </head> - <body class="itim-regular"> - <p> - Blue Bean Games is a newly-formed game studio that believes in the power - of open-source software. All of our work is completely dedicated to the - public domain from company literature to video games. - </p> - <span> - "Blue Bean Games" is made with ❤️ by - <a href="https://zue.dev" target="_blank">zue.dev</a> - </span> - </body> -</html> |
