-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·339 lines (336 loc) · 19.6 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
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="css/style.css">
<script src="main.js"></script>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">
</head>
<body data-spy="scroll" data-target="#my-navbar">
<!--Navbar-->
<nav class="navbar navbar-inverse navbar-fixed-top" id="my-navbar">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a href=" " class="navbar-brand">Vedit's First Project</a> </div>
<!--Navbar Header-->
<div class="collapse navbar-collapse" id="navbar-collapse"> <a href="" class="btn btn-info navbar-btn navbar-right">Download Now</a>
<ul class="nav navbar-nav">
<li><a href="#feedback">Feedback</a></li>
<li><a href="#gallery">Gallery</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#faq">Faq</a></li>
<li><a href="#contact">ContactUs</a></li>
</ul>
</div>
</div>
<!--End Container-->
</nav>
<!--End Navbar-->
<!--jumbotron-->
<div class="jumbotron">
<div class="container text-center">
<h1>Vedit's First APP</h1>
<p> This is the text below the Header. This will be my first rodeo!</p>
<div class="btn-group"> <a href="" class="btn btn.lg btn-info">Download APP</a> <a href="" class="btn btn.lg btn-default">Visit Store</a> <a href="" class="btn btn.lg btn-info">Spread the word</a> </div>
</div>
<!--End Container-->
</div>
<!--End Jumbotron-->
<!--Feedback-->
<div class="container">
<section>
<div class="page-header" id="feedback">
<h2>Feedback.<small>Check out the Awesome Feedback</small></h2> </div>
<div class="row">
<div class="col-md-4">
<blockquote>
<p>This is a papragraph for the blockquote. Use this as an example.I dont know what I am typing just trying to make the sentence bigger thats all.</p>
<footer>John Doe</footer>
</blockquote>
</div>
<div class="col-md-4">
<blockquote>
<p>This is a papragraph for the blockquote. Use this as an example.I dont know what I am typing just trying to make the sentence bigger thats all.</p>
<footer>John Doe 2</footer>
</blockquote>
</div>
<div class="col-md-4">
<blockquote>
<p>This is a papragraph for the blockquote. Use this as an example.I dont know what I am typing just trying to make the sentence bigger thats all.</p>
<footer>John Doe 3</footer>
</blockquote>
</div>
</div>
<!--End Row-->
</section>
</div>
<!--End Container-->
<!--call to action-->
<section>
<div class="well">
<!-- Gives a greyish background to your container-->
<div class="container text-center">
<h3>Subscribe for more free stuff</h3>
<p>Enter your name and email</p>
<form action="" class="form-inline">
<div class="form-group">
<label for="subscription">Subscribe</label>
<input type="text" class="form-control" id="subscription" placeholder="Your name"> </div>
<div class="form-group">
<label for="email">Email Address</label>
<input type="text" class="form-control" id="email" placeholder="Enter your Email"> </div>
<button type="submit" class="btn btn-default">Subscribe</button>
</form>
</div>
<!--end container-->
</div>
<!--end Well-->
</section>
<!--call to action-->
<!--Gallery-->
<div class="container">
<section>
<div class="page-header" id="gallery">
<h2>Gallery.<small>Check out the Awesome Gallery</small></h2> </div>
<div class="carousel slide" id="screenshot-carousel" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#screenshot-carousel" data-slide-to="0" class="active"></li>
<li data-target="#screenshot-carousel" data-slide-to="1"></li>
<li data-target="#screenshot-carousel" data-slide-to="2"></li>
<li data-target="#screenshot-carousel" data-slide-to="3"></li>
</ol>
<div class="carousel-inner">
<div class="item active"> <img src="images/IceCream.png" alt="Text of the image">
<div class="carousel-caption">
<!--Heading for rolling pictures-->
<h3>Highway Heading</h3>
<p>This is the caption</p>
</div>
</div>
<div class="item"> <img src="images/bike.jpg" alt="Text of the image">
<div class="carousel-caption">
<h3>River Heading</h3>
<p>This is the caption</p>
</div>
</div>
<div class="item"> <img src="images/BatBoy.png" alt="Text of the image">
<div class="carousel-caption">
<h3>Street Heading</h3>
<p>This is the caption</p>
</div>
</div>
<div class="item"> <img src="images/Deadpool.png" alt="Text of the image">
<div class="carousel-caption">
<h3>Painting Heading</h3>
<p>This is the caption</p>
</div>
</div>
</div>
<!--End carousel inner-->
<a href="#screenshot-carousel" class="left carousel-control" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left"></span> </a>
<a href="#screenshot-carousel" class="right carousel-control" data-slide="next"> <span class="glyphicon glyphicon-chevron-right"></span> </a>
</div>
<!--End carousel-->
</section>
</div>
<!--Features-->
<div class="container">
<section>
<div class="page-header" id="features">
<h2>Features.<small>Some of the coolest Features if this app.</small></h2> </div>
<!--End Page Header-->
<div class="row">
<div class="col-md-8">
<h3>This is the heading</h3>
<p>Laurie is lost in Userland. She knows where she is, or where she's going, but maybe not at the same time. The only way out is through Jargon-infested swamps, gates guarded by perfect logic, and the perils of breakfast time at the Philosopher's Diner.Laurie is lost in Userland. She knows where she is, or where she's going, but maybe not at the same time. The only way out is through Jargon-infested swamps, gates guarded by perfect logic, and the perils of breakfast time at the Philosopher's Diner.</p>
</div>
<div class="col-md-4" style="float:right;"> <img src="images/vedit.png" class="img-responsive" alt="image"> </div>
</div>
<div class="row">
<div class="col-md-8">
<h3>This is the heading</h3>
<p>Laurie is lost in Userland. She knows where she is, or where she's going, but maybe not at the same time. The only way out is through Jargon-infested swamps, gates guarded by perfect logic, and the perils of breakfast time at the Philosopher's Diner.Laurie is lost in Userland. She knows where she is, or where she's going, but maybe not at the same time. The only way out is through Jargon-infested swamps, gates guarded by perfect logic, and the perils of breakfast time at the Philosopher's Diner.</p>
</div>
<div class="col-md-4" style="float:right;"> <img src="images/Nerd.png" class="img-responsive" alt="image"> </div>
</div>
<div class="row">
<div class="col-md-8">
<h3>This is the heading</h3>
<p>Laurie is lost in Userland. She knows where she is, or where she's going, but maybe not at the same time. The only way out is through Jargon-infested swamps, gates guarded by perfect logic, and the perils of breakfast time at the Philosopher's Diner.Laurie is lost in Userland. She knows where she is, or where she's going, but maybe not at the same time. The only way out is through Jargon-infested swamps, gates guarded by perfect logic, and the perils of breakfast time at the Philosopher's Diner.Laurie is lost in Userland. She knows where she is, or where she's going, but maybe not at the same time. The only way out is through Jargon-infested swamps, gates guarded by perfect logic, and the perils of breakfast time at the Philosopher's Diner.Laurie is lost in Userland. She knows where she is, or where she's going, but maybe not at the same time. The only way out is through Jargon-infested swamps, gates guarded by perfect logic, and the perils of breakfast time at the Philosopher's Diner.</p>
</div>
<div class="col-md-4" style="float:right;"> <img src="images/nissan.jpg" class="img-responsive" alt="image"> </div>
</div>
<!--End Row-->
<hr>
<div class="row">
<div class="col-sm-4">
<div class="panel panel-default text-center">
<div class="panel-body"> <span class="glyphicon glyphicon-ok"></span>
<h4>This is the Heading </h4>
<p>Laurie is lost in Userland. She knows where she is, or where she's going, but maybe not at the same time. The only way out is through Jargon-infested swamps, gates guarded by perfect logic, and the perils of breakfast time at the Philosopher's Diner</p>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="panel panel-default text-center">
<div class="panel-body"> <span class="glyphicon glyphicon-star"></span>
<h4>This is the Heading 2</h4>
<p>Laurie is lost in Userland. She knows where she is, or where she's going, but maybe not at the same time. The only way out is through Jargon-infested swamps, gates guarded by perfect logic, and the perils of breakfast time at the Philosopher's Diner</p>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="panel panel-default text-center">
<div class="panel-body"> <span class="glyphicon glyphicon-play-circle"></span>
<h4>This is the Heading 3</h4>
<p>Laurie is lost in Userland. She knows where she is, or where she's going, but maybe not at the same time. The only way out is through Jargon-infested swamps, gates guarded by perfect logic, and the perils of breakfast time at the Philosopher's Diner</p>
</div>
</div>
</div>
</div>
<!--End Row-->
</section>
</div>
<!--Faq-->
<div class="container">
<section>
<div class="page-header" id="faq">
<h2>FAQ.<small>Engaging with consumers.</small></h2> </div>
<!--End Page Header-->
<div class="panel-group" id="accordion">
<div class="panel panel-default">
<div class="panel-heading">
<div class="panel-title"> <a href="#collapse-1" data-toggle="collapse" data-parent="#accordion">
Question one?
</a> </div>
<!--End Panel Title-->
<div id="collapse-1" class="panel-collapse collapse">
<div class="panel-body"> aurie is lost in Userland. She knows where she is, or where she's going, but maybe not at the same time. The only way out is through Jargon-infested swamps, gates guarded by pe </div>
</div>
<!--End Panel Collapse-->
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<div class="panel-title"> <a href="#collapse-2" data-toggle="collapse" data-parent="#accordion">
Question Two?
</a> </div>
<!--End Panel Title-->
<div id="collapse-2" class="panel-collapse collapse">
<div class="panel-body"> aurie is lost in Userland. She knows where she is, or where she's going, but maybe not at the same time. The only way out is through Jargon-infested swamps, gates guarded by pe </div>
</div>
<!--End Panel Collapse-->
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<div class="panel-title"> <a href="#collapse-3" data-toggle="collapse" data-parent="#accordion">
Question Three?
</a> </div>
<!--End Panel Title-->
<div id="collapse-3" class="panel-collapse collapse">
<div class="panel-body"> aurie is lost in Userland. She knows where she is, or where she's going, but maybe not at the same time. The only way out is through Jargon-infested swamps, gates guarded by pe </div>
</div>
<!--End Panel Collapse-->
</div>
</div>
</div>
<!--End Panel Group-->
</section>
</div>
<!--End Container FAQ-->
<!--Contact-->
<div class="container">
<section>
<div class="page-header" id="contact">
<h2>Contact Us.<small>Contact us for more.</small></h2> </div>
<!--End Page Header-->
<div class="row">
<div class="col-lg-4">
<p>Send us a message, or contact us form the address below</p> <address>
<strong>Vedits First Rodeo Pvt Ltd.</strong><br>
123, Melbourn Dr. <br>
Suite. 102<br>
Somehwere, USA 12345<br>
P: (812) 123-1234
</address> </div>
<div class="col-lg-8">
<form action="" class="form-horizontal">
<div class="form-group">
<label for="user-name" class="col-lg-2 control-lable">Name</label>
<div class="col-lg-10">
<input type="text" class="form-control" id="user-name" placeholder="Enter your name"> </div>
</div>
<!--End Form Group-->
<div class="form-group">
<label for="user-email" class="col-lg-2 control-lable">Email</label>
<div class="col-lg-10">
<input type="text" class="form-control" id="user-email" placeholder="Enter your Email Address"> </div>
</div>
<!--End Form Group-->
<div class="form-group">
<label for="user-url" class="col-lg-2 control-lable">Your Website</label>
<div class="col-lg-10">
<input type="text" class="form-control" id="user-url" placeholder="If you have Any"> </div>
</div>
<!--End Form Group-->
<div class="form-group">
<label for="user-message" class="col-lg-2 control-lable">Any Message</label>
<div class="col-lg-10">
<textarea name="user-message" id="user-message" class="form-control" cols="20" rows="10" placeholder="Enter your Message"></textarea>
</div>
</div>
<!--End Form Group-->
<div class="form-group">
<div class="col-lg-10 col-lg-offset-2">
<button type="submit" class="btn btn-primary">Submit</button>
</div>
</div>
</form>
</div>
</div>
<!--End Row-->
</section>
</div>
<!--Footer-->
<footer>
<hr>
<div class="container text-center">
<h3>Subscribe for more free stuff</h3>
<p>Enter your name and email</p>
<form action="" class="form-inline">
<div class="form-group">
<label for="subscription">Subscribe</label>
<input type="text" class="form-control" id="subscription" placeholder="Your name"> </div>
<div class="form-group">
<label for="email">Email Address</label>
<input type="text" class="form-control" id="email" placeholder="Enter your Email"> </div>
<button type="submit" class="btn btn-default">Subscribe</button>
</form>
</div>
<hr>
<div class="container text-center">
<ul class="list-inline">
<li>
<a href="" target="_blank"> <i class="fa fa-facebook-official" style="font-size:36px; color:#3B5998"></i></a>
</li>
<li>
<a href="" target="_blank"> <i class="fa fa-twitter" style="font-size:36px;color:#55ACEE"></i></a>
</li>
<li>
<a href="" target="_blank"> <i class="fa fa-youtube" style="font-size:36px;color:red"></i></a>
</li>
</ul>
<p>© Copyright @ 2014</p>
</div>
<!--end container-->
</footer>
<script src="https://code.jquery.com/jquery-3.1.0.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</body>
</html>