More css tweaks and changed button layout
This commit is contained in:
parent
4ef178bacd
commit
baf5fd6283
2
new/css/hexagons.min.css
vendored
2
new/css/hexagons.min.css
vendored
File diff suppressed because one or more lines are too long
@ -45,7 +45,7 @@ p {
|
||||
}
|
||||
|
||||
a {
|
||||
color: #5882A8;
|
||||
color: #879FBB;
|
||||
-webkit-transition: all .2s ease-in-out;
|
||||
-moz-transition: all .2s ease-in-out;
|
||||
transition: all .2s ease-in-out;
|
||||
@ -269,6 +269,7 @@ a:focus {
|
||||
|
||||
.content-section {
|
||||
padding-top: 100px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.download-section {
|
||||
@ -360,13 +361,13 @@ footer p {
|
||||
|
||||
::-moz-selection {
|
||||
text-shadow: none;
|
||||
background: #fcfcfc;
|
||||
background: #879FBB;
|
||||
background: rgba(255,255,255,.2);
|
||||
}
|
||||
|
||||
::selection {
|
||||
text-shadow: none;
|
||||
background: #fcfcfc;
|
||||
background: #879FBB;
|
||||
background: rgba(255,255,255,.2);
|
||||
}
|
||||
|
||||
|
@ -62,7 +62,7 @@
|
||||
<p>
|
||||
A college student with a website
|
||||
</p>
|
||||
<a href="#about" class="btn btn-circle page-scroll">
|
||||
<a href="#connect" class="btn btn-circle page-scroll">
|
||||
<i class="fa fa-angle-double-down animated"></i>
|
||||
</a>
|
||||
</div>
|
||||
@ -74,25 +74,26 @@
|
||||
<section id="connect" class="container content-section">
|
||||
<div class="row">
|
||||
<div class="col-lg-10 col-lg-offset-1">
|
||||
<h2>Contact or connect with me:</h2>
|
||||
<ul class="list-inline">
|
||||
<li>
|
||||
<a href="#"><span class="hb hb-xs"><i class="fa fa-facebook"></i></span></a>
|
||||
<!--<a href="mailto:ethannpaul@gmail.com" class="btn btn-default btn-lg"><i class="fa fa-envelope fa-fw"></i> <span class="network-name">Email</span></a>-->
|
||||
</li>
|
||||
<li>
|
||||
<a href="#"><span class="hb hb-xs"><i class="fa fa-facebook"></i></span></a>
|
||||
<h2>Contact</h2>
|
||||
<p>You can <a href="#">download my resume</a> or connect with me at one of the links below:</p>
|
||||
<ul class="list-inline">
|
||||
<li>
|
||||
<a href="#"><span class="hb hb-sm"><i class="fa fa-facebook"></i></span></a>
|
||||
<!--<a href="mailto:ethannpaul@gmail.com" class="btn btn-default btn-lg"><i class="fa fa-envelope fa-fw"></i> <span class="network-name">Email</span></a>-->
|
||||
</li>
|
||||
<li>
|
||||
<a href="#"><span class="hb hb-sm"><i class="fa fa-facebook"></i></span></a>
|
||||
<!--<a href="https://twitter.com/theenpaul" class="btn btn-default btn-lg"><i class="fa fa-twitter fa-fw"></i> <span class="network-name">Twitter</span></a>-->
|
||||
</li>
|
||||
<li>
|
||||
<a href="#"><span class="hb hb-xs"><i class="fa fa-facebook"></i></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#"><span class="hb hb-sm"><i class="fa fa-facebook"></i></span></a>
|
||||
<!--<a href="https://linkedin.com/in/enpaul" class="btn btn-default btn-lg"><i class="fa fa-linkedin fa-fw"></i> <span class="network-name">LinkedIn</span></a>-->
|
||||
</li>
|
||||
<li>
|
||||
<a href="#"><span class="hb hb-xs"><i class="fa fa-facebook"></i></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#"><span class="hb hb-sm"><i class="fa fa-facebook"></i></span></a>
|
||||
<!--<a href="https://google.com/+ethanpaul42" class="btn btn-default btn-lg"><i class="fa fa-google-plus fa-fw"></i> <span class="network-name">Google+</span></a>-->
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@ -100,7 +101,7 @@
|
||||
<!-- Footer -->
|
||||
<footer>
|
||||
<div class="container text-center">
|
||||
<p style="color: #C0C0C0;"><i>©2017 ENPaul - 2017-02-10</i></p>
|
||||
<p style="color: #606060;"><i>©2017 ENPaul - 2017-02-10</i></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user