-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsneakers.html
215 lines (177 loc) · 7.54 KB
/
sneakers.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
<!DOCTYPE html>
<html lang="es">
<head>
<title> Sneakers </title>
<meta charset="utf-8">
<style>
h1{ font-weight:bold; text-align:center;text-decoration:underline;}
h2 {text-align:center;}
h3 {text-align:center;}
.topnav {
background-color: #03989E;
overflow: hidden;
position: relative;
}
.topnav a {
float: left;
color: #f2f2f2;
text-align: center;
padding: 20px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: #ddd;
color: #03989E;
}
/* Add a color to the active/current link */
.topnav a.active {background-color: #03989E; color: #ddd;
}
footer {text-align: center; padding: 3px; background-color: #03989E; color: #ddd; font-size: 17px;}
a {color:#FFFFFF; text-decoration: none;}
h3 {text-align: center;}
ul {list-style: none;}
.hov1 {position:relative; width:24%; float:left; left:5%;}
.image {opacity:1; display:block; transition:.5s ease;}
.middle {transition:.5s ease; opacity:0; position:absolute; top:50% left:50%; transform:translate(100%, -200%); text-align:center;}
.hov1:hover .image {opacity:0.3;}
.hov1:hover .middle {opacity:1;}
.text {background-color:#000000; color:#FFFFFF; font-size:16px; padding:16px 32px;}
.hov2 {position:relative; width:22%; float:left; left: 14%;}
.image2 {opacity:1; display:block; transition:.5s ease;}
.middle2 {transition:.5s ease; opacity:0; position:absolute; top:50% left:50%; transform:translate(100%, -200%); text-align:center;}
.hov2:hover .image2 {opacity:0.3;}
.hov2:hover .middle2 {opacity:1;}
.text2 {background-color:#000000; color:#FFFFFF; font-size:16px; padding:16px 32px;}
.hov3 {position:relative; width:20%; float:right; right: 10%;}
.image3 {opacity:1; display:block; transition:.5s ease;}
.middle3 {transition:.5s ease; opacity:0; position:absolute; top:50% left:50%; transform:translate(70%, -200%); text-align:center;}
.hov3:hover .image3 {opacity:0.3;}
.hov3:hover .middle3 {opacity:1;}
.text3 {background-color:#000000; color:#FFFFFF; font-size:16px; padding:16px 32px;}
</style>
</head>
<body bgcolor= tan>
<div class="topnav">
<a href="index.html">Home</a>
<a href="Running Shoes Page.html">Running Shoes</a>
<a href="Cleats.html">Cleats</a>
<a href="CasualShoes.html">Casual</a>
<a href="sneakers.html">Sneakers</a>
<a href="Boot_webpage.html">Boots</a>
<a href="professionalshoes.html">Professional</a>
<a href="Comfort_alt_2.html">Comfort</a>
</div>
<center><img src="images/tsy_header.png" height="50%" width="50%" alt="header"></center><br>
<h1 style="background-color:#03989E; color:#000000; font-size:50px;"> Sneakers </h1>
<div class="hov1">
<img src="images/af1.jpg" alt="AF1" height="180" width="320" class="image">
<div class="middle">
<div class="text"><a href="https://news.nike.com/news/nike-air-force-1-visual-history"> Nike </a></div>
</div>
</div>
<div class="hov2">
<img src="images/airjordans1.jpeg" alt="AJ1" height="180" width="300" class="image2">
<div class="middle2">
<div class="text2"><a href="https://www.footlocker.com/history-of-air-jordan.html"> Jordan </a></div>
</div>
</div>
<div class="hov3">
<img src="images/adidasad.png" alt="AdiAd" height="180" width="260" class="image3">
<div class="middle3">
<div class="text3"><a href="https://www.adidas.com/us/blog/392942"> Adidas </a></div>
</div>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<h2><u> Nike </u></h2>
<center> Nike Founder(s): Phil Knight and Bill Bowerman </center> <br>
<center> <h3> History: </h3>
<ul>
<li> Purpose of the shoe: Track&Field runners. </li>
<br>
<li> Before "Nike" it was "Blue Ribbon Sports". (1964) </li>
<br>
<li> Nike was started because relations with the Japanese suppliers (Tiger) went bad. </li>
<br>
<li> Phil Knight initially wanted to call the company "Dimension 6". </li>
<br>
<li> Name was inspired by the Greek Goddess of Victory "Nike" </li>
<br>
<li> The "Swoosh" logo was created for $35 by Carolyn Davis who was a design student. </li>
</ul>
<h3> Most Poular Shoe: Air Force 1 </h3>
<ul>
<li> The Nike AF1 design was created by Bruce Kilgore </li>
<li> Nike debuted its soon be most popular shoe in 1982 called "Air Force 1" (High-Top) </li>
<li> Quickly adopted by big men in the NBA for cusion (heel) support. </li>
<li> Nike releases AF1 low-top in 1983 </li>
<li> The Nike AF1 was almost discontinued in 1984 </li>
<li> Local Baltimore retailers pushed for more colorways and saved the shoe </li>
</ul> </center>
<br>
<br>
<br>
<h2><u> Jordan </u></h2>
<img src="images/jumpman-logo.jpg" alt="jumpman" height="256" width="256" style="float:left;">
<img src="images/Airjad.png" alt="Ad" height="294" width="236" style="float:right;">
<center> Jordan Founder(s): Nike and Michael Jordan </center> <br>
<center><h3> History: </h3>
<ul>
<li> Purpose of the shoe: Basketball performance </li>
<br>
<li> Jordan originally wanted to sign with Adidas </li>
<br>
<li> Nike offered Jordan $500,000 a year cash for 5 years if he signs </li>
<br>
<li>Shoes was designed by Peter Moore, Tinker Hatfield, Bruce Kilgore. </li>
<br>
<li> Logo created by: Peter Moore and Tinker Hatfield</li>
</ul>
<h3> Most Popular Shoe: Air Jordan 1 </h3>
<ul>
<li> Originally price was $65 (1985) </li>
<li> Nike sold $70 million worth of the shoes just a month into the release </li>
<li> NBA banned the original Air Jordan for not meeting the leagues policy on uniform and colors </li>
<li> Jordan got a $5000 fine every game he wore the shoes but Nike paid for it </li>
</ul></center>
<br>
<br>
<h2><u> Adidas </u></h2>
<img src="images/adidas-logo.jpg" alt="AdidasLogo" height="250" width="349" style="float:left;">
<img src="images/RunDMC.jpg" alt="RUNDMC" height="260" width="350" style="float:right;">
<center> Adidas Founder(s): Adolf "Adi" Dassler (1949) </center>
<center><h3> History: </h3>
<ul>
<li> Purpose of the shoe: Athletic performance. </li>
<br>
<li> Got the name "Adidas" from nickname "Adi" and last name "(Das)sler". </li>
<br>
<li> Adi started the company at age 49. </li>
<br>
<li> Before "Adidas" it was "Gerbruder Dassler Schuhfabrik" in 1924 </li>
<br>
<li> Dasslers brother (Rudolph Dassler) is the founder of Puma </li>
</ul>
<h3> Most Popular Shoe: Adidas Superstar</h3>
<ul>
<li> Was originally a basketball shoe released in 1969 </li>
<li> Adidas became a fashion trend when hip-hop group "RUN DMC" release the song "My Adidas" </li>
<li> RUN DMC became the first hip-hop group to be endorsed by a sports company </li>
</ul></center>
<br>
<br>
</body>
<footer> © Copyright 2020 Team 2 | The GOATs<br>
Visit us at: <br>
<a href="https://spitfire5720.github.io/is-the-shoe-for-you-.github.io/index.html">IsTheShoeForYou.com</a>
</footer>
</html>