-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathyt-streamer.html
134 lines (125 loc) · 7.17 KB
/
yt-streamer.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>YouTuber/Streamer Application</title>
<!-- Facebook Open Graph -->
<meta name="og:title" content="YouTuber/Streamer Application" />
<meta name="og:description" content="" />
<meta name="og:image" content="" />
<meta name="og:type" content="article" />
<meta name="og:url" content="{{curr_url}}" />
<!-- Facebook Open Graph end -->
<!-- Ancillaries start -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" /> <!-- bootstrap? maybe unused -->
<script src="js/bootstrap.min.js" type="text/javascript"></script> <!-- bootstrap? maybe unused -->
<script src="js/jquery-1.11.3.min.js" type="text/javascript"></script> <!-- JQuery -->
<script src="js/main.js?v=20180129095003" type="text/javascript"></script> <!-- main.js? -->
<link href="css/font-awesome/font-awesome.min.css?v=4.7.0" rel="stylesheet" type="text/css" /> <!-- FontAwesome; may be removable -->
<link href="css/site.css?v=20180117130644" rel="stylesheet" type="text/css" /> <!-- sitewide CSS? (stranger danger) -->
<link href="css/common.css?ts=1517778470" rel="stylesheet" type="text/css" /> <!-- common CSS? -->
<link href="css/yt-streamer.css" rel="stylesheet" type="text/css" /> <!-- single page CSS? -->
<!-- Ancillaries end -->
<!-- Meta and base stuff, whatever that is -->
<base href="{{base_url}}" /> <!-- no clue -->
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> <!-- got no idea -->
<meta name="viewport" content="width=device-width, initial-scale=1" /> <!-- Scales the viewport to match the device with, bu asks for a scaling of 1 everywhere. This is a retarded idea. -->
<meta name="description" content="" /> <!-- something something SEO -->
<meta name="keywords" content="" /> <!-- something something SEO -->
<link rel="shortcut icon" href="gallery/marc.jpg" /> <!-- because marc picture -->
<script type="text/javascript">var currLang = '';</script> <!-- Until this does something useful, we don't need multiple lines. -->
<!-- Google Analytics -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-113610850-1');
</script>
<!--[if lt IE 9]>
<script src="js/html5shiv.min.js"></script>
<![endif]-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-113610850-1"></script> <!-- Needs the latter tag because some browsers are stupid. -->
</head>
<body>
<div class="root">
<div class="vbox wb_container" id="wb_header"> <!-- Header start. This should be its own file in the future branch. -->
<div class="wb_cont_inner">
<div id="navBar" class="wb_element wb-menu">
<ul class="hmenu">
<li><a href="index.html" target="_self">Home</a></li>
<li><a href="contact.html" target="_self">Contact Me</a></li>
<li><a href="applications.html" target="_self">Discord Applications</a></li>
<li><a href="ssb.html" target="_self">Super Smash Builds!</a></li>
<li><a href="https://scattervolt.com/forum" target="_blank">Forum</a></li>
<li><a href="https://scattervolt.com/garagesale" target="_blank">Garage Sale</a></li> <!-- Really? -->
</ul>
<div class="clearfix"></div> <!-- Breaks shit if it's single. Don't steal its mate. -->
</div>
<div id="wb_element_instance71" class="wb_element wb_element_picture">
<a href="index.html"><img alt="Marc Image" src="gallery/marc.jpg"></a> <!-- Condensed, may condense further -->
</div>
<div id="wb_element_instance72" class="wb_element" style=" line-height: normal;">
<h5 class="wb-stl-subtitle">
<strong>
<a href="index.html">
<span style="color:rgba(255,200,0,1);">
<span class="wb_tr_ok">ScatterVolt</span> <!-- Condense? -->
</span>
</a>
</strong> <!-- ...actually, let's add some of this shit to CSS later. This is ridiculous. -->
</h5>
</div>
</div>
<div class="wb_cont_outer"></div>
<div class="wb_cont_bg"></div>
</div> <!-- Header end -->
<div class="vbox wb_container" id="wb_main"> <!-- Content start -->
<div class="wb_cont_inner">
<div id="wb_element_instance74" class="wb_element" style=" line-height: normal;">
<h5 class="wb-stl-subtitle" style="text-align: center;"><span class="wb_tr_ok">YouTuber/Streamer Application</span></h5>
</div>
<div id="wb_element_instance75" class="wb_element" style=" line-height: normal;">
<h3 class="wb-stl-heading3" style="text-align: center;">
<span style="color:rgba(247,247,247,1);">This is the YouTuber/Streamer Application: Mention Admins in Discord if you need any help.</span>
</h3>
</div>
<div id="wb_element_instance77" class="wb_element" style="width: 100%;"></div>
</div>
<div class="wb_cont_outer">
<div id="wb_element_instance76" class="wb_element" style=" overflow: hidden;">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSeqa7lnYbOq8oRh63HzZZ6oSABzU1Zc0ubQN05K6B81OoKVVA/viewform?embedded=true"
frameborder="0" marginheight="0" marginwidth="0" scrolling="yes" style="overflow: hidden; height: 100%;
width: 100%; position: absolute;" height="800px" width="100%">Loading...</iframe>
</div>
</div>
<div class="wb_cont_bg"></div>
</div> <!-- Content end -->
<div class="vbox wb_container" id="wb_footer"> <!-- Footer start. Like with the header, this should be in another file in the future branch. -->
<div class="wb_cont_inner" style="height: 124px;">
<div id="wb_element_instance73" class="wb_element" style=" line-height: normal;">
<p class="wb-stl-footer">© 2018 Marc Aranibar and Nick#7925 - <a href="http://scattervolt.com/">ScatterVolt.com</a></p>
</div>
<div id="wb_element_instance78" class="wb_element" style="text-align: center; width: 100%;">
<div class="wb_footer"></div>
<script type="text/javascript">
$(function () {
var footer = $(".wb_footer");
var html = (footer.html() + "").replace(/^\s+|\s+$/g, "");
if (!html) {
footer.parent().remove();
footer = $("#wb_footer, #wb_footer .wb_cont_inner");
footer.css({height: ""}); // Because we don't do anything else here.
}
});
</script>
</div>
</div>
<div class="wb_cont_outer"></div>
<div class="wb_cont_bg"></div>
</div> <!-- Footer end -->
<div class="wb_sbg"></div>
</div> <!-- Root div end -->
</body>
</html>