forked from cyberia/website
small changes
This commit is contained in:
parent
fe404f4c05
commit
4c333f969f
4 changed files with 9 additions and 21 deletions
|
@ -6,9 +6,9 @@ currently being rebuilt for accessibility and other reasons.
|
|||
|
||||
|
||||
issues to address:
|
||||
- [`LICENSE`](/LICENSE) is AGPL, but the current site says "Attribution-ShareAlike 4.0 International" (creative commons i assume?). how to reconcile?
|
||||
- [`LICENSE`](/LICENSE) is AGPL, but the current site says "Attribution-ShareAlike 4.0 International" (creative commons i assume?). how to reconcile? code license vs. content license?
|
||||
- the rest of the pages need to be converted to MD (or scrapped if outdated)
|
||||
|
||||
- i (reese) liked the boxes around some sections for emphasis/separation. i was gonna use CSS borders, but marked doesn't like markdown inside HTML so i can't group elements into a `<div/>` easily.
|
||||
|
||||
## setup
|
||||
make sure to fetch dependencies first: `npm install`
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
# Cyberia
|
||||
# Cyberia Computer Club
|
||||
|
||||
A kind and amazing hacker collective centered in Minnesota, with global friends.
|
||||
|
||||
|
||||
<pre aria-label="ASCII art of Iwakura Lain saying 'close the old world, open the next'">
|
||||
_..--------.._
|
||||
,-'' `-.
|
||||
|
|
|
@ -5,8 +5,8 @@ html, body {
|
|||
background-color: #241e1e;
|
||||
}
|
||||
|
||||
nav, footer {
|
||||
margin: 2em 0;
|
||||
nav, main, footer {
|
||||
margin: 2em auto;
|
||||
}
|
||||
nav a {
|
||||
display: inline-block;
|
||||
|
@ -15,7 +15,6 @@ nav a {
|
|||
|
||||
main, footer {
|
||||
max-width: 512px;
|
||||
margin: 0 auto;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
|
@ -53,17 +52,6 @@ img {
|
|||
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 {
|
||||
|
|
|
@ -29,9 +29,7 @@
|
|||
|
||||
<main>%%CONTENT%%</main>
|
||||
|
||||
<footer>
|
||||
(c) Attribution-ShareAlike 4.0 International
|
||||
Cyberia Computer Club 2020-∞
|
||||
</footer>
|
||||
<footer>(c) Attribution-ShareAlike 4.0 International
|
||||
Cyberia Computer Club 2020-∞</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue