New spartan design & content
This commit is contained in:
47
index.html
47
index.html
@@ -1,44 +1,31 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>@vladfaust</title>
|
||||
<title>Vlad Faust</title>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="theme-color" content="#e9573f" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" />
|
||||
<link href='https://fonts.googleapis.com/css?family=Ubuntu:400' rel='stylesheet' type='text/css'>
|
||||
<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>
|
||||
<body>
|
||||
<div class="content flex-container">
|
||||
<div class="title flex-item">@vladfaust</div>
|
||||
</div>
|
||||
<div class="footer flex-container">
|
||||
<div class="flex-item">
|
||||
<a class="email-link" href="mailto:hello@vladfaust.com">hello@vladfaust.com</a>
|
||||
<div class="social-icons">
|
||||
<a class="social-icon email-icon" href="mailto:hello@vladfaust.com">
|
||||
<img src="img/em.svg">
|
||||
</a>
|
||||
<a class="social-icon" href="https://telegram.me/vladfaust">
|
||||
<img src="img/tg.svg">
|
||||
</a>
|
||||
<a class="social-icon" href="https://github.com/vladfaust">
|
||||
<img src="img/gh.svg">
|
||||
</a>
|
||||
<a class="social-icon" href="https://vk.com/vladfaust">
|
||||
<img src="img/vk.svg">
|
||||
</a>
|
||||
<a class="social-icon" href="https://twitter.com/vladfaust">
|
||||
<img src="img/tw.svg">
|
||||
</a>
|
||||
<a class="social-icon" href="https://instagram.com/vladfaust">
|
||||
<img src="img/ig.svg">
|
||||
</a>
|
||||
</div>
|
||||
<body class="flex-container">
|
||||
<div class="flex-item">
|
||||
<h1>Hello, my name is Vlad Faust.</h1>
|
||||
<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>
|
||||
<h2>My projects:</h2>
|
||||
<div id="projects">
|
||||
<ul>
|
||||
<li><a class="li-title" href="https://cashbackbot.io/48b7a1">Cashback Bot</a> - Save cash on purchases (Ruby);</li>
|
||||
<li><a class="li-title" href="https://profitbot.me">Profit Bot</a> - Simple tasks for real bucks (Ruby);</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><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>
|
||||
<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 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>
|
||||
</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>.</p>
|
||||
<p>I'm never available for hire.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user