New Ruby-inspired design
This commit is contained in:
24
index.html
24
index.html
@@ -1 +1,23 @@
|
||||
<!DOCTYPE html><html><head><meta charset="utf-8" /><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" /><meta content="VladFaust.com" property="og:title" /><meta content="website" property="og:type" /><meta content="http://vladfaust.com" property="og:url" /><meta content="Meet Vlad Faust - your next well-experienced colleague!" property="og:description" /><meta content="https://avatars0.githubusercontent.com/u/7955682?v=3&s=460" property="og:image" /><meta content="image/jpeg" property="og:image:type" /><meta content="460" property="og:image:width" /><meta content="460" property="og:image:height" /><title>Vlad Faust | Vladislav Faust | VladFaust.com</title><link href="/stylesheets/all.css" rel="stylesheet" /><script src="/javascripts/all.js"></script><!--Google Tag Manager--><noscript><iframe height="0" src="//www.googletagmanager.com/ns.html?id=GTM-MRZ5F7" style="display:none;visibility:hidden" width="0"></iframe></noscript><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-MRZ5F7');</script><!--End Google Tag Manager--></head><body><div class="container-fluid"><div class="row"><div class="col-md-2"></div><div class="col-md-8"><div class="row"><div class="col-xs-1"></div><div class="col-xs-10"><div id="hi"><h1>Hi, my name is <a href="#">Vlad Faust</a>,</h1><h2>and I'm the <em>next big startup</em> founder.</h2></div><hr /><div id="projects"><div class="project well"><table><tr><td><img class="img-responsive img-rounded" src="/images/projects/parrotfarm.jpg" /></td><td class="text-left project-description"><div class="lead"><a target="blank" href="https://github.com/vladfaust/parrotfarm">Parrotfarm</a></div>A showcase opensource Rails + AngularJS app</td></tr></table></div><div class="project well"><table><tr><td><img class="img-responsive img-rounded" src="/images/projects/jumpinsweeties.jpg" /></td><td class="text-left project-description"><div class="lead"><a target="blank" href="https://play.google.com/store/apps/details?id=com.vladislavfaust.jumpinsweeties.android">Jumpin Sweeties</a></div>Handcrafted Android game written with libGDX</td></tr></table></div><div class="project well"><table><tr><td><img class="img-responsive img-rounded" src="/images/projects/dicesbot.jpg" /></td><td class="text-left project-description"><div class="lead"><a target="blank" href="https://telegram.me/dicesBot">dicesBot</a></div>Telegram lottery bot w/ Bitcoin included, written in Ruby</td></tr></table></div></div><hr /><div id="socials"><h2>Say hello to me: <a href="mailto:hello@vladfaust.com">hello@vladfaust.com</a></h2><h3>Also seen on <a href="https://github.com/vladfaust">GitHub</a> and <a href="https://twitter.com/vladfaust">Twitter</a></h3></div></div><div class="col-xs-1"></div></div></div><div class="col-md-2"></div></div></div></body></html>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>@vladfaust</title>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link href='https://fonts.googleapis.com/css?family=Ubuntu:500' 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="footer-link flex-item">
|
||||
<a href="mailto:hello@vladfaust.com">hello@vladfaust.com</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user