Compare commits
3 commits
88f6485e3b
...
4832be86f6
Author | SHA1 | Date | |
---|---|---|---|
gil | 4832be86f6 | ||
gil | 8432238132 | ||
gil | d1f38946e4 |
|
@ -9,10 +9,10 @@
|
|||
<link rel="stylesheet" href="/css/landing.css">
|
||||
</head>
|
||||
<body>
|
||||
<main><article>{{ content | safe }}</article><a href="{{ entry }}" class="entry-button">Enter</a></main>
|
||||
<aside>
|
||||
<img src="../img/landing-sigil.png" alt="A sigil-esque drawing" title="A sigil-esque drawing">
|
||||
<div class="spacer"></div>
|
||||
<h1>gils.nexus</h1>
|
||||
</aside>
|
||||
<main><article>{{ content | safe }}</article><a href="{{ entry }}" class="entry-button">Enter</a></main>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -102,12 +102,16 @@ body {
|
|||
|
||||
main {
|
||||
width: 100%;
|
||||
max-width: 500px;
|
||||
gap: 10px;
|
||||
color: white;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
@media screen and (min-width: 768px) {
|
||||
main {
|
||||
max-width: 500px;
|
||||
}
|
||||
}
|
||||
main article {
|
||||
background: rgb(28, 27, 26);
|
||||
padding: 10px;
|
||||
|
@ -143,16 +147,17 @@ main article ul {
|
|||
}
|
||||
}
|
||||
main a {
|
||||
color: rgb(102, 128, 11);
|
||||
text-decoration: underline rgb(102, 128, 11) 2px;
|
||||
color: #9ec611;
|
||||
text-decoration: underline #9ec611 2px;
|
||||
}
|
||||
main a:hover {
|
||||
color: rgb(135, 154, 57);
|
||||
color: #beec1f;
|
||||
}
|
||||
|
||||
aside {
|
||||
margin-top: 20px;
|
||||
width: 256px;
|
||||
text-align: center;
|
||||
}
|
||||
@media screen and (min-width: 768px) {
|
||||
aside {
|
||||
|
@ -160,20 +165,37 @@ aside {
|
|||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
aside h1 {
|
||||
color: white;
|
||||
font-weight: semibold;
|
||||
font-size: 2em;
|
||||
}
|
||||
aside img {
|
||||
width: 100%;
|
||||
image-rendering: pixelated;
|
||||
max-width: 256px;
|
||||
}
|
||||
|
||||
.spacer {
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.entry-button {
|
||||
font-size: 1.5em;
|
||||
margin: auto;
|
||||
margin-bottom: 10px;
|
||||
image-rendering: pixelated;
|
||||
font-size: 1.5em;
|
||||
font-weight: bold;
|
||||
}
|
||||
.entry-button:hover {
|
||||
font-style: italic;
|
||||
}
|
||||
.entry-button::after {
|
||||
content: " >>";
|
||||
color: #525252;
|
||||
font-style: normal;
|
||||
text-decoration: underline #141013 2px;
|
||||
}
|
||||
@media screen and (min-width: 768px) {
|
||||
.entry-button {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.entry-button:hover {
|
||||
|
|
|
@ -1 +1 @@
|
|||
{"version":3,"sourceRoot":"","sources":["../scss/_colors.scss","../scss/_fonts.scss","../scss/landing.scss","../scss/_mixins.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;;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;AAYA;;AAAA;AAAA;;AAAA;AAUA;EAEI;EACA;EAEF;;;AAGF;EACE;EACA;EACA;EACA,KA5BO;EA6BP;;AC3BA;EDsBF;IAQI;IACA;IACA;;;;AAIJ;EACE;EACA,WAtCU;EAuCV,KAzCO;EA0CP;EACA;EACA;;AAEA;EACE;EACA,SAhDK;EAiDL;EACA;;AAEA;EACE;;AAGF;EACE;;AACA;EACE;;AAIJ;EACE;;AAGF;EACE;;AAGF;AAAA;EAEE;EACA;EACA;;ACzEJ;ED4CA;IAiCI;IACA;IACA;;;AAIJ;EACE;EACA;;AAEA;EACE;;;AAKN;EACE;EACA;;AC/FA;ED6FF;IAKI;IACA;;;AAGF;EACE;EACA;EACA;;;AAIJ;EACE;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE","file":"landing.css"}
|
||||
{"version":3,"sourceRoot":"","sources":["../scss/_colors.scss","../scss/_fonts.scss","../scss/landing.scss","../scss/_mixins.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;;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;AAYA;;AAAA;AAAA;;AAAA;AAUA;EAEI;EACA;EAEF;;;AAGF;EACE;EACA;EACA;EACA,KA5BO;EA6BP;;AC3BA;EDsBF;IAQI;IACA;IACA;;;;AAIJ;EACE;EACA,KAxCO;EAyCP;EACA;EACA;;ACzCA;EDoCF;IAQI,WA5CQ;;;AA+CV;EACE;EACA,SAnDK;EAoDL;EACA;;AAEA;EACE;;AAGF;EACE;;AACA;EACE;;AAIJ;EACE;;AAGF;EACE;;AAGF;AAAA;EAEE;EACA;EACA;;AC5EJ;ED+CA;IAiCI;IACA;IACA;;;AAIJ;EACE;EACA;;AAEA;EACE;;;AAKN;EACE;EACA;EACA;;ACnGA;EDgGF;IAMI;IACA;;;AAGF;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;;;AAMJ;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;;AAEF;EACE;EACA;EACA;EACA;;ACtIF;EDyHF;IAiBI;;;;AAIJ;EACE","file":"landing.css"}
|
|
@ -12,7 +12,7 @@ This landing page hosts links for where I can be found online. Use the button at
|
|||
|
||||
## Links
|
||||
|
||||
- Microblog: [hol.ogra.ph/@gil](https://hol.ogra.ph/@gil)
|
||||
- Microblog: <a href="https://hol.ogra.ph/@gil" rel="me">@gil@hol.ogra.ph</a>
|
||||
- Code: [ide.ogra.ph/gil](https://ide.ogra.ph/gil)
|
||||
- Matrix: [@kalanggam:matrix.org](https://matrix.to/#/@kalanggam:matrix.org)
|
||||
- Photos: [pixelfed.social/kalanggam](https://pixelfed.social/kalanggam)
|
||||
|
|
|
@ -22,8 +22,8 @@ COLORS
|
|||
|
||||
*/
|
||||
$fg: white;
|
||||
$link-color: colors.$green-600;
|
||||
$link-color-hover: colors.$green-400;
|
||||
$link-color: lighten(colors.$green-600, 15%);
|
||||
$link-color-hover: lighten(colors.$green-600, 25%);
|
||||
|
||||
:root {
|
||||
font: {
|
||||
|
@ -49,12 +49,15 @@ body {
|
|||
|
||||
main {
|
||||
width: 100%;
|
||||
max-width: $max-width;
|
||||
gap: $gutter;
|
||||
color: #{$fg};
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
@include breakpoint("md") {
|
||||
max-width: $max-width;
|
||||
}
|
||||
|
||||
article {
|
||||
background: #{colors.$base-950};
|
||||
padding: $gutter;
|
||||
|
@ -107,12 +110,19 @@ main {
|
|||
aside {
|
||||
margin-top: #{$gutter * 2};
|
||||
width: #{$avatar-width};
|
||||
text-align: center;
|
||||
|
||||
@include breakpoint("md") {
|
||||
margin-top: 0;
|
||||
margin-left: #{$gutter};
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: white;
|
||||
font-weight: semibold;
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
image-rendering: pixelated;
|
||||
|
@ -120,14 +130,27 @@ aside {
|
|||
}
|
||||
}
|
||||
|
||||
.spacer {
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
|
||||
.entry-button {
|
||||
font-size: 1.5em;
|
||||
margin: auto;
|
||||
margin-bottom: #{$gutter};
|
||||
image-rendering: pixelated;
|
||||
font-size: 1.5em;
|
||||
font-weight: bold;
|
||||
&:hover {
|
||||
font-style: italic;
|
||||
}
|
||||
&::after {
|
||||
content: " >>";
|
||||
color: #525252;
|
||||
font-style: normal;
|
||||
text-decoration: underline #{colors.$bg} 2px;
|
||||
}
|
||||
|
||||
@include breakpoint("md") {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.entry-button:hover {
|
||||
|
|
Loading…
Reference in a new issue