-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex
345 lines (309 loc) · 14.6 KB
/
index
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
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
<!DOCTYPE html>
<html>
<title>B2RSports</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://www.w3schools.com/lib/w3-theme-black.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<body id="myPage">
<!-- Sidebar on click -->
<!--<nav class="w3-sidebar w3-bar-block w3-white w3-card w3-animate-left w3-xxlarge" style="display:none;z-index:2" id="mySidebar">
<a href="javascript:void(0)" onclick="w3_close()" class="w3-bar-item w3-button w3-display-topright w3-text-teal">Close
<i class="fa fa-remove"></i>
</a>
<a href="#" class="w3-bar-item w3-button">Link 1</a>
<a href="#" class="w3-bar-item w3-button">Link 2</a>
<a href="#" class="w3-bar-item w3-button">Link 3</a>
<a href="#" class="w3-bar-item w3-button">Link 4</a>
<a href="#" class="w3-bar-item w3-button">Link 5</a>
</nav>-->
<!-- Navbar -->
<div class="w3-top">
<div class="w3-bar w3-theme-d1 w3-left-align">
<a class="w3-bar-item w3-button w3-hide-medium w3-hide-large w3-right w3-hover-white w3-theme-d2" href="javascript:void(0);" onclick="openNav()"><i class="fa fa-bars"></i></a>
<a href="#" class="w3-bar-item w3-button w3-teal"><i class="fa fa-home w3-margin-right"></i>Home</a>
<a href="#work" class="w3-bar-item w3-button w3-hide-small w3-hover-white">Mission</a>
<a href="#pricing" class="w3-bar-item w3-button w3-hide-small w3-hover-white">Apparel</a>
<a href="#team" class="w3-bar-item w3-button w3-hide-small w3-hover-white">Team</a>
<a href="#contact" class="w3-bar-item w3-button w3-hide-small w3-hover-white">Contact</a>
<!-- <div class="w3-dropdown-hover w3-hide-small">
<button class="w3-button" title="Notifications">Dropdown <i class="fa fa-caret-down"></i></button>
<div class="w3-dropdown-content w3-card-4 w3-bar-block">
<a href="#" class="w3-bar-item w3-button">Link</a>
<a href="#" class="w3-bar-item w3-button">Link</a>
<a href="#" class="w3-bar-item w3-button">Link</a>
</div>
</div>-->
<a href="#" class="w3-bar-item w3-button w3-hide-small w3-right w3-hover-teal" title="Search"><i class="fa fa-search"></i></a>
</div>
<!-- Navbar on small screens -->
<div id="navDemo" class="w3-bar-block w3-theme-d2 w3-hide w3-hide-large w3-hide-medium">
<a href="#team" class="w3-bar-item w3-button">Team</a>
<a href="#work" class="w3-bar-item w3-button">Work</a>
<a href="#pricing" class="w3-bar-item w3-button">Price</a>
<a href="#contact" class="w3-bar-item w3-button">Contact</a>
<a href="#" class="w3-bar-item w3-button">Search</a>
</div>
</div>
<!-- Image Header -->
<div class="w3-display-container w3-animate-opacity">
<img src="images/soccer_field.jpg" alt="field" style="width:100%;min-height:350px;max-height:600px;">
<div class="w3-container w3-display-bottomleft w3-margin-bottom">
<button onclick="document.getElementById('id01').style.display='block'" class="w3-button w3-xlarge w3-theme w3-hover-teal" title="Go To W3.CSS">Back2RootSports</button>
</div>
</div>
<!-- Modal -->
<!--<div id="id01" class="w3-modal">
<div class="w3-modal-content w3-card-4 w3-animate-top">
<header class="w3-container w3-teal w3-display-container">
<span onclick="document.getElementById('id01').style.display='none'" class="w3-button w3-teal w3-display-topright"><i class="fa fa-remove"></i></span>
<h4>Oh snap! We just showed you a modal..</h4>
<h5>Because we can <i class="fa fa-smile-o"></i></h5>
</header>
<div class="w3-container">
<p>Cool huh? Ok, enough teasing around..</p>
<p>Go to our <a class="w3-text-teal" href="/w3css/default.asp">W3.CSS Tutorial</a> to learn more!</p>
</div>
<footer class="w3-container w3-teal">
<p>Modal footer</p>
</footer>
</div>
</div>-->
<!-- Work Row -->
<div class="w3-row-padding w3-padding-64 w3-theme-l1" id="work">
<!--w3-quarter-->
<div class="w3-center">
<h2>Our Mission</h2>
<p>Our mission is to provide products of the highest quality and exceptional customer service while promoting the development and continued support of soccer in the United States.</p>
<h2>About Us</h2>
<p>B2R (Back 2 Roots) Sports LLC is an apparel company on a mission to reinvigorate
American soccer fans after the USA’s failure to qualify for the 2018 World Cup™. We
are providing high quality T-shirts with unique designs that represent the diversity and
passion of soccer fans in the USA. Whether you’re supporting your country of ancestry
or simply joining pulling for a team you admire, we are happy to provide you with the
apparel you need. Additionally, we will be donating a percentage of proceeds to U.S.
Soccer in order to contribute the future growth of the sport in America. We thank you for
your support and look forward to an exciting, soccer-filled summer with you! When
you’re not sure who to root for, simply look to your Roots!
</p>
</div>
<!--<div class="w3-quarter">
<div class="w3-card w3-white">
<img src="images/shield.png" alt="SHIELD" style="width:100%">
<div class="w3-container">
<h3>U.S. Soccer Foundation </h3>
<h4>Trade</h4>
<p>Talk about donation process</p>
<p>Talk about donation process</p>
<p>Talk about donation process</p>
<p>Talk about donation process</p>
</div>
</div>
</div>
<div class="w3-quarter">
<div class="w3-card w3-white">
<img src="images/shield.png" alt="SHIELD" style="width:100%">
<div class="w3-container">
<h3>U.S. Soccer Foundation </h3>
<h4>Trade</h4>
<p>Talk about donation process</p>
<p>Talk about donation process</p>
<p>Talk about donation process</p>
<p>Talk about donation process</p>
</div>
</div>
</div>
<div class="w3-quarter">
<div class="w3-card w3-white">
<img src="images/shield.png" alt="SHIELD" style="width:100%">
<div class="w3-container">
<h3>U.S. Soccer Foundation </h3>
<h4>Trade</h4>
<p>Talk about donation process</p>
<p>Talk about donation process</p>
<p>Talk about donation process</p>
<p>Talk about donation process</p>
</div>
</div>--!>
</div>
</div>
<!-- Container -->
<!--<div class="w3-container" style="position:relative">
<a onclick="w3_open()" class="w3-button w3-xlarge w3-circle w3-teal"
style="position:absolute;top:-28px;right:24px">+</a>
</div>-->
<!-- Pricing Row -->
<div class="w3-row-padding w3-center w3-padding-64" id="pricing">
<h1>APPAREL</h1>
<h2>ICELAND</h2>
<h3>“We all have a little Ice in our veins.”</h3>
<p>While Icelandic may not be a large demographic in the United States, we found their team’s success story to be inspirational and something the USSF should look to in order to mend some of our own flaws. Their run through the 2016 Euros and qualification for the 2018 World Cup™ are some of the greatest underdog tales ever told. Show your support with one of our great Americans For Iceland shirts!
</p><br>
<div class="w3-third w3-margin-bottom">
<ul class="w3-ul w3-border w3-hover-shadow">
<li class="w3-theme">
<p class="w3-xlarge">ICELAND</p>
</li>
<li class="w3-padding-16"><b>Sizes:</b> S, M, L, XL, XXL</li>
<li class="w3-padding-16"><b>Colors:</b> Red, White, Blue, Green</li>
<li class="w3-padding-16"><img src="images/placeholder.png" alt="CEO" style="width:45%" class="w3-round"></li>
<li class="w3-padding-16">
<h2 class="w3-wide"><i class="fa fa-usd"></i> 10</h2>
<span class="w3-opacity"></span>
</li>
<li class="w3-theme-l5 w3-padding-24">
<button class="w3-button w3-teal w3-padding-large"><i class="fa fa-check"></i> Add to Cart</button>
</li>
</ul>
</div>
<div class="w3-third w3-margin-bottom">
<ul class="w3-ul w3-border w3-hover-shadow">
<li class="w3-theme">
<p class="w3-xlarge">ICELAND</p>
</li>
<li class="w3-padding-16"><b>Sizes:</b> S, M, L, XL, XXL</li>
<li class="w3-padding-16"><b>Colors:</b> Red, White, Blue, Green</li>
<li class="w3-padding-16"><img src="images/placeholder.png" alt="CEO" style="width:45%" class="w3-round"></li>
<li class="w3-padding-16">
<h2 class="w3-wide"><i class="fa fa-usd"></i> 10</h2>
<span class="w3-opacity"></span>
</li>
<li class="w3-theme-l5 w3-padding-24">
<button class="w3-button w3-teal w3-padding-large"><i class="fa fa-check"></i> Add to Cart</button>
</li>
</ul>
</div>
<div class="w3-third w3-margin-bottom">
<ul class="w3-ul w3-border w3-hover-shadow">
<li class="w3-theme">
<p class="w3-xlarge">ICELAND</p>
</li>
<li class="w3-padding-16"><b>Sizes:</b> S, M, L, XL, XXL</li>
<li class="w3-padding-16"><b>Colors:</b> Red, White, Blue, Green</li>
<li class="w3-padding-16"><img src="images/placeholder.png" alt="CEO" style="width:45%" class="w3-round"></li>
<li class="w3-padding-16">
<h2 class="w3-wide"><i class="fa fa-usd"></i> 10</h2>
<span class="w3-opacity"></span>
</li>
<li class="w3-theme-l5 w3-padding-24">
<button class="w3-button w3-teal w3-padding-large"><i class="fa fa-check"></i> Add to Cart</button>
</li>
</ul>
</div>
</div>
<!-- Team Container -->
<div class="w3-container w3-padding-64 w3-center" id="team">
<h2>OUR TEAM</h2>
<p>Meet the team:</p>
<div class="w3-row"><br>
<div class="w3-quarter">
<img src="images/dylan.jpg" alt="CEO" style="width:45%" class="w3-circle w3-hover-opacity">
<h3>Dylan Pletcher </h3>
<p>Chief Executive Officer</p>
<div class="w3-small"><p> Dylan is a junior at Indiana University studying Business
Management, Sustainable Energy, and German. He is a lifelong US Soccer fan and
remains optimistic about the future of the team despite their recent shortcomings. </p> </div>
<div class="w3-tiny"> <p> <a href="https://www.linkedin.com/in/dylanpletcher/"> LinkedIn </a> </p> </div>
</div>
<div class="w3-quarter">
<img src="images/matt.jpg" alt="CEO" style="width:45%" class="w3-circle w3-hover-opacity">
<h3>Matt Pletcher </h3>
<p>Chief Financial Officer</p>
<div class="w3-small"><p> Hello I will be talking about my life. </p> </div>
<div class="w3-tiny"> <p> <a href="https://www.linkedin.com/in/matt-pletcher-145572b/"> LinkedIn</a> </p> </div>
</div>
<div class="w3-quarter">
<img src="images/jacob.jpg" alt="CTO" style="width:45%" class="w3-circle w3-hover-opacity">
<h3>Jacob Good</h3>
<p>Chief Technical Officer</p>
<div class="w3-small"><p> Hello I will be talking about my life. </p> </div>
<div class="w3-tiny"> <p> <a href="https://www.linkedin.com/in/jacob-g-52574ba7/"> LinkedIn</a> </p> </div>
</div>
<div class="w3-quarter">
<img src="images/justin.jpg" alt="Web" style="width:45%" class="w3-circle w3-hover-opacity">
<h3>Justin Drinkall</h3>
<p>Web Designer</p>
<div class="w3-small"><p> Hello I will be talking about my life.</p> </div>
<div class="w3-tiny"> <p> <a href="https://www.linkedin.com/in/justin-drinkall-015b20131/"> LinkedIn</a> </p> </div>
</div>
<!--<div class="w3-quarter">
<img src="images/tommy.jpg" alt="Designer" style="width:45%" class="w3-circle w3-hover-opacity">
<h3>Thomas McLaughlin</h3>
<p>Shirt Designer</p>
<div class="w3-small"><p> Hello I will be talking about my life. </p> </div>
<div class="w3-tiny"> <p> <a href="https://www.linkedin.com/in/dylanpletcher/"> LinkedIn</a> </p> </div>
</div>-->
</div>
</div>
<!-- Contact Container -->
<div class="w3-container w3-padding-64 w3-theme-l5" id="contact">
<div class="w3-row">
<div class="w3-col m5">
<div class="w3-padding-16"><span class="w3-xlarge w3-border-teal w3-bottombar">Contact Us</span></div>
<h3>Address</h3>
<p>118 E 17th Street </p>
<p><i class="fa fa-map-marker w3-text-teal w3-xlarge"></i> Bloomington, Indiana US</p>
<p><i class="fa fa-phone w3-text-teal w3-xlarge"></i> (574) 303-2881 </p>
<p><i class="fa fa-envelope-o w3-text-teal w3-xlarge"></i> dpletcher@back2rootssports.com</p>
</div>
<div class="w3-col m7">
<form class="w3-container w3-card-4 w3-padding-16 w3-white" action="/action_page.php" target="_blank">
<div class="w3-section">
<label>Name</label>
<input class="w3-input" type="text" name="Name" required>
</div>
<div class="w3-section">
<label>Email</label>
<input class="w3-input" type="text" name="Email" required>
</div>
<div class="w3-section">
<label>Message</label>
<input class="w3-input" type="text" name="Message" required>
</div>
<input class="w3-check" type="checkbox" checked name="Like">
<label>I Like it!</label>
<button type="submit" class="w3-button w3-right w3-theme">Send</button>
</form>
</div>
</div>
</div>
<!-- Footer -->
<footer class="w3-container w3-padding-32 w3-theme-d1 w3-center">
<h4>Follow Us</h4>
<!-- <a class="w3-button w3-large w3-teal" href="javascript:void(0)" title="Facebook"><i class="fa fa-facebook"></i></a> -->
<a class="w3-button w3-large w3-teal" href="https://twitter.com/B2RSports" title="Twitter"><i class="fa fa-twitter"></i></a>
<a class="w3-button w3-large w3-teal" href="https://www.reddit.com/user/B2R_Sports/" title="Reddit"><i class="fa fa-reddit"></i></a>
<a class="w3-button w3-large w3-teal" href="https://www.instagram.com/b2rsports/" title="Instagram"><i class="fa fa-instagram"></i></a>
<a class="w3-button w3-large w3-teal w3-hide-small" href="https://www.linkedin.com/company/18513315/" title="Linkedin"><i class="fa fa-linkedin"></i></a>
<!--<p>Powered by <a href="https://www.w3schools.com/w3css/default.asp" target="_blank">w3.css</a></p>-->
<div style="position:relative;bottom:100px;z-index:1;" class="w3-tooltip w3-right">
<span class="w3-text w3-padding w3-teal w3-hide-small">Go To Top</span>
<a class="w3-button w3-theme" href="#myPage"><span class="w3-xlarge">
<i class="fa fa-chevron-circle-up"></i></span></a>
</div>
</footer>
<script>
// Script for side navigation
function w3_open() {
var x = document.getElementById("mySidebar");
x.style.width = "300px";
x.style.paddingTop = "10%";
x.style.display = "block";
}
// Close side navigation
function w3_close() {
document.getElementById("mySidebar").style.display = "none";
}
// Used to toggle the menu on smaller screens when clicking on the menu button
function openNav() {
var x = document.getElementById("navDemo");
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
} else {
x.className = x.className.replace(" w3-show", "");
}
}
</script>
</body>
</html>