-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsiteplan.html
More file actions
executable file
·75 lines (70 loc) · 2.71 KB
/
siteplan.html
File metadata and controls
executable file
·75 lines (70 loc) · 2.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Raft Wars Website">
<title>Raft Wars</title>
</head>
<body>
<header>
<h1>Site Plan</h1>
<h2>Thomas Scott</h2>
</header>
<nav>
<a href="index.html">Home</a>
<ul>
<li>Site Name</li>
<li>Goals</li>
<li>Audience</li>
<li>Logo</li>
<li>Color Scheme</li>
<li>Typography</li>
</ul>
</nav>
<main>
<section class="item">
<h3>Site Name</h3>
<p>Raft Wars</p>
</section>
<section class="item">
<h3>Goals</h3>
<p>This website will increase outreach to potential customers and provide information to gain the interest
of the customer.</p>
<p>This website will make it convenient for customers to see locations and times allowing them to plan on
times to raft</p>
<p>By showing people having fun, we show that rafting is fun making the customer want to raft for fun</p>
<p>Websites are the way of the future and everybody uses google now to search for their interests.</p>
</section>
<section class="item">
<h3>Audience</h3>
<p>We will most likely have the website be visited on mobile devices with families planning for family
trips.</p>
<p>We will state that there is an age limit on the website</p>
<p>Costs for individuals and family bundles will need to be shown.</p>
<p>We are aiming for family fun</p>
</section>
<section class="item">
<h3>Logo</h3>
<img src="images/raftWars.png" alt="Raft Wars">
</section>
<section class="item">
<h3>Color Scheme</h3>
<!-- <p>Picked with coolors.co</p> -->
<!-- <p>https://coolors.co/273e81-ee8434-22aed1-fff275-ca6680</p> -->
<script src="https://coolors.co/palette-widget/widget.js"></script>
<script
data-id="06833386701877242">new CoolorsPaletteWidget("06833386701877242", ["273e81", "ee8434", "22aed1", "fff275", "ca6680"]); </script>
</section>
<section class="item">
<h3>Typography</h3>
<p>I will be using Helvetica for the majority of the website body.</p>
<p>Montserrat will be used for any headers and titles inside the body.</p>
<p>Bangers will be used as a display font.</p>
</section>
</main>
<footer>
<p>Author: Thomas Scott</p>
</footer>
</body>
</html>