This repository has been archived by the owner on Apr 18, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
218 lines (191 loc) · 6.3 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
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
215
216
217
218
<!DOCTYPE html>
<html>
<!---------------------->
<!-- HEAD STARTS HERE -->
<!---------------------->
<head>
<meta charset="utf-8">
<title>Buy our shoes!!</title>
<!-- Link Fonts -->
<link href="https://fonts.googleapis.com/css?family=Oswald:200,300,400|Roboto:100,200,300,400" rel="stylesheet">
<!-- Link CSS -->
<link reL="stylesheet" href="./style.css">
</head>
<!---------------------->
<!-- BODY STARTS HERE -->
<!---------------------->
<body>
<div id="pop-up-layer" class="pop-up-layer">
<div id="pop-up" class="pop-up">
<h1 class="pop-up-title">Get Rewards!</h1>
<h2 class="pop-up-sub">Subscribe for 15% off at checkout!</h2>
<div class="sub-fields">
<input class="email-input" placeholder="Your e-mail"><button class="email-sub">Subscribe</button>
</div>
<button id="close-pop-up" class="close-btn">X</button>
</div>
</div>
<nav class="nav-bar">
<ul class="nav-links">
<li class="nav-btn logo"><a href="#home"><img height="50px" src="https://image.flaticon.com/icons/svg/933/933692.svg"></a></li>
<li class="nav-btn right"><a class="call-to-action-btn" id="sub-btn" href="#contact"> Subscribe </a></li>
<li class="nav-btn"><a href="#cart"><img height="50px" src="https://image.flaticon.com/icons/svg/859/859270.svg"></a></li>
</ul>
</nav>
<div class="hero">
<div class="hero-overlay-text">
<h1>We Sell Shoes!</h1>
<a class="call-to-action-btn" href="#home">Shop Now</a>
</div>
</div>
<div class="clients">
<p class="clients-header">Our Happy Clients</p>
<div class="client-images">
<img height="100px" src="http://www.stickpng.com/assets/images/58419ce2a6515b1e0ad75a69.png" />
<img height="100px" src="https://cdn.bleacherreport.net/images/team_logos/328x328/yeezy.png" />
<img height="100px" src="https://digitalimpact.org/wp-content/uploads/2013/05/US-WhiteHouse-Logo-square-72078_490x480.png" />
<img height="100px" src="https://i.pinimg.com/originals/1e/aa/93/1eaa93626c2579bd6175526256af9cd8.png" />
<img height="100px" src="http://www.stickpng.com/assets/images/580b585b2edbce24c47b2b21.png" />
</div>
</div>
<div class="subscribe">
<h1>Get unique designs in your inbox</h1>
<h3>Recieve our monthly newsletter with special offers</h3>
<div class="sub-fields">
<form>
<input type="email" class="email-input" placeholder="Your e-mail"><button class="email-sub">Subscribe</button>
</form>
</div>
</div>
<div class="gallery-sec">
<div class="gallery">
<h1 class="g-header">Browse Our Shop</h1>
<div class="panel a">
<div>Booties</div>
</div>
<div class="panel b">
<div>Streeties</div>
</div>
<div class="panel tall-panel c">
<div>Joggies</div>
</div>
<div class="panel d">
<div>Floppies</div>
</div>
<div class="panel e">
<div>Dressies</div>
</div>
<div class="panel f">
<div>Rollies</div>
</div>
<div class="panel tall-panel g">
<div>Sneakies</div>
</div>
<div class="panel tall-panel h">
<div>Edgies</div>
</div>
<div class="panel i">
<div>Campies</div>
</div>
<div class="panel j">
<div>Cheeties</div>
</div>
</div>
</div>
<div class="subscribe subscribe-2">
<h1>"Nobody has better shoes than them!"</h1>
<h3>— Turd Ferguson, Shoe Fanatic</h3>
<div class="sub-fields">
<form>
<input type="email" class="email-input" placeholder="Your e-mail"><button class="email-sub">Subscribe</button>
</form>
</div>
</div>
<div class="testimonials">
<h1 class="testi-title">
Testimonials
</h1>
<div class="tests first">
<div class="testimonial testi-1">
<img src="http://infasme.com/wp-content/uploads/2017/05/Faces-400x400px-1_1_07-scalia-testimonial.jpg" class="testi-image" />
<div class="testi-quote">
This product was amazing.
<p> - John Setzen</p>
</div>
</div>
<div class="testimonial testi-2">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSjvtBy5YBKiYcLTPgiQXdPNUK0c4cma-EoXPPuay1ba4-7kJLj" class="testi-image" />
<div class="testi-quote">
This product was great.
<p>- John Setzen's Twin Brother</p>
</div>
</div>
<div class="testimonial testi-3">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQbJAJEmKnMZWlu3aXB-5J9kqlppVCOH-xlFYQKuNWQY1BwpMsD" class="testi-image" />
<div class="testi-quote">
This product was pretty good.
<p>- Professional John Setzen Look Alike</p>
</div>
</div>
</div>
<div class="dots">
<div id="prev" class="dot"></div>
<div id="next" class="dot"></div>
<div id="next-next" class="dot"></div>
</div>
</div>
<div class="subscribe subscribe-3">
<h1>"I would kill for these shoes!"</h1>
<h3>— Genghis Khan, Famous Barbarian</h3>
<div class="sub-fields">
<form>
<input type="email" class="email-input" placeholder="Your e-mail"><button class="email-sub">Subscribe</button>
</form>
</div>
</div>
<div class="faq">
<h2>Frequently Asked Questions</h2>
<div class="faq-container">
<button class="accordion">How do I tie my shoes?</button>
<div class="faqpanel">
<p>Lace them together.</p>
</div>
<button class="accordion">I lost one of my shoes, can I purchase just one?</button>
<div class="faqpanel">
<p>No.</p>
</div>
<button class="accordion">You don't carry the shoes in my size.</button>
<div class="faqpanel">
<p>Tough luck</p>
</div>
</div>
</div>
<div class="footer">
<div class="container">
<div class="footer-cta">
<h3>We sell shoes</h3>
<p>Please, please, please, buy our shoes.</p>
<br />
<a class="call-to-action-btn" href="#">Shop Now</a>
</div>
<div class="footer-links">
<h3>Links</h3>
<li><a href="#">Home</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Shop</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">Investors</a></li>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container row">
<div>© 2018 Copyright by We Sell Shoes</div>
<div class="more-links">More Links</div>
</div>
</div>
<!-- Link JavaScript -->
<!-- Note: Located at bottom to improve performance -->
<script src="script.js"></script>
</body>
</html>