-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
124 lines (112 loc) · 6.06 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta name="author" content="NTS Radio">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="public/css/style.css"/>
<link rel="canonical" href="https://www.nts.live/remote-utopias-videos/" />
<title>Remote Utopias | NTS</title>
<meta name="description" content="24hrs of music & mayhem. Erykah Badu, Tame Impala, Sunn O))), Jorja Smith & many more, plus special video streams and exclusive performances.">
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Remote Utopias | NTS" />
<meta name="twitter:site" content="@NTSLive" />
<meta name="twitter:description" content="24hrs of music & mayhem. Erykah Badu, Tame Impala, Sunn O))), Jorja Smith & many more, plus special video streams and exclusive performances." />
<meta name="twitter:image" content="https://www.nts.live/remote-utopias-videos/public/images/ru-social-share-image.png" />
<meta property="og:title" content="Remote Utopias | NTS" />
<meta property="og:site_name" content="NTS" />
<meta property="og:description" content="24hrs of music & mayhem. Erykah Badu, Tame Impala, Sunn O))), Jorja Smith & many more, plus special video streams and exclusive performances.">
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://www.nts.live/remote-utopias-videos/" />
<meta property="og:image" content="https://www.nts.live/remote-utopias-videos/public/images/ru-social-share-image.png" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-6061419-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-6061419-3');
</script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.2.0/lazysizes.min.js"
type="text/javascript"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.2.0/plugins/bgset/ls.bgset.min.js"
type="text/javascript"
></script>
<!-- Start Alexa Certify Javascript -->
<script type="text/javascript">
_atrk_opts = { atrk_acct:"gcudk1acFH00Go", domain:"nts.live",dynamic: true};
(function() { var as = document.createElement('script'); as.type = 'text/javascript'; as.async = true; as.src = "https://certify-js.alexametrics.com/atrk.js"; var s = document.getElementsByTagName('script')[0];s.parentNode.insertBefore(as, s); })();
</script>
<noscript><img src="https://certify.alexametrics.com/atrk.gif?account=gcudk1acFH00Go" style="display:none" height="1" width="1" alt="" /></noscript>
<!-- End Alexa Certify Javascript -->
</head>
<body>
<div
class="ru-live-video lazyload"
style="background-image: url('public/images/ru-bg-portrait-lqip.png');"
data-bgset="
public/images/ru-bg-portrait-small.png [(max-width: 480px)] |
public/images/ru-bg-portrait-medium.png [(max-width: 767px)] |
public/images/ru-bg-portrait.png [(max-width: 1023px)] |
public/images/ru-bg-portrait-large.png
"
>
<main class="main">
<div class="wrapper">
<div class="container">
<div class="video-wrapper">
<div class="video-container">
<iframe
class="lazyload"
data-src="https://www.youtube.com/embed/videoseries?list=PL7cpdOw8ERGCIBtwGB1d7fp2aunrPOrrQ"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</div>
</div>
<div class="body">
<div class="ru-logo-wrapper">
<a href="https://www.nts.live/events/remote-utopias" target="_blank">
<img
class="lazyload"
src="public/images/ru-logo-lockup-with-date-lqip.png"
data-src="public/images/ru-logo-lockup-with-date.png"
alt="RU logo lockup with Date"
/>
</a>
</div>
<div class="description">
<a href="https://www.nts.live/events/remote-utopias" target="_blank">
<p>
24hrs of music & mayhem,<br />
featuring erykah badu, tame impala, jme, sunn o))),
skrillex, jorja smith, jonah hill & many many more
</p>
</a>
</div>
<div class="partners">
<div class="image-wrapper">
<a href="https://www.nts.live/events/remote-utopias" target="_blank">
<img
class="lazyload"
src="public/images/jameson-connects-lqip.png"
data-src="public/images/jameson-connects.png"
alt="Jameson Connects"
/>
</a>
</div>
</div>
</div>
</div>
</div>
</main>
</div>
</body>
</html>