-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
413 lines (367 loc) · 12.5 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
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
<!DOCTYPE html>
<!-- README: I do not condone the use of these applications. I also do not, nor am I officially affilated with this project. The ONLY part of this project I have involvement with
is this website. I did this site free of charge. Why? I think the community for kik devlopment is DEAD and desperately needs some collaboration and a breath of fresh air.
So while I support the cause, what I do not support is: fake claims of a person's own abilities to make yourself look cool, or stealing code and claiming it's yours.
There's a clear line between fair use and blatant stealing. This site, as well as Red Mods (the individual), do not align with my personal beliefs or morality. ~Alyssa -->
<html lang="en">
<title>Red Mods</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<head>
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/css/material-design-iconic-font.min.css">
<meta name="abstract" content="Redkik, Red Pirho, Red Mods, Reds Mods, Modded Kik, Kik Mod, Pikek, Pikek Night, Night, Lynx, Lynxkik, Dorcus, Dorcuskek, Matrik, Kik hack, Kik hacks, How to Hack kik, How to Mod Kik, Kik mods, Modified Kik, Best modded kik"/>
<meta name="description" content="Red Mods" />
<meta name="author" content="Red Mods Team"/>
<meta name="robots" content="index, follow"/>
<meta name="revisit-after" content="7 days"/>
<link rel="icon" href="placeholder">
<link rel="canonical" href="https://redsmods.tk/">
<!-- when the time comes we need to move the stylesheet to something that changes universally for all the other html files, it's hard to keep track of all of them and sync them manually. -->
<style>
.hide-dot {
color: transparent;
}
.btn,
.btn-flat {
background: #f73443;
}
.btn:hover,
.btn-flat:hover {
background: #ff7373;
}
.modal {
background: #1d1d1d;
color: white;
}
.night {
background: #ff3333;
}
.white-text {
color: #ffffff;
}
.small-list .btn-flat {
width: 75%;
}
.medium-list .btn-flat {
width: 50%;
}
.large-list .btn-flat {
width: 25%;
}
.nyah {
color: #d9d9d9;
font-size: 150%;
}
.boi {
color: #ffffff;
font-size: 90%;
}
.questionforfaq {
color: #ffffff;
font-size: 130%;
}
.answerforfaq {
color: #d9d9d9;
font-size: 95%
}
div {
font-family: redmodsfont !important;
}
a {
font-family: redmodsfont !important;
color: white;
}
h1 {
font-family: redmodsfontbold !important;
color: white;
}
h6 {
font-family: redmodsfont !important;
color: white;
animation: color-change 1s infinite;
}
h5 {
font-family: redmodsfontbold !important;
color: white;
}
body {
color: #262626;
}
@font-face {
font-family: redmodsfont;
src: url(Caviar.ttf) format("truetype");
}
@font-face {
font-family: redmodsfontbold;
src: url(CaviarBold.ttf) format("truetype");
}
@keyframes color-change {
0% { color: red; }
10% { color: purple; }
20% { color: pink; }
}
body {
background-color: #262626;
}
.scanlines {
overflow: hidden;
mix-blend-mode: difference;
}
.scanlines::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
overflow: hidden;
background: repeating-linear-gradient(
to bottom,
transparent 0%,
rgba(255, 255, 255, 0.05) .5%,
transparent 1%
);
animation: fudge 7s ease-in-out alternate infinite;
}
@keyframes fudge {
from {
transform: translate(0px, 0px);
}
to {
transform: translate(0px, 2%);
}
}
@keyframes glitch-2 {
1%{
transform: rotateX(10deg) skewX(70deg);
}
2%{
transform: rotateX(0deg) skewX(0deg);
}
}
@import url(https://fonts.googleapis.com/css?family=Khula:700);
body {
background: #111;
overflow-x: hidden;
}
.hidden {
opacity:0;
}
.console-container {
font-family:Khula;
font-size:18px;
text-align:center;
height:380px;
width:600px;
display:block;
position:absolute;
color:white;
top:0;
bottom:0;
left:0;
right:0;
margin:auto;
}
.console-underscore {
display:inline-block;
position:relative;
top:-0.07em;
left:10px;
}
</style>
</head>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.6/js/materialize.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js" type="text/javascript"></script>
<div class="center-align">
<div class="row hide-dot">
<div class="col s1 m3">.</div>
<br>
</div><style> h1 { color: white; letter-spacing: 0px; font-size: 500%; height: 50px; } </style><h1>Red Mods</h1>
<div class="hide-on-med-and-down"
<div class='console-container'><span id='text'></span><div class='console-underscore' id='console'>_</div></div>
</div>
<div class="hide-on-med-and-up center-align">
<style> h6 { letter-spacing: 3px; font-size: 120%; height: 16px; } </style><h6>~modified apps by red~</h6>
</div>
<script>
$(document).ready(function(){
$('.modal').modal();
});
// function([string1, string2],target id,[color1,color2])
consoleText(['modded apps', 'made with love by red <3', 'website by alyssa uwu'], 'text',['tomato','rebeccapurple','lightblue']);
function consoleText(words, id, colors) {
if (colors === undefined) colors = ['#fff'];
var visible = true;
var con = document.getElementById('console');
var letterCount = 1;
var x = 1;
var waiting = false;
var target = document.getElementById(id)
target.setAttribute('style', 'color:' + colors[0])
window.setInterval(function() {
if (letterCount === 0 && waiting === false) {
waiting = true;
target.innerHTML = words[0].substring(0, letterCount)
window.setTimeout(function() {
var usedColor = colors.shift();
colors.push(usedColor);
var usedWord = words.shift();
words.push(usedWord);
x = 1;
target.setAttribute('style', 'color:' + colors[0])
letterCount += x;
waiting = false;
}, 1000)
} else if (letterCount === words[0].length + 1 && waiting === false) {
waiting = true;
window.setTimeout(function() {
x = -1;
letterCount += x;
waiting = false;
}, 1000)
} else if (waiting === false) {
target.innerHTML = words[0].substring(0, letterCount)
letterCount += x;
}
}, 120)
window.setInterval(function() {
if (visible === true) {
con.className = 'console-underscore hidden'
visible = false;
} else {
con.className = 'console-underscore'
visible = true;
}
}, 400)
}
</script>
<script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<body>
<center>
<hr class="solid" style="height: 0px; width:35%;>
<!--Desktop Details-->
<div class="row center-align">
<br>
<a class="waves-effect waves-night btn-flat modal-trigger " href="download.html"><i class="zmdi zmdi-download right"></i>Downloads</a><br><br>
<a class="waves-effect waves-night btn-flat modal-trigger " target="_blank" href="https://forms.gle/ighjm7MwGvPx4mRSA"><i class="zmdi zmdi-edit right"></i>Request Feature</a><br><br>
<a class="waves-effect waves-night btn-flat modal-trigger " href="#team"><i class="zmdi zmdi-code right"></i>The Team</a><br><br>
<a class="waves-effect waves-night btn-flat modal-trigger " target="_blank" href="https://forms.gle/uidNxEEWrVKTSkHi6"><i class="zmdi zmdi-check-all right"></i>Dev Application Form</a><br><br>
<a class="waves-effect waves-night btn-flat modal-trigger "href="#musicplayer"><i class=" zmdi zmdi-playlist-audio"></i>Music Player</a><br><br>
</div>
</div>
</div>
<center>
</div>
</center>
<!--Extra JavaScript at end of body for optimized loading-->
<script type="text/javascript" src="js/materialize.min.js"></script>
<!-- Old Floating Button that was unused -->
<!-- <a class="btn-floating btn-large waves-effect waves-light red right"><i class="zmdi zmdi-code"></i></a>-->
</body>
<!-- Download Modal -->
<div id="download" class="modal">
<div class="modal-content">
<div class="center-align">
<h2>Download</h2>
<hr align="CENTER" width="90%" size="1">
<a target="_blank" href="download link here "><span class="nyah">Placeholder</span><p>Description</p></a>
</div>
</div>
</div>
<div class="hide-on-med-and-down">
<font color="white" size="2">
<marquee bgcolor="black" width="1400" height="20">
Modding/coding is like an art. It's fun...
<!-- he's lying!!!!! ~alyssa -->
<!-- :0 im not lying its fun! -->
</marquee>
</font>
</div>
<div class="hide-on-med-and-up">
<font color="white" size="2">
<marquee color="0fe2cf" bgcolor="black" width="400" height="17">
Modding/coding is like an art. It's fun...
</marquee>
</font>
</div>
<div class="left-align">
<div id="musicplayer" class="modal">
<div class="modal-content">
<h4 class="flow-text">Music Player</h4>
<hr align="LEFT" width="50%" size="1">
<blockquote class="flow-text">
Mystery Girl
</blockquote>
<audio controls>
<source src="music/mysterygirl.mp3" type="audio/mpeg">
</audio>
<br>
<blockquote class="flow-text">
Twenty One Pilots - Redecorate
</blockquote>
<audio controls autoplay>
<source src="music/redecorate.mp3" type="audio/mpeg">
</audio>
<br>
<blockquote class="flow-text">
Haroinfather - not ur friend
</blockquote>
<audio controls>
<source src="music/noturfriend.mp3" type="audio/mpeg">
</audio>
<br>
<blockquote class="flow-text">
CRX - Slow Down
</blockquote>
<audio controls>
<source src="music/slowdown.mp3" type="audio/mpeg">
</audio>
<br>
<blockquote class="flow-text">
Rainfall
</blockquote>
<audio controls>
<source src="music/rainfall.mp3" type="audio/mpeg">
</audio>
</div>
</div>
</div>
</div>
<div id="team" class="modal">
<div class="modal-content flow-text">
<center>
<div class="hide-on-med-and-down">
<style> h5 {font-size: 10px; height: 74px; } </style><h5>The Team</h5>
</div>
</div>
<div class="hide-on-large-only">
<!-- <style> h2 {overflow: hidden; white-space: nowrap; font-size: 170%; } </style> -->
<style> h5 {overflow: hidden; white-space: nowrap; font-size: 320%; }</style><h5>The Team</h5></div>
<hr align="CENTER" width="50%" size="1">
<br>
<div class="row">
<div class="col m3 hide-on-small-only hide-dot">.</div>
<div class="col s6 m3">
<a href="http://kik.me/rediselitev2" target="_blank"><img src="http://profilepics.cf.kik.com/zyBlwP55Ms98zfqrrFvuZRkl9Xs/orig.jpg " class="circle" width="100%"></a>
<style> h4 { font-size: 150%; } </style>
<h4>Red</h4><h6>Mods</h6><h6>
</h6></div>
<div class="col s6 m3">
<a href="http://kik.me/ht7p" target="_blank"><img src="http://profilepics.kik.com/h6lJ-VGsN1lzs9VrvzkfpnGcCEM/orig.jpg" class="circle" width="100%"></a><h4>Alyssa</h4><h6>Website</h6></div>
</h6></div>
<div class="row">
<div class="col m3 hide-on-small-only hide-dot">.</div>
<div class="col s6 m3">
<br>
</div>
</div>
</div>
</div>
</div>
</div>
</center>
</div>
</html>
<!--This Website was made by Alyssa and Red. Alyssa as the main website Dev-->