redume.su/index.html
2024-03-08 19:38:49 +03:00

112 lines
No EOL
4.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Redume</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Redume">
<link rel="canonical" href="https://redume.live/">
<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=Roboto&amp;display=swap" rel="stylesheet">
<link rel="stylesheet" href="static/style/main.css" type="text/css">
</head>
<body>
<a rel="me" href="https://mastodon.ml/@redddume" style="display: none">Mastodon</a>
<div id="profile">
<a id="profile_nickname">Redume</a>
<img src="https://avatars.githubusercontent.com/u/49362257" alt="Redume avatar" id="profile_avatar">
<div id="profile_contact_img">
<a href="https://t.me/Redddume">
<img src="/static/img/telegram.svg"
alt="Telegram"
class="profile_social_img"
data-tippy-content="Telegram"
>
</a>
<a href="https://github.com/Redume">
<img src="/static/img/github.svg"
alt="Github"
class="profile_social_img"
data-tippy-content="Github"
>
</a>
<a href="https://matrix.to/#/@redume:matrix.org">
<img src="/static/img/matrix.svg"
alt="Matrix"
class="profile_social_img"
data-tippy-content="Matrix"
>
</a>
<a href="mailto:redddume@gmail.com">
<img src="/static/img/mail.svg"
alt="Email"
class="profile_social_img"
data-tippy-content="Email"
>
</a>
</div>
</div>
<div id="projects">
<div class="project">
<img class="project-img" src="static/img/spaceship.png" alt="Starlio img">
<p class="project-title">Starlio</p>
<p class="project-desc">Amazing wallpaper straight from space!</p>
<div class="project-links">
<a href="https://starlio.space">
<img src="static/img/captive-portal.svg"
alt="website"
class="project-img-link"
data-tippy-content="Website">
</a>
<a href="https://github.com/Starlio-app/StarlioX">
<img src="static/img/github.svg"
alt="github"
class="project-img-link"
data-tippy-content="Github">
</a>
</div>
</div>
<div class="project">
<img class="project-img" src="static/img/Shirino.png" alt="Shirino img">
<p class="project-title">Shirino</p>
<p class="project-desc">Shirino is a telegram bot that outputs the exchange rate using DuckDuckGo and CoinAPI.</p>
<div class="project-links">
<a href="https://t.me/Shirino_bot">
<img src="static/img/telegram.svg"
alt="Telegram"
class="project-img-link"
data-tippy-content="Website">
</a>
<a href="https://github.com/Redume/Shirino">
<img src="static/img/github.svg"
alt="github"
class="project-img-link"
data-tippy-content="Github">
</a>
</div>
</div>
<div class="project">
<img class="project-img" src="static/img/kekkai.png" alt="Kekkai banner" style="margin-top: 15px">
<p class="project-title">Kekkai</p>
<p class="project-desc">API providing historical currency data.</p>
<div class="project-links">
<a href="https://github.com/Redume/Kekkai">
<img src="static/img/github.svg"
alt="github"
class="project-img-link"
data-tippy-content="Github">
</a>
</div>
</div>
</div>
</body>
<script src="https://unpkg.com/@popperjs/core@2"></script>
<script src="https://unpkg.com/tippy.js@6"></script>
<script src="/static/scripts/tooltip.js" type="application/javascript"></script>
</html>