-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
191 lines (177 loc) · 7.95 KB
/
index.html
File metadata and controls
191 lines (177 loc) · 7.95 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
<!doctype html>
<html lang="en">
<head>
<!-- Make things work -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Give sense to the page -->
<meta name="description" content="Heavily customise your plug.dj experience.">
<meta name="keywords" content="plug-it,pi,extension,script,plug.dj,plug,autowoot">
<meta name="author" content="WiBla">
<link rel="icon" href="favicon.ico">
<title>Plug-It - Home</title>
<!-- Load 3rd party stuff -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,700">
<!-- Load pace in head since we need to render page progress -->
<script src="js/pace.min.js"></script>
</head>
<body>
<nav id="menu" class="navbar navbar-expand-sm navbar-dark sticky-top pl-0">
<div class="container-fluid">
<a class="navbar-brand text-under pr-3" href="index.html">
<img src="./img/icon128.png" alt="Plug-It">
<p>Plug-It</p>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item active"><a href="index.html" class="nav-link">Home</a></li>
<li class="nav-item"><a href="about.html" class="nav-link">About</a></li>
<li class="nav-item"><a href="team.html" class="nav-link">The Team</a></li>
<li class="nav-item"><a href="contact.html" class="nav-link">Contact</a></li>
</ul>
</div>
</div>
</nav>
<header class="container-fluid text-center d-flex flex-column align-items-center justify-content-center">
<h1>Plug-It, heavily customise your plug.dj experience.</h1>
<h3>Personilize plug until your heart's content.</h3>
<p>
<button type="button" id="scroll-down" class="btn btn-outline-primary border-white" data-toggle="tooltip" data-placement="top" title="Scroll down to learn more!">
<i class="fa fa-arrow-down"></i>
</button>
</p>
</header>
<section class="container-fluid text-center p-6 bg-light">
<div class="row">
<div class="col-10 offset-1 col-md-6 offset-md-3">
<h3>Features</h3>
<hr class="border-white">
<div id="featuresCarousel" class="carousel slide w-100" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#featuresCarousel" data-slide-to="0" class="active"></li>
<li data-target="#featuresCarousel" data-slide-to="1"></li>
<li data-target="#featuresCarousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<img class="d-block" src="./img/features/custom-style.jpg" alt="Custom Style">
<div class="carousel-caption d-none d-md-block">
<h3>Custom Style</h3>
<p>Easy on the eyes</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block" src="./img/features/bg.png" alt="Custom Backgrounds">
<div class="carousel-caption d-none d-md-block">
<h3>Custom Backgrounds</h3>
<p>Make plug.dj look the way you want it to!</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block" src="./img/features/ui.gif" alt="Sleek UI">
<div class="carousel-caption d-none d-md-block">
<h3>Sleek UI</h3>
<p>Fast and easy to use!</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#featuresCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#featuresCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</section>
<section class="container-fluid text-center p-6 hero">
<div class="row">
<div class="col-10 offset-1 col-md-6 offset-md-3">
<h3>Install</h3>
<hr class="border-white">
<p>
<a href="https://chrome.google.com/webstore/detail/plug-it-extension/bikeoipagmbnkipclndbmfkjdcljocej" target="_blank"><button class="btn btn-dark">Chrome extension</button></a>
<a target="_blank" href="https://github.com/Plug-It/extension/raw/master/firefox/Plug-It.user.js"><button class="btn btn-dark">Userscript</button></a>
<hr class="border-white">
Drag the button below to you bookmarks <em>(<kbd>ctrl + shift + b</kbd>)</em>...<br>
<a id="bookmarklet" class="text-under m-3" draggable="true" title="Drag me to your bookmarks!" href="javascript:(function(){$.getScript('https://rawgit.com/Plug-It/pi/pre-release/js/pi.js');}());">
<img src="./img/icon128.png" alt="Plug-It"/>Plug-It
</a><br>
...and click it whenever you are browsing plug!
<hr class="border-white">
Write this code to a new bookmark:<br>
<code class="language-javascript d-inline-block p-3 my-2 text-white bg-grey-dark rounded">
javascript:(<span class="keyword">function</span>(){<span class="variable">$</span>.getScript(<span class="string">"https://rawgit.com/Plug-It/pi/pre-release/js/pi.js"</span>);}());
</code><br>
Click it to launch the script when browsing plug!
</p>
</div>
</div>
</section>
<section class="container-fluid text-center p-6 bg-light">
<iframe src="https://discordapp.com/widget?id=195261608128151559&theme=dark" width="500px" height="500" allowtransparency="true" frameborder="0"></iframe>
</section>
<footer class="container-fluid text-center p-4 bg-grey-dark">
<div class="row text-center">
<nav class="col-md-3 offset-md-2 mb-4">
<h6 class="text-uppercase">Social</h6>
<hr class="border-white col-4 col-md-10">
<p>
<i class="fab fa-discord mr-2"></i>
<a target="_blank" href="https://discord.gg/DptCswA">Discord</a>
<i class="fa fa-external-link-alt"></i>
</p>
<p>
<i class="fab fa-twitter mr-2"></i>
<a target="_blank" href="https://twitter.com/plugit_dj">Twitter</a>
<i class="fa fa-external-link-alt"></i>
</p>
<p>
<i class="fas fa-headphones-alt mr-2"></i>
<a target="_blank" href="https://plug.dj/plug-it">Plug.dj</a>
<i class="fa fa-external-link-alt"></i>
</p>
</nav>
<div class="col-md-3 offset-md-2 mb-4">
<h6 class="text-uppercase">Support</h6>
<hr class="border-white col-4 col-md-10">
<p>
<a target="_blank" href="https://crowdin.com/project/plug-it">Help translate</a>
<i class="fa fa-external-link-alt"></i>
</p>
<p>
<a target="_blank" href="https://patreon.com/preview/fb70275b49d345ae8cf492ab50e5501f">Become a Donator</a>
<i class="fa fa-external-link-alt"></i>
</p>
<p>
<a target="_blank" href="https://github.com/Plug-It/pi/issues">Bug report</a>
<i class="fa fa-external-link-alt"></i>
</p>
<p>
<a target="_blank" href="https://trello.com/b/kRqCI5JK/plug-it">Trello</a>
<i class="fa fa-external-link-alt"></i>
</p>
</div>
</div>
<p id="copyright" class="md-12 text-white">© Copyright Plug-It 2014 - %%YEAR%%</p>
</footer>
<!-- 3rd party scripts that loads after the DOM is ready -->
<!-- NB: I am not using their CDN versions in case there might not be any network available when showing this demo -->
<script src="./js/jquery-3.3.1.min.js"></script>
<script src="./js/popper.min.js"></script>
<script src="./js/bootstrap.min.js"></script>
<script src="./js/fa-all.js"></script>
<!-- Our own script -->
<script src="./js/main.js"></script>
</body>
</html>