Fixed old color on back to top button, minor edit to 'what i do' section
for flow
This commit is contained in:
		@@ -75,7 +75,7 @@ h1, h2, h3, h4, h5, h6 {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.back-to-top:hover {
 | 
					.back-to-top:hover {
 | 
				
			||||||
  background: #1a82d8;
 | 
					  background: #003777;
 | 
				
			||||||
  color: #fff;
 | 
					  color: #fff;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -155,24 +155,12 @@ h1, h2, h3, h4, h5, h6 {
 | 
				
			|||||||
  margin: 10px;
 | 
					  margin: 10px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#top .btn-get-started {
 | 
					#top .btn-header {
 | 
				
			||||||
  background: #1a82d8;
 | 
					 | 
				
			||||||
  border: 2px solid #1a82d8;
 | 
					 | 
				
			||||||
  color: #fff;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#top .btn-get-started:hover {
 | 
					 | 
				
			||||||
  background: none;
 | 
					 | 
				
			||||||
  border: 2px solid #fff;
 | 
					  border: 2px solid #fff;
 | 
				
			||||||
  color: #fff;
 | 
					  color: #fff;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#top .btn-services {
 | 
					#top .btn-header:hover {
 | 
				
			||||||
  border: 2px solid #fff;
 | 
					 | 
				
			||||||
  color: #fff;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#top .btn-services:hover {
 | 
					 | 
				
			||||||
  background: #1a82d8;
 | 
					  background: #1a82d8;
 | 
				
			||||||
  border: 2px solid #1a82de;
 | 
					  border: 2px solid #1a82de;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -67,8 +67,8 @@
 | 
				
			|||||||
        <h1>Ethan N. Paul</h1>
 | 
					        <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>
 | 
					        <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-services">About</a>
 | 
					          <a href="#about" class="btn-header">About</a>
 | 
				
			||||||
          <a href="#network" class="btn-services">Network</a>
 | 
					          <a href="#network" class="btn-header">Network</a>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
      </div>
 | 
					      </div>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
@@ -114,7 +114,7 @@
 | 
				
			|||||||
          </p>
 | 
					          </p>
 | 
				
			||||||
          <h2 class="about-title">What I Do</h2>
 | 
					          <h2 class="about-title">What I Do</h2>
 | 
				
			||||||
          <p class="about-text">
 | 
					          <p class="about-text">
 | 
				
			||||||
             I do lots of things! I work at <a target="_blank" href="https://web.wpi.edu/academics/CCC/Netops/">WPI Network Operations</a> and spent three years as an intern for the <a href="http://www.solidworks.com/">SolidWorks Corporation</a>. I also enjoy programming, fixing my aging car, urban and trail hiking, and squeezing extra life out of decrepit technology.
 | 
					             I do lots of things! I work at <a target="_blank" href="https://web.wpi.edu/academics/CCC/Netops/">WPI Network Operations</a> and spent three years as an intern for the <a href="http://www.solidworks.com/">SolidWorks Corporation</a>. I also enjoy programming, urban and trail hiking, fixing my aging car, and squeezing extra life out of decrepit technology.
 | 
				
			||||||
          </p>
 | 
					          </p>
 | 
				
			||||||
          <h2 class="about-title">My Network</h2>
 | 
					          <h2 class="about-title">My Network</h2>
 | 
				
			||||||
          <p class="about-text">
 | 
					          <p class="about-text">
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user