-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathhome.html
More file actions
executable file
·197 lines (190 loc) · 9.89 KB
/
home.html
File metadata and controls
executable file
·197 lines (190 loc) · 9.89 KB
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
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Welcome to Acme Fresh Delivery Foods</title>
<meta name="description" content="Welcome to Acme Fresh Foods">
<meta name="author" content="Big Minnow">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-theme.min.css">
<!-- Google Font Arvo -->
<link href='http://fonts.googleapis.com/css?family=Arvo:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<!-- Custom styles for this template -->
<link href="css/acme.css" rel="stylesheet">
</head>
<body>
<div class="site-wrapper">
<div class="site-wrapper-inner">
<div class="acme-container">
<!-- header -->
<header>
<div class="masthead clearfix">
<div class="inner">
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" 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>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="home.html">Home</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
Current Reports <span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="top-sellers.html">Top Sellers</a></li>
<li><a href="healthy-choices.html">Healthy Choices</a></li>
<li><a href="go-green.html">Go Green</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
Tools <span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="shipping-optimizer.html">Shipping Optimizer</a></li>
<li><a href="locations.html">Locations</a></li>
<li><a href="best-deals.html">Best Deals</a></li>
</ul>
</li>
</ul>
<form class="navbar-form navbar-right" role="search">
<div class="form-group search-group">
<input type="text" class="form-control search-input" placeholder="Search">
<button type="submit" class="btn btn-success btn-search"><i class="glyphicon glyphicon-search"></i></button>
</div>
</form>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
</div>
</div>
</header>
<!-- home article -->
<article class="home">
<div class="container-fluid">
<div class="row">
<div class="col-md-3 aux-col">
<img src="img/acme-foods-logo.png" width="100%" height="133" alt="Acme Fresh Delivery Foods" class="img-responsive" />
<h2 class="lead">Bulk groceries delivered straight to your home or business!</h2>
<div class="feature">
<div class="row">
<div class="col-xs-8 col-sm-10 col-md-7 col-lg-8">
<a href="#top-sellers">
<h3>Top Sellers <br/><small>Brand & Products</small></h3>
</a>
</div>
<div class="col-xs-4 col-sm-2 col-md-5 col-lg-4">
<a href="#top-sellers">
<img src="img/glyph-tractor.png" width="81" height="69" class="icon-glyph" />
</a>
</div>
</div>
</div>
<div class="feature">
<div class="row">
<div class="col-xs-8 col-sm-10 col-md-7 col-lg-8">
<a href="#healthy-choices">
<h3>Healthy Choices <br/><small>Options & Pricing</small></h3>
</a>
</div>
<div class="col-xs-4 col-sm-2 col-md-5 col-lg-4">
<a href="#healthy-choices">
<img src="img/glyph-wheat.png" width="81" height="80" class="icon-glyph" />
</a>
</div>
</div>
</div>
<div class="feature">
<div class="row">
<div class="col-xs-8 col-sm-10 col-md-7 col-lg-8">
<a href="#go-green">
<h3>Go Green <br/><small>Options & Pricing</small></h3>
</a>
</div>
<div class="col-xs-4 col-sm-2 col-md-5 col-lg-4">
<a href="#go-green">
<img src="img/glyph-tree.png" width="77" height="82" class="icon-glyph" />
</a>
</div>
</div>
</div>
<div class="feature">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<a href="#shipping-optimizer">
<h3>Shipping Optimizer <br/><small>Calculate optimal weight on order.</small></h3>
<img src="img/shipping-optimizer.jpg" width="100%" height="78" class="img-responsive" />
</a>
</div>
</div>
</div>
</div>
<div class="col-md-9 main-col">
<div class="row row-headline">
<div class="col-md-5">
<!-- intentionlly empty -->
</div>
<div class="col-md-7 uop">
<h1 class="lead">Any fresher and we'd have to bring you the tree.</h1>
<div class="headline">
<h3>Get your fresh deliveries started now!</h3>
</div>
</div>
</div>
<div class="row aux-row">
<div class="col-md-4">
<div class="feature feature-first">
<h3>Where in the <br/>world are we?</h3>
<p>Find our current <br/>and future locations</p>
<img src="img/feature-apple.png" width="194" height="113" alt="Where in the world are we?" />
</div>
</div>
<div class="col-md-4">
<div class="feature">
<h3>Follow the <br/>season savings</h3>
<p>The best times to <br/>buy organic fruits</p>
<img src="img/feature-fruit.png" width="194" height="113" alt="Follow the season savings" />
</div>
</div>
<div class="col-md-4">
<div class="feature feature-last">
<h3>Who's Buying <br /> What Products -</h3>
<p>Check out what’s <br/>popular and with who</p>
<img src="img/feature-couple.png" width="194" height="113" alt="Who's Buying What" />
</div>
</div>
</div>
</div>
</div>
</div>
</article>
<footer>
<div class="mastfoot">
<div class="inner">
<p>© Acme Fresh Delivery Foods is not a real company, this is a demo website for <a href="http://jaspersoft.com" target="_blank">Jaspersoft</a>.</p>
</div>
</div>
</footer>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>