This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ export function Footer() {
5252 < Logo className = "mx-auto h-10 w-auto" />
5353 < nav className = "mt-10 text-sm" aria-label = "quick links" >
5454 < div className = "-my-1 flex justify-center gap-x-6" >
55- < NavLink href = "#features" > Features </ NavLink >
55+ < NavLink href = "#projects" > Projects </ NavLink >
5656 < NavLink href = "#testimonials" > Testimonials</ NavLink >
5757 < NavLink href = "#moderators" > Moderators</ NavLink >
5858 </ div >
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ function MobileNavigation() {
7979 as = "div"
8080 className = "absolute inset-x-0 top-full mt-4 flex origin-top flex-col rounded-2xl bg-white p-4 text-lg tracking-tight text-slate-900 shadow-xl ring-1 ring-slate-900/5"
8181 >
82- < MobileNavLink href = "#features" > Features </ MobileNavLink >
82+ < MobileNavLink href = "#projects" > Projects </ MobileNavLink >
8383 < MobileNavLink href = "#testimonials" > Testimonials</ MobileNavLink >
8484 < MobileNavLink href = "#moderators" > Moderators</ MobileNavLink >
8585 < hr className = "m-2 border-slate-300/40" />
@@ -101,7 +101,7 @@ export function Header() {
101101 < Logo className = "h-10 w-auto" />
102102 </ Link >
103103 < div className = "hidden md:flex md:gap-x-6" >
104- < NavLink href = "#features" > Features </ NavLink >
104+ < NavLink href = "#projects" > Projects </ NavLink >
105105 < NavLink href = "#testimonials" > Testimonials</ NavLink >
106106 < NavLink href = "#moderators" > Moderators</ NavLink >
107107 </ div >
Original file line number Diff line number Diff line change @@ -11,7 +11,16 @@ export function Newsletter() {
1111 < h2 className = "font-display text-3xl tracking-tight text-white sm:text-4xl" >
1212 Subscribe to the EddieHub Newsletter
1313 </ h2 >
14- < div className = "my-4" > < iframe src = "https://eddiehub.substack.com/embed" className = 'rounded' width = "480" height = "150" frameBorder = "0" scrolling = "no" > </ iframe > </ div >
14+ < div className = "my-4" >
15+ < iframe
16+ src = "https://eddiehub.substack.com/embed"
17+ className = "rounded"
18+ width = "480"
19+ height = "150"
20+ frameBorder = "0"
21+ scrolling = "no"
22+ > </ iframe >
23+ </ div >
1524 </ div >
1625 </ Container >
1726 </ section >
Original file line number Diff line number Diff line change @@ -56,16 +56,16 @@ export function PrimaryFeatures() {
5656
5757 return (
5858 < section
59- id = "features "
60- aria-label = "Features for running your books "
61- className = "bg-primary-600 relative overflow-hidden pb-28 pt-20 sm:py-32"
59+ id = "projects "
60+ aria-label = "EddieHub Projects "
61+ className = "relative overflow-hidden bg-primary-600 pb-28 pt-20 sm:py-32"
6262 >
6363 < Container className = "relative" >
6464 < div className = "max-w-2xl md:mx-auto md:text-center xl:max-w-none" >
6565 < h2 className = "font-display text-3xl tracking-tight text-white sm:text-4xl md:text-5xl" >
6666 Here are some of our active GitHub repositories
6767 </ h2 >
68- < p className = "text-primary-100 mt-6 text-lg tracking-tight" >
68+ < p className = "mt-6 text-lg tracking-tight text-primary-100 " >
6969 Everyone is welcome to come and contribute to our open source
7070 projects.
7171 </ p >
@@ -125,7 +125,7 @@ export function PrimaryFeatures() {
125125 { feature . description }
126126 </ p >
127127 </ div >
128- < div className = "shadow-primary-900/20 mt-10 w-[45rem] overflow-hidden rounded-xl bg-slate-50 shadow-xl sm:w-auto lg:mt-0 lg:w-[67.8125rem]" >
128+ < div className = "mt-10 w-[45rem] overflow-hidden rounded-xl bg-slate-50 shadow-xl shadow-primary-900/20 sm:w-auto lg:mt-0 lg:w-[67.8125rem]" >
129129 < Image
130130 className = "w-full"
131131 src = { feature . image }
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ export function SecondaryFeatures() {
144144 return (
145145 < section
146146 id = "secondary-features"
147- aria-label = "Features for simplifying everyday business tasks "
147+ aria-label = "Why you should be part of EddieHub "
148148 className = "pb-14 pt-20 sm:pb-20 sm:pt-32 lg:pb-32"
149149 >
150150 < Container >
You can’t perform that action at this time.
0 commit comments