diff --git a/public/logos/dark-ddev.svg b/public/logos/dark-ddev.svg new file mode 100644 index 00000000..717cb7f6 --- /dev/null +++ b/public/logos/dark-ddev.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/logos/dark-i-gelb.svg b/public/logos/dark-i-gelb.svg new file mode 100644 index 00000000..0a13bd2d --- /dev/null +++ b/public/logos/dark-i-gelb.svg @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/logos/dark-lullabot.svg b/public/logos/dark-lullabot.svg new file mode 100644 index 00000000..80363421 --- /dev/null +++ b/public/logos/dark-lullabot.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + diff --git a/public/logos/dark-mac-stadium.svg b/public/logos/dark-mac-stadium.svg new file mode 100644 index 00000000..8353b20b --- /dev/null +++ b/public/logos/dark-mac-stadium.svg @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/logos/dark-redfin-solutions.svg b/public/logos/dark-redfin-solutions.svg new file mode 100644 index 00000000..03ce5c75 --- /dev/null +++ b/public/logos/dark-redfin-solutions.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + diff --git a/public/logos/dark-tag1.svg b/public/logos/dark-tag1.svg new file mode 100644 index 00000000..f08304f0 --- /dev/null +++ b/public/logos/dark-tag1.svg @@ -0,0 +1,51 @@ + + + + + + + + + + diff --git a/src/components/AppLogos.astro b/src/components/AppLogos.astro index ea37f848..37764946 100644 --- a/src/components/AppLogos.astro +++ b/src/components/AppLogos.astro @@ -20,7 +20,7 @@ const logos = [ logos.map((logo) => (
{`${logo.name} diff --git a/src/components/Badge.astro b/src/components/Badge.astro index 391dbefa..e720fd2e 100644 --- a/src/components/Badge.astro +++ b/src/components/Badge.astro @@ -1,3 +1,3 @@ -
+
\ No newline at end of file diff --git a/src/components/Benefits.astro b/src/components/Benefits.astro index 1af4a207..4afa1ed8 100644 --- a/src/components/Benefits.astro +++ b/src/components/Benefits.astro @@ -39,14 +39,14 @@ const features = [ ] --- -
+
-

Benefits

-

+

Benefits

+

Made for people that make websites.

-

+

DDEV handles Docker so you and your team can focus on your work.

@@ -61,11 +61,11 @@ const features = [ className="absolute h-6 w-6 text-green-500" aria-hidden="true" /> -

+

{feature.name}

-
+
{feature.description}
diff --git a/src/components/BlogFeatures.astro b/src/components/BlogFeatures.astro index 1d30b4c3..78d324d7 100644 --- a/src/components/BlogFeatures.astro +++ b/src/components/BlogFeatures.astro @@ -17,7 +17,7 @@ const recentPosts = posts
-

+

Latest Blog Posts

diff --git a/src/components/BlogPostCard.astro b/src/components/BlogPostCard.astro index 825ef43b..62a51559 100644 --- a/src/components/BlogPostCard.astro +++ b/src/components/BlogPostCard.astro @@ -60,15 +60,15 @@ const firstCategory = post.data.categories.length ) }
-
+
-

+

{firstCategory}

-

+

{post.data.title}

@@ -89,7 +89,7 @@ const firstCategory = post.data.categories.length ) }
-

+

{post.data.author} diff --git a/src/components/BlogPostFooter.astro b/src/components/BlogPostFooter.astro index 7416d114..fee67238 100644 --- a/src/components/BlogPostFooter.astro +++ b/src/components/BlogPostFooter.astro @@ -34,14 +34,14 @@ orderedPosts.forEach((post, index) => {

) @@ -51,14 +51,14 @@ orderedPosts.forEach((post, index) => {
- + Next Post - {next.data.title} + {next.data.title}
) diff --git a/src/components/Contributors.astro b/src/components/Contributors.astro index 180ec2e2..3412d614 100644 --- a/src/components/Contributors.astro +++ b/src/components/Contributors.astro @@ -10,7 +10,7 @@ const contributors = await getContributors()
-

+

Our Wonderful Supporters

diff --git a/src/components/CtaButton.astro b/src/components/CtaButton.astro index 151107ac..d30e2119 100644 --- a/src/components/CtaButton.astro +++ b/src/components/CtaButton.astro @@ -8,7 +8,7 @@ export interface Props { const typeClasses = { default: `border border-transparent text-white bg-blue-650 hover:bg-blue-800`, - hollow: `border border-blue-650 text-blue-650 hover:border-blue-800 hover:text-blue-800`, + hollow: `border border-blue-650 text-blue-650 hover:border-blue-800 hover:text-blue-800 dark:hover:text-blue-500 hover:border-blue-500`, } const { text, href, type = "default", target } = Astro.props diff --git a/src/components/FeatureImage.astro b/src/components/FeatureImage.astro index 23fdddfe..674bd7e8 100644 --- a/src/components/FeatureImage.astro +++ b/src/components/FeatureImage.astro @@ -40,10 +40,10 @@ const { src, alt, caption = "", credit, shadow = false } = Astro.props } { (caption || credit) && ( -
+
{caption && } {credit && ( - + {caption && } diff --git a/src/components/FeaturedSponsors.astro b/src/components/FeaturedSponsors.astro index 3a5591a0..6059a125 100644 --- a/src/components/FeaturedSponsors.astro +++ b/src/components/FeaturedSponsors.astro @@ -7,15 +7,16 @@ import featuredSponsors from "../featured-sponsors.json" * you need to add one. */ const nudges = { - "Platform.sh": "mt-12 h-11", + "Platform.sh": "mt-12 h-11 dark:invert", Tag1: "h-9", "Oliver Wand": "h-12 w-12", - DrupalEasy: "h-10", + DrupalEasy: "h-10 dark:invert", + b13: "dark:invert", "Redfin Solutions": "h-16 w-16", MacStadium: "h-15", Lullabot: "h-9", "Craft CMS": "h-11", - undpaul: "h-9", + undpaul: "h-9 dark:invert", "1xINTERNET": "h-11", } @@ -42,11 +43,16 @@ featuredSponsors.map((sponsor) => { href={sponsor.url} target="_blank" > + + {`${sponsor.name} + )) } diff --git a/src/components/Features.astro b/src/components/Features.astro index 765b4279..417c4c1b 100644 --- a/src/components/Features.astro +++ b/src/components/Features.astro @@ -77,10 +77,10 @@ const features = [ class="mx-auto max-w-md px-4 text-center sm:max-w-3xl sm:px-6 lg:max-w-7xl lg:px-8" >

Features

-

+

Running in minutes, ready for the long haul.

-

+

Start new DDEV projects in seconds. Customize, share, and extend with ease.

@@ -100,10 +100,10 @@ const features = [ }}
-

+

{feature.name}

-

+

{feature.description}

diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 2fe3ce7a..4526915a 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -52,7 +52,7 @@ const navigation = { } --- -