165 lines
5.0 KiB
HTML
165 lines
5.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="ja">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="shortcut icon" href="assets/images/favicon.ico">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@500&display=swap" rel="stylesheet"
|
|
media="print" onload="this.media='all'">
|
|
<link rel="stylesheet" media="print" onload="this.media='all'"
|
|
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0-2/css/solid.min.css"
|
|
integrity="sha256-elwTic/hrLFWZpWpMWzaj9CYIM49JCrvGtXZ8sNATAA=" crossorigin="anonymous" />
|
|
<link rel="stylesheet" media="print" onload="this.media='all'"
|
|
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0-2/css/brands.min.css"
|
|
integrity="sha256-CbcoUUjz1QzebpgpIS/rCQMdgM6+osnLRc6ompg28Fo=" crossorigin="anonymous" />
|
|
<link rel="stylesheet" media="print" onload="this.media='all'"
|
|
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0-2/css/fontawesome.min.css"
|
|
integrity="sha256-CaAu1oJhcLBPo4TnfEZ8fdP+O4mpoVBQ6zyZCs2x7+o=" crossorigin="anonymous" />
|
|
<title>yude.moe</title>
|
|
<style>
|
|
body {
|
|
text-align: center;
|
|
font-family: 'Roboto Mono', monospace;
|
|
}
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
body {
|
|
background-color: black;
|
|
color: white;
|
|
}
|
|
|
|
a {
|
|
color: white
|
|
}
|
|
}
|
|
|
|
@media (prefers-color-scheme: light) {
|
|
body {
|
|
background-color: white;
|
|
color: black
|
|
}
|
|
|
|
a {
|
|
color: black
|
|
}
|
|
}
|
|
|
|
.flex {
|
|
padding: 2.5% 0;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-evenly;
|
|
}
|
|
|
|
.flex>* {
|
|
width: 8%;
|
|
font-size: 64px;
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
|
|
.load {
|
|
-webkit-animation: spin 4s linear infinite;
|
|
-moz-animation: spin 4s linear infinite;
|
|
-ms-animation: spin 4s linear infinite;
|
|
-o-animation: spin 4s linear infinite;
|
|
animation: spin 4s linear infinite;
|
|
}
|
|
|
|
@-webkit-keyframes spin {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
}
|
|
|
|
100% {
|
|
-webkit-transform: rotate(360deg);
|
|
}
|
|
}
|
|
|
|
@-moz-keyframes spin {
|
|
0% {
|
|
-moz-transform: rotate(0deg);
|
|
}
|
|
|
|
100% {
|
|
-moz-transform: rotate(360deg);
|
|
}
|
|
}
|
|
|
|
@-ms-keyframes spin {
|
|
0% {
|
|
-ms-transform: rotate(0deg);
|
|
}
|
|
|
|
100% {
|
|
-ms-transform: rotate(360deg);
|
|
}
|
|
}
|
|
|
|
@-o-keyframes spin {
|
|
0% {
|
|
-o-transform: rotate(0deg);
|
|
}
|
|
|
|
100% {
|
|
-o-transform: rotate(360deg);
|
|
}
|
|
}
|
|
|
|
@keyframes spin {
|
|
0% {
|
|
transform: rotate(0deg);
|
|
}
|
|
|
|
100% {
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
|
|
.discord {
|
|
height: 500px;
|
|
width: 90%;
|
|
min-width: 300px;
|
|
max-width: 565px;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<picture>
|
|
<source style="width:200px; border-radius: 50%" class="load" type="image/webp"
|
|
srcset="assets/images/avatar.webp">
|
|
<img src="assets/images/avatar.jpg" style="width:200px; border-radius: 50%" class="load">
|
|
</picture>
|
|
<h1>yude.moe</h1>
|
|
<h3>こんにちは~~</h3>
|
|
<div style="margin-top: 20px; margin-left: -17px" class="flex">
|
|
<div>
|
|
<a class="link" href="https://blog.yude.moe" data-tippy-content="https://blog.yude.moe"><i
|
|
class="fas fa-blog"></i></a>
|
|
</div>
|
|
<div>
|
|
<a class="link" href="https://twitter.com/yudete" data-tippy-content="@yudete"><i
|
|
class="fab fa-twitter"></i></a></div>
|
|
<div>
|
|
<a class="link" href="https://github.com/yudete" data-tippy-content="yudete"><i
|
|
class="fab fa-github"></i></a></div>
|
|
<div>
|
|
<a class="link" href="https://keybase.io/yude" data-tippy-content="yude"><i class="fab fa-keybase"></i></a>
|
|
</div>
|
|
</div>
|
|
<p><span style="white-space:nowrap">For further information, </span>please take a
|
|
look at <span style="white-space:nowrap">my <a class="link" data-tippy-content="https://scrapbox.io/yude"
|
|
href="https://scrapbox.io/yude">Scrapbox</a>.</span></p>
|
|
<iframe class="discord" src="https://discordapp.com/widget?id=550309736214691840&theme=dark"
|
|
allowtransparency="true" frameborder="0"></iframe>
|
|
<script src="https://unpkg.com/@popperjs/core@2"></script>
|
|
<script src="https://unpkg.com/tippy.js@6"></script>
|
|
<script>
|
|
tippy('.link');
|
|
</script>
|
|
</body>
|
|
|
|
</html> |