-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·212 lines (178 loc) · 8.34 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
<!DOCTYPE html>
<html>
<head>
<title>Streamland</title>
<link rel="shortcut icon" type="image/jpg" href="images/favicon.png"/>
<link href="https://vjs.zencdn.net/7.11.4/video-js.css" rel="stylesheet" />
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js'></script>
<!-- If you'd like to support IE8 (for Video.js versions prior to v7) -->
<!-- <script src="https://vjs.zencdn.net/ie8/1.1.2/videojs-ie8.min.js"></script> -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="animations.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta property="og:image" content="images/streamland.png">
<meta property='og:title' content='STREAMLAND'/>
<meta property='og:description' content='Open Source Live Streaming Service'/>
<meta property='og:url' content='https://phaedonv.github.io/streamland/'/>
<!-- CSS -->
<link href="https://unpkg.com/@videojs/themes@1/dist/fantasy/index.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Anton&family=Press+Start+2P&family=Amatic+SC:wght@700&display=swap" rel="stylesheet">
</head>
<!--pie menu-->
<div class="pie pie1" onclick="document.body.classList.remove('active')">
<div class="pie-color pie-color1">
<a href="ert1.html">
<img class="ert" src="images/ert1.svg.png">
</a>
</div>
</div>
<div class="pie pie2" onclick="document.body.classList.remove('active')">
<div class="pie-color pie-color2">
<a href="open.html">
<img class="open" src="images/Open_Beyond_TV_Transparent.png">
</a>
</div>
</div>
<div class="pie pie3" onclick="document.body.classList.remove('active')">
<div class="pie-color pie-color3">
<a href="star.html">
<img class="star" src="images/Star_Channel_2003.png">
</a>
</div>
</div>
<div class="menu" onclick="document.body.classList.toggle('active')">
<svg class="hamburger" xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100">
<g
fill="none"
stroke="#000"
stroke-width="7.999"
stroke-linecap="round"
>
<path d="M 55,26.000284 L 24.056276,25.999716" />
<path d="M 24.056276,49.999716 L 75.943724,50.000284" />
<path d="M 45,73.999716 L 75.943724,74.000284" />
<path d="M 75.943724,26.000284 L 45,25.999716" />
<path d="M 24.056276,73.999716 L 55,74.000284" />
</g>
</svg>
</div>
<body>
<!-- FB share -->
<div id="fb-root"></div>
<div id="banner">
<p id="open" contenteditable spellcheck="false">index</p>
</div>
<div id="main">
<div class="container title" id="titles">
open-source
<br><br>
live-streaming service
</div>
<div class="container" id="frame">
<img id="tv-frame" src="images/modern2.png" alt="tv frame">
<div id="youtubevideo">
<iframe id="test" width="940" height="564"
src="https://www.youtube.com/embed/VSFgDCtfS_8?autoplay=1" title="youtube-intro"
frameborder="0" autoplay; clipboard-write; encrypted-media; picture-in-picture
allowfullscreen>
</iframe>
</div>
</div>
</div>
<div id="menu2">
<a class="btn" href="open.html"><button>open tv live streaming</button></a>
<a class="btn" href="ert1.html"><button>ert-1</button></a>
</div>
<!--netflix color menu links-->
<div id="controller">
<div class="container">
<ul>
<li><a href="open.html">open</a></li>
<li><a href="star.html">star</a></li>
<li><a href="ert1.html">ert-1</a></li>
<li><a href="index.html"><i class="fa fa-home" aria-hidden="true"></i></a></li>
<li><a onClick="history.go(-1);"><i class="fa fa-arrow-circle-left" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
<section class="times" id="clocks">
<div class="clock" id="local-clock">
<h2>Your time is</h2>
<output>00:00:00</output>
</div>
<div data-timezone="Europe/Athens" class="clock">
<h2>Greece</h2>
<output>00:00:00</output>
</div>
</section>
<div class='animatedParent' id="foot">
<div class='animated tada' id="footer">
made with love and code!
<br>
<br>2021
</div>
<!----------------------------------------------------------------------------------------------------------------------------------------------
<svg viewBox="0 0 1000 300"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<path id="MyPath"
d="M100 100 C 200 200, 400 200, 500 100" />
</defs>
<text text-anchor="middle">
<textPath xlink:href="#MyPath" startOffset="50%" id="inner-text">
please enable javascript to see this text
</textPath>
</text>
</svg>
---------------------------------------------------------------------------------------------------------------------------------------------->
<div class="fb-share-button" data-href="https://phaedonv.github.io/streamland/" data-layout="button" data-size="large">
<a target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fdevelopers.facebook.com%2Fdocs%2Fplugins%2F&src=sdkpreparse" class="fb-xfbml-parse-ignore">
Share
</a>
</div>
</div>
</body>
<!--
<audio id="thor" src="sounds/ThunderRain.mp3" type="audio/mp3" autoplay loop></audio>
-->
<!--nightride web RADIO with player-->
<audio id="kit" src="https://stream.nightride.fm/nightride.m4a" type="audio/x-m4a"></audio>
<!-- another one play btn | player wannabe ;) -->
<div id="kit-player-one">
<div id="cont">
<div class="box center play" id="the-button"></div>
<!--<div class="box pause"></div>-->
</div>
<div>
<input type="range" id="vol-control" min="0" max="200" value="120" step="1"> <!-- the step attribute, means how much the rate of the input (volume), will increase.-->
</div>
<div id="info">
<a href="https://nightride.fm/about?station=nightride" target="_blank">nightRIDE FM</a>
</div>
</div>
<!--
<div id="kit-player">
<button onclick="document.getElementById('kit').play()">Play</button>
<button onclick="document.getElementById('kit').pause()">Pause</button>
<button onclick="document.getElementById('kit').volume += 0.1">Vol +</button>
<button onclick="document.getElementById('kit').volume -= 0.1">Vol -</button>
</div>
-->
</html>
<!--scripts-->
<script src="https://moment.github.io/luxon/global/luxon.min.js"></script>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v9.0" nonce="oJxWyNdF"></script>
<script src="scripts.js"></script>
<script src="videojsyoutube.js"></script>
<script src="https://vjs.zencdn.net/7.11.4/video.min.js"></script>
<script src="css3-animate-it.js"></script>
<script> //web-radio autoplay settings
var rad = document.getElementById("kit");
function enableAutoplay() {
rad.autoplay = true;
rad.load();
}
enableAutoplay();
</script>