Got the homepage bottom bar to look right
This commit is contained in:
		@@ -275,35 +275,29 @@ h1, h2, h3, h4, h5, h6 {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Nav Meu Container */
 | 
					/* Nav Meu Container */
 | 
				
			||||||
#nav-menu-container-left {
 | 
					#contact-menu {
 | 
				
			||||||
  float: left;
 | 
					  float: left;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#nav-menu-container-left p {
 | 
					#contact-menu span.hb {
 | 
				
			||||||
  padding: 5px 5px;
 | 
					  /*font-size: 10px;*/
 | 
				
			||||||
  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) {
 | 
					@media (max-width: 768px) {
 | 
				
			||||||
  #nav-menu-container-left {
 | 
					  #contact-menu {
 | 
				
			||||||
    display: none;
 | 
					    float: none;
 | 
				
			||||||
 | 
					    text-align: center;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Nav Meu Container */
 | 
					/* Nav Meu Container */
 | 
				
			||||||
#nav-menu-container-right {
 | 
					#nav-menu-container {
 | 
				
			||||||
  float: right;
 | 
					  float: right;
 | 
				
			||||||
  margin: 5px 0;
 | 
					  margin: 5px 0;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@media (max-width: 768px) {
 | 
					@media (max-width: 768px) {
 | 
				
			||||||
  #nav-menu-container-right {
 | 
					  #nav-menu-container {
 | 
				
			||||||
    display: none;
 | 
					    display: none;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										18
									
								
								index.html
									
									
									
									
									
								
							
							
						
						
									
										18
									
								
								index.html
									
									
									
									
									
								
							@@ -90,12 +90,18 @@
 | 
				
			|||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
      </div>-->
 | 
					      </div>-->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      <div id="nav-menu-container-left">
 | 
					      <div id="contact-menu">
 | 
				
			||||||
            <p><strong>©2018</strong>Ethan N. Paul</p>
 | 
					        <ul class="list-inline">
 | 
				
			||||||
            <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>
 | 
					          <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>
 | 
					      </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      <nav id="nav-menu-container-right">
 | 
					      <nav id="nav-menu-container">
 | 
				
			||||||
        <ul class="nav-menu">
 | 
					        <ul class="nav-menu">
 | 
				
			||||||
          <li><a href="/">Home</a></li>
 | 
					          <li><a href="/">Home</a></li>
 | 
				
			||||||
          <li><a href="/about">About</a></li>
 | 
					          <li><a href="/about">About</a></li>
 | 
				
			||||||
@@ -240,7 +246,7 @@
 | 
				
			|||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
  </section>-->
 | 
					  </section>-->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <!--<footer id="footer">
 | 
					  <footer id="footer">
 | 
				
			||||||
    <div class="container">
 | 
					    <div class="container">
 | 
				
			||||||
      <div class="row">
 | 
					      <div class="row">
 | 
				
			||||||
        <div class="col-md-12">
 | 
					        <div class="col-md-12">
 | 
				
			||||||
@@ -253,7 +259,7 @@
 | 
				
			|||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
      </div>
 | 
					      </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>-->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user