Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 54c6a70ac3 | |||
| 4e27e90a85 | |||
| 8346b915c2 | |||
| 341368ec52 | |||
| bf89ea21c1 | |||
| dac7f2e067 | |||
| b335602f16 | |||
| 673e49820a |
3601
.project_index.json
Normal file
3601
.project_index.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -4,21 +4,21 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #f5f4ef;;
|
/* --background: #1b5e20;;
|
||||||
--card: #dad6cd;;
|
--card: #216832;;
|
||||||
--foreground: #2a2928;;
|
--foreground: #ffffff;;
|
||||||
--primary-cta: #2a2928;;
|
--primary-cta: #69f0ae;;
|
||||||
--secondary-cta: #ecebea;;
|
--secondary-cta: #a5d6a7;;
|
||||||
--accent: #ffffff;;
|
--accent: #ffd54f;;
|
||||||
--background-accent: #ffffff;; */
|
--background-accent: #2e7d32;; */
|
||||||
|
|
||||||
--background: #f5f4ef;;
|
--background: #1b5e20;;
|
||||||
--card: #dad6cd;;
|
--card: #216832;;
|
||||||
--foreground: #2a2928;;
|
--foreground: #ffffff;;
|
||||||
--primary-cta: #2a2928;;
|
--primary-cta: #69f0ae;;
|
||||||
--secondary-cta: #ecebea;;
|
--secondary-cta: #a5d6a7;;
|
||||||
--accent: #ffffff;;
|
--accent: #ffd54f;;
|
||||||
--background-accent: #ffffff;;
|
--background-accent: #2e7d32;;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplit
|
<HeroSplit
|
||||||
title="Human"
|
title="SUP"
|
||||||
description="An evidence-based investigation into why invasive neurolink technology threatens individual freedom, cognitive liberty, and human dignity."
|
description="An evidence-based investigation into why invasive neurolink technology threatens individual freedom, cognitive liberty, and human dignity."
|
||||||
tag="Science Project"
|
tag="Science Project"
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
@@ -194,21 +194,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
|
||||||
<ContactSplit
|
|
||||||
tag="Get Involved"
|
|
||||||
title="Join the Conversation"
|
|
||||||
description="Subscribe to receive updates on cognitive liberty research, policy developments, and opportunities to support evidence-based discourse on neural technology."
|
|
||||||
useInvertedBackground="noInvert"
|
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/still-life-illustrating-ethics-concept_23-2149412286.jpg"
|
|
||||||
imageAlt="Ethical balance and responsibility visualization"
|
|
||||||
mediaPosition="left"
|
|
||||||
inputPlaceholder="your@email.com"
|
|
||||||
buttonText="Subscribe"
|
|
||||||
termsText="We respect your privacy. You can unsubscribe anytime. Your data supports cognitive liberty advocacy."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
@@ -240,4 +225,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user