Got the homepage bottom bar to look right

This commit is contained in:
Ethan N. Paul 2018-02-06 07:53:13 -05:00
parent 36b1542dcf
commit 73428ca8e2
2 changed files with 20 additions and 20 deletions

View File

@ -275,35 +275,29 @@ h1, h2, h3, h4, h5, h6 {
}
/* Nav Meu Container */
#nav-menu-container-left {
#contact-menu {
float: left;
}
#nav-menu-container-left p {
padding: 5px 5px;
margin-bottom: 0;
text-decoration: none;
color: #fff;
font-family: 'Raleway', sans-serif;
font-weight: 300;
font-size: 14px;
outline: none;
#contact-menu span.hb {
/*font-size: 10px;*/
}
@media (max-width: 768px) {
#nav-menu-container-left {
display: none;
#contact-menu {
float: none;
text-align: center;
}
}
/* Nav Meu Container */
#nav-menu-container-right {
#nav-menu-container {
float: right;
margin: 5px 0;
}
@media (max-width: 768px) {
#nav-menu-container-right {
#nav-menu-container {
display: none;
}
}

View File

@ -90,12 +90,18 @@
</div>
</div>-->
<div id="nav-menu-container-left">
<p><strong>&copy;2018</strong>Ethan N. Paul</p>
<p><a href="https://gitlab.enpaul.net/enpaul/ENPaulNetHome/commits/master"><img alt="pipeline status" src="https://gitlab.enpaul.net/enpaul/ENPaulNetHome/badges/master/pipeline.svg" /></a><a href="https://gitlab.enpaul.net/enpaul/ENPaulNetHome">&nbsp;&nbsp;<strong><i class="fa fa-gitlab fa-lg"></i></strong></a></p>
<div id="contact-menu">
<ul class="list-inline">
<li><a target="_blank" href="https://download.enpaul.net/enpaul-resume.pdf"><span class="hb hb-xs hb-resume" title="Download Resume"><i class="fa fa-file-text"></i></span></a></li>
<li><a href="mailto:enpaul@enpaul.net"><span class="hb hb-xs hb-email" title="EMail enpaul@enpaul.net"><i class="fa fa-envelope"></i></span></a></li>
<li><a target="_blank" href="https://www.linkedin.com/in/enpaul"><span class="hb hb-xs hb-linkedin" title="LinkedIn ENPaul"><i class="fa fa-linkedin"></i></span></a></li>
<li><a target="_blank" href="https://plus.google.com/+EthanPaul42"><span class="hb hb-xs hb-google-plus" title="Google+ EthanPaul42"><i class="fa fa-google-plus"></i></span></a></li>
<li><a target="_blank" href="https://twitter.com/theenpaul"><span class="hb hb-xs hb-twitter" title="Twitter @theENPaul"><i class="fa fa-twitter"></i></span></a></li>
<li><a target="_blank" href="https://www.instagram.com/theenpaul"><span class="hb hb-xs hb-instagram" title="Instagram @theENPaul"><i class="fa fa-instagram"></i></span></a></li>
</ul>
</div>
<nav id="nav-menu-container-right">
<nav id="nav-menu-container">
<ul class="nav-menu">
<li><a href="/">Home</a></li>
<li><a href="/about">About</a></li>
@ -240,7 +246,7 @@
</div>
</section>-->
<!--<footer id="footer">
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-md-12">
@ -253,7 +259,7 @@
</div>
</div>
</div>
</footer>-->
</footer>
<!--<a href="#top" class="back-to-top"><span title="Back to top"><i class="fa fa-chevron-up"></i></span></a>-->