Compare commits

..

5 Commits

Author SHA1 Message Date
2e3879fa5c
Forgot the NDC link lol 2022-11-04 17:41:11 +01:00
534f25c82a
Added more ids to headers 2022-11-04 17:39:01 +01:00
4623103bdc
Added ids to headers 2022-11-04 17:37:56 +01:00
438663ffe6
Added expressions of interest list 2022-11-04 17:35:42 +01:00
7e2473c135 Fixed the secrets 2022-03-29 16:38:09 +02:00
3 changed files with 14 additions and 10 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_hostname from_secret: shikoku_ssh_hostname
source: ./dist/* source: ./dist/*
target: ~/sites/undersco.re target: ~/sites/undersco.re
secrets: secrets:
[shikoku_ssh_key, shikoku_hostname, shikoku_ssh_user, shikoku_ssh_port] [shikoku_ssh_key, shikoku_ssh_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 Leave the surveillance economy—together h2#intro 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,17 +16,21 @@ 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 this year. p Launching December 2022.
section.follow section.follow
.top-right .top-right
h2 Join Us h2#join Join Us
.text .text
p Underscore is currently testing with a select group of organisations and individuals in preparation for a wider launch later this year. p Underscore is available from December 2022 by application only. Expressing interest takes less than 5 minutes to complete.
h3 Register Your Interest h3#register-interest Register Your Interest
.actions .actions
a(href="https://ndc.substack.com" target="_blank").plug via Newsletter a(href="https://desk.undersco.re/apps/forms/s/jLEZRH7nXscY8DWpxeaisSxw").plug Apply Now
.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

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