Fixed old color on back to top button, minor edit to 'what i do' section
for flow
This commit is contained in:
parent
3cd4b0aba3
commit
2f0549b9b9
@ -75,7 +75,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||
}
|
||||
|
||||
.back-to-top:hover {
|
||||
background: #1a82d8;
|
||||
background: #003777;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@ -155,24 +155,12 @@ h1, h2, h3, h4, h5, h6 {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
#top .btn-get-started {
|
||||
background: #1a82d8;
|
||||
border: 2px solid #1a82d8;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#top .btn-get-started:hover {
|
||||
background: none;
|
||||
#top .btn-header {
|
||||
border: 2px solid #fff;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#top .btn-services {
|
||||
border: 2px solid #fff;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#top .btn-services:hover {
|
||||
#top .btn-header:hover {
|
||||
background: #1a82d8;
|
||||
border: 2px solid #1a82de;
|
||||
}
|
||||
|
@ -67,8 +67,8 @@
|
||||
<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">
|
||||
<a href="#about" class="btn-services">About</a>
|
||||
<a href="#network" class="btn-services">Network</a>
|
||||
<a href="#about" class="btn-header">About</a>
|
||||
<a href="#network" class="btn-header">Network</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -114,7 +114,7 @@
|
||||
</p>
|
||||
<h2 class="about-title">What I Do</h2>
|
||||
<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>
|
||||
<h2 class="about-title">My Network</h2>
|
||||
<p class="about-text">
|
||||
|
Loading…
Reference in New Issue
Block a user