Skip to content

Commit

Permalink
final edits to site plan
Browse files Browse the repository at this point in the history
  • Loading branch information
Reese1243 committed Sep 22, 2023
1 parent 545a823 commit 2678cc2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions wwr/site-plan-rafting.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<head>
<meta charset="utf-8" />
<title>Site Plan</title>
<link type="text/css" rel="stylesheet" href="styles/site-plan-rafting.css" />
<link type="text/css" rel="stylesheet" href="styles/site-planning-styles.css" />
</head>

<body>
Expand Down Expand Up @@ -34,7 +34,7 @@ <h3>Audience</h3>
<h2>Branding</h2>
<h3>Website Logo</h3>
<!-- Replace this with some sort of logo for your site. A logo can be as simple as the name of your site in a nice font :) -->
<img src="https://byui-wdd.github.io/wdd130/rafting_images/dryoarlogo.png" alt="Logo image" />
<img src="images/rafinglogo.png" alt="Logo image" />
<hr />
<h2>Style Guide</h2>

Expand All @@ -57,9 +57,9 @@ <h3>Color Palette</h3>
</tr>
<!-- Replace the numbers in the boxes below with your hex color codes. Then switch to the site-plan.css file and change your colors there as well. -->
<tr>
<td class="primary">[#396E94]</td>
<td class="secondary">[#E7C24F]</td>
<td class="accent1">[#A43312]</td>
<td class="primary">[#0077b6]</td>
<td class="secondary">[#fb8500]</td>
<td class="accent1">[#ffd60a]</td>
<td class="accent2"></td>
</tr>
</table>
Expand Down
12 changes: 6 additions & 6 deletions wwr/styles/site-planning-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 2678cc2

Please sign in to comment.