feat: Redesigned the site

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

View file

@ -6,15 +6,110 @@
<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="canonical" href="https://redume.su/">
<style>
body {
font-family: 'Iosevka', monospace;
color: white;
background-color: black;
}
<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">
a {
color: rgb(0, 110, 255);
}
<link rel="stylesheet" href="static/style/main.css" type="text/css">
a:visited {
color: rgb(0, 44, 139);
}
body {
padding-left: 25vw;
padding-right: 25vw;
}
@media screen and (width < 600px) {
body {
padding-left: 5vw;
padding-right: 5vw;
}
}
.line {
background: gray;
height: 1px;
width: 100%;
}
p {
margin-top: 1.5em;
margin-bottom: 1.5em;
}
ul {
margin-bottom: 2em;
}
</style>
</head>
<body>
<a rel="me" href="https://mastodon.ml/@redddume" style="display: none">Mastodon</a>
<h2> Redume </h2>
<p>Programmer who can't see the layout of websites, but likes to write utilities.</p>
<ul>
<li>
Git:
<a href="https://github.com/redume">https://github.com/redume/</a>
,
<a href="https://git.dc09.ru/redume">https://git.dc09.ru/redume</a>
</li>
<h3>Communication</h3>
<ul>
<li>
Telegram:
<a href="https://t.me/redddume">@redddume</a>
</li>
<li>
Email:
<a href="mailto:redddume@gmail.com">redddume@gmail.com</a>
</li>
</ul>
<h3>Projects</h3>
<ul>
<li>
Kekkai:
The first free Open-Source Tool for Saving Historical Currency data \
<br>
<a href="https://kekkai-api.redume.su/">Website</a>
,
<a href="https://kekkai-api.redume.su/docs/">Docs</a>
,
<a href="https://github.com/redume/kekkai">Git</a>
(<a href="https://git.dc09.ru/Redume/Kekkai">Gitea</a>)
</li>
<br>
<li>
Starlio:
NASA publishes amazing space photos every day,
so why not set them as wallpapers?
Starlio does it automatically for you! \
<br>
<a href="https://starlio.space/">Website</a>
,
<a href="https://github.com/starlio-app/">Git</a>
</li>
<br>
<li>
Shirino:
simple bot for converting fiat and cryptocurrency exchange rates.
Using DuckDuckGo and Kekkai \
<br>
<a href="https://t.me/Shirino_bot">Telegram</a>
,
<a href="https://github.com/redume/shirino">Git</a>
(<a href="https://git.dc09.ru/Redume/Shirino">Gitea</a>)
</li>
</ul>
</ul>
</body>
</html>