Skip to content

Commit

Permalink
gonna jump off a cliff
Browse files Browse the repository at this point in the history
all the css is gone LOL
  • Loading branch information
millxisyes authored Aug 7, 2023
1 parent 133b595 commit 9321905
Showing 1 changed file with 19 additions and 38 deletions.
57 changes: 19 additions & 38 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
<!DOCTYPE html>
<!-- Get out of devtools silly. (if you do know what your doing please make this code better @ hehehehaw - Millx https://github.com/millxisyes/millxisyes.github.io/ ) -->
<!--
Get out of devtools silly.
(if you do know what your doing please make this code better @ hehehehaw - Millx
https://github.com/millxisyes/millxisyes.github.io/ )
-->
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Millx - Home</title>
<meta name="description" content="millx.lol - Millx's Website">
<meta name="theme-color" content="#0095ff">
<meta property="og:type" content="website">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lexend&family=Lexend+Exa&family=Lexend+Mega&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/css/styles.css">
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
<meta name="viewport" content="width=device-width initial-scale=0.6">
<style>
/* Center content vertically and horizontally */
.center-content {
Expand All @@ -18,54 +30,23 @@
padding: 0;
height: 100%;
font-family: Arial, sans-serif;
/* Add your original font styles here */
}
.introduction {
padding: 20px;
/* Add your original content styles here */
}
/* Add your other original CSS styles here */
</style>
</head>
<body>
<nav id="nav">
<!-- Navigation content -->
<div class="navzetvue">
<img src="assets/svg/logo.svg" height="40px" width="auto" alt="backslashg">
</div>
</nav>
<!-- Your existing HTML content here -->
<section class="introduction">
<!-- Alert message box -->
<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>
<!-- Introduction content -->
<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">
<!-- Socials -->
<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>
<!-- Email -->
<h2>Email</h2>
<div class="introEmail">
<img src="assets/svg/mail.svg" onclick="copyEmail()" alt="Mail" height="25px" width="auto">
</div>
</div>
<!-- Your introduction content here -->
<!-- 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>
</section>
<script>
// JavaScript code here (if any)
</script>
</body>
</html>

0 comments on commit 9321905

Please sign in to comment.