Last active
November 19, 2017 01:49
-
-
Save duhruh/e48752306307a5fc49ecc350ec901c51 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
<meta name="description" content="Hi! I'm David, Go developer, Javascript developer, and i love working on opensource projects."> | |
<meta name="author" content="David Rivera"> | |
<link rel="icon" href="http://www.gravatar.com/avatar/53c3e800211ecbf9e38c588f993c128e?s=200"> | |
<title>David Rivera</title> | |
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous"> | |
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> | |
<link href="https://duhruh.keybase.pub/cover.css" rel="stylesheet"> | |
</head> | |
<body> | |
<div class="site-wrapper"> | |
<div class="site-wrapper-inner"> | |
<div class="cover-container"> | |
<main role="main" class="inner cover" style="text-shadow: 2px 4px 3px rgba(0,0,0,0.3);"> | |
<h1 class="cover-heading"> | |
<img src="http://www.gravatar.com/avatar/53c3e800211ecbf9e38c588f993c128e?s=200" alt="David Rivera" class="rounded-circle"> | |
</h1> | |
<p class="lead">Hi! I'm David, Go developer, Javascript developer, and I love working on opensource projects.</p> | |
<p class="lead"> | |
<a href="http://waterlock.ninja/"><img src="http://waterlock.ninja/img/beaver-fever.png" height="20" class="rounded-circle"/> waterlock</a> | |
</p> | |
<p class="lead"> | |
<a href="https://github.com/duhruh"><i class="fa fa-github" aria-hidden="true"></i></a> | |
<a href="https://twitter.com/duhruh"><i class="fa fa-twitter" aria-hidden="true"></i></a> | |
<a href="https://www.linkedin.com/in/~davidrivera/"><i class="fa fa-linkedin" aria-hidden="true"></i></a> | |
</p> | |
</main> | |
</div> | |
</div> | |
</div> | |
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> | |
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script> | |
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment