forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
149 lines (122 loc) · 5.63 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
<html>
<!-- having all of these loaded every page manually is a really annoying thing, maybe look into automating this ?-->
<head>
<meta name="darkreader-lock">
<script src="javascript/base.js"> </script>
<script src="javascript/cursor.js"> </script>
<script data-goatcounter="https://icebrah.goatcounter.com/count"
async src="javascript/count.js"></script>
<script src="javascript/cookieHome.js"> </script>
<script src="javascript/harharharhaarhaar.js"> </script>
<link rel="icon" type="image/x-icon"
href="https://github.com/gamrtiem/gamrtiem.github.io/blob/master/images/bleh.gif?raw=true">
<link rel="stylesheet" href="css/style.css">
<title> welcome to heaven! </title>
<meta content="icebro dot party" property="og:title" />
<meta content="the awesome cool epic awesome !!" property="og:description" />
<meta content="https://icebro.party" property="og:url" />
<meta content="https://icebro.party/images/him.png" property="og:image" />
<meta content="#EDD3F5" data-react-helmet="true" name="theme-color" />
<meta name="twitter:card" content="summary">
</head>
<body>
<div class="behindall"></div>
<img src="../images/fastbear.jpeg" class="fastbear" id="fastbear">
<img src="../images/fasetbear.jpeg" class="fastbear" id="fasetbear">
<img src="../images/faestbear.png" class="fastbear" id="faestbear">
<audio src="../sfx/fnafambiance.mp3" id="harharharharhaarhaar"></audio>
<div class="box" id="box"></div>
<div class="box" id="box2"></div>
<div class="box" id="box3"></div>
<div class="box" id="box4"></div>
<div class="box" id="box5"></div>
<div id="top">
<!-- the brothers -->
<img src="https://icebro.party/images/bleh.gif" style="height:100%; float: right;">
<img src="https://icebro.party/images/bleh.gif" style="height:100%; float: left;">
<div style="text-align: center;">
<span class="wave" >
<span> i </span>
<span> c </span>
<span> e </span>
<span> b </span>
<span> r </span>
<span> o </span>
</span>
</div>
<div id="container">
<a href="https://icebro.party/home" target="frame" id="homelink"> home </a>
<a href="https://icebro.party/projects" target="frame" id="projectslink"> projects </a>
<a href="https://icebro.party/about" target="frame" id="aboutlink"> about </a>
</div>
</div>
<div id="frameOverlay" style="width: 100%; height: 100%; position: absolute; z-index: 0;"></div>
<iframe src="./home" name="frame" id="mainframe" style="border: none; margin-top: 5px; z-index: 1;" onLoad="bubbleIframeMouseMove(document.getElementById('mainframe'));"></iframe>
<div id="behind silly box" style="position:absolute; bottom: 5px; right: 5px; width:395px;">
<div id="behindstatus"></div>
</div>
<div id="silly box" style="position:absolute; bottom: 5px; right: 5px; width:390px;">
<div id="statuscafe"><div id="statuscafe-username"></div><div id="statuscafe-content"></div></div><script src="https://status.cafe/current-status.js?name=icebro" defer></script>
</div>
<!--div id="bgmusic box" style="position:absolute; bottom: 0px; left: 0px; ">
<table class="bgmplayer">
<th>
<p id="media" style="padding-top: 10px; padding-bottom:10px;"> kaching sfx </p>
<audio id="player" src="sfx/Cash Register Sound Effect [ZeET7Z1ZGlw].mp3"></audio>
<div>
<button class="button" onclick="PlayFunction()">Play</button>
<a id="time" style="margin-right:-10px;"> </a>
<button class="button" style="margin-left:10px;" onclick="PauseFunction()">Pause</button>
<button class="button" style="margin-left:20px;" onclick="LoopFunction()"><p id="loop" style="margin-bottom:0px;margin-top:0px;">loop</p><a id="loop2"></a></button>
<button class="button" style="margin-left:20px;" onclick="VolumeUpFunction()">Vol +</button>
<a id="volume" style="margin-right:-10px;"> 0.3 </a>
<button class="button" style="margin-left:10px;" onclick="VolumeDownFunction()">Vol -</button>
</div>
</th>
</table>
</div-->
<!--script src="javascript/gambling copy.js"> </script-->
<!--script src="javascript/kabeewm !.js"> </script>
<script>
window.onload = function () {
var kabeewmcheckifitsthereornot = document.cookie.split('=');
for (var i = 0; i <= kabeewmcheckifitsthereornot.length; i++) {
if (kabeewmcheckifitsthereornot[i - 1] == "kabeewm" || kabeewmcheckifitsthereornot[i - 1] == "1; kabeewm") {
if (kabeewmcheckifitsthereornot[i] > 1) {
document.getElementById('kabeewmm').innerHTML = "kabeewm !!!!"
} else {
document.getElementById('kabeewmm').innerHTML = "kabeewm ?"
}
}
}
}
</script-->
<script>
// This example assumes execution from the parent of the the iframe
var bubbleIframeMouseMove = function( iframe ){
iframe.contentWindow.addEventListener('mousemove', function( event ) {
var boundingClientRect = iframe.getBoundingClientRect();
var evt = new CustomEvent( 'mousemove', {bubbles: true, cancelable: false})
evt.clientX = event.clientX + boundingClientRect.left;
evt.clientY = event.clientY + boundingClientRect.top;
rainbow(evt.clientX, evt.clientY)
iframe.dispatchEvent( evt );
});
};
// Get the iframe element we want to track mouse movements on
var myIframe = document.getElementById("mainframe");
// Run it through the function to setup bubbling
bubbleIframeMouseMove(myIframe);
let currentUrl = window.location.href;
function getSecondPart(str) {
return str.split('#')[1];
}
currentUrl = getSecondPart(currentUrl);
if(!(currentUrl === undefined) && currentUrl !== "home"){
console.log("currenturl = " + currentUrl);
myIframe.src = "https://icebro.party/" + currentUrl;
}
</script>
</body>
<script src="javascript/statusborder.js"> </script>
</html>