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