-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshop.html
137 lines (103 loc) · 4.05 KB
/
shop.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
---
layout: default
title: shop
---
<!-- PAGE TOP -->
<section class="page-title">
<div class="container">
<header>
<ul class="breadcrumb"><!-- breadcrumb -->
<li class="active"><a href="#">Shop</a></li>
</ul><!-- /breadcrumb -->
<h2><!-- Page Title -->
<strong>2TR Football</strong> Store
</h2><!-- /Page Title -->
</header>
</div>
</section>
<!-- /PAGE TOP -->
<!-- CONTENT -->
<section>
<div class="container">
<link href="/php/StivaShoppingCartDev/index.php?controller=pjFront&action=pjActionLoadCss" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="/php/StivaShoppingCartDev/index.php?controller=pjFront&action=pjActionLoad&locale=1"></script>
</div>
</section>
<!-- /CONTENT -->
<!-- FOOTER -->
<footer id="footer">
<div class="container">
<div class="row">
<!-- col #1 -->
<div class="logo_footer dark col-md-3">
<img alt="" src="assets/images/logo_footer.png" class="logo" />
<p class="block">
2TR Football Limited<br />
25 Bertram Street<br />
London, N19 5DQ<br />
Email: [email protected]<br />
Phone: 020 7272 7201<br />
</p>
<p class="block"><!-- social -->
<a href="https://www.facebook.com/2TRFootball" class="social fa fa-facebook"></a>
<a href="https://twitter.com/2TRFootball" class="social fa fa-twitter"></a>
<a href="https://www.youtube.com/user/2TRFootball" class="social fa fa-youtube-square"></a>
</p><!-- /social -->
</div>
<!-- /col #1 -->
<!-- /col #2 REMOVED -->
<!-- col #3 -->
<div class="spaced col-md-6 col-sm-8 hidden-xs">
<div class="footerWidget">
<h3>Latest <strong>tweets</strong> </h3>
<div id="twitterFrame">
<a class="twitter-timeline" height="250" href="https://twitter.com/2TRFootball" data-widget-id="531082954617806848" data-tweet-limit="2" data-theme="dark" data-chrome="nofooter noheader transparent">
Tweets by @2TRFootball
</a>
<script>
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script>
</div>
</div>
</div>
<!-- /col #3 -->
<!-- col #4 -->
<div class="spaced col-md-3 col-sm-4">
<h4>About <strong>Us</strong></h4>
<p>
Specially crafted sports development franchise based in London, UK.
</p>
<h4><small><strong>Subscribe to our Newsletter</strong></small></h4>
<form id="newsletterSubscribe" method="post" action="php/newsletter.php" class="input-group">
<input required type="email" class="form-control" name="newsletter_email" id="newsletter_email" value="" placeholder="E-mail Address">
<span class="input-group-btn">
<button class="btn btn-primary">SUBMIT</button>
</span>
</form>
</div>
<!-- /col #4 -->
</div>
</div>
<hr />
<div class="copyright">
<div class="container text-center fsize12">
Design by <a class="copyright">stepofweb</a> • Developed by Walnut Web Solutions ltd • All Right Reserved © 2TR Football ltd
<a href="page-privacy.html" class="fsize11">Privacy Policy</a> •
<a href="page-terms.html" class="fsize11">Terms of Service</a>
</div>
</div>
</footer>
<!-- /FOOTER -->
<a href="#" id="toTop"></a>
</div><!-- /#wrapper -->
<!-- JAVASCRIPT FILES -->
<script type="text/javascript" src="assets/plugins/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/js/scripts.js"></script>
<script>
$(document).ready(function(){
$(".nav-main").load("nav.html");
});
</script>
</body>
</html>