mirror of
https://github.com/midou36o/midou36o.github.io
synced 2025-06-04 00:41:01 +05:30
Revamp the website
Stolen from Odyssey's website Co-Authored-By: Alexander J <57069715+Odyssey346@users.noreply.github.com>
This commit is contained in:
74
index.html
74
index.html
@@ -1,31 +1,49 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Pain.</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" type="text/css" href="/styles/theme.css">
|
||||
<!--<link rel="icon" href="/src/images/favicon.png" sizes="16x16" type="image/png">-->
|
||||
<meta name="description" content="My website (empty)">
|
||||
<!-- General Meta Tags -->
|
||||
<meta property="og:url" content="https://midou36o.github.io">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="Midou360">
|
||||
<meta property="og:description" content="My website (empty)">
|
||||
<meta property="og:image" content="https://raw.githubusercontent.com/Midou36O/midou36o.github.io/main/small_banner.png">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" type="text/css" href="src/index.css">
|
||||
<title>Midou's site</title>
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<meta property="og:url" content="https://miicord.com">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="Midou's welcome page">
|
||||
<meta name="theme-color" content="#73ba25" />
|
||||
<meta property="og:description" content="Midou's welcome page">
|
||||
<meta name="description" content="Totally not stolen from Odyssey's website..">
|
||||
<meta name="author" content="Midou">
|
||||
<meta property="og:image" content="https://raw.githubusercontent.com/Midou36O/midou36o.github.io/main/small_banner.png">
|
||||
<meta name="twitter:image" content="https://raw.githubusercontent.com/Midou36O/midou36o.github.io/main/small_banner.png">
|
||||
<meta name="theme-color" content="#5D366C">
|
||||
</head>
|
||||
<body id="content">
|
||||
<div class="center">
|
||||
<div class="middle">
|
||||
<div class="wrapper">
|
||||
<img src="https://avatars.githubusercontent.com/u/45198486?v=4" alt="Midou's profile picture" title="I don't meow and i'm not a furry. But i scream." id="profilepicture" onclick="ComicSans()"/>
|
||||
<div class="h1dance"><h1>Midou</h1></div>
|
||||
<div class="paragraph-start"><p id="para" style="margin-top: -15px;">Some Bored guy that does stuff based on his motivation.</p></div>
|
||||
<hr style="width:60%;text-align:center;color:#fff;border-color: #fff">
|
||||
<a class="sociallink" href="https://github.com/Midou36o" title="Midou's GitHub"><img style="width: 20px; height: 20px;" src="src/images/github.svg" alt="Midou's GitHub"></a>
|
||||
<a class="sociallink" href="https://matrix.to/#/%40midou%3Amatrix.mutahar.rocks" title="Midou's Matrix"><img style="width: 20px; height: 20px;" src="src/images/matrix.svg" alt="Midou's Matrix"></a>
|
||||
<a class="sociallink" href="mailto:miicord@miicord.com" title="Midou's E-Mail (Not working)"><img style="width: 20px; height: 20px;" src="src/images/email.svg" alt="Midou's Email but it doesn't work."></a>
|
||||
|
||||
<!-- Twitter Meta Tags -->
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:domain" content="midou36o.github.io">
|
||||
<meta property="twitter:url" content="https://midou36o.github.io">
|
||||
<meta name="twitter:title" content="Midou360">
|
||||
<meta name="twitter:description" content="My website (empty)">
|
||||
<meta name="twitter:image" content="https://raw.githubusercontent.com/Midou36O/midou36o.github.io/main/small_banner.png">
|
||||
|
||||
<meta name="theme-color" content="#5D366C">
|
||||
</head>
|
||||
<body>
|
||||
<p> Placeholder website </p>
|
||||
<img src="./nice.png" alt="Nice.">
|
||||
<!-- if you can't see this image you're an idiot and that's a fact! >:3 -->
|
||||
|
||||
</body>
|
||||
<hr style="width:10%; height: 100; border: solid 0.5px; color:rgb(73, 81, 88);border-color: rgb(73, 81, 88);">
|
||||
<div class="bio-and-projects">
|
||||
<a id="bplink" href="bio-and-projects/bio.html" title="Midou's Bio">Bio</a> | <a id="plink" href="bio-and-projects/projects.html" title="Midou's Projects">Projects</a>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
</div>
|
||||
<br>
|
||||
<script>
|
||||
function ComicSans() {
|
||||
document.getElementById("content").style.fontFamily = "Comic Sans MS, sans-serif";
|
||||
}
|
||||
</script>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user