forked from vkraucunas/collectionOfRadPpl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
180 lines (159 loc) · 8.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>RAD Shirts</title>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.6/sandstone/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="src/css/main.css">
</head>
<body>
<header>
<nav class="navbar navbar-default" style="margin-top:-2px; margin-bottom: 0px; border-radius: 0px">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-nav" href="index.html"><img src="src/reusableImg/logoSmall.png" style="padding-top: 10px; margin-right: 50px;" alt="Rad People logo image"></a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Products <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="products.html">Shirts</a></li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav navbar-right" style="margin-right: 50px;">
<li><a href="checkout.html" class="cartCheckout"><span class="glyphicon glyphicon-shopping-cart"></span> Cart</a></li>
<li>
<a href="#" class="btn btn-default btn-xs" style="margin-left: 20px;"><span class="glyphicon glyphicon-user"></span> Sign in</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<section class ="signup bg-warning">
<div class="container-fluid">
<div class ="row">
<div class ="col-lg-8 col-lg-offset-4">
<form class="form-inline">
<label for="NewsletterSignup" class="control-label"><h5>Sign up for the <em>RAD</em> Newsletter </h5></label>
<input type="email" required name="email" class="form-control input-sm" id="NewsletterSignup" placeholder="john@example.com" >
<button type="submit" class="btn btn-primary btn-xs">NOW!!</button>
</form>
</div>
</div>
</div>
</div>
</section>
<section class = "slider text-center">
<div class="container">
<div class="slider-image" id="slider">
<img src="src/reusableImg/denver_cropped.png" id="1">
<img src="src/reusableImg/austin_cropped.png" id="2">
<img src="src/reusableImg/phoenix_cropped.png" id="3">
<img src="src/reusableImg/sanFran_cropped.png" id="4">
<img src="src/reusableImg/seattle_cropped.png" id="5">
</div>
</div>
</section>
<section class ="featured">
<div class="container">
<div class ="row">
<div class ="col-lg-4 col-lg-offset-4 col-sm-4 col-sm-offset-4">
<h2 class = "center-block"> Featured Shirts</h2>
</div>
</div>
<hr>
<br>
<div class ="row">
<div class="col-lg-4 col-sm-4" >
<div class = "background-image one">
<div class="homepage-hover">
<button type="submit" class="btn btn-success btn-block cartAdd">Add to Cart</button>
</div>
</div>
<br>
<h4>Rad People Gray</h4>
$20<br>
<a href ="#"><span class="glyphicon glyphicon-heart" aria-hidden="true"></span></a>
<a href ="#"><span class="glyphicon glyphicon-heart" aria-hidden="true"></span></a>
<a href ="#"><span class="glyphicon glyphicon-heart" aria-hidden="true"></span></a>
<a href ="#"><span class="glyphicon glyphicon-heart-empty" aria-hidden="true"></span></a>
<a href ="#"><span class="glyphicon glyphicon-heart-empty" aria-hidden="true"></span></a>
</div>
<div class="col-lg-4 col-sm-4">
<div class = "background-image two">
<div class="homepage-hover">
<button type="submit" class="btn btn-success btn-block cartAdd">Add to Cart</button>
</div>
</div>
<br>
<h4>G19 Blue</h4>
$20<br>
<a href ="#"><span class="glyphicon glyphicon-heart" aria-hidden="true"></span></a>
<a href ="#"><span class="glyphicon glyphicon-heart" aria-hidden="true"></span></a>
<a href ="#"><span class="glyphicon glyphicon-heart" aria-hidden="true"></span></a>
<a href ="#"><span class="glyphicon glyphicon-heart" aria-hidden="true"></span></a>
<a href ="#"><span class="glyphicon glyphicon-heart-empty" aria-hidden="true"></span>
</a>
</div>
<div class="col-lg-4 col-sm-4">
<div class = "background-image three">
<div class="homepage-hover">
<button type="submit" class="btn btn-success btn-block cartAdd">Add to Cart</button>
</div>
</div>
<br>
<h4>Rad People Red</h4>
$20<br>
<a href ="#"><span class="glyphicon glyphicon-heart" aria-hidden="true"></span></a>
<a href ="#"><span class="glyphicon glyphicon-heart-empty" aria-hidden="true"></span></a>
<a href ="#"><span class="glyphicon glyphicon-heart-empty" aria-hidden="true"></span></a>
<a href ="#"><span class="glyphicon glyphicon-heart-empty" aria-hidden="true"></span></a>
<a href ="#"><span class="glyphicon glyphicon-heart-empty" aria-hidden="true"></span></a>
</div>
</div>
<br>
</div>
</section>
<footer>
<div class="container-fluid">
<div class="row well">
<div class="container">
<div class="col-lg-4">
<h3 class="text-warning text-center">Visit Us</h3>
<img src="src/reusableImg/location.png" class="center-block" style="border: 2px solid lightgray" alt="Small map of Kauai island">
<p class="text-center" style="margin-top: 10px;">Rad People headquarters is on Kauai, HI.<br> <em>(pausing for your jealous rage episode)</em></p>
</div>
<div class="col-lg-4 text-center">
<h3 class="text-warning text-center">Quick Links</h3>
<a href="index.html"><h4><span class="glyphicon glyphicon-home" style="margin-right: 10px;"></span>Home</h4></a>
<a href="#"><h4><span class="glyphicon glyphicon-user" style="margin-right: 10px;"></span>Account</h4></a>
<a href="products.html"><h4><span class="glyphicon glyphicon-flash" style="margin-right: 10px;"></span>Products</h4></a>
<a href="checkout.html"><h4><span class="glyphicon glyphicon-shopping-cart" style="margin-right: 10px;"></span>Cart</h4></a>
<a href="#"><h4><span class="glyphicon glyphicon-envelope" style="margin-right: 10px;"></span>Newsletter</h4></a>
<a href="https://http.cat/410"><h4><span class="glyphicon glyphicon-plus" style="margin-right: 10px;"></span>Help</h4></a>
</div>
<div class="col-lg-4 text-center">
<h3 class="text-warning text-center">Rad People Info</h3>
<a href="about.html"><h4><span class="glyphicon glyphicon-certificate" style="margin-right: 10px;"></span>About</h4></a>
<a href="#"><h4><span class="glyphicon glyphicon-briefcase" style="margin-right: 10px;"></span>Work with Us</h4></a>
<a href="https://http.cat/404"><h4><span class="glyphicon glyphicon-list-alt" style="margin-right: 10px;"></span>Terms and Conditions</h4></a>
</div>
</div>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script type="text/javascript" src="src/js/main.js"></script>
<script type="text/javascript" src="src/js/home.js"></script>
</body>
</html>