deploy: 6d7a554140
This commit is contained in:
commit
dc4f5a2d66
12 changed files with 65 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 |
1
index.html
Normal file
1
index.html
Normal file
File diff suppressed because one or more lines are too long
1
styles.css
Normal file
1
styles.css
Normal file
|
@ -0,0 +1 @@
|
|||
@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