-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (69 loc) · 3.55 KB
/
index.html
File metadata and controls
71 lines (69 loc) · 3.55 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
<!DOCTYPE html>
<html>
<head>
<title>The Football Store</title>
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/main.css">
<link href='https://fonts.googleapis.com/css?family=Mrs+Sheppards' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Passion+One' rel='stylesheet' type='text/css'>
</head>
<body>
<header>
<div class="container-fluid">
<div class="row headerColor">
<div class="col-md-6 ">
<div id="logofont"><h1> The Football Store</h1></div>
</div>
<div class="col-md-5 alignNav one">
<ul>
<li><a href="#" title="Home" class="active"><h4>Home</h4></a></li>
<li><a href="#" title="About Us"><h4>About</h4></a></li>
<li><a href="#" title="Contact Us"><h4>Contact</h4></a></li>
<li><a href="#" title="Get An Account"><h4>Login/Register</h4></a></li>
</ul>
</div>
<div class="col-md-1 alignNav one">
<ul><li><a href="#" title=""><h4>Cart</h4></a></li></ul>
</div>
</div>
</div>
</header>
<section>
<div>
<div class="row">
<div class="col-md-6"><figure><a href="#"><img class="img-responsive" src="https://placebear.com/690/400"><figcaption class="secondaryColor padShop"><h3>Jersy & Shorts</h3><h4>Shop Now</h4></figcaption></a></figure></div>
<div class="col-md-6"><figure><a href="#"><img class="img-responsive" src="https://placebear.com/690/400"><figcaption class="secondaryColor padShop"><h3>Polos,Jackets and much more </h3><h4>Shop Now</h4></figcaption></a></figure></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12 headerColor text-center one">
<h3>Best Selling</h3>
</div>
</div>
<div class="row secondaryColor">
<div class="col-md-3"><figure><img class="img-responsive" src="https://placebear.com/250/200"><figcaption class="text-center"><h3>Apple</h3></figcaption></figure></div>
<div class="col-md-3"><figure><img class="img-responsive" src="https://placebear.com/250/200"><figcaption class="text-center"><h3>Apple</h3></figcaption></figure></div>
<div class="col-md-3"><figure><img class="img-responsive" src="https://placebear.com/250/200"><figcaption class="text-center"><h3>Apple</h3></figcaption></figure></div>
<div class="col-md-3"><figure><img class="img-responsive" src="https://placebear.com/250/200"><figcaption class="text-center"><h3>Apple</h3></figcaption></figure></div>
</div>
<div class="row secondaryColor margTop">
<div class="col-md-3"><figure><img class="img-responsive" src="https://placebear.com/250/200"><figcaption class="text-center"><h3>Apple</h3></figcaption></figure></div>
<div class="col-md-3"><figure><img class="img-responsive" src="https://placebear.com/250/200"><figcaption class="text-center"><h3>Apple</h3></figcaption></figure></div>
<div class="col-md-3"><figure><img class="img-responsive" src="https://placebear.com/250/200"><figcaption class="text-center"><h3>Apple</h3></figcaption></figure></div>
<div class="col-md-3"><figure><img class="img-responsive" src="https://placebear.com/250/200"><figcaption class="text-center"><h3>Apple</h3></figcaption></figure></div>
</div>
<div class="row">
<div class="col-md-8"></div>
<div class="col-md-4"></div>
</div>
</div>
</section>
<footer>
<hr>
<div class="text-center">Copright © 2012-2016 Footy Store.com</div>
<div class="text-center">Keep In Touch</div>
<div class="text-center">Shop for the best Football goodies here.</div>
</footer>
</body>
</html>