Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0a8819c8df | |||
| 41b7b9898c | |||
| 9fe17b801c | |||
| 0f57874980 |
@@ -180,7 +180,7 @@ export default function LandingPage() {
|
|||||||
tag="GET IN TOUCH"
|
tag="GET IN TOUCH"
|
||||||
title="Connect with the Archive"
|
title="Connect with the Archive"
|
||||||
description="We'd love to hear from fellow enthusiasts, collaborators, or anyone simply sharing a love for the Y2K era."
|
description="We'd love to hear from fellow enthusiasts, collaborators, or anyone simply sharing a love for the Y2K era."
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "rotated-rays-animated" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
inputPlaceholder="Enter your email for updates"
|
inputPlaceholder="Enter your email for updates"
|
||||||
buttonText="Subscribe"
|
buttonText="Subscribe"
|
||||||
@@ -192,6 +192,8 @@ export default function LandingPage() {
|
|||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/neon-motherboard-background_23-2151704762.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/neon-motherboard-background_23-2151704762.jpg"
|
||||||
imageAlt="Y2K circuit board background"
|
imageAlt="Y2K circuit board background"
|
||||||
|
logoSrc="http://img.b2bpic.net/free-photo/golden-fractal-design_1258-100230.jpg"
|
||||||
|
logoAlt="Gold stylized emblem"
|
||||||
logoText="DIGITAL ARCHIVE"
|
logoText="DIGITAL ARCHIVE"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Links", items: [{ label: "Home", href: "#hero" }, { label: "Gallery", href: "#gallery" }, { label: "Info", href: "#about" }] },
|
{ title: "Links", items: [{ label: "Home", href: "#hero" }, { label: "Gallery", href: "#gallery" }, { label: "Info", href: "#about" }] },
|
||||||
|
|||||||
@@ -24,5 +24,5 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-mulish), sans-serif;
|
font-family: var(--font-libre-baskerville), serif;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #e9ecef;
|
--background: #E0FFFF;
|
||||||
--card: #dee2e6;
|
--card: #FFFFFF;
|
||||||
--foreground: #343a40;
|
--foreground: #1A1D4E;
|
||||||
--primary-cta: #5dcbf7;
|
--primary-cta: #4169E1;
|
||||||
--primary-cta-text: #000000;
|
--primary-cta-text: #000000;
|
||||||
--secondary-cta: #f8f9fa;
|
--secondary-cta: #FF69B4;
|
||||||
--secondary-cta-text: #343a40;
|
--secondary-cta-text: #343a40;
|
||||||
--accent: #aaff00;
|
--accent: #FFD700;
|
||||||
--background-accent: #adb5bd;
|
--background-accent: #98FB98;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
Reference in New Issue
Block a user