kisscommunity

kisscommunity.bvnf.space site sources
Log | Files | Refs | Submodules | README

commit 47a915778d71508bbec4f86487558670cd400324
parent 3f36b372de34903be9b7ff98b651aa9e45d3bc53
Author: GitHub Actions Bot <>
Date:   Tue, 24 Aug 2021 00:52:20 +0000

preview for cssless

Diffstat:
Apreview/cssless.html | 79+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 79 insertions(+), 0 deletions(-)

diff --git a/preview/cssless.html b/preview/cssless.html @@ -0,0 +1,79 @@ +<!DOCTYPE html> +<html> + <head> + <title>KISS - Community</title> + <meta charset="utf-8"> + <meta name="description" content="KISS Linux Community"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <style> + html { + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif; } + + body { + max-width: 38em; + margin: auto; + color: #4a4a4a; + background-color: #f9f9f9; } + + + blockquote { + margin: 0 0 1rem 0; + padding: 0.5rem; + border-left: 0.25rem solid gray; } + + a { + text-decoration: none; + color: #1d7484; } + a:hover { + color: #982c61; + border-bottom: 2px solid #4a4a4a; } + a:visited { + color: #144f5a; } + + @media (max-width: 684px) { + body { + font-size: 1.53rem; } } + + @media (max-width: 382px) { + body { + font-size: 1.35rem; } } + + @media (prefers-color-scheme: dark) { + body { + background-color: #222222; + color: #c9c9c9; } } + </style> + </head> + + <body> + <header> + <h1>KISS Linux Community</h1> + <blockquote>when dylan says "no", we say "maybe"</blockquote> + </header> + + <main> + <h2>Connect</h2> + <ul> + <li>Chat over <a href=ircs://irc.libera.chat:6697/kisslinux>IRC</a> + <li>Chat <a href=https://web.libera.chat/#kisslinux>on the web</a> + <li>Browse <a href=https://libera.irclog.whitequark.org/kisslinux>the latest chat logs</a> + </ul> + + <h2>Discover</h2> + <ul> + <li>Search through <a href=https://jedahan.com/kiss-find>all community packages</a> + <li>Discover more <a href=https://github.com/kiss-community/awesome-kiss>awesome kiss projects</a> + <li>Visit our <a href=https://github.com/kiss-community>community github</a> + </ul> + + <h2>Learn</h2> + <ul> + <li>Read <a href=https://kisslinux.org>the official documentation</a> + </ul> + </main> + + <footer> + Improve this site on <a href=https://github.com/kiss-community/kisscommunity.org>our website repo</a> + </footer> + </body> +</html>