deploy: 7ceed97f6e
This commit is contained in:
commit
a4c0fe21c2
12 changed files with 351 additions and 0 deletions
1
.domains
Normal file
1
.domains
Normal file
|
@ -0,0 +1 @@
|
|||
samtherapy.net
|
0
.nojekyll
Normal file
0
.nojekyll
Normal file
7
.well-known/host-meta
Normal file
7
.well-known/host-meta
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0">
|
||||
<Link rel="lrdd" template="https://froth.zone/.well-known/webfinger?resource={uri}"
|
||||
type="application/xrd+xml" />
|
||||
<Link href='https://xmpp.samtherapy.net/http-bind' rel='urn:xmpp:alt-connections:xbosh'/>
|
||||
<Link href='wss://xmpp.samtherapy.net/xmpp-websocket' rel='urn:xmpp:alt-connections:websocket'/>
|
||||
</XRD>
|
12
.well-known/host-meta.json
Normal file
12
.well-known/host-meta.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"links": [
|
||||
{
|
||||
"rel": "urn:xmpp:alt-connections:xbosh",
|
||||
"href": "https://xmpp.samtherapy.net/http-bind"
|
||||
},
|
||||
{
|
||||
"rel": "urn:xmpp:alt-connections:websocket",
|
||||
"href": "wss://xmpp.samtherapy.net/xmpp-websocket"
|
||||
}
|
||||
]
|
||||
}
|
14
.well-known/nostr.json
Normal file
14
.well-known/nostr.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"names": {
|
||||
"_": "5413736701706b45f4510eaca39deb5617fdf0370828d6f57c2a2d8ad4444688",
|
||||
"sam": "c044131722a412b01c131380870727a12d90033ed531dc8c7da52d500ab01218"
|
||||
},
|
||||
"relays": {
|
||||
"5413736701706b45f4510eaca39deb5617fdf0370828d6f57c2a2d8ad4444688": [
|
||||
"wss://relay.froth.zone"
|
||||
],
|
||||
"c044131722a412b01c131380870727a12d90033ed531dc8c7da52d500ab01218": [
|
||||
"wss://relay.mostr.pub"
|
||||
]
|
||||
}
|
||||
}
|
28
.well-known/webfinger
Normal file
28
.well-known/webfinger
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"aliases": [
|
||||
"https://froth.zone/users/sam",
|
||||
"https://fedi.samtherapy.net/users/SamTherapy"
|
||||
],
|
||||
"links": [
|
||||
{
|
||||
"href": "https://froth.zone/users/sam",
|
||||
"rel": "http://webfinger.net/rel/profile-page",
|
||||
"type": "text/html"
|
||||
},
|
||||
{
|
||||
"href": "https://froth.zone/users/sam",
|
||||
"rel": "self",
|
||||
"type": "application/activity+json"
|
||||
},
|
||||
{
|
||||
"href": "https://froth.zone/users/sam",
|
||||
"rel": "self",
|
||||
"type": "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\""
|
||||
},
|
||||
{
|
||||
"rel": "http://ostatus.org/schema/1.0/subscribe",
|
||||
"template": "https://froth.zone/ostatus_subscribe?acct={uri}"
|
||||
}
|
||||
],
|
||||
"subject": "acct:sam@froth.zone"
|
||||
}
|
BIN
apple-touch-icon.png
Normal file
BIN
apple-touch-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
BIN
avatar.png
Normal file
BIN
avatar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 144 KiB |
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
1
favicon.svg
Normal file
1
favicon.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 82 KiB |
156
index.html
Normal file
156
index.html
Normal file
|
@ -0,0 +1,156 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang=""><head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Sam Therapy</title>
|
||||
|
||||
<meta name="supported-color-schemes" content="light dark">
|
||||
<meta name="theme-color" content="hsl(220, 20%, 100%)" media="(prefers-color-scheme: light)">
|
||||
<meta name="theme-color" content="hsl(220, 20%, 10%)" media="(prefers-color-scheme: dark)">
|
||||
|
||||
<link rel="stylesheet" href="/styles.css">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon.png">
|
||||
<link rel="canonical" href="https://samtherapy.net/">
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" title="Blog" href="https://blog.froth.zone/sam/feed/">
|
||||
<link rel="me" href="mailto:sam@samtherapy.net">
|
||||
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="Sam Therapy">
|
||||
<meta property="og:description" content="Nowhere ~~and everywhere~~ all at once.">
|
||||
<meta property="og:url" content="https://samtherapy.net/">
|
||||
<meta property="og:image" content="https://samtherapy.net/avatar.png">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="description" content="Nowhere ~~and everywhere~~ all at once.">
|
||||
<meta name="generator" content="Lume v2.4.3">
|
||||
<link rel="icon" sizes="48x48" href="/favicon.ico">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||
<link rel="icon" sizes="any" href="/favicon.svg" type="image/svg+xml">
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<header class="header">
|
||||
<script>
|
||||
let theme = localStorage.getItem("theme") || (window.matchMedia("(prefers-color-scheme: dark)").matches
|
||||
? "dark"
|
||||
: "light");
|
||||
document.documentElement.dataset.theme = theme;
|
||||
function changeTheme() {
|
||||
theme = theme === "dark" ? "light" : "dark";
|
||||
localStorage.setItem("theme", theme);
|
||||
document.documentElement.dataset.theme = theme;
|
||||
}
|
||||
</script>
|
||||
<button class="button header-theme" onclick="changeTheme()">
|
||||
<span class="icon">◐</span>
|
||||
</button>
|
||||
|
||||
<img class="header-avatar" src="/avatar.png" alt="Avatar" transform-images="webp avif 200@2">
|
||||
<h1 class="header-title">Sam Therapy</h1>
|
||||
<p>Nowhere <s>and everywhere</s> all at once.</p>
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="icon-list">
|
||||
|
||||
|
||||
<li>
|
||||
<a href="https://github.com/SamTherapy" class="button" rel="me" style="--bg-color:#181717; --text-color:white" title="GitHub">
|
||||
<svg role="img" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>GitHub</title><path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"></path></svg>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="https://gitlab.com/SamTherapy" class="button" rel="me" style="--bg-color:#FC6D26; --text-color:black" title="GitLab">
|
||||
<svg role="img" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>GitLab</title><path d="m23.6004 9.5927-.0337-.0862L20.3.9814a.851.851 0 0 0-.3362-.405.8748.8748 0 0 0-.9997.0539.8748.8748 0 0 0-.29.4399l-2.2055 6.748H7.5375l-2.2057-6.748a.8573.8573 0 0 0-.29-.4412.8748.8748 0 0 0-.9997-.0537.8585.8585 0 0 0-.3362.4049L.4332 9.5015l-.0325.0862a6.0657 6.0657 0 0 0 2.0119 7.0105l.0113.0087.03.0213 4.976 3.7264 2.462 1.8633 1.4995 1.1321a1.0085 1.0085 0 0 0 1.2197 0l1.4995-1.1321 2.4619-1.8633 5.006-3.7489.0125-.01a6.0682 6.0682 0 0 0 2.0094-7.003z"></path></svg>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="https://codeberg.org/sammefishe" class="button" rel="me" style="--bg-color:#2185D0; --text-color:black" title="Codeberg">
|
||||
<svg role="img" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Codeberg</title><path d="M11.955.49A12 12 0 0 0 0 12.49a12 12 0 0 0 1.832 6.373L11.838 5.928a.187.14 0 0 1 .324 0l10.006 12.935A12 12 0 0 0 24 12.49a12 12 0 0 0-12-12 12 12 0 0 0-.045 0zm.375 6.467l4.416 16.553a12 12 0 0 0 5.137-4.213z"></path></svg>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="https://sr.ht/~sammefishe/" class="button" rel="me" style="--bg-color:#000000; --text-color:white" title="SourceHut">
|
||||
<svg role="img" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>SourceHut</title><path d="M12 0C5.371 0 0 5.371 0 12s5.371 12 12 12 12-5.371 12-12S18.629 0 12 0Zm0 21.677A9.675 9.675 0 0 1 2.323 12 9.675 9.675 0 0 1 12 2.323 9.675 9.675 0 0 1 21.677 12 9.675 9.675 0 0 1 12 21.677Z"></path></svg>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
<ul class="link-list">
|
||||
|
||||
|
||||
<li>
|
||||
<a href="https://git.froth.zone/sam" class="button" rel="me" style="--bg-color:#FB923C; --text-color:black">
|
||||
<svg role="img" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Forgejo</title><path d="M16.7773 0c1.6018 0 2.9004 1.2986 2.9004 2.9005s-1.2986 2.9004-2.9004 2.9004c-1.0854 0-2.0315-.596-2.5288-1.4787H12.91c-2.3322 0-4.2272 1.8718-4.2649 4.195l-.0007 2.1175a7.0759 7.0759 0 0 1 4.148-1.4205l.1176-.001 1.3385.0002c.4973-.8827 1.4434-1.4788 2.5288-1.4788 1.6018 0 2.9004 1.2986 2.9004 2.9005s-1.2986 2.9004-2.9004 2.9004c-1.0854 0-2.0315-.596-2.5288-1.4787H12.91c-2.3322 0-4.2272 1.8718-4.2649 4.195l-.0007 2.319c.8827.4973 1.4788 1.4434 1.4788 2.5287 0 1.602-1.2986 2.9005-2.9005 2.9005-1.6018 0-2.9004-1.2986-2.9004-2.9005 0-1.0853.596-2.0314 1.4788-2.5287l-.0002-9.9831c0-3.887 3.1195-7.0453 6.9915-7.108l.1176-.001h1.3385C14.7458.5962 15.692 0 16.7773 0ZM7.2227 19.9052c-.6596 0-1.1943.5347-1.1943 1.1943s.5347 1.1943 1.1943 1.1943 1.1944-.5347 1.1944-1.1943-.5348-1.1943-1.1944-1.1943Zm9.5546-10.4644c-.6596 0-1.1944.5347-1.1944 1.1943s.5348 1.1943 1.1944 1.1943c.6596 0 1.1943-.5347 1.1943-1.1943s-.5347-1.1943-1.1943-1.1943Zm0-7.7346c-.6596 0-1.1944.5347-1.1944 1.1943s.5348 1.1943 1.1944 1.1943c.6596 0 1.1943-.5347 1.1943-1.1943s-.5347-1.1943-1.1943-1.1943Z"></path></svg>
|
||||
Git
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="https://blog.froth.zone/sam" class="button" rel="me" style="--bg-color:#5AC4EE; --text-color:black">
|
||||
<svg role="img" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Write.as</title><path d="M12.812 5.139l2.179 7.509a168.085 168.085 0 01.666 2.459h.025c.054-.372.145-.772.273-1.204l.353-1.176 1.05-3.442.213-.671c.062-.199.126-.382.192-.551.068-.167.131-.327.194-.478.062-.151.132-.301.213-.451v-.028l-1.569.105V5.139h5.169V6.88c-.364 0-.682.119-.956.358a3.608 3.608 0 00-.711.85 6.325 6.325 0 00-.493.984 22.78 22.78 0 00-.286.758l-3.096 8.997h-2.884L11.47 13.02c-.053-.142-.12-.345-.199-.606a46.941 46.941 0 01-.247-.85c-.083-.307-.173-.623-.265-.95-.092-.328-.179-.638-.259-.931h-.026c-.053.381-.14.809-.26 1.283-.119.474-.243.937-.372 1.388-.128.451-.248.859-.358 1.223-.111.364-.194.62-.246.771l-1.501 4.479h-2.7L1.742 9.392a27.83 27.83 0 01-.472-1.39 3.995 3.995 0 01-.113-.418l-.094-.425L0 7.212V5.139h6.526V6.88c-.382.027-.65.141-.806.345-.155.204-.231.466-.231.784-.009.151.001.311.032.478a4.9 4.9 0 00.128.519l.916 3.322c.107.399.21.818.312 1.256.101.438.184.884.247 1.336h.026l.134-.598a39.977 39.977 0 01.331-1.429c.072-.278.155-.587.254-.922l1.993-6.832h2.95zM24 16.628a2.232 2.232 0 11-4.464 0 2.232 2.232 0 114.464 0"></path></svg>
|
||||
Blog
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="https://matrix.to/#/@samme:schizo.cafe" class="button" rel="me" style="--bg-color:#000000; --text-color:white">
|
||||
<svg role="img" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Matrix</title><path d="M.632.55v22.9H2.28V24H0V0h2.28v.55zm7.043 7.26v1.157h.033c.309-.443.683-.784 1.117-1.024.433-.245.936-.365 1.5-.365.54 0 1.033.107 1.481.314.448.208.785.582 1.02 1.108.254-.374.6-.706 1.034-.992.434-.287.95-.43 1.546-.43.453 0 .872.056 1.26.167.388.11.716.286.993.53.276.245.489.559.646.951.152.392.23.863.23 1.417v5.728h-2.349V11.52c0-.286-.01-.559-.032-.812a1.755 1.755 0 0 0-.18-.66 1.106 1.106 0 0 0-.438-.448c-.194-.11-.457-.166-.785-.166-.332 0-.6.064-.803.189a1.38 1.38 0 0 0-.48.499 1.946 1.946 0 0 0-.231.696 5.56 5.56 0 0 0-.06.785v4.768h-2.35v-4.8c0-.254-.004-.503-.018-.752a2.074 2.074 0 0 0-.143-.688 1.052 1.052 0 0 0-.415-.503c-.194-.125-.476-.19-.854-.19-.111 0-.259.024-.439.074-.18.051-.36.143-.53.282-.171.138-.319.337-.439.595-.12.259-.18.6-.18 1.02v4.966H5.46V7.81zm15.693 15.64V.55H21.72V0H24v24h-2.28v-.55z"></path></svg>
|
||||
Matrix
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="xmpp://sam@samtherapy.net" class="button" rel="me" style="--bg-color:#002B5C; --text-color:white">
|
||||
<svg role="img" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>XMPP</title><path d="m3.401 4.594 1.025.366 3.08.912c-.01.18-.016.361-.016.543 0 3.353 1.693 7.444 4.51 10.387 2.817-2.943 4.51-7.034 4.51-10.387 0-.182-.006-.363-.016-.543l3.08-.912 1.025-.366L24 3.276C23.854 8.978 19.146 14.9 13.502 18.17c1.302 1.028 2.778 1.81 4.388 2.215v.114l.004.001v.224a14.55 14.55 0 0 1-4.829-1.281A20.909 20.909 0 0 1 12 18.966c-.353.17-.708.329-1.065.477a14.55 14.55 0 0 1-4.829 1.281V20.5l.004-.001v-.113c1.61-.406 3.086-1.188 4.389-2.216C4.854 14.9.146 8.978 0 3.276l3.401 1.318Z"></path></svg>
|
||||
XMPP (Not Recommended)
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="https://bsky.app/profile/samtherapy.net" class="button" rel="me" style="--bg-color:#0285FF; --text-color:black">
|
||||
<svg role="img" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Bluesky</title><path d="M12 10.8c-1.087-2.114-4.046-6.053-6.798-7.995C2.566.944 1.561 1.266.902 1.565.139 1.908 0 3.08 0 3.768c0 .69.378 5.65.624 6.479.815 2.736 3.713 3.66 6.383 3.364.136-.02.275-.039.415-.056-.138.022-.276.04-.415.056-3.912.58-7.387 2.005-2.83 7.078 5.013 5.19 6.87-1.113 7.823-4.308.953 3.195 2.05 9.271 7.733 4.308 4.267-4.308 1.172-6.498-2.74-7.078a8.741 8.741 0 0 1-.415-.056c.14.017.279.036.415.056 2.67.297 5.568-.628 6.383-3.364.246-.828.624-5.79.624-6.478 0-.69-.139-1.861-.902-2.206-.659-.298-1.664-.62-4.3 1.24C16.046 4.748 13.087 8.687 12 10.8Z"></path></svg>
|
||||
Bluesky
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="https://njump.me/nprofile1qyfhwumn8ghj7mmxve3ksctfdch8qatz9uq3vamnwvaz7tmjv4kxz7fwd4hhxarj9ec82c30qythwumn8ghj7un9d3shjtnxwfhhg6pw0fhkuef0qqs9gymnvuqhq66973gsat9rnh44v9la7qmss2xk747z5tv263zydzq2nr59m" class="button" rel="me" style="--bg-color:#fff; --text-color:black">
|
||||
|
||||
Nostr (I don't like using it but I have one)
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="https://froth.zone/users/sam" class="button" rel="me" style="--bg-color:#FBA457; --text-color:black">
|
||||
<svg role="img" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Pleroma</title><path d="M6.36 0A1.868 1.868 0 004.49 1.868V24h5.964V0zm7.113 0v12h4.168a1.868 1.868 0 001.868-1.868V0zm0 18.036V24h4.168a1.868 1.868 0 001.868-1.868v-4.096Z"></path></svg>
|
||||
yeah
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<p>Powered by <a href="https://lume.land">Lume</a> & <a href="https://github.com/lumeland/theme-simple-me">SimpleMe</a> theme</p>
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
</body></html>
|
132
styles.css
Normal file
132
styles.css
Normal file
|
@ -0,0 +1,132 @@
|
|||
|
||||
@import "https://unpkg.com/@lumeland/ds@0.5.2/ds.css";
|
||||
/* Lume's design system */
|
||||
/* Custom components */
|
||||
.header {
|
||||
font: var(--font-body);
|
||||
margin-bottom: min(5vh, 100px);
|
||||
color: var(--color-text);
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
text-wrap: balance;
|
||||
|
||||
+ p {
|
||||
margin-top: .5em;
|
||||
}
|
||||
}
|
||||
}
|
||||
.header-avatar {
|
||||
border-radius: 50%;
|
||||
aspect-ratio: 1;
|
||||
-o-object-fit: cover;
|
||||
object-fit: cover;
|
||||
-o-object-position: center center;
|
||||
object-position: center center;
|
||||
width: 200px;
|
||||
max-width: 50vw;
|
||||
}
|
||||
.header-title {
|
||||
font: var(--font-title);
|
||||
letter-spacing: var(--font-title-spacing);
|
||||
margin: .5em 0 0;
|
||||
color: var(--color-base);
|
||||
}
|
||||
.header-theme {
|
||||
position: absolute;
|
||||
top: 1rem;
|
||||
right: 1.5rem;
|
||||
}
|
||||
.link-list {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: grid;
|
||||
row-gap: 10px;
|
||||
|
||||
.button {
|
||||
display: flex;
|
||||
font: var(--font-body-bold);
|
||||
transition: transform 200ms;
|
||||
border: solid 1px #00000022;
|
||||
|
||||
&:hover {
|
||||
transform: scale(1.05);
|
||||
box-shadow: 0 2px 10px -8px #0009;
|
||||
}
|
||||
}
|
||||
.button:not(.is-primary) {
|
||||
background: var(--bg-color);
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
svg {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
fill: currentColor;
|
||||
}
|
||||
}
|
||||
[data-theme="dark"] {
|
||||
.link-list .button {
|
||||
border: solid 1px #FFFFFF16;
|
||||
}
|
||||
}
|
||||
.icon-list {
|
||||
list-style: none;
|
||||
margin: 0 0 min(5vh, 100px);
|
||||
padding: 0;
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
justify-content: center;
|
||||
|
||||
svg {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
fill: currentColor;
|
||||
}
|
||||
|
||||
.button {
|
||||
display: flex;
|
||||
font: var(--font-body-bold);
|
||||
transition: transform 200ms;
|
||||
|
||||
&:hover {
|
||||
transform: scale(1.05);
|
||||
box-shadow: 0 2px 10px -8px #0009;
|
||||
}
|
||||
}
|
||||
.button:not(.is-primary) {
|
||||
background: var(--bg-color);
|
||||
color: var(--text-color);
|
||||
}
|
||||
}
|
||||
body {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 500px);
|
||||
grid-template-rows: 1fr auto;
|
||||
min-height: 100vh;
|
||||
text-align: center;
|
||||
padding: max(20px, 5vh) 20px;
|
||||
row-gap: 20px;
|
||||
justify-content: center;
|
||||
align-content: center;
|
||||
}
|
||||
main {
|
||||
align-self: center;
|
||||
}
|
||||
footer {
|
||||
font: var(--font-small);
|
||||
color: var(--color-dim);
|
||||
|
||||
> * {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
> * + * {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue