-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·436 lines (410 loc) · 26.4 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
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Kassette - Your DJ Companion</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="Kassette is an Android App that allows you to push your music directly to the phone that is connected to the car so you dont have to go through the hassle of passing the auxiliary cord or setting up bluetooth. Essentially this is done by having the phone connected to the car to set up a “Trip,” then you and everyone else in the car can push songs you want to listen to next, like a shared playlist. In addition, users also have the ability to down vote the current song being played. If a majority vote is reached, then the song is skipped. Lastly, kassette can also be used at party’s or small get togethers among friends and can enhance any social gatherings">
<meta name="keywords" content="Kassette, Audio Player, Wifi Direct, Android, App, Music Transfer, Local, Saurabh Sharma, Mohammed Islam, UC San Diego, CSE 190, Ali Talpur">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="canonical" href="http://kassette.me/">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="article">
<meta property="og:title" content="Kassette">
<meta property="og:description" content="Your DJ Companion">
<meta property="og:url" content="kassette.me">
<meta property="og:site_name" content="Kassette - Your DJ companion">
<meta property="og:image" content="">
<meta property="og:image" content="">
<meta property="og:image" content="">
<link rel="apple-touch-icon" sizes="57x57" href="apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="manifest.json">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-TileImage" content="mstile-144x144.png">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- <div class="fixed-bg special-bg"></div> -->
<div class="content">
<!-- Navbar begin -->
<nav class="navbar navbar-custom" id="top-navbar-fixed" role="navigation">
<div class="container">
<!-- 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-navbar-collapse" id='dropdown_tg'>
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar navbar-toggle-bar"></span>
<span class="icon-bar navbar-toggle-bar"></span>
<span class="icon-bar navbar-toggle-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#About">About</a></li>
<!-- <li><a href="#Team">Team</a></li> -->
<li><a href="#contact">Contact</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<!-- Navbar end -->
<div class="divider-horizontal-md"></div>
<!-- Top-jumbotron begin -->
<div class="container container-full transparent-bg" id="jumbotron-top">
<div class="row">
<div class="col-md-12 center">
<p id="kassette_logo" class="kassette-font white-text text-size-lg-er el-center">Kassette</p>
</div>
<div class="col-md-12 center">
<svg viewBox="0 0 600 380">
<path class="traceable-path kassette-inside" d="M297.964,211.328c-43.035,0-86.07,0.029-129.106-0.019
c-12.525-0.014-24.624-2.286-35.13-9.44c-17.516-11.929-27.259-28.39-26.648-49.965c0.635-22.423,15.763-42.484,37.148-50.084
c8.213-2.919,16.716-4.229,25.399-4.291c17.368-0.124,34.737-0.182,52.105-0.204c25.808-0.032,51.617-0.027,77.425,0
c11.133,0.012,22.266,0.176,33.399,0.173c20.068-0.005,40.137-0.108,60.205-0.123c10.155-0.008,20.312,0.052,30.466,0.149
c5.736,0.055,11.495-0.052,17.199,0.436c16.629,1.421,30.075,8.955,40.305,22.072c7.972,10.223,12.102,21.965,12.215,34.906
c0.121,13.913-5.119,25.915-14.308,36.204c-9.814,10.988-22.118,17.438-36.767,18.967c-7.495,0.782-15.065,1.12-22.604,1.165
c-23.799,0.143-47.6,0.053-71.398,0.053C331.233,211.328,314.599,211.328,297.964,211.328z M205.99,154.13
c-0.018-21.527-17.542-38.76-39.404-38.752c-21.049,0.008-38.678,17.645-38.631,38.648c0.049,21.879,17.621,39.355,39.553,39.339
C188.384,193.349,206.008,175.38,205.99,154.13z M471.85,154.638c0-21.715-17.226-39.242-38.585-39.259
c-21.815-0.017-39.502,17.305-39.4,38.591c0.104,21.983,17.463,39.362,39.349,39.394C454.05,193.396,471.85,175.554,471.85,154.638z
"/>
<path class="traceable-path kassette-outline" d="M593.614,368.07c-195.334,0-390.419,0-585.748,0c0-0.575,0-1.092,0-1.607
c0-109.241,0-218.482,0-327.723c0-6.747,1.678-13.051,6.446-18.467c4.882-5.546,11.491-8.471,19.218-9.442
c2.886-0.362,5.834-0.464,8.754-0.465c167.627-0.021,335.254-0.027,502.88,0.01c7.674,0.002,15.362,0.224,23.018,0.687
c12.287,0.743,21.911,8.177,24.538,18.931c0.8,3.273,1.065,6.707,1.069,10.067c0.062,53.345,0.049,106.688,0.042,160.033
c-0.002,17.863-0.036,35.726-0.053,53.589c-0.02,22.622-0.028,45.245-0.06,67.868c-0.02,14.966-0.068,29.933-0.104,44.898
C593.614,366.933,593.614,367.416,593.614,368.07z M300.689,46.128c-78.895,0-157.788,0-236.682,0.002
c-0.939,0-1.882-0.004-2.817,0.061c-5.96,0.411-9.1,2.694-10.04,7.335c-0.185,0.913-0.25,1.854-0.255,2.782
c-0.056,8.734-0.117,17.467-0.118,26.201c-0.009,60.461-0.008,120.922,0.007,181.383c0,1.663,0.106,3.333,0.289,4.989
c0.507,4.592,3.168,7.139,8.142,7.772c1.636,0.208,3.301,0.324,4.952,0.326c17.192,0.023,34.386,0.014,51.579,0.016
c3.478,0.001,6.959,0.102,10.433-0.008c2.675-0.084,4.618-1.34,5.461-3.639c1.263-3.443,2.562-6.886,3.574-10.391
c1.311-4.541,2.708-5.654,8.01-5.641c5.969,0.016,11.938,0.088,17.908,0.089c96.696,0.006,193.392,0.004,290.088,0.004
c3.147,0,6.304-0.132,9.44,0.032c3.342,0.176,4.537,1.207,5.471,4.047c1.314,3.997,2.635,7.992,3.975,11.983
c0.76,2.265,2.363,3.385,5.087,3.51c1.377,0.063,2.761,0.012,4.143,0.012c19.183,0,38.366,0.019,57.55-0.025
c2.25-0.005,4.525-0.224,6.744-0.573c3.708-0.587,5.98-2.641,6.663-5.929c0.349-1.68,0.61-3.402,0.61-5.105
c0.031-69.343,0.028-138.687,0.012-208.031c0-1.27-0.12-2.553-0.354-3.806c-0.746-3.985-2.958-6.094-7.43-6.906
c-1.879-0.341-3.836-0.471-5.758-0.472C458.478,46.125,379.584,46.128,300.689,46.128z M137.761,325.438
c-7.922-0.08-14.613,5.483-14.724,12.241c-0.113,6.984,6.374,12.959,14.198,13.078c7.849,0.12,14.535-5.692,14.607-12.695
C151.913,331.254,145.513,325.517,137.761,325.438z M201.052,300.031c0.01-7.068-6.176-12.547-14.207-12.58
c-8.046-0.032-14.305,5.419-14.322,12.476c-0.017,6.921,6.567,12.904,14.244,12.943C194.5,312.911,201.042,307.03,201.052,300.031z
M429.289,300.107c0.031-6.989-6.07-12.524-13.842-12.561c-8.571-0.039-14.638,5.053-14.687,12.328
c-0.047,7.129,6.363,12.971,14.263,12.995C422.583,312.895,429.26,306.921,429.289,300.107z M464.835,325.456
c-7.595-0.456-14.36,4.968-14.852,11.908c-0.489,6.907,5.635,12.824,13.831,13.361c7.449,0.489,14.295-5.069,14.789-12.006
C479.111,331.592,473.267,325.963,464.835,325.456z"/>
<g transform="translate(166, 154)">
<circle class="traceable-path circle_spinning circle_spinning_left" r="32" cx="0" cy="0" fill="none">
<animateTransform attributeType="xml" attributeName="transform" type="rotate" from="0" to="360" begin="0" dur="5s" repeatCount="indefinite" />
</circle>
</g>
<g transform="translate(433, 154)">
<circle class="traceable-path circle_spinning circle_spinning_left" r="32" cx="0" cy="0" fill="none">
<animateTransform attributeType="xml" attributeName="transform" type="rotate" from="0" to="360" begin="0" dur="5s" repeatCount="indefinite" />
</circle>
</g>
</svg>
</div>
<div class="col-md-2 col-md-offset-5">
<div class="divider-horizontal-lg visible-lg visible-md"></div>
<div class="divider-horizontal-md visible-sm visible-xs"></div>
<div class="coming-soon el-center">
<div class="full-cover">Arriving Soon <i class="fa fa-android fa-lg"></i></div>
</div>
</div>
</div>
</div>
<div class="divider-horizontal-md"></div>
<div class="center" id="About-title">
<div class="white-bg top-heading-white">
<h1 class="no-margin-bottom primary-color-text">About</h1>
</div>
</div>
<!-- About section begin -->
<div class="container container-full container-About white-bg">
<a name="About"></a>
<div class="divider-horizontal-md"></div>
<div class="row">
<div class="col-md-6 col-md-offset-3 center">
<div class="row">
<div class="padding-lg col-md-4 col-sm-4 col-md-offset-0 col-sm-offset-0 col-xs-6 col-xs-offset-3">
<img src="images/wifi.png" class="img-responsive img-circle el-center" alt="WiFi Direct" />
<h3 class="primary-color-text">WiFi Direct</h3>
<div class="divider-horizontal-md visible-xs"></div>
</div>
<div class="padding-lg col-md-4 col-sm-4 col-md-offset-0 col-sm-offset-0 col-xs-6 col-xs-offset-3">
<img src="images/spotify.png" class="img-responsive img-circle el-center" />
<h3 class="primary-color-text">Spotify Integration</h3>
<div class="divider-horizontal-md visible-xs"></div>
</div>
<div class="padding-lg col-md-4 col-sm-4 col-md-offset-0 col-sm-offset-0 col-xs-6 col-xs-offset-3">
<img src="images/smart-queue.png" class="img-responsive img-circle el-center" />
<h3 class="primary-color-text">Smart Queues</h3>
</div>
</div>
</div>
</div>
<div class="divider-horizontal-lg"></div>
<div class="row">
</div>
<div class="row">
<div class="col-md-4 col-md-offset-2 col-xs-12 vcenter center">
<div class="visible-xs visible-sm">
<h1 class="primary-color-text"><strong>What's Kassette?</strong></h1>
<hr>
</div>
<div class="divider-horizontal-md visible-xs visible-sm"></div>
<div class="visible-md visible-lg visible-sm">
<div id="vid_hype_container" style="margin:auto;position:relative;width:500px;height:500px;overflow:hidden;" aria-live="polite">
<script type="text/javascript" charset="utf-8" src="vid.hyperesources/vid_hype_generated_script.js?60352"></script>
</div>
</div>
<div class="visible-xs">
<img src="images/how-gif.gif" alt="" class="img-responsive">
</div>
</div>
<div class="col-md-offset-1 col-md-3 vcenter center">
<div class="visible-lg visible-md">
<h1 class="center primary-color-text"><strong>What's Kassette?</strong></h1>
<hr>
</div>
<div class="divider-horizontal-md visible-sm visible-xs"></div>
<p class="secondary-color-text text-size-md justify"><span class="tab"></span>Kassette is an Android App that allows you to push your music directly to the phone that is connected to the car so you don’t have to go through the hassle of passing the auxiliary cord or setting up Bluetooth. Essentially this is done by having the phone connected to the car to set up a “Trip,” then you and everyone else in the car can push songs you want to listen to next, like a shared playlist. In addition, users also have the ability to down vote the current song being played. If a majority vote is reached, then the song is skipped. Lastly, Kassette can also be used at party’s or small get togethers among friends and can enhance any social gatherings.</p>
</div>
</div>
<div class="divider-horizontal-lg"></div>
<div class="divider-horizontal-md"></div>
<div class="row">
<div class="col-md-offset-3 col-md-3 vcenter center">
<div class="visible-lg visible-md">
<h1 class="center primary-color-text"><strong>Why WiFi Direct?</strong></h1>
<hr>
</div>
<p class="secondary-color-text text-size-md hidden-xs justify"><span class="tab"></span>Wi-Fi Direct™ is a wireless technology that enables Wi-Fi Direct devices to connect directly to one another. This means it does not require an internet connection to transfer items such as songs. You can be on a road trip, humming to tunes without using up data or any internet. WiFi direct is local to the phone and allows fast streaming of songs. </p>
</div>
<div class="col-md-2 col-md-offset-1 col-xs-12 vcenter center">
<div class="visible-xs visible-sm">
<h1 class="primary-color-text"><strong>Why WiFi Direct?</strong></h1>
<hr>
</div>
<div class="divider-horizontal-md visible-xs visible-sm"></div>
<img src="images/wifi.gif" class="el-center img-circle img-responsive" alt="kassette App">
<div class="divider-horizontal-lg visible-xs"></div>
<p class="secondary-color-text text-size-md visible-xs justify"><span class="tab"></span>Wi-Fi Direct™ is a wireless technology that enables Wi-Fi Direct devices to connect directly to one another. This means it does not require an internet connection to transfer items such as songs. You can be on a road trip, humming to tunes without using up data or any internet. WiFi direct is local to the phone and allows fast streaming of songs. </p>
</div>
</div>
<div class="divider-horizontal-lg"></div>
<div class="col-md-4 col-md-offset-4 center">
<h1 class="primary-color-text"><strong>Kassette How to</strong></h1>
<hr>
</div>
<div class="col-md-12">
<div class="row">
<div class="col-md-4 col-md-offset-4 col-sm-6 col-sm-offset-3">
<div id="myCarousel" class="carousel slide" data-ride="carousel" data-interval="20000">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1" class=""></li>
<li data-target="#myCarousel" data-slide-to="2" class=""></li>
<li data-target="#myCarousel" data-slide-to="3" class=""></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="item active">
<img class="el-center" src="images/create-group.gif" alt="First slide">
<div class="carousel-overlay-text">
<div class="divider-horizontal-sm"></div>
<h3 class="primary-color-text">Create a group</h3>
</div>
</div>
<div class="item">
<img class="el-center" src="images/join-group.gif" alt="Second slide">
<div class="carousel-overlay-text">
<div class="divider-horizontal-sm"></div>
<h3 class="primary-color-text">Join a group</h3>
</div>
</div>
<div class="item">
<img class="el-center" src="images/add-song.gif">
<div class="carousel-overlay-text">
<div class="divider-horizontal-sm"></div>
<h3 class="primary-color-text">Add a song</h3>
</div>
</div>
<div class="item">
<img class="el-center" src="images/add-spotify-songs.gif" alt="Third slide">
<div class="carousel-overlay-text">
<div class="divider-horizontal-sm"></div>
<h3 class="primary-color-text">Add songs from Spotify</h3>
</div>
</div>
</div>
<a class="left carousel-control" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</div>
<div class="col-md-12">
<div class="divider-horizontal-lg"></div>
<div class="divider-horizontal-lg"></div>
</div>
</div>
<!-- About section end -->
<div class="center white-bg">
<div class="top-heading-white dark-special-bg">
<h1 class="no-margin-bottom white-text">Team</h1>
</div>
</div>
<!-- Team section begin -->
<!-- <div class="container container-full transparent-bg white-text">
<div class="row" data-columns="13">
<a name="Team"></a>
<div class="divider-horizontal-lg"></div>
</div>
</div>
<div class="container transparent-bg white-text container-bigger">
<div class="row">
<div class="col-md-4 center">
<img src="images/team-mo.png" alt="Mohammed Islam" class="img-circle-cover img-responsive img-circle desaturate el-center">
<h3>
<strong>Mohammed Islam</strong><span class="tab"></span>
<a href="http://www.linkedin.com/pub/mohammed-islam/b3/b2a/176" class="btn linked-in-button"><i class="fa fa-linkedin fa-5"></i></a>
</h3>
<h4>Project Manager</h4>
<hr class="style-two">
<div class="row">
<div class="col-md-offset-2 col-md-8">
<p class="align-left"><span class="tab"></span>Computer Science major focusing on Mobile Development. Worked previously on two Android projects, one is a navigational app for Rady Children's Hospital and the other is an softphone app for a company called NetSapiens. For both projects my team tackled the project from an Agile point of view while using Behavior Driven Development as our main choice of testing. On both projects, I primarily focused on Frontend but also understood backend of Android.</p>
<div class="divider-horizontal-md visible-sm visible-xs"></div>
</div>
</div>
</div>
<div class="col-md-4 center" >
<img src="images/team-hassan.jpg" alt="Hassan Talpur" class="img-circle-cover img-responsive img-circle desaturate el-center">
<h3>
<strong>Mir Hassan Talpur</strong><span class="tab"></span>
<a href="https://www.linkedin.com/in/mirhassantalpur" class="btn linked-in-button"><i class="fa fa-linkedin fa-5"></i></a>
</h3>
<h4>Backend Developer</h4>
<hr class="style-two">
<div class="row">
<div class="col-md-offset-2 col-md-8">
<p class="align-left"><span class="tab"></span>I'm currently a junior majoring in Computer Science. I seek to do things that would prove to be a fun challenge for me while allowing me to improve my own skills and knowledge but, in the end, result in something useful and practical. I've previously collaborated with a team of six to develop an Android application focused on providing the user with reminders based on location. I also designed and constructed logic and services to construct reminders using Google Maps API and communication with server using Google Services.</p>
<div class="divider-horizontal-md visible-sm visible-xs"></div>
</div>
</div>
</div>
<div class="col-md-4 center">
<img src="images/team-saurabh.png" alt="Saurabh Sharma" class="img-circle-cover img-responsive img-circle desaturate el-center">
<h3>
<strong>Saurabh Sharma</strong><span class="tab"></span>
<a href="http://www.linkedin.com/in/foklepoint/" class="btn linked-in-button"><i class="fa fa-linkedin fa-5"></i></a>
</h3>
<h4>Server Side Developer</h4>
<hr class="style-two">
<div class="row">
<div class="col-md-offset-2 col-md-8">
<p class="align-left"><span class="tab"></span>A fourth year Computer Science Major emphasizing in Graphics. He has worked on both front end and backend web development positions in the industry. I have a passion for writing clean, maintainable code through use of OO techniques and applying design patterns. I am self taught in several web related languages and frameworks with past work experience in web development and several independent projects.</p>
</div>
</div>
</div>
</div>
</div>
</div> -->
<!-- Team section end -->
<div class="divider-horizontal-lg"></div>
<div class="center">
<div class="white-bg top-heading-white">
<h1 class="no-margin-bottom primary-color-text">Contact</h1>
</div>
</div>
<!-- Contact section begin -->
<div class="container container-full container-About white-bg">
<a name="contact"></a>
<div class="divider-horizontal-lg"></div>
<!-- Social Buttons begin -->
<!-- Social Buttons ends -->
<!-- Contact Form Begin -->
<form action="#" id="email_form">
<div class="divider-horizontal-md"></div>
<div class="row">
<div class="col-md-3 col-md-offset-2 col-xs-12 vpadding-md">
<input type="text" class="form-control input-lg input-lg-er" name='name' placeholder="Name" required="required">
</div>
<div class="col-md-3 col-md-offset-2 col-xs-12 vpadding-md">
<input type="email" class="form-control input-lg input-lg-er" name='email' placeholder="Email" required="required">
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<textarea name="message" class="form-control input-lg-er" rows="10">Hello Team Wolfpack!
	</textarea>
</div>
</div>
<div class="divider-horizontal-sm"></div>
<div class="row">
<div class="col-md-2 col-md-offset-8">
<a onclick="send_email(this)" class="btn form-control input-lg input-lg-er btn-custom center"><i class="fa fa-lg fa-send vbottom"></i><span class="tab"></span></a>
</div>
</div>
</form>
<!-- Contact Form end -->
<div class="divider-horizontal-lg"></div>
</div>
<!-- Contact section end -->
<!-- Footer begin -->
<div class="container container-full">
<div class="row">
<div class="col-md-4 col-md-offset-4 col-sm-4 col-sm-offset-4">
<div class="row">
<div class="col-md-5 col-sm-5 col-xs-3 vcenter">
<div class="float-right footer-notice"><span class="img-footer-container"><img class="img-footer-logo" src="images/team-wolfpack.png" alt="Wolfpack" /></span> </div>
</div>
<div class="col-md-6 col-sm-6 col-xs-8 vcenter no-padding no-margin">
<div class="float-left footer-notice">© 2014 Team Wolfpack. All rights reserved</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer end -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<script type="text/javascript"></script><script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-60482904-1', 'auto');
ga('send', 'pageview');
</script>
<script>
</script>
</body>
</html>