add icons
This commit is contained in:
23
index.html
23
index.html
@@ -12,6 +12,7 @@
|
||||
<link rel="apple-touch-icon" href="apple-touch-icon.png">
|
||||
|
||||
<link rel="stylesheet" href="css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
|
||||
<style>
|
||||
body {
|
||||
padding-top: 50px;
|
||||
@@ -28,12 +29,22 @@
|
||||
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
|
||||
<![endif]-->
|
||||
|
||||
<div class="container" style="text-align:center">
|
||||
<img src="http://www.gravatar.com/avatar/333e3cea32cd17ff2007d131df336061?s=300" style="border-radius: 50%" />
|
||||
<h2>Tommy Parnell</h2>
|
||||
<h2>@TerribleDev</h2>
|
||||
<h2>github.com/TerribleDev</h2>
|
||||
<h2>TerribleDev.io</h2>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-6 col-md-offset-4">
|
||||
<img src="http://www.gravatar.com/avatar/333e3cea32cd17ff2007d131df336061?s=300" style="border-radius: 50%" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-6 col-md-offset-4">
|
||||
<h2> Tommy Parnell</h2>
|
||||
<h2> <i class="fa fa-twitter fa-lg" aria-hidden="true" style="color: #00aced"></i> @TerribleDev</h2>
|
||||
<h2> <i class="fa fa-github fa-lg" aria-hidden="true"></i> TerribleDev</h2>
|
||||
<h2> TerribleDev.io</h2>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<footer>
|
||||
<p></p>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user