-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
352 lines (314 loc) · 15.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
340
341
342
343
344
345
346
347
348
349
350
351
352
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta content="Last Activity — music band" name="description">
<meta content="Last Activity" name="author">
<link rel="shortcut icon" href="assets/images/favicon/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="assets/images/favicon/apple-touch-icon.png" />
<link rel="apple-touch-icon" sizes="57x57" href="assets/images/favicon/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="72x72" href="assets/images/favicon/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="76x76" href="assets/images/favicon/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="114x114" href="assets/images/favicon/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="120x120" href="assets/images/favicon/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="144x144" href="assets/images/favicon/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="152x152" href="assets/images/favicon/apple-touch-icon-152x152.png" />
<title>Last Activity</title>
<!-- Bootstrap core CSS -->
<link href="assets/stylesheets/css/bootstrap.min.css" rel="stylesheet">
<!-- Google Fonts Style -->
<link href="https://fonts.googleapis.com/css?family=Karla:400,300,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway:700,600,500,400,300" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Kaushan+Script" rel="stylesheet">
<!-- font-awesome.css -->
<link href="assets/stylesheets/css/fontawesome/font-awesome.css" rel="stylesheet">
<link href="assets/stylesheets/css/ionicons.css" rel="stylesheet">
<!-- Jplayer -->
<link href="assets/javascripts/jplayer/skin/jukebox/css/jplayer.jukebox.css" rel="stylesheet" type="text/css">
<!-- animate.css -->
<link href="assets/stylesheets/css/animate.css" rel="stylesheet">
<!--JQuery-->
<script src="assets/javascripts/jquery.min.js"></script>
<!-- Fancybox -->
<link href="assets/javascripts/fancybox/jquery.fancybox.css" rel="stylesheet" type="text/css" />
<!-- Slick -->
<link href="assets/stylesheets/css/slick/slick.css" rel="stylesheet">
<link href="assets/stylesheets/css/slick/slick-theme.css" rel="stylesheet">
<link href="assets/stylesheets/css/kenburns.css" rel="stylesheet">
<link rel="stylesheet" href="assets/stylesheets/css/parallax-hero.css">
<!-- Custom styles for this template -->
<link href="assets/stylesheets/css/components.css" rel="stylesheet">
</head>
<body>
<div class="hamburgler-menu">
<div class="hamburgler-menu-list valign-middle">
<ul class="panel-group" id="navbar-menu" role="tablist" aria-multiselectable="true">
</ul>
<ul class="social-icons">
<li><a href="https://www.facebook.com/lastactivity"><i class="fa fa-facebook-official"></i></a></li>
<li><a href="https://soundcloud.com/lastactivity"><i class="fa fa-soundcloud"></i></a></li>
<li><a href="https://www.instagram.com/_lastactivity_"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://vk.com/last_activity"><i class="fa fa-vk"></i></a></li>
</ul>
</div>
</div>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<a href="index.html" class="navbar-brand"></a>
</div>
</div>
<div id="jquery_jplayer_1" class="jp-jplayer"></div>
<div id="jp_container_1" class="jp-audio" role="application" aria-label="media player">
<div class="jp-type-playlist">
<div class="jp-gui jp-interface">
<div class="hsp-toggle"></div>
<div class="jp-progress">
<div class="jp-seek-bar">
<div class="jp-play-bar"></div>
</div>
</div>
<div class="container">
<div class="title-pl-toggle">
<div class="jp-title" aria-label="title"></div>
<div class="pl-toggle-wrap">
<div class="pl-toggle"></div>
</div>
</div>
<div class="jp-controls">
<div class="jp-toggles">
<button class="jp-repeat" role="button" tabindex="0">repeat</button>
</div>
<button class="jp-previous" role="button" tabindex="0">previous</button>
<button class="jp-play" role="button" tabindex="0">play</button>
<button class="jp-next" role="button" tabindex="0">next</button>
<div class="jp-toggles">
<button class="jp-shuffle" role="button" tabindex="0">shuffle</button>
</div>
</div>
<div class="time-volume">
<div class="jp-time-holder">
<div class="jp-current-time" role="timer" aria-label="time"> </div> /
<div class="jp-duration" role="timer" aria-label="duration"> </div>
</div>
<div class="jp-volume-controls">
<button class="jp-volume-max" role="button" tabindex="0">max volume</button>
<div class="jp-volume-bar">
<div class="jp-volume-bar-value"></div>
</div>
<button class="jp-mute" role="button" tabindex="0">mute</button>
</div>
</div>
</div>
<div class="jp-playlist">
<ul>
<li> </li>
</ul>
</div>
</div>
<div class="jp-no-solution">
<span>Update Required</span>
To play the media you will need to either update your browser to a recent version or update your <a href="http://get.adobe.com/flashplayer/" target="_blank">Flash plugin</a>.
</div>
</div>
</div>
<!-- Banner Parallax Begin -->
<section class="cd-background-wrapper banner-parallax">
<figure class="cd-floating-background">
<img src="assets/images/banner-bg-artist.jpg" alt="image-1">
<img src="assets/images/banner-artist.png" alt="image-2">
</figure>
<div class="overlay">
<div class="container">
<div class="fullheight fullwidth content-wrap valign-wrap">
<div class="content valign-middle">
</div>
</div>
</div>
</div>
</section>
<!-- Banner Parallax End -->
<!-- Banner Overlay Begin -->
<section class="banner-substitute" style="background: url(assets/images/banner-bg2.jpg); background-size: cover;">
<div class="overlay"></div>
</section>
<!-- Banner Overlay End -->
<!-- Media Menu Begin -->
<section class="media-menu sec-pad-t">
<div class="container">
<div class="tab-content">
<div class="tab-pane fade in active" id="new-tracks">
<div class="title-rotated">
<h3>Releases</h3>
</div>
<div class="col-md-11 col-md-offset-1 col-sm-11 col-sm-offset-1">
<div class="row">
<div class="track-album-container">
<div class="col-md-4 col-sm-4">
<div class="track-album">
<img src="assets/images/album1.jpg" alt="">
<div class="overlay">
<div class="valign-wrap fullwidth fullheight">
<div class="valign-middle content-link">
<a href="neon_ep.html"><div class="link"><i class="ion-headphone"></i></div></a>
</div>
</div>
</div>
<div class="caption valign-wrap">
<div class="valign-middle">
<p class="title">Neon EP</p>
<p class="subtitle">3 Tracks</p>
</div>
</div>
</div><!--/.track-album -->
</div>
<div class="col-md-4 col-sm-4">
<div class="track-album">
<img src="assets/images/album2.jpg" alt="">
<div class="overlay">
<div class="valign-wrap fullwidth fullheight">
<div class="valign-middle content-link">
<a href="falling_single.html"><div class="link"><i class="ion-headphone"></i></div></a>
</div>
</div>
</div>
<div class="caption">
<p class="title">Falling</p>
<p class="subtitle">2 Tracks</p>
</div>
</div><!--/.track-album -->
</div>
<div class="col-md-4 col-sm-4">
<div class="track-album">
<img src="assets/images/album3.jpg" alt="">
<div class="overlay">
<div class="valign-wrap fullwidth fullheight">
<div class="valign-middle content-link">
<a href="music-single.html"><div class="link"><i class="ion-headphone"></i></div></a>
</div>
</div>
</div>
<div class="caption">
<p class="title">Last Activity</p>
<p class="subtitle">11 Tracks</p>
</div>
</div><!--/.track-album -->
</div>
</div><!--/.track-album-container -->
</div>
</div>
</div><!--/.tab-pane -->
</div><!--/.tab-content -->
</div><!--/.container -->
</section><!--/.media-menu -->
<!-- Media Menu End -->
<!-- About Us Begin -->
<section class="about-us sec-pad-t mar-b-80">
<div class="container">
<div class="title-rotated">
<h3>About</h3>
</div>
<div class="row">
<div class="col-md-6 col-sm-6 col-md-offset-1 col-sm-offset-1">
<div class="content">
<h2>Last Activity</h2>
<p>The Last Activity project was founded in 2009 by electronic composer Gleb Rogozinsky and Konstantin Banzin. They first met at radio station in St. Petersburg, where Konstantin works as a DJ. From the very beginning, the duo was geared toward hard, but melodic electronic sound in the spirit of the futurepop scene of the early 2000s. Special attention was paid to the lyrics and their meaning, which are sung in Russian.</p>
<p>The project is inspired by cyberpunk literature and movies, Soviet totalitarian aesthetics, scientific papers on telecommunication technologies, German expressionism and primitive cults.</p>
<p>The music of the Last Activity evokes concentrated emotions, reflected in the cold melody of decay, amongst disintegrating civilization. It is the remembrance of a future, a future that we had seen with the first rays of electronic revolution, but got lost in the world of social networking.</p>
<p>The ostinato of synth lines, hard dance elements, deep trancy pads and ousted distorted vocals create the sound The Last Activity presents for the listener. It is the sound we project. It is The Last Activity.</p>
</div>
</div>
<div class="col-md-5 col-sm-5">
<div class="image">
<img src="assets/images/about-artist.jpg" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- About Us End -->
<!-- Footer Begin -->
<section class="footer" style="background: url(assets/images/bg-footer.jpg); background-size: cover;">
<div class="overlay"></div>
<div class="container sec-pad">
<div class="col-md-12 col-sm-12 no-padding">
<div class="col-md-6 col-sm-6">
<div class="logo">
<a href="index.html">
<img src="assets/images/logo.png" alt="">
</a>
</div>
<div class="description">
<p>For any questions please write us
<a href="mailto:[email protected]">[email protected]</a>.
More info is coming soon!.</p>
</div>
</div>
<div class="col-md-6 col-sm-6">
<div class="title">
<h2>Get In The Loop!</h2>
</div>
<p class="mar-b-20">Follow us in social media to get latest news about our music and events!</p>
<ul class="social-icons no-padding" style="margin-top: 0">
<li><a href="https://www.facebook.com/lastactivity"><i class="fa fa-facebook-official"></i></a></li>
<li><a href="https://soundcloud.com/lastactivity"><i class="fa fa-soundcloud"></i></a></li>
<li><a href="https://www.instagram.com/_lastactivity_"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://vk.com/last_activity"><i class="fa fa-vk"></i></a></li>
</ul>
</div>
</div>
<div class="col-md-12">
</div>
</div>
</section>
<!-- Footer End -->
<section class="copyright">
<div class="container text-center">
<div class="col-md-12">
Last Activity © 2009–2020 All Rights Reserved
</div>
</div>
</section>
<script src="assets/javascripts/jquery.min.js"></script>
<script src="assets/javascripts/bootstrap.min.js"></script>
<script src="assets/javascripts/custom.min.js"></script>
<script src="assets/javascripts/jplayer/jquery.jplayer.min.js"></script>
<script src="assets/javascripts/jplayer/add-on/jplayer.playlist.min.js"></script>
<script src="assets/javascripts/fancybox/jquery.fancybox.pack.js"></script>
<script src="assets/javascripts/jquery.nstSlider.min.js"></script>
<script src="assets/javascripts/jquery.parallax-1.1.3.js"></script>
<script src="assets/javascripts/jquery.appear.min.js"></script>
<script src="assets/javascripts/slick.min.js"></script>
<script src="assets/javascripts/jquery.downCount.js"></script>
<script src="assets/javascripts/parallax-hero.js"></script>
<script src="assets/javascripts/modernizr.js"></script>
<script src="assets/javascripts/wow.min.js"></script>
<script type="text/javascript">
// Jplayer (Media Player) Banner Player Custom
$(document).ready(function(){
var myPlaylist = new jPlayerPlaylist({
jPlayer: "#jquery_jplayer_1",
cssSelectorAncestor: "#jp_container_1"
},
[{
title:"Ticket to Nowhere",
artist:"Last Activity",
mp3:"assets/music/last_activity__neon.mp3",
poster:"assets/images/album5.jpg"
}],
{
swfPath: "jplayer",
supplied: "mp3",
wmode: "window",
useStateClassSkin: true,
autoBlur: false,
smoothPlayBar: true,
keyEnabled: true,
remainingDuration: true,
toggleDuration: true
});
});
</script>
</body>
</html>