-
Notifications
You must be signed in to change notification settings - Fork 0
/
safeshopping.html
214 lines (214 loc) · 9.1 KB
/
safeshopping.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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>FanCentral Home Page</title>
<meta charset="UTF-8" />
<link rel="stylesheet" type="text/css" href="styles.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<section class="top-header"><!--This is the topmost banner-->
<div class="header-coupon-container">
<a href="login.html">
<div class="savings-header-position" id="button-div">Sign Up & Save 10%</div>
</a>
</div>
<div class="top">
<a href="cart.html">
<div class="cart-position">
<img src="icons-100px/shopping-cart.png" class="cart-icon-size" /></img>
</div>
</a>
<a href="trackorder.html" class="top-links">Track Order</a>
<a href="login.html" class="top-links">My Account</a>
</div>
</section>
<div class="bottom-header-container"><!-- This is the sticky portion of the header -->
<div class="logo-home">
<a href="index.html">
<img src="img/fancentral-logo.png" alt="FanCentral Logo" class="logo"/>
</a>
</div>
<!-- Need to create a sweet animation for the Deal Bar -->
<div class="deal-link">
<div class="deal-message-1">Cyber Monday:</div>
<div class="deal-message-2">25% off ALL MERCH</div>
<div class="deal-message-3">ENTER</div>
<div class="deal-message-4">CODE</div>
<div class="deal-message-5">[STACHE]</div>
<div class="deal-message-6">...and get a free mustache</div>
<div class="deal-message-7">...or grow one like a man</div>
<div class="deal-message-8">#minshewmustache</div>
<div class="deal-message-9">#fancentraldeals</div>
<div class="minshew-container-1">
<img src="img/minshew-thinking-cartoon-300px.png" class="minshew-cartoon-1" />
</div>
<div class="minshew-container-2">
<img src="img/minshew-happy-cartoon-300px.png" class="minshew-cartoon-2" />
</div>
<a href="deals.html">
<div class="clickable-div"></div>
</a>
</div><!-- Create a Cool animation here -->
<div class="search-window"><!-- The search window that uses many transitions and animations-->
<img src="icons-100px/search-icon.png" class="search-icon-size" /></img>
<form>
<input type="text" name="search" placeholder="Search"/>
</form>
<div class="parent-box">
<a href="browseproducts.html">
<div class="child-box">
<!-- Men Icon -->
<img src="icons-100px/running-man-icon-100px.png" class="image-visibility" />
<span class="icon-text">men</span>
<span class="shop-text">SHOP NOW</span>
</div>
</a>
<a href="browseproducts.html">
<div class="child-box">
<!-- Women Icon -->
<img src="icons-100px/woman-running-icon-100px.png" class="image-visibility" />
<span class="icon-text">women</span>
<span class="shop-text">SHOP NOW</span>
</div>
</a>
<a href="browseproducts.html">
<div class="child-box">
<!-- Kids Icon -->
<img src="icons-100px/kids-icon-100px2.png" class="image-visibility" />
<span class="icon-text">kids</span>
<span class="shop-text">SHOP NOW</span>
</div>
</a>
<a href="browseproducts.html">
<div class="child-box">
<!-- Jerseys -->
<img src="icons-100px/jersey-icon-100px.png" class="image-visibility" />
<span class="icon-text">jerseys</span>
<span class="shop-text">SHOP NOW</span>
</div>
</a>
<a href="browseproducts.html">
<div class="child-box">
<!-- T-Shirts -->
<img src="icons-100px/tshirt-icon-100px2.png" class="image-visibility" />
<span class="icon-text">t-shirts</span>
<span class="shop-text">SHOP NOW</span>
</div>
</a>
<a href="browseproducts.html">
<div class="child-box">
<!-- Sweatshirts -->
<img src="icons-100px/sweat-shirt-icon-100px.png" class="image-visibility" />
<span class="icon-text">sweatshirts</span>
<span class="shop-text">SHOP NOW</span>
</div>
</a>
<a href="browseproducts.html">
<div class="child-box">
<!-- Hats -->
<img src="icons-100px/hats-icon-100px.png" class="image-visibility" />
<span class="icon-text">hats</span>
<span class="shop-text">SHOP NOW</span>
</div>
</a>
<a href="browseproducts.html">
<div class="child-box">
<!-- Accessories -->
<img src="icons-100px/accessories-icon-100px2.png" class="image-visibility" />
<span class="icon-text">accessories</span>
<span class="shop-text">SHOP NOW</span>
</div>
</a>
<a href="browseproducts.html">
<div class="child-box">
<!-- Collectibles -->
<img src="icons-100px/collectibles-football-icon-100px.png" class="image-visibility" />
<span class="icon-text">collectibles</span>
<span class="shop-text">SHOP NOW</span>
</div>
</a>
<a href="browseproducts.html">
<div class="child-box">
<!-- Home & office -->
<img src="icons-100px/home-and-office-icon-100px.png" class="image-visibility" />
<span class="icon-text">home & office</span>
<span class="shop-text">SHOP NOW</span>
</div>
</a>
<div class="child-box-logo">
<img src="img/fancentral-logo.png" alt="FanCentral Logo" class="logo-thumbnail"/>
</div>
<a href="browseproducts.html">
<div class="child-box">
<!-- Clearance -->
<img src="icons-100px/clearance-icon-100px.png" class="image-visibility" />
<span class="icon-text">clearance</span>
<span class="shop-text">SHOP NOW</span>
</div>
</a>
</div>
</div>
</div>
<main class="main-container"><!--This is the browse section (includes linked pictures)-->
<h1>SAFE SHOPPING</h1>
</main>
<footer>
<section class="footer-container">
<section class="footer-inline"><!--Customer Service-->
<h3>Customer Service</h3>
<ul class="footer-block">
<li class="footer-links">
<a href="help.html" class="footer-link-hover">Help</a>
</li>
<li class="footer-links">
<a href="trackorder.html" class="footer-link-hover">Track Order</a>
</li>
<li class="footer-links">
<a href="sizechart.html" class="footer-link-hover">Size Chart</a>
</li>
</ul>
</section>
<section class="footer-inline"><!--Worry Free Shopping-->
<h3>Worry Free Shopping</h3>
<ul class="footer-block">
<li class="footer-links">
<a href="safeshopping.html" class="footer-link-hover">Safe Shopping</a>
</li>
<li class="footer-links">
<a href="shippingrates.html" class="footer-link-hover">Shipping Rates</a>
</li>
<li class="footer-links">
<a href="jerseyassurance.html" class="footer-link-hover">Jersey Assurance</a>
</li>
</ul>
</section>
<section class="footer-inline"><!--Information-->
<h3>Information</h3>
<ul class="footer-block">
<li class="footer-links">
<a href="about.html" class="footer-link-hover">About Us</a>
</li>
<li class="footer-links">
<a href="proshop.html" class="footer-link-hover">Pro Shop</a>
</li>
<li class="footer-links">
<a href="jagsapparrel.html" class="footer-link-hover">Jags Apparrel</a>
</li>
</ul>
</section>
<section class="footer-coupon">
<section class="footer-coupon-container">
<p class="center-aligned">Stay updated on sales, new items and more</p>
<a href="login.html">
<div id="button-div">SIGN UP & SAVE 10%</div>
</a>
</section>
</section>
</section>
<section class="footer-2-container">
<p class="center-aligned">FanCentral, Inc., All Rights Reserved. No portion of this site may be reproduced or duplicated without the express permission of FanCentral, Inc.</p>
</section>
</footer>
</body>
</html>