diff --git a/w01-07task/projects.html b/w01-07task/projects.html deleted file mode 100644 index 7ee6b63..0000000 --- a/w01-07task/projects.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - Index Home Page | RaftDuck Inc. - - - - -
- Rafting Site Logo - -
-
- -
-

We are committed to make it fun and safe. We also have various options right for your schedules. Click on the link below to learn more.

- View Our Trips -
-
-
-

Purpose

- Purpose picture -

Our purpose is to deliver safe, fun and adventurous rafting experience at a competitive price

-
-
-

Offering

- Offering picture -

We offer the highest quality, affordable whitewater adventures available, which are both fun and adventurous while at the same time sensitive to the cultural and environmental needs of the rive

-
-
-
-
- Subscribe to News Letters - - - - - - - - - - - - -
-
-
- - - \ No newline at end of file diff --git a/w01-07task/site-plan-rafting.html b/w01-07task/site-plan-rafting.html deleted file mode 100644 index 425e3cb..0000000 --- a/w01-07task/site-plan-rafting.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - Rafting Site Plan| Nicholas Oblitey Commey - - - - -
-

RaftDuck Inc. Site Plan

-
Nicholas Oblitey Commey
-
-
-

Overview

-

Purpose

-

Our purpose is to deliver safe, fun and adventurous rafting experience at a competitive price

-

Audience

-

Who is my target customers?
My target customers are families, schools, groups, and individuals between the ages of 12 and 75 years old considering a safe first time or continue a fun rafting activity.

- What do they want?
They are looking for a fun and adventurous rafting experience, at the same time prioritizing safety.

- How will my audience usually access my site (desktop, laptop, mobile device)?
My target audience will usually access my site through their mobile devices.

-

Branding

-

Website Logo

- Rafting Site Logo -

Style Guide

-

Color Palette

- Pallete URL: https://coolors.co/palette/4e4539-12536c-13636f-e1ecec-365640 -

Oxford Blue ‣ #021E34
Azure(web) ‣ #E1ECEC
Carribean Current ‣ #13636F
Midnight Green ‣ #12536C

-

Typography

-

Headings Example Font

-

Quattrocento ‣ Serif, Display

-

Normal Text/Paragraph Example Font

-

Titillium Web ‣ Sans-Serif, Display

-

Colored Callout Example Font

-

Titillium Web ‣ Sans-Serif, Display

-

Navigation

- -

Wireframes

-

Home Page Wireframe

- Home Frame Example Wireframe Design -

About Us Page Wireframe

- About Us Page Wireframe Design -
- - - \ No newline at end of file diff --git a/w01-07task/styles/site-plan-rafting.css b/w01-07task/styles/site-plan-rafting.css deleted file mode 100644 index 8360961..0000000 --- a/w01-07task/styles/site-plan-rafting.css +++ /dev/null @@ -1,44 +0,0 @@ -@import url('https://fonts.googleapis.com/css2?family=Quattrocento&family=Titillium+Web:wght@300&display=swap'); - -:root { - --primary-color:#021E34; - --secondary-color:#E1ECEC; - --accent1-color:#E1ECEC; - --accent2-color:#12536C; - - --heading-font:'Quattrocento', serif; - --paragraph-font:'Titillium Web', serif; - - --nav-background-color:#E1ECEC; - --nav-link-color:#12536C; - --nav-hover-link-color:#E1ECEC; - --nav-hover-background-color:#12536C; -} - - -body {font-family: var(--paragraph-font); -max-width: 960px; -padding: 20px;} - -h1,h2,h3,h4,h5,h6 {font-family: var(--heading-font); -color: var(--primary-color);} - -header {padding: 20px;; -background-color:var(--accent1-color);} - -p {padding: 25px;} - -nav {background-color: var(--nav-background-color); -font-size:1.2rem; -display:flex;} - -nav a {display: block; -color: var(--nav-link-color); -text-decoration: none; -padding: 1rem;} - -nav a:link, nav a:visited {color: var(--nav-link-color);} - -nav a:hover {color: var(--nav-hover-link-color); -background-color: var(--nav-hover-background-color); -}