diff --git a/_config.yml b/_config.yml index 384647cd..4df71cc8 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,7 @@ analytics: "G-VCVX2DGPPN" domain: "www.calitp.org" description: "A state government initiative, Cal-ITP is making riding by rail and bus simpler and more cost-effective—for California transit providers and riders." -google_fonts: "https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&family=Raleway:wght@900&display=swap" +google_fonts: "https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&family=Raleway:wght@700&display=swap" source: ./src title: "Cal-ITP: California Integrated Travel Project" url: "https://www.calitp.org" diff --git a/src/images/hero-header.png b/src/images/hero-header.png index 70b2c76a..aca4b3ca 100644 Binary files a/src/images/hero-header.png and b/src/images/hero-header.png differ diff --git a/src/images/tracks-divider-0-sm.png b/src/images/tracks-divider-0-sm.png new file mode 100644 index 00000000..d6ed7144 Binary files /dev/null and b/src/images/tracks-divider-0-sm.png differ diff --git a/src/images/tracks-divider-0.png b/src/images/tracks-divider-0.png new file mode 100644 index 00000000..644e9f43 Binary files /dev/null and b/src/images/tracks-divider-0.png differ diff --git a/src/index.html b/src/index.html index 24ec57e9..27845273 100644 --- a/src/index.html +++ b/src/index.html @@ -7,9 +7,9 @@

A modern and consistent transportation experience throughout California

-

- Learn how the California Integrated Travel Project (Cal-ITP) is making riding by rail and bus simpler and more - cost-effective—for providers and riders. +

+ Learn how the California Integrated Travel Project (Cal-ITP) is making riding by bus and train simpler and more + cost-effective—for providers and customers.

@@ -22,6 +22,21 @@

A modern and consistent transportation experience throughout California

+ + Decorative element with dots and dashes, meant to resemble a transit map + + + Decorative element with dots and dashes, meant to resemble a transit map + +
diff --git a/src/stylesheets/main.css b/src/stylesheets/main.css index cd461976..13152269 100644 --- a/src/stylesheets/main.css +++ b/src/stylesheets/main.css @@ -1,18 +1,21 @@ article { margin-left: auto; margin-right: auto; - width: 80vw; + width: 76vw; } h1, h2, h3, h4 { font-family: "Raleway", sans-serif; - color: #323a45; + color: #212121; } h1 { - font-size: 48.83px; + font-weight: 700; + font-size: 40px; + line-height: 120%; + margin-bottom: 19px; } h2 { @@ -27,7 +30,9 @@ p, a, li { font-family: "Poppins", sans-serif; - color: #323a45; + color: #212121; + font-size: 16px; + line-height: 140%; } picture.railway img { @@ -100,27 +105,17 @@ p.important { #deck { display: grid; grid-template-rows: 1fr; - grid-template-columns: 1.75fr 1fr; + grid-template-columns: .85fr 1fr; grid-gap: 3em; line-height: 1.1; align-items: center; + justify-items: center; padding-bottom: 50px; } -@media (max-width: 540px) { - #deck h1 { - font-size: 24px; - } -} - .big { font-size: 24px; } -@media (max-width: 540px) { - #deck .big { - font-size: 18px; - } -} #details { margin-top: 50px;