mirror of
https://github.com/midou36o/midou36o.github.io
synced 2024-11-10 05:02:01 +05:30
6b06cb1c9b
Stolen from Odyssey's website Co-Authored-By: Alexander J <57069715+Odyssey346@users.noreply.github.com>
50 lines
3.1 KiB
HTML
50 lines
3.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<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>
|
|
|
|
<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>
|