-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwhoisnothingbuttyler.html
474 lines (346 loc) · 17.9 KB
/
whoisnothingbuttyler.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
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<link rel="shortcut icon" href="https://avatars.githubusercontent.com/u/149272952" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=yes" />
<title>Who is NothingButTyler? | NothingButTyler Official Site</title>
<meta name="description" content="You've seen the Roblox YouTuber and TikToker, now he has a website: NothingButTyler Official Site! Check it out today!">
<meta property="og:url" content="valodokagames.github.io" />
<meta property="og:image:width" content="200 px" />
<meta property="og:image:height" content="200 px" />
<meta property="og:title" content="NothingButTyler Official Site" />
<meta property="og:site_name" content="NothingButTyler Official Site" />
<meta property="og:description" content="You've seen the Roblox YouTuber and TikToker, now he has a website: NothingButTyler Official Site! Check it out today!" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://avatars.githubusercontent.com/u/149272952">
<link rel="stylesheet" type="text/css" href="//gamesuperhot.github.io/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="//gamesuperhot.github.io/css/jquery-comments.css" />
<link rel="stylesheet" type="text/css" href="//gamesuperhot.github.io/css/user.css" />
<link rel="stylesheet" type="text/css" href="//gamesuperhot.github.io/css/style.css" />
<link rel="stylesheet" type="text/css" href="//gamesuperhot.github.io/css/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" />
<!-- Google fonts-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap" rel="stylesheet">
<!--font awesome-->
<script src="https://kit.fontawesome.com/eeb01edac2.js" crossorigin="anonymous"></script>
<!--end of font awesome-->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MBSZ8QWCDE"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-MBSZ8QWCDE');
</script>
<!--back to top btn-->
<button onclick="topFunction()" id="myBtn" title="Go back to the top.">↑</button>
<script>
/* When the user clicks on the button,
toggle between hiding and showing the dropdown content */
function myFunction() {
document.getElementById("myDropdown").classList.toggle("show");
}
// Close the dropdown if the user clicks outside of it
window.onclick = function(event) {
if (!event.target.matches('.dropbtn')) {
var dropdowns = document.getElementsByClassName("dropdown-content");
var i;
for (i = 0; i < dropdowns.length; i++) {
var openDropdown = dropdowns[i];
if (openDropdown.classList.contains('show')) {
openDropdown.classList.remove('show');
}
}
}
}
</script>
<!-- end of back to top btn-->
<style>
#myBtn {
display: none; /* Hidden by default */
position: fixed; /* Fixed/sticky position */
bottom: 20px; /* Place the button at the bottom of the page */
right: 30px; /* Place the button 30px from the right */
z-index: 99; /* Make sure it does not overlap */
border: none; /* Remove borders */
outline: none; /* Remove outline */
background-color: red; /* Set a background color */
color: white; /* Text color */
cursor: pointer; /* Add a mouse pointer on hover */
padding: 15px; /* Some padding */
border-radius: 10px; /* Rounded corners */
font-size: 18px; /* Increase font size */
}
#myBtn:hover {
background-color: #555; /* Add a dark-grey background on hover */
}
</style>
<script>
// Get the button:
let mybutton = document.getElementById("myBtn");
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function() {scrollFunction()};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0; // For Safari
document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera
}
</script>
<!--end of back to top btn-->
</head>
<body id="page-top" style="background: url('data:image/jpeg;base64,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'); background-size: cover;">
<!--
BIRTHDAY COUNTDOWN IFRAME
<iframe src="https://countingdownto.com/w4/JIadkGJM" frameborder="0" style="position:fixed;left:0;top:0;margin:0!important;width:100%;height:3.5rem;z-index:1;background-color:#00FFFF;background-image:linear-gradient(135deg, #00FFFF, #0000FF);"></iframe> <style>body{padding-top:3.5rem!important;}</style>
BIRTHDAY COUNTDOWN IFRAME
^
|
BIRTHDAY COUNTDOWN IFRAME |
|
|
|
|
REMOVE WHEN JUNE 10, 2025 AND UPDATE AFTER
-->
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-dark top-nav" id="mainNav">
<div class="container">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#nav-menu" aria-controls="nav-menu" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon" onclick="openNav()"></span>
</button>
<div id="mySidenav" class="sidenav">
<a class="closebtn" onclick="closeNav()">×</a>
<a href="/whoisnothingbuttyler">Who is NothingButTyler?</a>
<a href="/birthdaycountdown">NothingButTyler's Birthday Countdown</a>
<a href="/socialmedia">Social Media</a>
<a href="/movies">NothingButTyler Movies</a>
<a href="/otherwebsites">Other Websites NothingButTyler Made</a>
<a href="/error137/pageclosed/robloxgfxs/pageclosed">Roblox GFX's (Closed)</a>
<a href="/plus">NothingButTyler+ (NEW)</a>
</div>
<!-- Add all page content inside this div if you want the side nav to push page content to the right (not used if you only want the sidenav to sit on top of the page -->
<div id="main">
</div>
<style>
/* The side navigation menu */
.sidenav {
height: 100%; /* 100% Full-height */
width: 0; /* 0 width - change this with JavaScript */
position: fixed; /* Stay in place */
z-index: 1; /* Stay on top */
top: 0; /* Stay at the top */
right: 0;
background-color: #111; /* Black*/
overflow-x: hidden; /* Disable horizontal scroll */
padding-top: 60px; /* Place content 60px from the top */
transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
/* The navigation menu links */
.sidenav a {
padding: 8px 8px 8px 25px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
transition: 0.3s;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
color: #f1f1f1;
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
cursor: pointer;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
transition: margin-left .5s;
padding: 20px;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
</style>
<script>
/* Set the width of the side navigation to 250px */
function openNav() {
document.getElementById("mySidenav").style.width = "250px";
}
/* Set the width of the side navigation to 0 */
function closeNav() {
document.getElementById("mySidenav").style.width = "0";
}
</script>
<a class="navbar-brand js-scroll-trigger" href="/">
<img src="https://avatars.githubusercontent.com/u/149272952?v=4&size=50"></img>
</a>
<div class="navbar-collapse collapse" id="nav-menu">
</div>
<div class="d-none d-lg-block">
<ul class="navbar-nav">
<li class="nav-item "><a class="nav-link " href="/whoisnothingbuttyler">Who is NothingButTyler?</a></li>
<li class="nav-item "><a class="nav-link " href="/birthdaycountdown">NothingButTyler's Birthday Countdown</a></li>
<li class="nav-item "><a class="nav-link " href="/socialmedia">Social Media</a></li>
<li class="nav-item "><a class="nav-link " href="/movies">NothingButTyler Movies</a></li>
<li class="nav-item "><a class="nav-link " href="/otherwebsites">Other Websites NothingButTyler Made</a></li>
<li class="nav-item dropdown"><a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown"> ⠇</a>
<ul role="menu" class="dropdown-menu">
<li><a class="dropdown-item" href="/error137/pageclosed/robloxgfxs/pageclosed">Roblox GFX's (Closed)</a></li>
<li><a class="dropdown-item" href="/plus">NothingButTyler+ (New!)</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="banner-ad-wrapper"><div class="banner-ad-content" style="padding: 20px 0; text-align: center;">
<!-- ads_ngang -->
</div>
</div>
<!--Scroller-->
<style>
/* width */
::-webkit-scrollbar {
width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
background: #808080;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #0000FF;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #00ffff;
}
</style>
<!--end of scroller--><!--
<--right click menu->
<--right click menu style->
<style type="text/css">
.context-menu {
position: absolute;
text-align: center;
background: white;
border: 1px solid black;
}
.context-menu ul {
padding: 0px;
margin: 0px;
min-width: 150px;
list-style: none;
}
.context-menu ul li {
padding-bottom: 7px;
padding-top: 7px;
border: 1px solid black;
}
.context-menu ul li a {
text-decoration: none;
color: black;
}
.context-menu ul li:hover {
background: lightblue;
}
</style>
<--end of right click menu style->
<!-right click menu script->
<script>
document.onclick = hideMenu;
document.oncontextmenu = rightClick;
function hideMenu() {
document.getElementById(
"contextMenu").style.display = "none"
}
function rightClick(e) {
e.preventDefault();
if (document.getElementById(
"contextMenu").style.display == "block")
hideMenu();
else {
var menu = document
.getElementById("contextMenu")
menu.style.display = 'block';
menu.style.left = e.pageX + "px";
menu.style.top = e.pageY + "px";
}
}
</script>
<-end of right click menu script->
<-right click menu items->
<div id="contextMenu" class="context-menu"
style="display:none">
<ul>
<li><a href="/">Go to the homepage</a></li>
<li><a href="/whoisnothingbuttyler">Go to Who is NothingButTyler?</a></li>
<li><a href="/birthdaycountdown">Go to NothingButTyler's Birthday Countdown</a></li>
<li><a href="/movies">Go to NothingButTyler Movies</a></li>
<li><a href="/socialmedia">Go to Social Media</a></li>
<li><a href="/otherwebsites">Go to Other Websites NothingButTyler Made</a></li>
<li><a href="/error137/pageclosed/robloxgfxs/pageclosed">Go to Roblox GFX's (Closed)</a></li>
</ul>
</div>
<--end of right click menu items->
<--end of right click menu->
-->
<!--container-->
<center>
<h1 class="section-title"><!-- May come soon !- - - > <font color="red">N</font><font color="orange">o</font><font color="yellow">t</font><font color="green">h</font><font color="blue">i</font><font color="purple">n</font><font color="pink">g</font><font color="red">B</font><font color="orange">u</font><font color="yellow">T</font><font color="green">y</font><font color="blue">l</font><font color="purple">e</font><font color="pink">r</font><font color="red"> O</font><font color="yellow">f</font><font color="green">f</font><font color="blue">i</font><font color="purple">c</font><font color="pink">i</font><font color="red">a</font><font color="orange">l</font><font color="yellow"> S</font><font color="green">i</font><font color="blue">t</font><font color="purple">e</font></h1> < - - - --><font color="white">Who is NothingButTyler?</h1>
<p>NothingButTyler is a Roblox YouTuber with 7.51k subscribers. He is also a TikToker who does in real life trends and certain Roblox edits he uses to post on his YouTube channel. You can check out what other social media NothingButTyler has if you go to the footer and click on "social media".</p>
<h1 class="section-title">Q&A Questions</h1>
<li>How come he got so popular?</li>
<p>
"I have no clue. I made this video telling the people that my display name wasn't working and it got 1 million views, just for that. There were a lot of comments and likes and I got some friends along the way because of that video. It's pretty crazy."</p>
<hr style="border: none;"></hr><p>
- NothingButTyler
</p><li>
How come he's losing views?</li>
<p>"I don't know. I try my best to make great videos and they keep going down to 39, 100, 200, and to about 250+ views. I have no clue how to improve them." - NothingButTyler.</p><br></br><li>
Does NothingButTyler have any haters on his YouTube channel?</li><p>
"Yes, yes I do. I get lots sometimes, like one of the videos I made, someone said "Quit YouTube" and there were 6 replies. I still kept going though :)" - NothingButTyler.</p><br></br><li>
Has NothingButTyler said tags in Roblox?</li><p>
"Yes. A lot. It's just crazy. I'm sick of seeing tags on Roblox. It's crazy." - NothingButTyler</p>
<hr></hr>
<h1 class="section-title">Welp, you made it to the end.</h1>
<p>Would you like to see when NothingButTyler's birthday is? Click on "NothingButTyler's Birthday Countdown" in the footer below!</p>
</center>
</font>
</div> <!-- end container -->
<!--Footer-->
<div class="footer-copyright py-4">
<div class="container">
<p style="cursor: default;"><img src="https://avatars.githubusercontent.com/u/149272952?v=4&size=45"> NothingButTyler </p><span class="dsb-panel">
<a href="/">Home</a> - <a href="/birthdaycountdown">NothingButTyler's Birthday Countdown</a> - <a href="/socialmedia">Social Media</a> </span>
</div>
</div>
<!--end of footer-->
<!--all scripts-->
<script type="text/javascript" src="//gamesuperhot.github.io/js/jquery-3.6.2.min.js"></script>
<script type="text/javascript" src="//gamesuperhot.github.io/js/lazysizes.min.js"></script>
<script type="text/javascript" src="//gamesuperhot.github.io/js/popper.min.js"></script>
<script type="text/javascript" src="//gamesuperhot.github.io/js/bootstrap.min.js"></script>
<script type="text/javascript" src="//gamesuperhot.github.io/js/script.js"></script>
<script type="text/javascript" src="//gamesuperhot.github.io/js/custom.js"></script>
<!--end of all scripts-->
</body>
</html>