Compare commits
2 Commits
simple
...
update-des
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6ae6d2126a | ||
|
|
4d66cd06c8 |
@@ -1 +0,0 @@
|
|||||||
theme: jekyll-theme-tactile
|
|
||||||
57
index.html
57
index.html
@@ -1,42 +1,31 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>Vlad Faust</title>
|
<title>Vlad Faust</title>
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" />
|
||||||
|
<link rel="stylesheet" href="stylesheets/style.css">
|
||||||
|
<!-- Yandex.Metrika counter -->
|
||||||
|
<script type="text/javascript"> (function (d, w, c) { (w[c] = w[c] || []).push(function() { try { w.yaCounter33155678 = new Ya.Metrika({ id:33155678, clickmap:true, trackLinks:true, accurateTrackBounce:true, webvisor:true }); } catch(e) { } }); var n = d.getElementsByTagName("script")[0], s = d.createElement("script"), f = function () { n.parentNode.insertBefore(s, n); }; s.type = "text/javascript"; s.async = true; s.src = "https://mc.yandex.ru/metrika/watch.js"; if (w.opera == "[object Opera]") { d.addEventListener("DOMContentLoaded", f, false); } else { f(); } })(document, window, "yandex_metrika_callbacks"); </script> <noscript><div><img src="https://mc.yandex.ru/watch/33155678" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
|
||||||
|
<!-- /Yandex.Metrika counter -->
|
||||||
</head>
|
</head>
|
||||||
|
<body class="flex-container">
|
||||||
<body>
|
<div class="flex-item">
|
||||||
<p>
|
<h1>Hello, my name is Vlad Faust.</h1>
|
||||||
Hello, my name is Vlad Faust.
|
<p>I love beautiful code. I have 2 years of <a href="https://www.ruby-lang.org">Ruby</a> experience. I'm a huge fan of <a href="https://crystal-lang.org">Crystal</a>.</p>
|
||||||
I am a wandering buddhist monk.
|
<h2>My projects:</h2>
|
||||||
</p>
|
<div id="projects">
|
||||||
<h2>Socials</h2>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li><a class="li-title" href="https://cashbackbot.io/48b7a1">Cashback Bot</a> - Save cash on purchases (Ruby);</li>
|
||||||
<a href="https://instagram.com/vladfaust">Instagram</a>
|
<li><a class="li-title" href="https://profitbot.me">Profit Bot</a> - Simple tasks for real bucks (Ruby);</li>
|
||||||
</li>
|
<li><a class="li-title" href="https://t.me/soundmemesbot">Soundmemes Bot</a> - Rickroll your friends (Crystal, <a href="https://github.com/vladfaust/soundmemes.cr">opensource</a>);</li>
|
||||||
<li>
|
<li><a class="li-title" href="https://github.com/vladfaust/tele.cr">Tele.cr</a> - Convenient Telegram Bot framework (Crystal, <a href="https://github.com/vladfaust/tele.cr">opensource</a>);</li>
|
||||||
<a href="https://www.tiktok.com/@user4387043923544">TikTok</a>
|
<li class="old-project"><a class="li-title" href="https://play.google.com/store/apps/details?id=com.vladislavfaust.jumpinsweeties.android">Jumpin Sweeties</a> - Sweet Android game (Java / libGDX, <a href="https://bitbucket.org/vladfaust/jumpinsweeties">opensource</a>);</li>
|
||||||
</li>
|
<li class="old-project"><a class="li-title" href="http://xgm.guru/p/ufs">UFS Arena</a> - Warcraft III custom map (<a href="https://ru.wikipedia.org/wiki/Jass">JASS</a>).</li>
|
||||||
<li>
|
|
||||||
<a href="https://t.me/tathagatagarbha">Telegram</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="https://github.com/vladfaust">GitHub</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="https://x.com/vladfaust">𝕏</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<h2>Donations</h2>
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
<b>Ethereum (ETH, USDT):</b> vladfaust.eth
|
|
||||||
</li>
|
|
||||||
<li><a href="https://ko-fi.com/vladfaust">Ko-Fi</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
</div>
|
||||||
|
<p>You can find me in <a href="https://vk.com/vladfaust">VK</a>, <a href="https://t.me/vladfaust">Telegram</a> and <a href="https://github.com/vladfaust">GitHub</a>.<br>I rarely check my inbox: <a href="mailto:mail@vladfaust.com">mail@vladfaust.com</a>.</p>
|
||||||
|
<p>I'm never available for hire.</p>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
45
stylesheets/style.css
Normal file
45
stylesheets/style.css
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
body {
|
||||||
|
padding: 10px;
|
||||||
|
font-family: sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
.flex-container {
|
||||||
|
display: -webkit-box;
|
||||||
|
display: -moz-box;
|
||||||
|
display: -ms-flexbox;
|
||||||
|
display: -webkit-flex;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.flex-item {
|
||||||
|
max-width: 600px;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: black;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
#projects {
|
||||||
|
max-width: 100%;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
#projects ul {
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
#projects li {
|
||||||
|
text-align: left;
|
||||||
|
list-style-type: square;
|
||||||
|
}
|
||||||
|
|
||||||
|
#projects li .li-title {
|
||||||
|
font-size: bigger;
|
||||||
|
}
|
||||||
|
|
||||||
|
#projects li.old-project {
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user