From 2678cc21ea3d815f6485eb95b9b8184853b3f73a Mon Sep 17 00:00:00 2001 From: reese1243 Date: Fri, 22 Sep 2023 16:09:08 -0600 Subject: [PATCH] final edits to site plan --- wwr/site-plan-rafting.html | 10 +++++----- wwr/styles/site-planning-styles.css | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/wwr/site-plan-rafting.html b/wwr/site-plan-rafting.html index f2ccfdf..54c7b55 100644 --- a/wwr/site-plan-rafting.html +++ b/wwr/site-plan-rafting.html @@ -5,7 +5,7 @@ Site Plan - + @@ -34,7 +34,7 @@

Audience

Branding

Website Logo

- Logo image + Logo image

Style Guide

@@ -57,9 +57,9 @@

Color Palette

- [#396E94] - [#E7C24F] - [#A43312] + [#0077b6] + [#fb8500] + [#ffd60a] diff --git a/wwr/styles/site-planning-styles.css b/wwr/styles/site-planning-styles.css index 4470f34..754779d 100644 --- a/wwr/styles/site-planning-styles.css +++ b/wwr/styles/site-planning-styles.css @@ -2,18 +2,18 @@ /* if you are using any Google fonts change the font names below to your fonts. Any spaces in your font name should be replaced with a +. Fonts are separated by a & */ -@import url('https://fonts.googleapis.com/css2?family=IM+Fell+French+Canon&family=Lato:ital,wght@0,400;0,700;1,400&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Kenia&family=Oswald:wght@300&display=swap'); :root { /* change the values below to your colors from your palette */ - --primary-color: #396E94 ; - --secondary-color: #E7C24F ; - --accent1-color: #A42212; + --primary-color: #0077b6 ; + --secondary-color: #fb8500 ; + --accent1-color: #ffd60a; --accent2-color: white; /* change the values below to your chosen font(s) */ - --heading-font: "IM Fell French Canon"; - --paragraph-font: Lato, Helvetica, sans-serif; + --heading-font: "Kenia"; + --paragraph-font: Oswald, Helvetica, sans-serif; /* these colors below should be chosen from among your palette colors above */ --headline-color-on-white: #396E94; /* headlines on a white background */