Testing css and link fixes
This commit is contained in:
parent
3e74482ba6
commit
7eeeb390f3
@ -45,7 +45,7 @@ p {
|
||||
}
|
||||
|
||||
a {
|
||||
color: aqua;
|
||||
color: #5882A8;
|
||||
-webkit-transition: all .2s ease-in-out;
|
||||
-moz-transition: all .2s ease-in-out;
|
||||
transition: all .2s ease-in-out;
|
||||
@ -54,7 +54,7 @@ a {
|
||||
a:hover,
|
||||
a:focus {
|
||||
text-decoration: none;
|
||||
color: #42dca3;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.light {
|
||||
|
@ -9,7 +9,7 @@
|
||||
<meta name="description" content="ENPaul Network landing page">
|
||||
<meta name="author" content="ethannpaul@gmail.com">
|
||||
|
||||
<title>ENPaul</title>
|
||||
<title>ENPaul DEV</title>
|
||||
<link rel="shortcut icon" href="img\e-b.png">
|
||||
|
||||
<link href="css/bootstrap.css" rel="stylesheet">
|
||||
@ -55,7 +55,12 @@
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8 col-md-offset-2">
|
||||
<hr>
|
||||
<h1 class="brand-heading"><img style="max-width: 512px;" src="img/logo.png"/></h1>
|
||||
<hr>
|
||||
<p>
|
||||
<a href="#"><span class="hb hb-xs"><i class="fa fa-facebook"></i></span></a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -79,7 +84,7 @@
|
||||
On this website you'll find my resume and contact information, as well as links to the other sites and services I maintain.
|
||||
</p>
|
||||
<p>
|
||||
<a href="#"><span class="hb hb-xs"><i class="fa fa-facebook"></i></span></a>
|
||||
|
||||
<a href="#"><span class="hb hb-sm spin-icon"><i class="fa fa-twitter"></i></span></a>
|
||||
</p>
|
||||
<ul class="list-inline banner-social-buttons">
|
||||
|
Loading…
Reference in New Issue
Block a user