chor: delete all html

This commit is contained in:
Данил 2025-03-03 20:17:09 +03:00
parent f02e2c8586
commit b6eb921eab

View file

@ -16,97 +16,5 @@
</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>