hayvid.com Ads.txt file

<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>HayVid Closed</title>
<meta name="description" content="HayVid Closed">
<link rel="shortcut icon" type="image/x-icon" href="/images/favicon.ico">

<style>
@-moz-keyframes rocket-movement {
100% {
-moz-transform: translate(1200px, -600px);
}
}

@-webkit-keyframes rocket-movement {
100% {
-webkit-transform: translate(1200px, -600px);
}
}

@keyframes rocket-movement {
100% {
transform: translate(1200px, -600px);
}
}

@-moz-keyframes spin-earth {
100% {
-moz-transform: rotate(-360deg);
transition: transform 20s;
}
}

@-webkit-keyframes spin-earth {
100% {
-webkit-transform: rotate(-360deg);
transition: transform 20s;
}
}

@keyframes spin-earth {
100% {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg);
transition: transform 20s;
}
}

@-moz-keyframes move-astronaut {
100% {
-moz-transform: translate(-160px, -160px);
}
}

@-webkit-keyframes move-astronaut {
100% {
-webkit-transform: translate(-160px, -160px);
}
}

@keyframes move-astronaut {
100% {
-webkit-transform: translate(-160px, -160px);
transform: translate(-160px, -160px);
}
}

@-moz-keyframes rotate-astronaut {
100% {
-moz-transform: rotate(-720deg);
}
}

@-webkit-keyframes rotate-astronaut {
100% {
-webkit-transform: rotate(-720deg);
}
}

@keyframes rotate-astronaut {
100% {
-webkit-transform: rotate(-720deg);
transform: rotate(-720deg);
}
}

@-moz-keyframes glow-star {
40% {
-moz-opacity: 0.3;
}

90%,
100% {
-moz-opacity: 1;
-moz-transform: scale(1.2);
}
}

@-webkit-keyframes glow-star {
40% {
-webkit-opacity: 0.3;
}

90%,
100% {
-webkit-opacity: 1;
-webkit-transform: scale(1.2);
}
}

@keyframes glow-star {
40% {
-webkit-opacity: 0.3;
opacity: 0.3;
}

90%,
100% {
-webkit-opacity: 1;
opacity: 1;
-webkit-transform: scale(1.2);
transform: scale(1.2);
border-radius: 999999px;
}
}

.spin-earth-on-hover {
transition: ease 200s !important;
transform: rotate(-3600deg) !important;
}

html,
body {
margin: 0;
width: 100%;
height: 100%;
font-family: "Dosis", sans-serif;
font-weight: 300;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
overflow: hidden;
}

.bg-space {
background-color: black;
}

.custom-navbar {
padding-top: 15px;
text-align: center;
}

.brand-logo {
display: inline-block;
}

.central-body {
color: #fff;
padding: 17% 5% 10% 5%;
text-align: center;
}

.alert {
color: #fff;
font-size: 1rem;
}

.alert h4 {
font-size: 1.5rem;
}

.text-warning {
color: orange;
}

.objects img {
z-index: 90;
pointer-events: none;
}

.object_rocket {
z-index: 95;
position: absolute;
transform: translateX(-50px);
top: 75%;
pointer-events: none;
animation: rocket-movement 200s linear infinite both running;
}

.object_earth {
position: absolute;
top: 20%;
left: 15%;
z-index: 90;
}

.object_moon {
position: absolute;
top: 12%;
left: 25%;
}

.object_astronaut {
animation: rotate-astronaut 200s infinite linear both alternate;
}

.box_astronaut {
z-index: 110 !important;
position: absolute;
top: 60%;
right: 20%;
will-change: transform;
animation: move-astronaut 50s infinite linear both alternate;
}

.stars {
background: url(/images/overlay_stars.svg);
background-repeat: repeat;
background-size: contain;
background-position: left top;
}

.glowing_stars .star {
position: absolute;
border-radius: 100%;
background-color: #fff;
width: 3px;
height: 3px;
opacity: 0.3;
will-change: opacity;
}

.glowing_stars .star:nth-child(1) {
top: 80%;
left: 25%;
animation: glow-star 2s infinite ease-in-out alternate 1s;
}

.glowing_stars .star:nth-child(2) {
top: 20%;
left: 40%;
animation: glow-star 2s infinite ease-in-out alternate 3s;
}

.glowing_stars .star:nth-child(3) {
top: 25%;
left: 25%;
animation: glow-star 2s infinite ease-in-out alternate 5s;
}

.glowing_stars .star:nth-child(4) {
top: 75%;
left: 80%;
animation: glow-star 2s infinite ease-in-out alternate 7s;
}

.glowing_stars .star:nth-child(5) {
top: 90%;
left: 50%;
animation: glow-star 2s infinite ease-in-out alternate 9s;
}

@media only screen and (max-width: 600px) {
.brand-logo img {
width: 250px;
}

.box_astronaut {
top: 70%;
}

.central-body {
padding-top: 25%;
}
}
</style>
</head>

<body class="bg-space">
<div class="stars">
<div class="central-body">
<div class="custom-navbar">
<div class="brand-logo">
<img src="/images/logo.webp" alt="HayVid"></a>
</div>
</div>
<div class="alert">
<h4>END OF CHAPTER # 1</h4>
<p>
Dear visitors,
</p>
<div class="clearfix"></div>
We regret to inform you that HayVid is closed its virtual doors on <span class="text-warning">01.09.2023</span>.
<div class="clearfix"></div>
Thank you for being a part of HayVid.
<div class="clearfix"></div>
</div>
</div>
<div class="objects">
<img class="object_rocket" src="/images/rocket.svg" width="40px">
<div class="earth-moon">
<img class="object_earth" src="/images/earth.svg" width="80px" />
<img class="object_moon" src="/images/moon.svg" width="60px" />
</div>
<div class="box_astronaut">
<img class="object_astronaut" src="/images/astronaut.svg" width="100px" />
</div>
</div>
<div class="glowing_stars">
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
</div>
</div>
</body>

</html>

Ads.Txt Alerts - A trading name of Red Volcano Limited

Waterloo Buildings, Second Floor Rear, 53 London Road, Southampton, Hampshire, United Kingdom, SO15 2AD

© Red Volcano 2020. All Rights Reserved.