-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (57 loc) · 3.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>FOOTY | FOOTBALL EQUIPMENT AND ACCESSORIZES</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<div class="container">
<div class="row flex-between">
<a href="#" class="logo">FOOTY</a>
<nav class="nav main-nav">
<ul>
<li><a href="#">Home</a></li>
<li><a href="products.html">Products</a></li>
<li><a href="contacts.html">Contacts</a></li>
</ul>
</nav>
</div>
</div>
</header>
<main>
<div class="container">
<h1>FOOTY | FOOTBALL EQUIPMENT AND ACCESSORIZES</h1>
<p>FOOTY.COM is the UK’s leading football price comparison site, finding you the cheapest prices on thousands of
products and football merchandise. Supporting your team has never been more expensive, but we work tirelessly
to bring you the best deals on a huge range of football boots, kits, trainers, equipment and more.</p>
<p> Working with the biggest brands and retailers in the game, we have a huge range of prices and deals for you
to discover. Head over to our blog for news and reviews on the latest releases to help you decide on your next
purchase. Shop and save with us today to pay less and play more.</p>
<h2>KITS, BOOTS & TRAINERS</h2>
<p>It doesn’t matter if you’re a Manchester United, Barcelona, Juventus or Borussia Dortmund fan, you’ll find your
next kit at the cheapest price online with FOOTY.COM. From the MLS to Ligue 1 and beyond, we have a huge range
of shirts, shorts and socks from hundreds of clubs and national teams around the world.</p>
<p>We also have an impressive range of the latest boots and trainers from top brands including Nike, adidas, Puma,
Umbro, New Balance and more. If you’re after a new pair of boots for your next big game, or new trainers for
racking up the miles on your next run, at FOOTY.COM you can find them at the best prices around.</p>
<h2>TRAINING WEAR & EQUIPMENT</h2>
<p>It’s not just on the pitch that we help you save money. If you’re serious about your training, you can find
thousands of football products for a kick about and training sessions. We bring you the lowest prices on a
range of footballs, goalkeeper gloves, shin guards and more, so you can spend less time searching and more
time saving. We also have a fantastic collection of training wear too, perfect for showing your colours wherever
you go.</p>
<p> No matter what has caught your eye, shop with FOOTY.COM today to find the best price online.</p>
</div>
</main>
<footer>
<div class="container">
<div class="row">
<p>©All rights reserved</p>
</div>
</div>
</footer>
</body>
</html>