-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
169 lines (98 loc) · 5.37 KB
/
index.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
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Manchester United</title>
<link rel="stylesheet" href="./action.css">
</head>
<body>
<div class="d1">
<img src="https://wallpaperaccess.com/full/1087337.jpg" alt="">
<div class="top" id="top1">
<a href="#" class="l1">MY UNITED</a>
<ul id="ul1">
<li><a class="xx" href="#pg2">ABOUT</a></li>
<li><a href="#pg3">TEAM</a></li>
<li><a href="#">PLAYERS</a></li>
<li><a href="#pg4">JOIN US</a></li>
</ul>
</div>
<div class="p1body">
<h2>Welcome to the Theatre of Dreams</h2> <br>
<p>Bruno Fernandes sent Paul Pogba a happy birthday message via social media – and couldn't help but reveal
how much he misses his fellow midfielder out on the pitch. Ole Gunnar Solskjaer has hinted that Paul
could be available for Thursday's Europa League second leg with AC Milan and, for Fernandes, it seems
Pogba's return cannot come soon enough.</p>
</div>
</div>
<section class="page2" id="pg2">
<div class="about">
<h2>ABOUT US</h2><br><br>
<p>Manchester United is the biggest most famous football club not only in England but worldwide. It has the
largest fan base in the world with over 50 million supporters. They have had the greatest average
attendance in England for 36 out of the last 40 years and their stadium old Trafford located in greater
Manchester is consistently full to capacity for every home game which is about 76,000 fans. </p>
<br><br>
<p>The club was founded in 1878 but not as Manchester United but as Newton Heath L & YR f.c. Newton Heath
was a depot for the Lancashire and Yorkshire railways, and the club was set up as the workers football
team. The team played on a small football pitch near Manchester Piccadilly station for 15 years before
moving to Bank Street in 1893. </p>
<br><br>
<p>Sir Alex Ferguson took over Man Utd in 1986 and was giving the task of taking the club back to its former
glory. In his first season they finished in 11th place and the pressure was mounting. Ferguson’s reign
as United manager looked over in 1990 as united were not in contention for the league but thanks to Mark
Hughes united went on to win the FA cup. </p>
<br><br>
</div>
<img src="https://wallpaperaccess.com/full/2370312.jpg" alt="">
</section>
<section class="page3" id="pg3">
<h2>TEAM NEWS</h2><br><br>
<p>Manchester united have the greatest fan base in the world but this was not always the case. In the early days
before world war two, people in Manchester were neither man united fans nor man city fans as it was
impossible to travel to away games they would just go the home matches and because their was only one home
match every two weeks fans would go to either of the Manchester teams home matches.</p>
<div class="container">
<div class="card">
<h3>GAME</h3>
<img src="https://assets.manutd.com/AssetPicker/images/0/0/14/201/969107/IMG_3793_20210314829368111615761322622_thumb.jpg"
alt="">
<p><i>Crucial win against the Hammers</i></p>
</div>
<div class="card">
<h3>UPDATES</h3>
<img src="https://assets.manutd.com/AssetPicker/images/0/0/14/201/969205/MUFC_v_WHU_145_copy_21615760032145_thumb.jpg
" alt="">
<p><i>Boss provides latest injury updates</i></p>
</div>
<div class="card">
<h3>STORE</h3>
<img src="https://assets.manutd.com/AssetPicker/images/0/0/14/192/966876/UnitedBriefing3March_11614704334159_thumb.jpg
" alt="">
<p><i>Visit store for latest collections</i></p>
</div>
</div>
</section>
<section class="page4" id="pg4">
<h2>JOIN US</h2><br><br>
<p>Exclusive ContentExternal Website Ole Gunnar Solskjaer is expecting the usual tricky test that a visit to
Selhurst Park always seems to pose, but he insisted his Manchester United players will be especially spurred
on by settling a score against Crystal Palace from the opening day of the season.</p>
<div class="page4-div">
<img src="https://i.pinimg.com/originals/77/a5/60/77a560fea9b616d5882d2d8f8c673c8d.jpg" alt="">
<form action="">
<input type="text" placeholder="Enter Your Name">
<input type="email" placeholder="Enter Your Email-Id">
<input type="Number" placeholder="Enter Your Number">
<!-- <input type="text" placeholder="Enter Your Name"> -->
<textarea placeholder="Enter membership Type"></textarea>
<button>JOIN</button>
</form>
</div>
</section>
<div class="footer">
<h2>MANCHESTER IS RED</h2>
</div>
</body>
</html>