Compare commits
3 commits
67246cc3ce
...
03672e452b
Author | SHA1 | Date | |
---|---|---|---|
gil | 03672e452b | ||
gil | 29ea00acb2 | ||
gil | 4281620c08 |
|
@ -12,9 +12,9 @@
|
|||
<nav><a href="{{ entry }}" class="enter-link">Enter</a></nav>
|
||||
<main>
|
||||
<article>{{ content | safe }}</article>
|
||||
</main>
|
||||
<aside>
|
||||
<img src="/img/landing.png" alt="A sigil-esque drawing" title="A sigil-esque drawing">
|
||||
</aside>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -79,98 +79,62 @@ VARIABLES
|
|||
===============================================================================
|
||||
|
||||
*/
|
||||
* {
|
||||
line-height: 1.7;
|
||||
}
|
||||
|
||||
html {
|
||||
font-size: 14pt;
|
||||
font-size: 12pt;
|
||||
font-family: "Linux Libertine", "Times New Roman", Times, serif;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 5px;
|
||||
margin: auto;
|
||||
padding: 1em 0;
|
||||
background-color: #141013;
|
||||
display: grid;
|
||||
padding: 2em;
|
||||
}
|
||||
@media screen and (min-width: 768px) {
|
||||
body {
|
||||
width: 750px;
|
||||
grid-template-columns: 2fr 3fr 2fr;
|
||||
gap: 1em;
|
||||
height: 100%;
|
||||
padding: 2em 0;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 992px) {
|
||||
body {
|
||||
height: 100vh;
|
||||
width: 1006px;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
color: #9ec611;
|
||||
text-decoration: underline #9ec611 2px;
|
||||
}
|
||||
a:hover {
|
||||
color: #beec1f;
|
||||
}
|
||||
|
||||
nav {
|
||||
align-self: flex-end;
|
||||
margin-right: 1em;
|
||||
text-align: right;
|
||||
grid-row: 1;
|
||||
grid-column: 1;
|
||||
justify-self: right;
|
||||
align-self: end;
|
||||
font-size: 1.5em;
|
||||
font-weight: bold;
|
||||
}
|
||||
@media screen and (min-width: 768px) {
|
||||
nav {
|
||||
margin: 0;
|
||||
grid-column: 2;
|
||||
}
|
||||
}
|
||||
nav .enter-link {
|
||||
font-size: 1.5em;
|
||||
font-weight: bold;
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
nav .enter-link:hover {
|
||||
nav a:hover {
|
||||
font-style: italic;
|
||||
}
|
||||
nav .enter-link::after {
|
||||
nav a::after {
|
||||
content: " >>";
|
||||
font-style: normal;
|
||||
text-decoration: underline #141013 2px;
|
||||
color: #525252;
|
||||
}
|
||||
|
||||
main {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 2em;
|
||||
margin: 1em 0;
|
||||
color: rgb(255, 252, 240);
|
||||
}
|
||||
@media screen and (min-width: 992px) {
|
||||
@media screen and (min-width: 768px) {
|
||||
main {
|
||||
flex-direction: row-reverse;
|
||||
align-items: flex-start;
|
||||
max-height: 500px;
|
||||
grid-row: 2;
|
||||
grid-column: 2;
|
||||
justify-self: center;
|
||||
}
|
||||
}
|
||||
main article {
|
||||
background: rgb(28, 27, 26);
|
||||
border-top: solid rgb(40, 39, 38);
|
||||
border-bottom: solid rgb(40, 39, 38);
|
||||
font-size: 1rem;
|
||||
word-wrap: break-word;
|
||||
line-height: 1.5;
|
||||
padding: 0 1.5em;
|
||||
}
|
||||
@media screen and (min-width: 768px) {
|
||||
main article {
|
||||
border: solid rgb(40, 39, 38);
|
||||
max-height: 500px;
|
||||
overflow: scroll;
|
||||
max-width: 750px;
|
||||
}
|
||||
padding: 0;
|
||||
font-size: 1rem;
|
||||
}
|
||||
main article p,
|
||||
main article blockquote,
|
||||
|
@ -244,10 +208,22 @@ main article a {
|
|||
main article a:hover {
|
||||
color: #beec1f;
|
||||
}
|
||||
main aside img {
|
||||
width: 100%;
|
||||
main article h1 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
aside {
|
||||
grid-row: 1;
|
||||
grid-column: 1;
|
||||
max-width: 192px;
|
||||
}
|
||||
@media screen and (min-width: 768px) {
|
||||
aside {
|
||||
grid-column: 2;
|
||||
}
|
||||
}
|
||||
aside img {
|
||||
image-rendering: pixelated;
|
||||
max-width: 256px;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=landing.css.map */
|
||||
|
|
|
@ -1 +1 @@
|
|||
{"version":3,"sourceRoot":"","sources":["../scss/_colors.scss","../scss/_fonts.scss","../scss/landing.scss","../scss/_mixins.scss"],"names":[],"mappings":"AACA;;AAAA;AAAA;;AAAA;AAOA;AAAA;AAAA;;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACRA;;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;;AAAA;AAaA;EACE;EACA;EACA;;AAIF;EACE;EACA;EACA;EACA;;AAIF;EACE;EACA;EACA;EACA;;AAIF;EACE;EACA;EACA;;AAIF;EACE;EACA;EACA;EACA;;AAKF;EACE;EACA;EACA;EACA;;ACnDF;;AAAA;AAAA;;AAAA;AAWA;EAEI;EACA;EAEF;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AChBA;EDQF;IAWI,OAvBQ;;;ACIV;EDQF;IAeI;IACA;;;;AAIJ;EACE;EACA;;AACA;EACE;;;AAIJ;EACE;EACA;EACA;;ACvCA;EDoCF;IAMI;;;AAGF;EACE;EACA;EACA;;AAEA;EACE;;AAGF;EACE;EACA;EACA;EACA;;;AAKN;EACE;EACA;EACA;EACA;EACA;EACA;;ACrEA;ED+DF;IASI;IACA;IACA,YA7ES;;;AAgFX;EACE;EACA;EACA;EACA;EC3EH;EACA;EACA;;AARC;ED6EA;IAOI;IACA,YAxFO;IAyFP;IACA,WA3FM;;;ACcV;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAOE;;AAGF;AAAA;EAEE;EACA;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;EAME;;AAGF;AAAA;AAAA;EAGE;;AAGF;EACE;;AAGF;AAAA;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;;AAEA;EACE;;ADCF;EACE;EACA;EACA","file":"landing.css"}
|
||||
{"version":3,"sourceRoot":"","sources":["../scss/_colors.scss","../scss/_fonts.scss","../scss/landing.scss","../scss/_mixins.scss"],"names":[],"mappings":"AACA;;AAAA;AAAA;;AAAA;AAOA;AAAA;AAAA;;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACRA;;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;;AAAA;AAaA;EACE;EACA;EACA;;AAIF;EACE;EACA;EACA;EACA;;AAIF;EACE;EACA;EACA;EACA;;AAIF;EACE;EACA;EACA;;AAIF;EACE;EACA;EACA;EACA;;AAKF;EACE;EACA;EACA;EACA;;ACnDF;;AAAA;AAAA;;AAAA;AAQA;EACE;;;AAGF;EAEI;EACA;;;AAIJ;EACE;EACA;;ACVA;EDQF;IAII;IACA,KAlBK;IAmBL;IACA;;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;;ACzBA;EDmBF;IAQI;;;AAIA;EACE;;AAGF;EACE;EACA;;;ACrCJ;ED0CF;IAEI;IACA;IACA;;;AAGF;EC3CD;EACA;EACA;ED2CG;EACA;;AC1CF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAOE;;AAGF;AAAA;EAEE;EACA;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;EAME;;AAGF;AAAA;AAAA;EAGE;;AAGF;EACE;;AAGF;AAAA;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;;AAEA;EACE;;ADvCF;EACE;;;AAKN;EACE;EACA;EACA;;AC/DA;ED4DF;IAKI;;;AAGF;EACE","file":"landing.css"}
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
title: Extra
|
||||
layout: layouts/page.njk
|
||||
date: Last Modified
|
||||
eleventyNavigation:
|
||||
key: Extra
|
||||
|
|
|
@ -11,7 +11,7 @@ eleventyNavigation:
|
|||
|
||||
Hey. I'm Gil ([he/they](https://en.pronouns.page/@kalanggam)). I'm a software developer, game developer, and writer based in Texas. I'm one of the sysadmins for the [ogra.ph collective](https://ogra.ph/), an online collective of folk building an inclusive community centered around digital rights and liberation.
|
||||
|
||||
This landing page hosts links for where I can be found online. Use the button at the bottom to view my full website.
|
||||
This landing page hosts links for where I can be found online. Use the button at the top to view my full website.
|
||||
|
||||
## Links
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
title: Ograph Collective
|
||||
layout: layouts/page.njk
|
||||
date: Last Modified
|
||||
eleventyNavigation:
|
||||
key: Ograph
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
title: Poetry
|
||||
layout: layouts/page.njk
|
||||
permalink: /poetry/
|
||||
override:tags: []
|
||||
eleventyNavigation:
|
||||
|
|
|
@ -9,61 +9,42 @@ VARIABLES
|
|||
===============================================================================
|
||||
|
||||
*/
|
||||
$gutter: 10px;
|
||||
$max-width: 750px;
|
||||
$max-height: 500px;
|
||||
$avatar-width: 256px;
|
||||
$gutter: 1em;
|
||||
|
||||
* {
|
||||
line-height: 1.7;
|
||||
}
|
||||
|
||||
html {
|
||||
font: {
|
||||
size: 14pt;
|
||||
size: 12pt;
|
||||
family: "Linux Libertine", "Times New Roman", Times, serif;
|
||||
}
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 5px;
|
||||
margin: auto;
|
||||
padding: 1em 0;
|
||||
background-color: #{colors.$background};
|
||||
|
||||
display: grid;
|
||||
padding: $gutter * 2;
|
||||
@include breakpoint("md") {
|
||||
width: $max-width;
|
||||
}
|
||||
|
||||
@include breakpoint("lg") {
|
||||
height: 100vh;
|
||||
width: $max-width + $avatar-width;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
color: #{colors.$link};
|
||||
text-decoration: underline #{colors.$link} 2px;
|
||||
&:hover {
|
||||
color: #{colors.$link-hover};
|
||||
grid-template-columns: 2fr 3fr 2fr;
|
||||
gap: $gutter;
|
||||
height: 100%;
|
||||
padding: ($gutter * 2) 0;
|
||||
}
|
||||
}
|
||||
|
||||
nav {
|
||||
align-self: flex-end;
|
||||
margin-right: 1em;
|
||||
text-align: right;
|
||||
|
||||
@include breakpoint("md") {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.enter-link {
|
||||
grid-row: 1;
|
||||
grid-column: 1;
|
||||
justify-self: right;
|
||||
align-self: end;
|
||||
font-size: 1.5em;
|
||||
font-weight: bold;
|
||||
image-rendering: pixelated;
|
||||
@include breakpoint("md") {
|
||||
grid-column: 2;
|
||||
}
|
||||
|
||||
a {
|
||||
&:hover {
|
||||
font-style: italic;
|
||||
}
|
||||
|
@ -71,47 +52,37 @@ nav {
|
|||
&::after {
|
||||
content: " >>";
|
||||
font-style: normal;
|
||||
text-decoration: underline #{colors.$background} 2px;
|
||||
color: #{colors.$muted};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
main {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 2em;
|
||||
margin: 1em 0;
|
||||
color: #{colors.$text};
|
||||
|
||||
@include breakpoint("lg") {
|
||||
flex-direction: row-reverse;
|
||||
align-items: flex-start;
|
||||
max-height: $max-height;
|
||||
@include breakpoint("md") {
|
||||
grid-row: 2;
|
||||
grid-column: 2;
|
||||
justify-self: center;
|
||||
}
|
||||
|
||||
article {
|
||||
background: #{colors.$base-950};
|
||||
border-top: solid #{colors.$base-900};
|
||||
border-bottom: solid #{colors.$base-900};
|
||||
@include markup;
|
||||
padding: 0;
|
||||
font-size: 1rem;
|
||||
|
||||
@include breakpoint("md") {
|
||||
border: solid #{colors.$base-900};
|
||||
max-height: $max-height;
|
||||
overflow: scroll;
|
||||
max-width: $max-width;
|
||||
}
|
||||
|
||||
@include markup;
|
||||
}
|
||||
|
||||
aside {
|
||||
img {
|
||||
width: 100%;
|
||||
image-rendering: pixelated;
|
||||
max-width: #{$avatar-width};
|
||||
h1 {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
aside {
|
||||
grid-row: 1;
|
||||
grid-column: 1;
|
||||
max-width: 192px;
|
||||
@include breakpoint("md") {
|
||||
grid-column: 2;
|
||||
}
|
||||
|
||||
img {
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"layout": "layouts/page.njk"
|
||||
"layout": "layouts/default.njk"
|
||||
}
|
Loading…
Reference in a new issue