Started working on reorging the main bar on the home page
This commit is contained in:
parent
4377f66daa
commit
36b1542dcf
@ -275,13 +275,35 @@ h1, h2, h3, h4, h5, h6 {
|
||||
}
|
||||
|
||||
/* Nav Meu Container */
|
||||
#nav-menu-container {
|
||||
#nav-menu-container-left {
|
||||
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;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
#nav-menu-container-left {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* Nav Meu Container */
|
||||
#nav-menu-container-right {
|
||||
float: right;
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
#nav-menu-container {
|
||||
#nav-menu-container-right {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
32
index.html
32
index.html
@ -66,10 +66,10 @@
|
||||
|
||||
<h1>Ethan N. Paul</h1>
|
||||
<h2>Engineer, tinkerer, and <span class="rotating">student, designer, mechanic, handyman, hiker, developer, traveler, kayaker, swimmer, programmer, debugger</span></h2>
|
||||
<div class="actions">
|
||||
<!--<div class="actions">
|
||||
<a href="#about" class="btn-header">About</a>
|
||||
<a href="#network" class="btn-header">Network</a>
|
||||
</div>
|
||||
</div>-->
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@ -77,11 +77,25 @@
|
||||
<header id="header">
|
||||
<div class="container">
|
||||
|
||||
<div id="logo" class="pull-left">
|
||||
<a href="#top"><img src="img/e-w.png" alt="ENPaul" title="" /></img></a>
|
||||
<!--<div class="copyright">
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
©2018 <strong>Ethan N. Paul</strong>
|
||||
<br>
|
||||
<a href="https://gitlab.enpaul.net/enpaul/ENPaulNetHome"><strong><i class="fa fa-gitlab fa-lg"></i> </strong></a><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>
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>-->
|
||||
|
||||
<div id="nav-menu-container-left">
|
||||
<p><strong>©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"> <strong><i class="fa fa-gitlab fa-lg"></i></strong></a></p>
|
||||
</div>
|
||||
|
||||
<nav id="nav-menu-container">
|
||||
<nav id="nav-menu-container-right">
|
||||
<ul class="nav-menu">
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="/about">About</a></li>
|
||||
@ -226,12 +240,12 @@
|
||||
</div>
|
||||
</section>-->
|
||||
|
||||
<footer id="footer">
|
||||
<!--<footer id="footer">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="copyright">
|
||||
©2018 <strong>Ethan N. Paul</strong>. All Rights Reserved
|
||||
©2018 <strong>Ethan N. Paul</strong>
|
||||
</div>
|
||||
<div class="copyright">
|
||||
<a href="https://gitlab.enpaul.net/enpaul/ENPaulNetHome"><strong><i class="fa fa-gitlab fa-lg"></i> </strong></a><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>
|
||||
@ -239,9 +253,9 @@
|
||||
</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>
|
||||
<!--<a href="#top" class="back-to-top"><span title="Back to top"><i class="fa fa-chevron-up"></i></span></a>-->
|
||||
|
||||
</body>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user