-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
102 lines (73 loc) · 3.28 KB
/
index.html
File metadata and controls
102 lines (73 loc) · 3.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>FluxDelux</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="flux.css" rel="stylesheet">
</head>
<body>
<div id = "playerLayer">
<div class="alert alert-success" role="alert">FluxDelux is running!</div>
</div>
<span id="loading">
<img src="img/loading.png" width ="45%" height = "45%">
</span>
<div class = "container-fluid">
<div class = "row">
<div id="logo" class = "col-xs-12">
<embed src="img/fluxlogoblue2.svg" type="image/svg+xml"></embed>
</div>
</div>
</div>
<div class = "container-fluid">
<div class = "row">
<div class = "embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item"
src="https://www.youtube.com/embed/SJwnv3CgTGw?rel=0&showinfo=0">
</iframe>
</div>
</div>
<div class = "row">
<div class = "col-xs-12">
<h4 id = 'info'>
Ipsum Info Here
</h4>
</div>
</div>
<div class = "row">
<div class = "col-md-4 col-xs-12">
<button id = "b1" class="btn btn-default btn-lg" onclick="android()"><img src = "img/android.png" width='25px' height='25px'> Streaming for Android users </button>
</div>
<div class = "col-md-4 col-xs-12">
<button class="btn btn-default btn-lg"><a href = "https://geo.itunes.apple.com/ca/app/fluxdelux/id997524033?mt=8"><img src="img/exit2app.png" width = '25px' height='25px'> App download for iOS users</a></button>
</div>
<!-- <div class = "col-md-4 col-xs-12">
<button class="btn btn-default btn-lg">
<a href = "media/flux-web-v2.mp3" download>
<img src="img/downloadicon.png" width= '25px' height= '25px'> MP3 download for anybody!
</a>
</button>
</div> -->
</div>
<div class = "row">
<div class = "col-xs-12">
<h6 id='footer'>
<small> © 2015 <a href = "http://peggybakerdance.com/">Peggy Baker Dance Projects</a>,<a href = "https://www.youtube.com/watch?v=GqcaSqmvz_U"> Luke Garwood</a>, <a href= "http://jacob-n.com/"> Jacob Niedzwiecki</a></small>
</h6>
</div>
<div id = "longLogo" class="col-xs-12">
<embed src = "img/bottom.svg" type ="image/svg+xml"></embed>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script src="js/flux.js"></script>
</script>
</body>
</html>