Skip to content

Commit

Permalink
ima kms
Browse files Browse the repository at this point in the history
aaaaaaaaaaaaaaa
  • Loading branch information
millxisyes authored Aug 7, 2023
1 parent a77b04e commit 9101066
Showing 1 changed file with 23 additions and 242 deletions.
265 changes: 23 additions & 242 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,123 +54,7 @@

<!-- For notice-->
<style>
#LIZPUKyCkmEb {
display: none;
margin-bottom: 30px;
padding: 20px 10px;
text-align: center;
font-weight: bold;
color: #fff;
border-radius: 5px;
}
/* The alert message box */
.alert {
padding: 20px;
background-color: #4476ff; /* Red */
color: white;
margin-bottom: 15px;
}

/* The close button */
.closebtn {
margin-left: 15px;
color: white;
font-weight: bold;
float: right;
font-size: 22px;
line-height: 20px;
cursor: pointer;
transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
color: black;
}

/* Advertisement thingy */
.ad1 {
padding: 20px;
background-color: #0b090a; /* Red */
color: white;
margin-bottom: 15px;
text-align: center;
font-family: "Lexend Mega";
}

/* The close button */
.closebtn {
margin-left: 15px;
color: white;
font-weight: bold;
float: right;
font-size: 22px;
line-height: 20px;
cursor: pointer;
transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
color: black;
}
.hidden {
display: none;
}

.toh {
padding: 20px;
background-color: #ffae00; /* Red */
color: white;
margin-bottom: 15px;
}

/* The close button */
.closebtn {
margin-left: 15px;
color: white;
font-weight: bold;
float: right;
font-size: 22px;
line-height: 20px;
cursor: pointer;
transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
color: black;
}

/* Advertisement thingy */
.ad1 {
padding: 20px;
background-color: #0b090a; /* Red */
color: white;
margin-bottom: 15px;
text-align: center;
font-family: "Lexend Mega";
}

/* The close button */
.closebtn {
margin-left: 15px;
color: white;
font-weight: bold;
float: right;
font-size: 22px;
line-height: 20px;
cursor: pointer;
transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
color: black;
}
.hidden {
display: none;
}
/* Existing styles */

/* Add new styles here */
body,
Expand All @@ -190,137 +74,34 @@
padding: 20px;
/* Add your original content styles here */
}
.discord-embed {
display: flex;
justify-content: center;
align-items: center;
height: 400px;
}
.discord-iframe {
border: 0;
width: 600px;
max-width: 100%;
}
</style>

<script>
// Set the date we're counting down to
var countDownDate = new Date("March 10, 2023 0:00:00").getTime();

// Update the count down every 1 second
var x = setInterval(function () {
// Get today's date and time
var now = new Date().getTime();

// Find the distance between now and the count down date
var distance = countDownDate - now;

// Time calculations for days, hours, minutes and seconds
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
var hours = Math.floor(
(distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)
);
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);

// Display the result in the element with id="demo"
document.getElementById("demo").innerHTML =
days + "d " + hours + "h " + minutes + "m " + seconds + "s ";

// If the count down is finished, write some text
if (distance < 0) {
clearInterval(x);
document.getElementById("demo").innerHTML = "🎊";
}
}, 1000);
var a = "no";
</script>
<!-- End -->
</head>

<body>
<nav id="nav">
<div class="navzetvue">
<img
src="assets/svg/logo.svg"
height="40px"
width="auto"
alt="backslashg"
/>
</div>
</nav>
<section class="introduction">
<div class="alert">
Check all the code in this website on the
<strong
><u class="dotted"
><a
href="https://github.com/millxisyes/millxisyes.github.io/"
>GitHub Respository!</a
></u
></strong
>, you can also add your own code to make this site better!
</div>
<h1>Hi!</h1>
<h5>I'm Millx!</h5>
<p class="introBrief">
I'm a guy who likes to play video-games and watch anime<br />
I play Minecraft, Stardew Valley, and occasionally some Roblox<br />
My favourite animes are Steins;Gate, Rascal Does Not Dream and Code Geass
</p>
<h1 class="introMedia"></h1>
<div class="contacts">
<h2>Socials</h2>
<ul class="introSVG">
<a
href="https://open.spotify.com/user/31qm5xuasxxbr6roo4bxdpbwyndu"
target="_blank"
rel="noreferrer noopener"
><img
src="assets/svg/spotify.svg"
height="30px"
width="auto"
alt="Spotify"
/></a>
<a
href="https://youtube.com/millx"
target="_blank"
rel="noreferrer noopener"
><img
src="assets/svg/youtube.svg"
height="30px"
width="auto"
alt="YouTube"
/></a>
<a
href="https://namemc.com/profile/Millx_.1"
target="_blank"
rel="noreferrer noopener"
><img
src="assets/svg/namemc.svg"
height="30px"
width="auto"
alt="NameMC"
/></a>
</ul>
<h2>Email</h2>
<div class="introEmail">
<img
src="assets/svg/mail.svg"
onclick="copyEmail()"
alt="Mail"
height="25px"
width="auto"
/>
</div>
</div>
</section>
<!-- Existing content -->

<!-- Discord embed centered at the bottom -->
<div class="center-content">
<iframe
src="https://lanyard.cnrad.dev/api/720022112466894970"
style="border: 0px #ffffff none;"
name="DiscordEmbed"
scrolling="no"
frameborder="1"
marginheight="0px"
marginwidth="0px"
height="400px"
width="600px"
allowfullscreen
></iframe>
<div class="discord-embed">
<iframe
src="https://lanyard.cnrad.dev/api/720022112466894970"
class="discord-iframe"
name="DiscordEmbed"
scrolling="no"
allowfullscreen
></iframe>
</div>
</div>
<script>
// JavaScript code here (if any)
</script>
</body>
</html>

0 comments on commit 9101066

Please sign in to comment.