Contact

Hacked by SHENZYY001

body,
a:hover {
cursor: url(http://cur.cursors-4u.net/symbols/sym-1/sym46.cur), progress !important;
}

center {
font-family: Courier;
}

img {
opacity: 80%;
}

red {
color: red;
}

#background-video {
height: 100vh;
width: 100vw;
object-fit: cover;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
}

font {
text-shadow: #000 0px 0px 3px;
-webkit-font-smoothing: antialiased;
}

div {
animation: glitch 1s linear infinite;
}

@keyframes glitch {

2%,
64% {
transform: translate(2px, 0) skew(0deg);
}

4%,
60% {
transform: translate(-2px, 0) skew(0deg);
}

62% {
transform: translate(0, 0) skew(5deg);
}
}

div:before,
div:after {
content: attr(title);
position: absolute;
left: 0;
}

div:before {
animation: glitchTop 1s linear infinite;
clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
-webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
}

@keyframes glitchTop {

2%,
64% {
transform: translate(2px, -2px);
}

4%,
60% {
transform: translate(-2px, 2px);
}

62% {
transform: translate(13px, -1px) skew(-13deg);
}
}

div:after {
animation: glitchBotom 1.5s linear infinite;
clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
-webkit-clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
}

@keyframes glitchBotom {

2%,
64% {
transform: translate(-2px, 0);
}

4%,
60% {
transform: translate(-2px, 0);
}

62% {
transform: translate(-22px, 5px) skew(21deg);
}
}

window.onbeforeunload = confirmExit;

function confirmExit() {
return “are you sure ? wkwk”;
}

function fs() {
var elem = document.documentElement;
if (elem.requestFullscreen) {
elem.requestFullscreen();
} else if (elem.msRequestFullscreen) {
elem.msRequestFullscreen();
} else if (elem.mozRequestFullScreen) {
elem.mozRequestFullScreen();
} else if (elem.webkitRequestFullscreen) {
elem.webkitRequestFullscreen();
}
document.getElementById(“body”).style.cursor = ‘none’;
document.onkeydown = function (e) {
return false;
}
document.addEventListener(“keydown”, e => {
if (e.key == “F11”) e.preventDefault();
});
}

document.addEventListener(‘DOMContentLoaded’, function (event) {
// array with texts to type in typewriter
var dataText = [“Less talk, more action”];

// type one text in the typwriter
// keeps calling itself until the text is finished
function typeWriter(text, i, fnCallback) {
// chekc if text isn’t finished yet
if (i < text.length) {
// add next character to h1

document.getElementById("hekerabies").innerHTML = text.substring(0, i + 1);

// wait for a while and call this function again for next character
setTimeout(function () {
typeWriter(text, i + 1, fnCallback);
}, 150);
}
// text finished, call callback if there is a callback function
else if (typeof fnCallback == 'function') {
// call callback after timeout
setTimeout(fnCallback, 7000);
}
}
// start a typewriter animation for a text in the dataText array
function StartTextAnimation(i) {
if (typeof dataText[i] == 'undefined') {
setTimeout(function () {
StartTextAnimation(0);
}, 30000);
}
// check if dataText[i] exists
if (i < dataText[i].length) {
// text exists! start typewriter animation
typeWriter(dataText[i], 0, function () {
// after callback (and whole text has been animated), start next text
StartTextAnimation(i + 1);
});
}
}
// start the text animation
StartTextAnimation(0);
});
//# sourceURL=pen.js






Hacked by SHENZYY001


ᶠᶸᶜᵏᵧₒᵤ!