-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLive.html
185 lines (178 loc) · 8.56 KB
/
Live.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
<!DOCTYPE html>
<html>
<head>
<title>LIVE STREAM SUPREMACY</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="no-sidebar is-preload">
<div id="page-wrapper">
<!-- Header -->
<div id="header">
<!-- Inner -->
<div class="inner">
<header>
<h1><a href="index.html" id="logo">NOBIT_INC</a></h1>
</header>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html">HOME</a></li>
<li>
<a href="#">MORE ARTICLES</a>
<ul>
<li>
<a href="Viral.html">VIRAL GAMING GOODNESS</a>
</li>
<li>
<a href="Sponsor.html">SPONSORED CONTENT</a>
</li>
<li>
<a href="Live.html">LIVE STREAM SUPREMACY</a>
</li>
<li>
<a href="Commercial.html">COMMERCIAL SUCCESS</a>
</li>
<li>
<a href="Photo.html">PHOTOGRAPHY AND MERCHANDISE</a>
</li>
</ul>
</li>
<li><a href="#contact" class="scrolly">CONTACT US</a></li>
</ul>
</nav>
<p>‌</p>
</div>
<!-- Main -->
<div class="wrapper style1 dark nbp" id="Portfolio">
<div class="container">
<article id="main" class="special">
<header>
<h2>LIVE STREAM SUPREMACY</h2>
<p>
Our crew being made up of mostly traditional live-TV veterans turned digital live
streamers - we can deliver a modern livestream with the shine of terrestrial television.
All of the fun with a professional finish.
</p>
</header>
<section>
<header>
<h3>Monster Mornings</h3>
</header>
<video
class="image featured"
autoplay
muted
loop
src="images/Livestream Supremacy/Monster Mornings Thumbnail.mp4"
type="video/mp4"
></video>
<p>
Our long-running, traveling, multidisciplinary esports morning show - bringing both a
talk show, and variety show, to the front page of Twitch.
</p>
</section>
<section>
<header>
<a href="https://www.youtube.com/watch?v=ZD6GNhAubpQ"><h3>Race to Worlds First</h3></a>
</header>
<a href="https://www.youtube.com/watch?v=ZD6GNhAubpQ"
><video
class="image featured"
autoplay
muted
loop
src="images/Livestream Supremacy/Race to World First Thumbnail.mp4"
type="video/mp4"
></video
></a>
<p>
A 24/7 competitive World of Warcraft marathon broadcast that spans multiple weeks,
dozens of gaming PCs, and millions of views.
</p>
</section>
<section>
<header>
<h3>Liquid + Launch</h3>
</header>
<video
class="image featured"
autoplay
muted
loop
src="images/Livestream Supremacy/Liquid Plus Launch Thumbnail.mp4"
type="video/mp4"
></video>
<p>
A “from-the-ground-up” bespoke live production made to celebrate the launch of a new
app.
</p>
</section>
</article>
</div>
</div>
<!-- Footer -->
<div id="footer" class="ntp">
<div class="container ntp">
<hr />
<div class="row">
<div class="col-12">
<!-- Contact -->
<section class="contact" id="contact">
<header>
<h3>Want to reach out?</h3>
</header>
<p>We're only a mouse click away</p>
<ul class="icons">
<li>
<a href="mailto:[email protected]" class="icon fa-regular fa-envelope"
><span class="label">Email</span></a
>
</li>
<li>
<a href="https://www.twitter.com/alexcorea" class="icon brands fa-twitter"
><span class="label">Twitter</span></a
>
</li>
<li>
<a href="https://www.youtube.com/@NoBitrate" class="icon brands fa-youtube"
><span class="label">Youtube</span></a
>
</li>
<li>
<a href="https://www.tiktok.com/@alextcorea" class="icon brands fa-tiktok"
><span class="label">TikTok</span></a
>
</li>
<li>
<a href="instagram.com/alextcorea" class="icon brands fa-instagram"
><span class="label">Instagram</span></a
>
</li>
</ul>
</section>
<!-- Copyright -->
<div class="copyright">
<ul class="menu">
<li>© 2024 NoBit_Inc. All rights reserved.</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>