diff --git a/src/css/global.css b/src/css/global.css index 72142d4..c4cf743 100644 --- a/src/css/global.css +++ b/src/css/global.css @@ -49,11 +49,11 @@ body { } h1 { - font-size: 4rem; + font-size: 3rem; } h2 { - font-size: 2rem; + font-size: 2.5rem; } main, article { @@ -88,4 +88,13 @@ a.logo, a.logo:hover, a.logo:active { display: inline-flex; } +p { + line-height: 1.5; + margin-bottom: 1em; +} + +ul, ol { + margin-bottom: 1em; +} + /*# sourceMappingURL=global.css.map */ diff --git a/src/css/global.css.map b/src/css/global.css.map index 4b966db..b6ebaad 100644 --- a/src/css/global.css.map +++ b/src/css/global.css.map @@ -1 +1 @@ -{"version":3,"sourceRoot":"","sources":["_colors.scss","_fonts.scss","global.scss"],"names":[],"mappings":"AAAA;AAAA;AAAA;;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA;AAAA;AAAA;AAAA;AAKA;AAAA;AAAA;AAGA;EACE;EACA;;ACPF;AAAA;AAAA;AAAA;AAWA;EACE,kBFSM;EERN,OARG;EASH;EACA;;;AAGF;EACE,YAVa;;;AAaf;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE,OFDU;EEEV;;;AAGF;EACE,kBAzCS;;;AA4CX;EACE;EACA,OFHY;EEIZ;;;AAGF;EACE","file":"global.css"} \ No newline at end of file +{"version":3,"sourceRoot":"","sources":["_colors.scss","_fonts.scss","global.scss"],"names":[],"mappings":"AAAA;AAAA;AAAA;;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA;AAAA;AAAA;AAAA;AAKA;AAAA;AAAA;AAGA;EACE;EACA;;ACPF;AAAA;AAAA;AAAA;AAWA;EACE,kBFSM;EERN,OARG;EASH;EACA;;;AAGF;EACE,YAVa;;;AAaf;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE,OFDU;EEEV;;;AAGF;EACE,kBAzCS;;;AA4CX;EACE;EACA,OFHY;EEIZ;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE","file":"global.css"} \ No newline at end of file diff --git a/src/css/global.scss b/src/css/global.scss index 1f3eeb3..533d6f9 100644 --- a/src/css/global.scss +++ b/src/css/global.scss @@ -24,11 +24,11 @@ body { } h1 { - font-size: 4rem; + font-size: 3rem; } h2 { - font-size: 2rem; + font-size: 2.5rem; } main, article { @@ -62,3 +62,12 @@ a.logo, a.logo:hover, a.logo:active { .navbar :where(li) { display: inline-flex; } + +p { + line-height: 1.5; + margin-bottom: 1em; +} + +ul, ol { + margin-bottom: 1em; +} diff --git a/src/index.md b/src/index.md index cfe27e1..3202191 100644 --- a/src/index.md +++ b/src/index.md @@ -3,22 +3,28 @@ layout: page.njk date: Last Modified --- -

- +

+

-Hello! My name is Gil and this is my site. My pronouns are he/they. I write and tinker with software/hardware. I don't have much to put here except links (for now). +# About me -## Ogra.ph +Hello! My name is Gil and my pronouns are he/they. I'm a former electrical engineering student, now working on the side as a hobbyist software & game developer. I also write – primarily poems and fiction, with some essays here and there. I used to be a community organizer and student activist, but now I mostly work with the Ogra.ph Collective. You can find links to my social media profiles below. -- [hol.ogra.ph](https://hol.ogra.ph/@gil) — sharkey -- [ide.ogra.ph](https://ide.ogra.ph/gil) — git +## Ogra.ph Collective + +The Ogra.ph Collective aims to build an online community focused on digital liberation, through the use of free, libre, and open-source software. I co-manage the Ogra.ph Collective with [Kersed](https://kersed.net/), and together we operate three projects: a federated microblogging platform, a Git repository service, and a Keyoxide instance; however, we plan to offer other services in the future. + +You can find my Ogra.ph Collective profiles here. + +- Microblog on [hol.ogra.ph](https://hol.ogra.ph/@gil) +- Git projects hosted on [ide.ogra.ph](https://ide.ogra.ph/gil) +- Keyoxide profile on [aut.ogra.ph](https://aut.ogra.ph/aspe:keyoxide.org:7IW4QEA4DIBL3YORQH3HTEGDKM) ## Other links +- [beehaw.org](https://beehaw.org/u/kalanggam) — lemmy - [pixelfed.social](https://pixelfed.social/kalanggam) — pixelfed -- [beehaw](https://beehaw.org/u/kalanggam) — lemmy - [bookwyrm.social](https://bookwyrm.social/user/kalanggam) — bookwyrm -- support me: -Buy Me A Coffee +Buy Me A Coffee \ No newline at end of file