-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
160 lines (154 loc) · 6.01 KB
/
index.html
File metadata and controls
160 lines (154 loc) · 6.01 KB
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
<!doctypehtml>
<html lang=pt_BR>
<meta charset=utf-8>
<title> Loading Screen</title>
<meta content=""
name=description>
<meta content=""
name=testimonials-signature>
<meta content=""
name=keywords>
<meta content="height=device-height,width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"
name=viewport>
<link href=css/plugins.min.css
rel=stylesheet
media=all>
<link href=css/style.min.css
rel=stylesheet
media=all>
<link href=css/fontawesome-all.min.css
rel=stylesheet>
<link href=css/style-city.min.css
rel=stylesheet
media=all>
<link href="http://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900%7COswald:300,400,700%7CDosis:200,300,400,500,600,700,800"
rel=stylesheet>
<div id=cursor>
<div id=circle></div>
</div>
<div id=loader>
<div class=loaderDynamic>
<div class=loaderStatic></div>
</div>
</div>
<div id=loaderText>
<div class=loaderTitle>Tiredless Network</div><span class=loaderSubTitle>Welcome To The Server</span>
</div>
<div class=homeSlides
id=contentOT>
<div class="border-top top-position">
<div class="menu-mobile-btn-waits menu-trigger"
id=menu-mobile-btn></div>
</div>
<audio id="cs_audio" autoplay loop controls>
<source src="music.mp3" type="audio/mpeg">
<script>
var audio_element = document.getElementById("cs_audio");
document.onkeydown = function(event) {
switch (event.keyCode) {
case 38:
event.preventDefault();
audio_vol = audio_element.volume;
if (audio_vol!=.05) {
try {
audio_element.volume = audio_vol;
}
catch(err) {
audio_element.volume = .05;
}
}
break;
case 40:
event.preventDefault();
audio_vol = audio_element.volume;
if (audio_vol!=0) {
try {
audio_element.volume = audio_vol;
}
catch(err) {
audio_element.volume = 0;
}
}
break;
}
};
</script>
</audio>
<div class="current upper-page"
id=home>
<div class="border-top top-position"><a class="logo logo-waits">
<div class="logo-img logo-light"></div>
</a></div>
<div class="border-bottom bottom-position"></div>
<ul id=slidePositionIndicator>
<li class='positionIndicator {number: "1"} active'
id=indicator1>
</ul>
<div id=slides>
<div class="slide active"
id=slide1>
<div class="YT-bg background-video slideBgImg-video"
id=background-video></div>
<div class=homeSlide>
<div class=center-container-home-waits>
<div class=borders></div>
<div class=center-block-home-waits>
<div class=upper-content>
<div class="container sections-waits">
<div class=row>
<div id=intro-wrapper>
<div class=flexslider>
<ul class=slides>
<li>
<h3>Welcome to</h3>
<li>
<h3>Enjoy your stay at</h3>
</ul>
</div>
<div class=unveil-1>
<div class=top-intro>
<h1><span class=title-intro>Tiredless</span></h1>
</div>
<div class=description-intro>
<h2> Network</h2>
</div>
<div class=bottom-intro>
<h1><span class=title-intro>Tiredless</span></h1>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class=slide
id=slide2>
<div class="slideBgImg slide2"></div>
<div class=homeSlide>
<div class=center-container-home-waits>
<div class=borders></div>
<div class=center-block-home-waits>
<div class=upper-content>
<div class="container sections-waits">
<div class=row>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src=js/plugins.js>
</script>
<script
src=js/plugins-savage.js>
</script>
<script
src=js/savage.min.js>
</script>