2021-02-18 17:19:57 +05:30
<!DOCTYPE html>
< html lang = "en" >
2022-02-08 17:58:12 +05:30
< 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" >
2022-02-09 18:12:51 +05:30
<!-- <link rel="icon" href="/src/images/favicon.png" sizes="16x16" type="image/png"> -->
< meta name = "description" content = "Midou's website" >
<!-- General Meta Tags -->
< meta property = "og:url" content = "https://miicord.com" >
< meta property = "og:type" content = "website" >
< meta property = "og:title" content = "Midou360/Miicord" >
< meta property = "og:description" content = "Welcome to my website!" >
< meta property = "og:image" content = "https://miicord.com/src/images/OpenGraph.png" >
<!-- Twitter Meta Tags -->
< meta name = "twitter:card" content = "summary_large_image" >
< meta property = "twitter:domain" content = "miicord.com" >
< meta property = "twitter:url" content = "https://miicord.com" >
< meta name = "twitter:title" content = "Midou360/Miicord" >
< meta name = "twitter:description" content = "Welcome to my Website!" >
< meta name = "twitter:image" content = "https://miicord.com/src/images/OpenGraph.png" >
< meta name = "theme-color" content = "#8C00F3" >
2022-02-08 17:58:12 +05:30
< / 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 >
2022-02-08 23:37:52 +05:30
< div class = "paragraph-start" > < p id = "para" style = "margin-top: -15px; color:#fff;" > Some Bored guy that does stuff based on his motivation.< / p > < / div >
2022-02-08 17:58:12 +05:30
< 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 >
2022-02-08 23:37:52 +05:30
< a class = "sociallink" href = "./donation.html" title = "Donate" > < img style = "width: 20px; height: 20px;" src = "src/images/donate.svg" alt = "Donate to Midou (thanks!)" > < / a >
2022-02-08 17:58:12 +05:30
< 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" >
2022-02-08 20:15:39 +05:30
< a id = "bplink" href = "bio-and-projects/bio.html" title = "Midou's Bio" style = "color:rgb(216, 213, 15);" > Bio< / a > | < a id = "plink" href = "bio-and-projects/projects.html" title = "Midou's Projects" style = "color:rgb(216, 213, 15);" > Projects< / a >
2022-02-08 17:58:12 +05:30
< / div >
< br >
< / div >
< br >
< script >
function ComicSans() {
document.getElementById("content").style.fontFamily = "Comic Sans MS, sans-serif";
}
< / script >
< / div >
< / div >
< / body >
< / html >