A Pen by Aaron Lord on CodePen.
Last active
August 5, 2018 19:16
-
-
Save lorddev/1ab087b05deabb1c074024af0ead1541 to your computer and use it in GitHub Desktop.
qmjwLO
This file contains 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
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet"> | |
<div class="container-fluid"> | |
<div class="row justify-content-center vertical-center"> | |
<div class="col-4"> | |
<p>@{<br/> // <em><i></i> Aaron Lord</em> web developer since 1998<br/> // Northern California, USA</p> | |
<p> // ASP.NET, Web API<br/> // C#, JavaScript, SQL<br/> } | |
</p> | |
</div> | |
<div class="col-3"> | |
<ul> | |
<li> | |
<li> | |
<a href="https://github.com/lorddev"> | |
<i class="fa fa-github" aria-hidden="true"></i> lorddev</a> | |
</li><a href="https://twitter.com/devlords"><i class="fa fa-twitter" aria-hidden="true"></i> @devlords</a></li> | |
<li><a href="https://www.linkedin.com/in/aaron-lord-88275851"><i class="fa fa-linkedin"> </i> aaron-lord-88275851</a></li> | |
</ul> | |
</div> | |
</div> | |
</div> | |
</div> |
This file contains 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
body { background-color: black; color: silver; | |
font-family: 'Roboto Mono', Consolas, monospace; } | |
em { font-style: normal; | |
font-weight:bold;} | |
.vertical-center { | |
min-height: 100%; /* Fallback for browsers do NOT support vh unit */ | |
min-height: 100vh; | |
display: flex; | |
align-items: center; | |
} | |
ul { | |
list-style-type: none; | |
} |
This file contains 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
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" rel="stylesheet" /> | |
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment