forked from marcel-dancak/bass-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
811 lines (673 loc) · 24.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
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
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Bass App</title>
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="css/pure-min.css" type="text/css">
<link rel="stylesheet" href="css/grids-responsive-min.css" type="text/css">
<!-- Custom Fonts -->
<link href='http://fonts.googleapis.com/css?family=Roboto:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css" type="text/css">
<link rel="stylesheet" href="css/swiper.min.css" type="text/css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/bass.css" type="text/css">
</head>
<body id="page-top" page="0">
<div class="available"></div>
<div class="image"></div>
<div id="menu" class="home-menu pure-menu pure-menu-horizontal pure-menu-fixed">
<div class="container">
<a class="home-link" href="#" data-scroll="0">
<img class="logo" src="img/bass/logo.svg">
</a>
<ul class="pure-menu-list menu-pagination">
<li class="pure-menu-item hidden"></li>
<li class="pure-menu-item">Features</li>
<li class="pure-menu-item">Screenshots</li>
<li class="pure-menu-item">Examples</li>
<li class="pure-menu-item hidden"></li>
<li class="pure-menu-item">Development</li>
</ul>
<a href="#" class="menu-link" id="toggle">
<span></span>
</a>
</div>
</div>
<div class="page swiper-container">
<!-- Add Pagination -->
<div class="main swiper-scrollbar"></div>
<div class="swiper-wrapper">
<div class="swiper-slide">
<header>
<div class="header-content">
<div class="header-content-inner xswiper-no-swiping">
<!-- <h1>Learn playing on the bass guitar the easy way</h1> -->
<!-- <h1>Let's play the bass</h1> -->
<h1>Application for playing, learning and transcribing basslines</h1>
<hr>
<!-- <p>Application for playing, learning and transcribing basslines</p> -->
</div>
</div>
<a href="#" data-scroll="1" class="btn btn-primary btn-xl more">
Read More
</a>
<a class="credits" href="https://www.facebook.com/PatriciaAragonFotografia/">
Photo by <b>Patricia Aragón</b>
</a>
</header>
</div>
<div class="swiper-slide normal xbg-primary">
<div class="overview tabs-swiper flex-column">
<div class="submenu page-padding">
<div class="container">
<ul class="tabs-paginator">
<li class="tab-item">
<span>Overview</span>
<i class="fa fa-comment"></i>
</li>
<li class="tab-item">
<span>Player</span>
<i class="fa fa-play-circle-o"></i>
</li>
<li class="tab-item">
<span>Editor</span>
<i class="fa fa-pencil-square-o"></i>
</li>
<li class="tab-item">
<span>Viewer</span>
<i class="fa fa-newspaper-o"></i>
</li>
<!-- <li class="tab-item">
<i class="fa fa-comment"></i>
<span>Overview</span>
</li>
<li class="tab-item">
<i class="fa fa-play-circle-o"></i>
<span>Player</span>
</li>
<li class="tab-item">
<i class="fa fa-pencil-square-o"></i>
<span>Editor</span>
</li>
<li class="tab-item">
<i class="fa fa-newspaper-o"></i>
<span>Viewer</span>
</li> -->
<!-- <li class="tab-item">Overview</li>
<li class="tab-item">Player</li>
<li class="tab-item">Editor</li>
<li class="tab-item">Viewer</li> -->
</ul>
</div>
</div>
<div class="container swiper-container flex content">
<div class="swiper-wrapper">
<div class="swiper-slide flex-row md-flex-column">
<div class="text-block r-pad">
<h3 data-animate="fadeInRight">Overview</h3>
<ul data-animate="fadeInUp" class="slide-list anim-delay-1">
<li>
<div>
<h3>Designed for Bass Players</h3>
<p>Created by bass player with aim to make practising more effective and joyful. Focused on rhythm section, with counting labels and easy to create drum tracks.</p>
</div>
</li>
<li>
<div>
<h3>Cross Platform and Free</h3>
<p>Built on HTML5 Web Audio technology. You can run it under any operating system with appropriate web browser. Mobile version is planned for the future.</p>
</div>
</li>
<li>
<div>
<h3>BassCloud Service</h3>
<p>If you would like to access online database of created projects, or share your own projects with others, take a look at <a href="https://basscloud.net">BassCloud</a> service.</p>
</div>
</li>
</ul>
</div>
<div class="f-2-3 flex-column l-box">
<img class="pure-img-responsive r-shadow" src="img/bass/screen.svg">
</div>
</div>
<div class="swiper-slide flex-column">
<div class="flex-column">
<h3 data-animate="fadeInRight">Playback</h3>
<ul xdata-animate="fadeInLeft" class="slide-list flex-row md-flex-column anim-delay-1"
style="justify-content: space-around;">
<!-- <li data-animate="fadeInRight"> -->
<li
class="anim-delay-1"
data-animate="fadeInLeft"
xdata-animate="fadeInLeft">
<div>
<h3>Optimal for practising</h3>
<p>Player controls was designed for convenient setp by step learning. You can adjust playback speed, selection range, output volume of each instrument.</p>
</div>
</li>
<!-- <li data-animate=""> -->
<li
class="anim-delay-2"
data-animate="fadeInLeft"
xdata-animate="fadeInRight">
<div>
<h3>Quality Sound</h3>
<p>A lot of effort was spent to achieve a high quality playback with precise timing. At the moment, application offers Bass, Drums & Percussions and Piano.</p>
</div>
</li>
</ul>
</div>
<div class="flex flex-column l-box">
<img
class="pure-img-responsive r-shadow"
src="img/bass/playback.svg">
</div>
</div>
<div class="swiper-slide flex-row md-flex-column">
<div class="text-block flex-column">
<h3 data-animate="fadeInRight">Powerful Editor</h3>
<ul data-animate="fadeInUp" class="slide-list r-pad anim-delay-2">
<li>
<div>
<h3>Drag & Drop</h3>
<p>A lot of editing actions can be performed with interactive Drag & Drop and resize operations. Advanced options are accessible from context menu.</p>
</div>
</li>
<li>
<div>
<h3>Adjusted for instrument</h3>
<p>As well as different instruments have their own specificities, editor is customized for each instrument to provide better editing capabilities.</p>
</div>
</li>
<li>
<div>
<h3>Sections and playlists</h3>
<p>Bigger projects can be split into several smaller sections. Playlist editor will allow you to quick reuse of repetitive sections, or create alternative versions.</p>
</div>
</li>
</ul>
</div>
<div class="f-2-3 flex-column l-box">
<img
class="pure-img-responsive l-shadow"
src="img/bass/editor.svg">
</div>
</div>
<div class="swiper-slide flex-row md-flex-column">
<div class="f-2-3 flex-column l-box">
<img
class="pure-img-responsive r-shadow"
src="img/bass/viewer.svg">
</div>
<div class="text-block flex-column">
<h3 data-animate="fadeInRight">Visualization</h3>
<ul data-animate="fadeInUp" class="slide-list cascade anim-delay-2">
<li>
<div>
<h3>Easy to read</h3>
<p>Very easy to read for the beginners, with several bass notations available. Layout is configurable to fit your screen and reading speed.</p>
</div>
</li>
<li>
<div>
<h3>Virtual fretboard</h3>
<p>When it comes to analysis of played patterns and better understanding of basslines, Virtual fretboard will give you more worthful information than tabs.</p>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<i class="fa fa-chevron-left slide-button-prev"></i>
<i class="fa fa-chevron-right slide-button-next"></i>
</div>
</div>
<div class="swiper-slide">
<div class="container thumbnails flex-column page-padding">
<h2>Screenshots</h2>
<div class="pure-g">
<div class="pure-u-1-2 pure-u-md-1-3 l-box thumbnail">
<div class="inner-content">
<label>Bass</label>
<svg
data-gallery-index="0"
width="500" height="285"
class="pure-img-responsive shadow"
style="background-image: url('img/bass/bass.svg');">
</svg>
</div>
</div>
<div class="pure-u-1-2 pure-u-md-1-3 l-box thumbnail">
<div class="inner-content">
<label>Drums</label>
<svg
data-gallery-index="1"
width="500" height="285"
class="pure-img-responsive shadow"
style="background-image: url('img/bass/drums.svg');">
</svg>
</div>
</div>
<div class="pure-u-1-2 pure-u-md-1-3 l-box thumbnail">
<div class="inner-content">
<label>Piano</label>
<svg
data-gallery-index="2"
width="500" height="285"
class="pure-img-responsive shadow"
style="background-image: url('img/bass/piano.svg');">
</svg>
</div>
</div>
<div class="pure-u-1-2 pure-u-md-1-3 l-box thumbnail">
<div class="inner-content">
<label>Fretboard</label>
<svg
data-gallery-index="3"
width="500" height="285"
class="pure-img-responsive shadow"
style="background-image: url('img/bass/fretboard.svg');">
</svg>
</div>
</div>
<div class="pure-u-1-2 pure-u-md-1-3 l-box thumbnail">
<div class="inner-content">
<label>Layout</label>
<svg
data-gallery-index="4"
width="500" height="285"
class="pure-img-responsive shadow"
style="background-image: url('img/bass/layout.svg');">
</svg>
</div>
</div>
<div class="pure-u-1-2 pure-u-md-1-3 l-box thumbnail">
<div class="inner-content">
<label>Playlist</label>
<svg
data-gallery-index="5"
width="500" height="285"
class="pure-img-responsive shadow"
style="background-image: url('img/bass/playlist.svg');">
</svg>
</div>
</div>
</div>
</div>
<div class="hidden">
<div class="gallery-images swiper-wrapper">
<div class="swiper-slide">
<div class="swiper-zoom-container l-box">
<img src="img/bass/bass.svg">
<div
data-animate="fadeInRight"
class="image-panel">
<div class="scroller">
<h3 class="header">Bass editor</h3>
<p>Bass editor with opened <b>Sound Properties</b> context menu of selected sound. <b>Audio signal visualization</b> tool is enabled and can be used for time-domain analysis of selected track or bass guitar connected through microphone input.
</p>
<p><b>Fretboard</b> can be used for quick preview of sound samples, for creating sounds with drag & drop operation, or for visualization of played notes during playback.
</p>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="swiper-zoom-container l-box">
<img src="img/bass/drums.svg">
<div
data-animate="fadeInRight"
class="image-panel">
<div class="scroller">
<h3 class="header">Drums and Percussions editor</h3>
<p>Drums/Percussions editor is much simpler. Sounds are defined only by time position and volume intensity. Drag & drop operation is also available for faster copying or moving of single sounds.</p>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="swiper-zoom-container l-box">
<img src="img/bass/piano.svg">
<div
data-animate="fadeInRight"
class="image-panel">
<div class="scroller">
<h3 class="header">Piano editor</h3>
<!-- <p>Piano editor use a more compact layout to display </p> -->
<p>In the piano editor, every note (key) is represented in a separate row. Editing consist
of drag & drop and resize operations (similar to the bass editor), and a few keyboard controls.
</p>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="swiper-zoom-container l-box">
<img src="img/bass/fretboard.svg" alt="">
<div
data-animate="fadeInRight"
class="image-panel">
<div class="scroller">
<h3 class="header">Horizontal layout with fretboard</h3>
<p>Application in the <b>Playlist mode</b> with single row layout and horizontal scrolling,
and with <b>Fretboard tool</b> enabled. Suitable for smaller screens or using in videos.
</p>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="swiper-zoom-container l-box">
<img src="img/bass/layout.svg">
<div
data-animate="fadeInRight"
class="image-panel">
<div class="scroller">
<h3 class="header">Vertical layout</h3>
<p>Application in the <b>Playlist mode</b> with 2-rows layout and vertical scrolling.
Also a different notation is presented here - with fret numbers only and without colors.</p>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="swiper-zoom-container l-box">
<img src="img/bass/playlist.svg">
<div
data-animate="fadeInRight"
class="image-panel">
<div class="scroller">
<h3 class="header">Playlist editor</h3>
<p>Playlist is a sequence of already composed sections in the project.
Playlist editor also allows to easy duplicate repetitive sections.
</p>
<p>You can define as many playlists as you wish, either for favorite parts that you often use for practising, or to create a different version of the same song.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-slide scrolling">
<div class="container swiper-container content nested item-list">
<div class=" swiper-wrapper">
<div class="swiper-slide">
<div class="page-padding" style="padding-bottom: 1em;"></div>
<div class="item">
<a class="right"
target="_blank"
href="https://www.youtube.com/watch?v=ZE6BpakHu-Q">
<i class="fa fa-youtube fa-1x"></i>
<p>Armitage</p>
</a>
<a target="_blank"
href="https://marcel-dancak.github.io/bass-app/app.html#Sunmi">
<span class="num">1</span>
<h4>Sunmi Instrument Teaser Video</h4>
<p>Wonder Girls</p>
</a>
</div>
<div class="item">
<a class="right"
target="_blank"
href="https://www.youtube.com/watch?v=O-KJKvhBFMM">
<i class="fa fa-youtube fa-1x"></i>
<p>Armitage</p>
</a>
<a target="_blank"
href="https://marcel-dancak.github.io/bass-app/app.html#Gospel_Of_The_Throttle">
<span class="num">2</span>
<h4>Gospel Of The Throttle</h4>
<p>Minutes Til Midnight</p>
</a>
</div>
<div class="item">
<a class="right"
target="_blank"
href="https://www.youtube.com/watch?v=dnbi2V4Bwgk">
<i class="fa fa-youtube fa-1x"></i>
<p>MannyBass</p>
</a>
<a target="_blank"
href="https://marcel-dancak.github.io/bass-app/app.html#Leon">
<span class="num">3</span>
<h4>El Leon de la tribu de Juda</h4>
<p>-</p>
</a>
</div>
<div class="item">
<a class="right"
target="_blank"
href="https://www.youtube.com/watch?v=JLsOd2502jM">
<i class="fa fa-youtube fa-1x"></i>
<p>MannyBass</p>
</a>
<a target="_blank"
href="https://marcel-dancak.github.io/bass-app/app.html#Cantos_de_Jubilo">
<span class="num">4</span>
<h4>Cantos de Jubilo</h4>
<p>Jaime Murrel</p>
</a>
</div>
<div class="item">
<a class="right"
target="_blank"
href="https://www.youtube.com/watch?v=M30wgqMaU5A">
<i class="fa fa-youtube fa-1x"></i>
<p>MannyBass</p>
</a>
<a target="_blank"
href="https://marcel-dancak.github.io/bass-app/app.html#SlapFunk">
<span class="num">5</span>
<h4>Slap Funk</h4>
<p>-</p>
</a>
</div>
<div class="item">
<a target="_blank"
href="https://marcel-dancak.github.io/bass-app/app.html#PatriceRushen-ForgetMeNots">
<span class="num">6</span>
<h4>Forget Me Nots</h4>
<p>Patrice Rushen</p>
</a>
</div>
<div class="item">
<a class="right"
target="_blank"
href="https://www.youtube.com/watch?v=ZpnNWc3ud9o">
<i class="fa fa-youtube fa-1x"></i>
<p>CoverSolutions</p>
</a>
<a target="_blank"
href="https://marcel-dancak.github.io/bass-app/app.html#Jamiroquai-Runaway">
<span class="num">7</span>
<h4>Runaway</h4>
<p>Jamiroquai</p>
</a>
</div>
<div class="item">
<a class="right"
target="_blank"
href="https://www.youtube.com/watch?v=FHohYlcdQkc">
<i class="fa fa-youtube fa-1x"></i>
<p>CoverSolutions</p>
</a>
<a target="_blank"
href="https://marcel-dancak.github.io/bass-app/app.html#DarkNecessities">
<span class="num">8</span>
<h4>Dark Necessities</h4>
<p>RHCP</p>
</a>
</div>
<div class="item">
<a class="right"
target="_blank"
href="https://www.youtube.com/watch?v=RXNnCXSqSsY">
<i class="fa fa-youtube fa-1x"></i>
<p>CoverSolutions</p>
</a>
<a target="_blank"
href="https://marcel-dancak.github.io/bass-app/app.html#Sublime-Santeria">
<span class="num">9</span>
<h4>Santeria</h4>
<p>Sublime</p>
</a>
</div>
<div class="item">
<a class="right"
target="_blank"
href="https://www.youtube.com/watch?v=aSLx4L3VfTU">
<i class="fa fa-youtube fa-1x"></i>
<p>The Bassment</p>
</a>
<a target="_blank"
href="https://marcel-dancak.github.io/bass-app/app.html#Love_Me_Again">
<span class="num">10</span>
<h4>Love Me Again</h4>
<p>John Newman</p>
</a>
</div>
<div class="item">
<a target="_blank"
href="https://marcel-dancak.github.io/bass-app/app.html#AnotherDayInParadise">
<span class="num">11</span>
<h4>Another Day In Paradise</h4>
<p>Dennis Brown</p>
</a>
</div>
<div class="item">
<a target="_blank"
href="https://marcel-dancak.github.io/bass-app/app.html#Riffs">
<span class="num">12</span>
<h4>Various short riffs</h4>
<p>-</p>
</a>
</div>
<hr class="primary">
</div>
</div>
<div class="nested-swiper-scrollbar swiper-scrollbar"></div>
</div>
</div>
<div class="swiper-slide compact bg-dark">
<div class="container is-center">
<!-- <h2>Check the latest version of the application</h2> -->
<h2>Create your own projects with the latest version</h2>
<a
data-animate-once="bounceIn"
target="_blank"
href="https://marcel-dancak.github.io/bass-app/app.html"
class="btn btn-default btn-xl">
Open
</a>
</div>
</div>
<div class="swiper-slide">
<div class="development container page-padding footer-padding">
<div style="position:relative;height:100%">
<div class="swiper-container flex content">
<div class="swiper-wrapper">
<div class="swiper-slide l-box">
<div class="card">
<h2 class="bg-dark">About Development</h2>
<div class="l-box">
<p>
This project is currently in active development and has ambitious plans for the future.
It can also evolve by feedback from community of its users
</p>
<p>
More technical information about it's development can be found on
<a href="https://github.com/marcel-dancak/bass-app">GitHub</a>
</p>
<p>
If you encounter any problems by using this application, or came with some idea to make it better,
please fill a new <a href="https://github.com/marcel-dancak/bass-app/issues">Issue</a>
</p>
</div>
</div>
</div>
<div class="swiper-slide l-box">
<div class="card">
<div class="bg-dark">
<h2>BassCloud Service</h2>
</div>
<div class="l-box">
<p>
Current development is focused on the new online service with central database for storing and sharing created projects. It will be directly connected with the main application and bring several advantages to its users:
</p>
<h4>For regular users</h4>
<ul>
<li>access to published projects</li>
<li>profile personalization (voting, bookmarking, subscribing)</li>
</ul>
<h4>For creators</h4>
<ul>
<li>minimal chance to loose your projects data</li>
<li>automatic updates for compatibility with the latest version</li>
<li>history control to keep track of your changes in projects</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<i class="fa fa-chevron-left slide-button-prev"></i>
<i class="fa fa-chevron-right slide-button-next"></i>
</div>
<footer class="bg-dark">
<a href="mailto:[email protected]">
<i
data-animate="bounceIn"
class="fa fa-envelope-o fa-2x">
</i>
<p>E-mail</p>
</a>
<!-- <a href="#">
<i
data-animate="bounceIn"
class="fa fa-twitter fa-2x anim-delay-2">
</i>
<p>Twitter</p>
</a> -->
<a href="https://basscloud.net">
<i
data-animate="bounceIn"
class="fa fa-cloud-upload fa-2x anim-delay-2">
</i>
<p>BassCloud</p>
</a>
<a href="https://github.com/marcel-dancak/bass-app">
<i
data-animate="bounceIn"
class="fa fa-github fa-2x anim-delay-3">
</i>
<p>GitHub</p>
</a>
</footer>
</div>
</div>
</div>
<div class="overflow"></div>
<div class="swiper-container-gallery dialog">
<div class="gallery-toolbar">
<div class="inner">
<i class="fa fa-chevron-left button-prev"></i>
<div class="swiper-pagination"></div>
<i class="fa fa-chevron-right button-next"></i>
<i class="fa fa-close dialog-close"></i>
</div>
</div>
</div>
<script src="js/swiper.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>