-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProposal.html
34 lines (34 loc) · 1.69 KB
/
Proposal.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<hr>
<h1>What is your website about?</h1>
<p>I will be creating a web page about Chelsea soccer club, the upcoming matches, the preformance and its history.</p>
<hr />
<hr>
<h2>What is the objective of your website?</h2>
<P>The objective of my website is to inform the audience about the club and its current events in todays world.</P>
<hr />
<hr>
<h3>Who is your target audience?</h3>
<p>My target audience will be soccer fans, but specially Chelsea fanatics. This way I will be able to create a community
for the clubs fans making my website a point of reference for them.</p>
<hr />
<hr>
<h4>What content do you plan to include in each page of your website?</h4>
<p> My first page will include the current details about the upcoming matches and the teams performance for said matches.
The Sencond page will include current rumors of the transfers and relevant news of the club.
The third page will consist of the history of the club which will include the founders and how it was created.
The fourth page will have the most significant achievements or cups the team has attained compared to their rivals.
Lastly, the fifth page will inlcude information about investors and financial analysis statistics the club, information of where
to buy tickets and other aditional details.
</p>
<hr />
</body>
</html>