now initial commit for real
This commit is contained in:
parent
511248f85b
commit
71b8a73445
3 changed files with 123 additions and 0 deletions
30
font.css
Normal file
30
font.css
Normal file
|
@ -0,0 +1,30 @@
|
|||
@font-face{
|
||||
font-family: 'JetBrains Mono';
|
||||
src: url('eot/JetBrainsMono-Regular.eot') format('embedded-opentype'),
|
||||
url('woff2/JetBrainsMono-Regular.woff2') format('woff2'),
|
||||
url('woff/JetBrainsMono-Regular.woff') format('woff'),
|
||||
url('ttf/JetBrainsMono-Regular.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family: 'JetBrains Mono Italic';
|
||||
src: url('eot/JetBrainsMono-Italic.eot') format('embedded-opentype'),
|
||||
url('woff2/JetBrainsMono-Italic.woff2') format('woff2'),
|
||||
url('woff/JetBrainsMono-Italic.woff') format('woff'),
|
||||
url('ttf/JetBrainsMono-Italic.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family: 'JetBrains Mono Bold';
|
||||
src: url('eot/JetBrainsMono-Bold.eot') format('embedded-opentype'),
|
||||
url('woff2/JetBrainsMono-Bold.woff2') format('woff2'),
|
||||
url('woff/JetBrainsMono-Bold.woff') format('woff'),
|
||||
url('ttf/JetBrainsMono-Bold.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: bold;
|
||||
}
|
||||
|
90
index.html
Normal file
90
index.html
Normal file
|
@ -0,0 +1,90 @@
|
|||
<!doctype html>
|
||||
<html lang=es>
|
||||
<link href='data:image/x-icon;base64,AAABAAEAEBAAAAEAIABoBAAAFgAAACgAAAAQAAAAIAAAAAEAIAAAAAAAAAQAABILAAASCwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA2Mt5V9jLebrYy3no2Mt5/9jLef/Yy3no2Mt5utjLeVcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAoIwAwKCMAfSgjAIwoIwCMKCMAjCgjAIwoIwCMKCMAjCgjAIwoIwCMKCMAfSgjADAAAAAAAAAAAAAAAADYy3lX2Mt569jLef/Yy3n/2Mt5/9jLef/Yy3n/2Mt5/9jLef/Yy3n/2Mt5/9jLef/Yy3nr2Mt5VwAAAAAAAAAAKCMAfSgjAIwoIwCMKCMAjCgjAIwoIwCMKCMAjCgjAIwoIwCMKCMAjCgjAIwoIwCMKCMAjCgjAH0AAAAAy6yMQNjLeffYy3n/2Mt5/9jLef/Yy3n/2Mt5/9jLef/Yy3n/2Mt5/9jLef/Yy3n/2Mt5/9jLef/Yy3n/2Mt5V7d8qbrAkpz42Mp5/tjLef/Yy3n/2Mt5/9jLef/Yy3n/2Mt5/9jLef/Yy3n/2Mt5/9jLef/Yy3n/2Mt5/8mnj8K3fKnot3yp/8mmj//Yy3n/2Mt5/9jLef/Yy3n/2Mt5/9jLef/Yy3n/2Mt5/9jLef/Yy3n/2Mt5/9C3hf+4fqjot3yp/7d8qf+8iaH/2Mt5/9jLef/Yy3n/2Mt5/9jKev/Yy3n/2Mt5/9jLef/Yy3n/2Mt5/9TCf/+4f6f/t3yp/7d8qf+3fKn/t3yp/9bFff/Yy3n/2Mt5/8qpjv+4fqj/xJuW/9jLef/Yy3n/2Mt5/9jLef/Bk5v/t3yp/7d8qf+3fKnot3yp/7d8qf/Mr4r/2Mt5/9C5hP+3fKn/t3yp/7d8qf/SvIL/2Mt5/9jLef/Ru4P/t3yp/7d8qf+3fKnot3ypurd8qf+3fKn/u4Wk/8imkP+6hKT/t3yp/7d8qf+3fKn/vYug/9bGfP/Yy3n/wpaZ/7d8qf+3fKn/t3ypurd8qVe3fKn/t3yp/7d8qf+3fKn/t3yp/7d8qf+3fKn/t3yp/7d8qf+7haT/wJCd/7d8qf+3fKn/t3yp/7d8qVcAAAAAt3yp47d8qf+3fKn/t3yp/7d8qf+3fKn/t3yp/7d8qf+3fKn/t3yp/7d8qf+3fKn/t3yp/7d8qeMAAAAAAAAAALd8qVe3fKnrt3yp/7d8qf+3fKn/t3yp/7d8qf+3fKn/t3yp/7d8qf+3fKn/t3yp/7d8qeu3fKlXAAAAAAAAAAAAAAAAt3ypV7d8qeO3fKn/t3yp/7d8qf+3fKn/t3yp/7d8qf+3fKn/t3yp/7d8qeO3fKlXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAt3ypV7d8qbq3fKnot3yp/7d8qf+3fKnot3ypurd8qVcAAAAAAAAAAAAAAAAAAAAA8A8AAMADAACAAQAAgAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAEAAIABAADAAwAA8A8AAA==' rel=icon>
|
||||
<title>This is my circumunal space</title>
|
||||
<meta charset=utf-8>
|
||||
<meta name=viewport content="width=device-width,initial-scale=1.0">
|
||||
<meta name=Description content="What is my name even?">
|
||||
<style>
|
||||
a, a:hover, a:active, a:visited { color: #b5bd68; } body { color: #c5c8c6; font: calc(0.40em + 1vmin) monospace; text-align: center; overflow-y: scroll; background-color: #241e1e; } pre>pre { text-align:left; display:inline-block; } img { max-width:57ch; display:block; height:auto; width:100%; } @media(prefers-color-scheme:dark) { body{ background:#000; color:#fff } a{ color:#6CF; } } /* css from https://liberapay.com/cybertrez/widgets/button.js, see donate.txt */ html > body .liberapay-btn { background-color: #f6c915; border-radius: 4px; color: #1a171b; display: inline-block; font-family: Helvetica Neue,Helvetica,sans-serif; font-size: 14px; font-weight: 700; line-height: 22px; padding: 5px 7px 3px; position: relative; text-decoration: none; } html > body .liberapay-btn:hover { background-color: #fbce1a; } .liberapay-btn > svg { position: absolute; left: 7px; top: 7px; } .liberapay-btn > span { margin-left: 19px; } .btcpay-form { flex-direction: row; } .btcpay-form--block { flex-direction: column; } .btcpay-form .submit { margin-left: 15px; padding: 4px 10px; font-size: 17px; font-weight: bold; font: calc(0.40em + 1vmin) monospace; -moz-appearance: none; -webkit-appearance: none; appearance: none; background: transparent; border-radius: 3px; border:1px solid transparent; color: #c5c8c6; } .btcpay-form--block select { margin-bottom: 10px; } .btcpay-form .btcpay-custom-container{ display: inline-flex; align-items: center; justify-content: center; flex-direction: row; } .btcpay-custom { display: flex; align-items: center; justify-content: center; } .btcpay-form select { -moz-appearance: none; -webkit-appearance: none; appearance: none; background: transparent; border:1px solid transparent; display: block; border-radius: 3px; border-left: 0; padding: 1px; margin-left: 2px; margin-right: auto; font-size: 19px; cursor: pointer; font: calc(0.40em + 1vmin) monospace; color: #c5c8c6; }
|
||||
</style>
|
||||
<pre>
|
||||
|
||||
<a href=/><b>Kali</b></a> <a href=/culture>Culture? Maybe stays</a> <a href=/blog>Blog</a> <a href=https://portal.novoa.nagoya>Portal de servicios de Novoa</a> <a href=/mumble>Mumble</a>
|
||||
|
||||
<a href="https://capsul.org">Capsul -></a> <a href="https://nullhex.com">Nullhex -></a> <a href="https://git.">Git -></a> <a href="https://wiki.">Wiki -></a> <a href="https://stream.">Stream -></a>
|
||||
|
||||
<pre>
|
||||
|
||||
_..--------.._
|
||||
,-'' `-.
|
||||
,' `.
|
||||
, \
|
||||
/ \
|
||||
/ '. \
|
||||
' / || ;
|
||||
; n /| |/ | |
|
||||
| / v /\/`-'vv\'.|\ ,
|
||||
: /v`,--- ----.^. ;
|
||||
' | / .`, , .`\| ;
|
||||
| n| '.__/ \ ___/|\ ;
|
||||
` | ` | \/|
|
||||
\ \ \ | /\/
|
||||
'; `-\ `' /|/ |'
|
||||
` \ - /| |
|
||||
` `. .' | |
|
||||
v,_ `;._ _.-; | /
|
||||
`'`\|-_`'-''__/^'^' | |
|
||||
\-v-/ | |
|
||||
cL0s3 th3 w0rld | /
|
||||
0p3n th3 n3xt ||
|
||||
||
|
||||
|,
|
||||
|
||||
|
||||
╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
|
||||
│ The "<_pre>" HTML element represents preformatted text which is to be presented exactly as written │
|
||||
│ in the HTML file. The text is typically rendered using a non-proportional, or monospaced, font. │
|
||||
│ Whitespace inside this element is displayed as written. │
|
||||
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
|
||||
|
||||
WHAT DO?
|
||||
--------
|
||||
~ we hack
|
||||
endlessly and mercilessly on anything
|
||||
and everything. that router? hacked it.
|
||||
how about that scooter? yep, hacked. old
|
||||
sock? definitely hacked. bicycles? art?
|
||||
music? hair? masks? we have no limits.
|
||||
|
||||
~ we provide services
|
||||
email, matrix, tor, vms, and moar?!
|
||||
if you have a want, talk to us!
|
||||
we are very helpful.
|
||||
|
||||
~ we care about
|
||||
simplicity, privacy, accessibility,
|
||||
kindness, hacking, people, openness,
|
||||
honesty, transparency,
|
||||
and a lot more
|
||||
|
||||
~ we move
|
||||
against the grain of big business tech
|
||||
against the leeches who stole all of the magic
|
||||
against those who care for profit more than people
|
||||
|
||||
~ help us close the old world and open the next
|
||||
|
||||
|
||||
(c) Attribution-ShareAlike 4.0 International
|
||||
Cyberia Computer Club 2020-∞ -- Sort of imported/inspired from there, only the boilerplate.
|
||||
|
||||
</pre></pre>
|
||||
|
||||
<body>
|
||||
╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
|
||||
│ The "<_pre>" HTML element represents preformatted text which is to be presented exactly as written │
|
||||
│ in the HTML file. The text is typically rendered using a non-proportional, or monospaced, font. │
|
||||
│ Whitespace inside this element is displayed as written. │
|
||||
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
|
||||
</body>
|
3
init.sh
Normal file
3
init.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
git config user.email "varun@fedora.email"
|
||||
git config user.name "ren"
|
Loading…
Reference in a new issue