Compare commits

..

No commits in common. "2e3879fa5ccdbb281ed93072d870b0e660959e01" and "12a61a60fe9d7f88aa4237176ecc4a25d79a964e" have entirely different histories.

3 changed files with 10 additions and 14 deletions

View File

@ -19,11 +19,11 @@ steps:
key: key:
from_secret: shikoku_ssh_key from_secret: shikoku_ssh_key
hosts: hosts:
from_secret: shikoku_ssh_hostname from_secret: shikoku_hostname
source: ./dist/* source: ./dist/*
target: ~/sites/undersco.re target: ~/sites/undersco.re
secrets: secrets:
[shikoku_ssh_key, shikoku_ssh_hostname, shikoku_ssh_user, shikoku_ssh_port] [shikoku_ssh_key, shikoku_hostname, shikoku_ssh_user, shikoku_ssh_port]
port: port:
from_secret: shikoku_ssh_port from_secret: shikoku_ssh_port
when: when:

View File

@ -4,7 +4,7 @@ header.titlecard
section.intro section.intro
.top-left .top-left
h2#intro Leave the surveillance economy—together h2 Leave the surveillance economy—together
.text .text
p If your livelihood is made online, you are locked into an extractive relationship with the technologies on which you depend. p If your livelihood is made online, you are locked into an extractive relationship with the technologies on which you depend.
p The global creative industry and its output is valuable — social media platforms extract significant incomes from the collaboration, publication and display of creative work. This relationship means that finding and cultivating an online-first livelihood is increasingly precarious. p The global creative industry and its output is valuable — social media platforms extract significant incomes from the collaboration, publication and display of creative work. This relationship means that finding and cultivating an online-first livelihood is increasingly precarious.
@ -16,21 +16,17 @@ section.intro
li Fully independent of Big Tech infrastructure. li Fully independent of Big Tech infrastructure.
li Built to protect and respect personal data from the ground up. li Built to protect and respect personal data from the ground up.
li Community deterministic. li Community deterministic.
p Launching December 2022. p Launching this year.
section.follow section.follow
.top-right .top-right
h2#join Join Us h2 Join Us
.text .text
p Underscore is available from December 2022 by application only. Expressing interest takes less than 5 minutes to complete. p Underscore is currently testing with a select group of organisations and individuals in preparation for a wider launch later this year.
h3#register-interest Register Your Interest h3 Register Your Interest
.actions .actions
a(href="https://desk.undersco.re/apps/forms/s/jLEZRH7nXscY8DWpxeaisSxw").plug Apply Now a(href="https://ndc.substack.com" target="_blank").plug via Newsletter
.text
p(style="margin-bottom: 1rem") You can also follow Underscore's development via joining the New Design Congress members community:
.actions
a(href="https://members.newdesigncongress.org/subscribe/" target="_blank").plug via Newsletter
a(href="https://discord.gg/Xu9D3qVana" target="_blank").plug via Discord a(href="https://discord.gg/Xu9D3qVana" target="_blank").plug via Discord
footer footer

View File

@ -480,6 +480,7 @@ h2 {
width: 55vw; width: 55vw;
min-width: calc(480px - 5rem); min-width: calc(480px - 5rem);
line-height: 3.5vh line-height: 3.5vh
} }
.actions { .actions {
@ -487,7 +488,6 @@ h2 {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: flex-start; align-items: flex-start;
margin-bottom: 2rem;
} }
.plug { .plug {