-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
50 lines (43 loc) · 1.97 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Blue Billywig Player: Custom skin</title>
<meta name="description" content="Blue Billywig Custom Skin tutorials">
<meta name="author" content="Blue Billywig">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="//bluebillywig.bbvms.com/launchpad/"></script>
</head>
<body>
<div class="container">
<h1>Blue Billywig Player Skin tutorial</h1>
<p>Refer to the <a target="_blank" href="https://github.com/bluebillywig/skin-tutorial/tree/master">Github repository</a> for all example code.</p>
<p>The links to the example pages are listed below:</p>
<ul>
<li>Part 1: <em>Introduction and basic controls</em>
<ul>
<li><a target="_blank" href="https://bluebillywig.com/nl/blog/skinning-blue-billywig-player-part-1-basic-controls">Article</a></li>
<li><a target="_blank" href="https://github.com/bluebillywig/skin-tutorial/tree/master/part-1">Source</a></li>
<li><a href="part-1">Working example</a></li>
</ul>
</li>
<li>Part 2: <em>Advanced controls</em>
<ul>
<li><a target="_blank" href="https://www.bluebillywig.com/en/blog/skinning-blue-billywig-player-part-2-advanced-controls">Article</a></li>
<li><a target="_blank" href="https://github.com/bluebillywig/skin-tutorial/tree/master/part-2">Source</a></li>
<li><a href="part-2">Working example</a></li>
</ul>
</li>
<li>Part 3: <em>Start- and endscreen</em>
<ul>
<li><a target="_blank" href="https://www.bluebillywig.com/en/blog/skinning-blue-billywig-player-part-3-start-and-endscreen">Article</a></li>
<li><a target="_blank" href="https://github.com/bluebillywig/skin-tutorial/tree/master/part-3">Source</a></li>
<li><a href="part-3">Working example</a></li>
</ul>
</li>
</ul>
</div>
</body>
</html>