-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsite-plan.html
More file actions
84 lines (80 loc) · 3.5 KB
/
Copy pathsite-plan.html
File metadata and controls
84 lines (80 loc) · 3.5 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
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Site Design | actuallychris.github.io</title>
<meta name="viewport" content="width=device-width">
</head>
<body>
<header>
<h1>Actuallychris.Github.io</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="work/homework_assignments.html">Homework Assignments</a></li>
<li><a href="site-plan.html">Site Plan</a></li>
</ul>
</nav>
</header>
<main>
<h2>My Site Plan For a Weather Site</h2>
<p></p>
<h3>Mission Statement for the Weather Site</h3>
<p>The purpose of this site is to help people be informed on the weather both in their local neighberhood and the areas around the country as a whole.</p>
<section>
<h2>Persona</h2>
<p><strong>This is the typical person using this site.</strong></p>
<p><strong>Name:</strong> John Doe</p>
<h4>Demographics</h4>
<p>I will use two generic groups of people. These two groups are young college students and your average buisness man.</p>
<ul type="square">
<li><strong>Age:</strong> College student age</li>
<li><strong>Marital Status:</strong> Single</li>
<li><strong>Parent?:</strong> Nope</li>
<li><strong>Education Status?:</strong> Currently in college</li>
</ul>
<h3>Middle Age man</h3>
<ul type="square">
<li><strong>Age:</strong> Mid 40's</li>
<li><strong>Marital Status:</strong> Married for 15 years</li>
<li><strong>Parent?:</strong> Yes (5 kids)</li>
<li><strong>Education Status?:</strong> Master's degree in buisness</li>
</ul>
</section>
<section>
<p>
<H2><strong>Who is the Target Audience:</strong></H2>
<p>Almost everybody and their dog wants to know what the weather is like. For that reason, the target audience for this site will be anybody. If you were to get more specific, the audience that you would want to target to get the most ad revenue would be college students and the average buisness man. This is because both of these are trying to get places quickly (such as to work or to class) </p>
<p></p>
</section>
<section>
<h2>Wireframe Sketches</h2>
<h3>Wireframe Sketch 1</h3>
<a href="media/ipad.pdf">Ipad Wireframe</a>
<br>
<h3>Wireframe Sketch 2</h3>
<a href="media/iphone.pdf">iPhone Wireframe</a>
</section>
<section>
<h3>Wireframe Sketch 3</h3>
<a href="media/android-phone-large.pdf">Large Phone Wireframe</a>
</section>
<section>
<h2>Peer Review</h2>
<p>Name: Jake Stewart</p>
<br> Thoughts on my site to change:
<ul>
<li>Change the sketches.</li>
<li>Improve the larger screen design</li>
</ul>
<p>
<br> Did I change Them?: Yes
<br> Why or Why Not?: I thought that the project for the larger screen should look as professional as the other screens.</p>
</section>
</main>
<footer>
<p>© Christopher Smith | All Rights Reserved except as required by law</p>
<p>Last Updated: 26 January 2016</p>
</footer>
</body>
</html>