Inital commit

Just starting with some base files.
This commit is contained in:
Dr-WaSaBi 2021-02-04 09:37:15 -05:00
commit 95b2cdca40
3 changed files with 48 additions and 0 deletions

2
gruvbox.min.css vendored Normal file
View File

@ -0,0 +1,2 @@
main{-webkit-font-feature-settings:"liga" on,"calt" on;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-family:'JetBrains Mono',monospace;max-width:38rem;padding:2rem;margin:auto}@media only screen and (max-device-width:736px){main{padding:0}}::selection{background:#d3869b}body{background:#282828;color:#ebdbb2}pre{background-color:#3c3836;padding:1em;border:0}a,a:active,a:visited{color:#b16286;background-color:#1d2021}h1,h2,h3,h4,h5{margin-bottom:.1rem}blockquote{border-left:1px solid #bdae93;margin:.5em 10px;padding:.5em 10px}footer{align:center}

24
index.html Normal file
View File

@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head>
<title>gtlug</title>
<link rel="stylesheet" href="gruvbox.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body id="top">
<main>
<h1>Grand Travese Linux Users Group</h1>
<p>We've been around a while, and are still going.</p>
<p>If you're on irc, stop by <code>#gtlug</code> on slashnet.org</p>
<p><a href="https://jitsi.tildeverse.org/gtlug">our jitsi room</a> for virtural meetings.</p>
<footer>
<hr>
<p>I am footer</p>
</footer>
</main>
</body>
</html>

22
jitsi.html Normal file
View File

@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
<head>
<title>gtlug</title>
<link rel="stylesheet" href="gruvbox.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body id="top">
<main>
<h1>gtlug</h1>
<p>let's plan a virtual meeting</p>
<p>stop by <code>#gtlug</code> on slashnet</p>
<p><a href="https://jitsi.tildeverse.org/gtlug">our jitsi room</a></p>
<footer>
<p>hello there</p>
</footer>
</main>
</body>
</html>