-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
376 lines (348 loc) · 14.8 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
<!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, maximum-scale=1, user-scalable=no">
<meta name="description" content="Fastcast lets you stream peer-to-peer audio and video content. Based on a streaming torrent client for the browser.">
<meta name="author" content="ILIOS IPTV">
<link rel="icon" href="favicon.ico">
<link rel="apple-touch-icon" sizes="120x120" href="touch-icon-iphone-retina.png">
<link rel="apple-touch-icon" sizes="152x152" href="touch-icon-ipad-retina.png">
<link rel="apple-touch-icon" sizes="180x180" href="touch-icon-iphone-6-plus.png">
<link href="https://cdn.jsdelivr.net/gh/samtecspg/articulate-webchat@0.0.3/lib/articulate-webchat.css" rel="stylesheet" type="text/css">
<script src="https://cdn.jsdelivr.net/gh/samtecspg/articulate-webchat@0.0.3/lib/articulate-webchat.js"></script>
<title>Fastocast-tv</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/cover.css" rel="stylesheet">
<!-- Font-Awesome -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<link href="https://fonts.googleapis.com/css?family=Hammersmith+One&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<style>
body {font-family: Arial, Helvetica, sans-serif;}
* {box-sizing: border-box;}
/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
background-color: #555;
color: white;
padding: 16px 20px;
border: none;
cursor: pointer;
opacity: 0.8;
position: fixed;
bottom: 23px;
right: 28px;
width: 280px;
}
/* The popup chat - hidden by default */
.chat-popup {
display: none;
position: fixed;
bottom: 0;
right: 15px;
border: 3px solid #f1f1f1;
z-index: 9;
}
/* Add styles to the form container */
.form-container {
max-width: 300px;
padding: 10px;
background-color: white;
}
/* Full-width textarea */
.form-container textarea {
width: 100%;
padding: 15px;
margin: 5px 0 22px 0;
border: none;
background: #f1f1f1;
resize: none;
min-height: 200px;
}
/* When the textarea gets focus, do something */
.form-container textarea:focus {
background-color: #ddd;
outline: none;
}
/* Set a style for the submit/send button */
.form-container .btn {
background-color: #4CAF50;
color: white;
padding: 16px 20px;
border: none;
cursor: pointer;
width: 100%;
margin-bottom:10px;
opacity: 0.8;
}
/* Add a red background color to the cancel button */
.form-container .cancel {
background-color: red;
}
/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
opacity: 1;
}
</style>
</head>
<body>
<div class="cover">
<div class="site-wrapper">
<div class="site-wrapper-inner">
<div class="cover-container">
<div class="masthead clearfix">
<div class="inner">
<a href="/">
<svg class="masthead-brand" height="64" width="64" viewBox="0 0 114 114" version="1.1">
<rect stroke-dashoffset="0" height="110" width="110" stroke="#fff" stroke-dasharray="none" stroke-miterlimit="4" y="2" x="2" stroke-width="4" fill="none"/>
<path stroke-linejoin="miter" d="m12,12,0,80,10,0,0,10,10,0,10-10,0-20,20,0,10-10,0-10-30,0,0-20,60,0,0-20z" stroke="#fff" stroke-linecap="butt" stroke-miterlimit="4" stroke-dasharray="none" stroke-width="2" fill="none"/>
<path fill="#fff" d="m12,12,0,70,10,0,0,10,20,0,0-20,20,0,10-10,0-10-30,0,0-20,60,0,0-20z"/>
</svg>
</a>
<ul class="nav masthead-nav">
<li class="active"><a href="/">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="tools.html">IPTV-TOOLS</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Carousel -->
<div id="carouselVideos" class="carousel slide" data-ride="carousel">
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="imageone item active">
<div class="carousel-caption">
<h3>
<a href="videos/tringtring.html">Watch KIDS TV <i class="fa fa-play-circle"></i></a>
</h3>
</div>
</div>
<div class="imagetwo item">
<div class="carousel-caption">
<h3>
<a href="videos/topnews-hd.html">Watch NEWS TV <i class="fa fa-play-circle"></i></a>
</h3>
</div>
</div>
<div class="imagethree item">
<div class="carousel-caption">
<h3>
<a href="videos/sportnewstr.html">Watch PUBLIC TV | SPORT TV 4K <i class="fa fa-play-circle"></i></a>
</h3>
</div>
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#carouselVideos" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carouselVideos" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
<!-- Down button -->
<a id="scrollDown" class="button-down"><i class="fa fa-3x fa-arrow-circle-down"></i></a>
</div>
</div>
<div id="featuredVideos" class="container featured-videos">
<h1>TV CHANNELS</h1>
<hr>
<div class="row">
<div class="col-xs-6 col-lg-4">
<div class="video-boxes">
<a href="videos/tringtring.html">
<img src="img/tring.jpg" class="img-responsive" alt="Responsive image">
<div class="description"><h3>TRINGTRING</h3></div>
</a>
</div>
</div><!--/.col-xs-6.col-lg-4-->
<div class="col-xs-6 col-lg-4">
<div class="video-boxes">
<a href="videos/top_ch.html">
<img src="img/topch.jpg" class="img-responsive" alt="Responsive image">
<div class="description"><h3>TOP CHANNEL</h3></div>
</a>
</div>
</div><!--/.col-xs-6.col-lg-4-->
<div class="col-xs-6 col-lg-4">
<div class="video-boxes">
<a href="videos/vizion_plus.html">
<img src="img/Vizion-plus.jpg" class="img-responsive" alt="Responsive image">
<div class="description"><h3>VIZION PLUS</h3></div>
</a>
</div>
</div><!--/.col-xs-6.col-lg-4-->
<div class="col-xs-6 col-lg-4">
<div class="video-boxes">
<a href="videos/klan-hd.html">
<img src="img/KLAN.jpg" class="img-responsive" alt="Responsive image">
<div class="description"><h3>KLAN HD</h3></div>
</a>
</div>
</div><!--/.col-xs-6.col-lg-4-->
<div class="col-xs-6 col-lg-4">
<div class="video-boxes">
<a href="videos/topnews-hd.html">
<img src="img/topnews.jpeg" class="img-responsive" alt="Responsive image">
<div class="description"><h3>TOP NEWS HD</h3></div>
</a>
</div>
</div><!--/.col-xs-6.col-lg-4-->
<div class="col-xs-6 col-lg-4">
<div class="video-boxes">
<a href="videos/tring_actions.html">
<img src="img/Action-HD3.jpg" class="img-responsive" alt="Responsive image">
<div class="description"><h3>TR ACTIONS HD </h3></div>
</a>
</div>
</div><!--/.col-xs-6.col-lg-4-->
<div class="col-xs-6 col-lg-4">
<div class="video-boxes">
<a href="videos/abc_news_4k.html">
<img src="img/abcnews.png" class="img-responsive" alt="Responsive image">
<div class="description"><h3>ABC NEWS HD </h3></div>
</a>
</div>
</div><!--/.col-xs-6.col-lg-4-->
</div><!--/row-->
</div>
<div class="container marketing">
<!-- Three columns of text below the carousel -->
<div class="row">
<div class="col-lg-4">
<img class="img-circle" src="img/fastcast.png" alt="Fastcast logo">
<h2>Fastocast-tv</h2>
<p class="lead">A website for sharing audio and video content. Fastocast-tv utilises a peer-to-peer network, so that you can stream high quality audio and video, without ever leaving your browser. It's free, open and decentralised.</p>
<p><a class="btn btn-default" href="about.html" role="button">Learn more »</a></p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img class="img-circle" src="img/html5.png" alt="HTML5 logo">
<h2>Built for the Web</h2>
<p class="lead">Fastocast-tv is bringing BitTorrent to the web. Built on the latest web technologies, including HTML5, JavaScript, and WebRTC. The aim is to make BitTorrent accessible to everyone.</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img class="img-circle" src="img/webtorrent.png" alt="WebTorrent logo">
<h2>Powered by Fastocast-tv</h2>
<p class="lead">Based on a streaming torrent client for the browser. Fastocast-tv is written entirely in JavaScript - the language of the web. It runs in the background, and makes streaming audio and video lightning fast.</p>
<p><a class="btn btn-default" href="http://webtorrent.io/" role="button">Learn more »</a></p>
</div><!-- /.col-lg-4 -->
</div><!-- /.row -->
</div>
<!-- Footer -->
<footer class="footer">
<div class="container social-buttons">
<ul class="list-inline">
<li>
<iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=treshi&repo=treshi&type=watch&count=true" width="100px" height="20px" title="Star on GitHub"></iframe>
</li>
<li>
<iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=treshi&repo=treshi&type=fork&count=true" width="102px" height="20px" title="Fork on GitHub"></iframe>
</li>
<li>
<a href="https://twitter.com/cececen" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="true">Follow @cececen</a>
</li>
<li>
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://fastocast-tv.al" data-text="Stream peer-to-peer video and audio content with BitTorrent" data-count="horizontal" data-via="fastocastal" data-related="TotalCodex:Creator of Fastocast-tv">Tweet</a>
</li>
</ul>
</div>
<div class="container">
<p><a id="scrollUp" class="logo pull-right"></a></p>
<p>© 2020 Fastocast-tv. Powered by <a href="#">Fastocast-tv</a>.</p>
</div>
</footer>
<!-- Like what you see? Want to help? Visit https://github.com/jakefb/fastcast to contribute -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.mobile.custom.min.js"></script>
<script>
$(document).ready(function() {
$('.carousel-inner').swiperight(function() {
$(this).parent().carousel('prev')
})
$('.carousel-inner').swipeleft(function() {
$(this).parent().carousel('next')
})
})
$('#scrollDown').click(function() {
$('html, body').animate({
scrollTop: $('#featuredVideos').offset().top
}, 1000)
})
$('#scrollUp').click(function() {
$('html, body').animate({
scrollTop: $('body').offset().top
}, 1000)
})
</script>
<!-- Twitter -->
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<!-- Fastclick -->
<script src="js/fastclick.js"></script>
<script>
$(function() {
FastClick.attach(document.body)
})
</script>
<div class="button">
<button><span>Subscribe</span></button>
</div>
<div class="popup">
<div class="content">
<div class="container">
<div class="circles">
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
</div>
<span class="closebtn">⛌</span>
<div class="title">
<h1>Become A Subscriber</h1>
</div>
<img src="https://webdevtrick.com/wp-content/uploads/logo-fb-1.png" alt="Car">
<div class="subscribe">
<h1>Subscribe To Get The Notification Of Latest <span>POSTS</span></h1>
<form>
<input type="email" placeholder="Put Your Email Address">
<input type="submit" value="Subscribe">
</form>
</div>
</div>
</div>
</div>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js'></script>
<script src="function.js"></script>
<script id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/4e921ac12d8d2596bf64aec28/ec197fd0d1d2d1e31723ca0ca.js");</script>
</body>
<div id="webchat"/>
<script>
WebChat.default.init({
selector: '#webchat',
socketUrl: '<ws://YOUR ARTICULATE SERVER URL:7500>',
socketPath: '/agent/<YOUR AGENT ID>/converse',
converseUrl: '<http://YOUR ARTICULATE SERVER URL:7500>/agent/<YOUR AGENT ID>/converse',
title: 'LIVE AGENT',
subtitle: 'How can we help???',
senderPlaceHolder: 'Type a message...',
titleAvatar: 'https://static.thenounproject.com/png/815603-200.png',
profileAvatar: 'https://static.thenounproject.com/png/815603-200.png'
});
</script>
</div>
</html>