diff --git a/messages/en.json b/messages/en.json index 48d759735..1a2e538ff 100644 --- a/messages/en.json +++ b/messages/en.json @@ -12,8 +12,8 @@ "header_learn": "Learn", "header_proposal": "Proposal", "home_action_c2a": "Take action", - "home_action_content": "Too few people are well-informed about the potential risks of AI. Inform others, and help stop this race to the bottom.", - "home_action_title": "YOU CAN HELP", + "home_action_content": "Recent breakthroughs on AI have started a race to the bottom. Too few people are well-informed about the potential risks of AI, so you can make the difference.", + "home_action_title": "WE NEED TO ACT RIGHT NOW", "home_hero__instructions": "This is directed at the reader, translate it informally.", "home_hero": "DON'T LET AI COMPANIES GAMBLE WITH OUR FUTURE", "home_proposal_c2a": "Read the proposal", @@ -38,7 +38,7 @@ "home_quotes_turing_text": "... we should have to expect the machines to take control.", "home_quotes_turing_title": "Inventor of the modern computer", "home_risks_c2a": "Read about the risks", - "home_risks_content": "AI can have amazing benefits, but it could also erode our democracy, destabilize our economy and could be used to create powerful cyber weapons.", + "home_risks_content": "AI can have amazing benefits, but it could also erode our democracy, destabilize our economy and could be used to create powerful cyber weapons. Also many AI labs and experts agree: AI could end humanity.", "home_risks_title": "We risk losing control", "home_stats_alignment": "of AI scientists believe the alignment problem is real & important", "home_stats_citizens": "of citizens want AI to be slowed down by our governments", diff --git a/src/assets/images/press/960px-FORTUNE-LOGO-2016.png b/src/assets/images/press/960px-FORTUNE-LOGO-2016.png new file mode 100644 index 000000000..d3d8e3c23 Binary files /dev/null and b/src/assets/images/press/960px-FORTUNE-LOGO-2016.png differ diff --git a/src/assets/images/press/Bloomberg-Logo.png b/src/assets/images/press/Bloomberg-Logo.png new file mode 100644 index 000000000..2d7bd2a22 Binary files /dev/null and b/src/assets/images/press/Bloomberg-Logo.png differ diff --git a/src/assets/images/press/Euronews_2016_logo.svg.png b/src/assets/images/press/Euronews_2016_logo.svg.png new file mode 100644 index 000000000..65916d234 Binary files /dev/null and b/src/assets/images/press/Euronews_2016_logo.svg.png differ diff --git a/src/assets/images/press/Le_Monde.svg.png b/src/assets/images/press/Le_Monde.svg.png new file mode 100644 index 000000000..80a90630b Binary files /dev/null and b/src/assets/images/press/Le_Monde.svg.png differ diff --git a/src/assets/images/press/POLITICOLOGO.svg.png b/src/assets/images/press/POLITICOLOGO.svg.png new file mode 100644 index 000000000..c60417ecb Binary files /dev/null and b/src/assets/images/press/POLITICOLOGO.svg.png differ diff --git a/src/assets/images/press/The_Verge_wordmark_2022.svg.png b/src/assets/images/press/The_Verge_wordmark_2022.svg.png new file mode 100644 index 000000000..7a0e24ded Binary files /dev/null and b/src/assets/images/press/The_Verge_wordmark_2022.svg.png differ diff --git a/src/assets/images/press/Time_Magazine_logo.svg b/src/assets/images/press/Time_Magazine_logo.svg new file mode 100644 index 000000000..a5b5fab63 --- /dev/null +++ b/src/assets/images/press/Time_Magazine_logo.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/assets/images/press/Wired_logo.svg.png b/src/assets/images/press/Wired_logo.svg.png new file mode 100644 index 000000000..d84347575 Binary files /dev/null and b/src/assets/images/press/Wired_logo.svg.png differ diff --git a/src/assets/protests/Home Hero - mobile.jpg b/src/assets/protests/Home Hero - mobile.jpg new file mode 100644 index 000000000..6bc436214 Binary files /dev/null and b/src/assets/protests/Home Hero - mobile.jpg differ diff --git a/src/assets/protests/Home Hero - web - Faded.jpg b/src/assets/protests/Home Hero - web - Faded.jpg new file mode 100644 index 000000000..7dfd1ede9 Binary files /dev/null and b/src/assets/protests/Home Hero - web - Faded.jpg differ diff --git a/src/assets/protests/Home Hero - web.jpg b/src/assets/protests/Home Hero - web.jpg new file mode 100644 index 000000000..983c3d0aa Binary files /dev/null and b/src/assets/protests/Home Hero - web.jpg differ diff --git a/src/lib/components/Hero.svelte b/src/lib/components/Hero.svelte index 161ba89c4..d1f702710 100644 --- a/src/lib/components/Hero.svelte +++ b/src/lib/components/Hero.svelte @@ -1,36 +1,25 @@ + +
+
+

Media Coverage

+
+ {#each publications as pub} + + + {pub.name} + +
+
+ {/each} + + See all coverage → +
+
+
+ + diff --git a/src/styles/styles.css b/src/styles/styles.css index b8d81163f..630b50754 100644 --- a/src/styles/styles.css +++ b/src/styles/styles.css @@ -11,10 +11,10 @@ html { --page-width: 40rem; /* Please update in media queries and $lib/components/custom/img.svelte */ /* Colors */ - --t-color-main: #ff9416; /* Default main color, approximately hsl(32, 100%, 54%)*/ + --t-color-main: #f68b1e; /* Default main color - saturated orange */ /* dark */ - --brand-dark: hsl(32, 100%, 44%); + --brand-dark: #f68b1e; /* light */ --brand-light: var(--t-color-main);