added navbar
parent
5d6f924638
commit
e9eb5828b0
|
@ -3,6 +3,25 @@
|
||||||
font-family: -apple-system, 'BlinkyMacSystemFont', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
font-family: -apple-system, 'BlinkyMacSystemFont', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nav {
|
||||||
|
background: #1e1e1e;
|
||||||
|
border-radius: 25px;
|
||||||
|
padding-top: 5px;
|
||||||
|
padding-bottom: 5px;
|
||||||
|
margin-top: -5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav a {
|
||||||
|
padding:; 3px;
|
||||||
|
color: #f7f7f7;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav a.active {
|
||||||
|
padding: 3px;
|
||||||
|
color: #1e1e1e;
|
||||||
|
background: #f7f7f7;
|
||||||
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
border: 0;
|
border: 0;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
|
|
|
@ -5,8 +5,14 @@
|
||||||
<link rel="stylesheet" type="text/css" href="css/style.css">
|
<link rel="stylesheet" type="text/css" href="css/style.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<div class="spacer"/>
|
||||||
|
<nav class="text">
|
||||||
|
<a class="active" href="index.htm">Home</a>
|
||||||
|
<a href="http://github.com/matthewess">Github</a>
|
||||||
|
<a href="resume.pdf">Resume</a>
|
||||||
|
</nav>
|
||||||
<h1 class="title">Matthew Ess</h1>
|
<h1 class="title">Matthew Ess</h1>
|
||||||
<hr>
|
<hr/>
|
||||||
<p class="text">Dedicated problem solver and developer, looking for interesting challenges to solve.</p>
|
<p class="text">Dedicated problem solver and developer, looking for interesting challenges to solve.</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue