Change to lowercase aesthetic
parent
d706f65520
commit
482fd96536
12
index.htm
12
index.htm
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Matthew Ess</title>
|
||||
<title>matthew ess</title>
|
||||
<link rel="stylesheet" type="text/css" href="css/style.css" />
|
||||
<link href='https://fonts.googleapis.com/css?family=Raleway:600,300' rel='stylesheet' type='text/css'>
|
||||
<script>
|
||||
|
@ -18,15 +18,15 @@
|
|||
</head>
|
||||
<body>
|
||||
<nav id="navbar">
|
||||
<p class="title">Matthew Ess</p>
|
||||
<p class="title">matthew ess</p>
|
||||
<ul class="text">
|
||||
<li><a class="active" href="index.htm">Home</a></li>
|
||||
<li><a href="http://github.com/matthewess">Github</a></li>
|
||||
<li><a href="resume.pdf">Resume</a></li>
|
||||
<li><a class="active" href="index.htm">home</a></li>
|
||||
<li><a href="http://github.com/matthewess">github</a></li>
|
||||
<li><a href="resume.pdf">resume</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<div id="content" class="text">
|
||||
<p>Dedicated problem solver and developer, looking for interesting challenges to tackle.</p>
|
||||
<p>dedicated problem solver and developer, looking for interesting challenges to tackle</p>
|
||||
<p class="tiny">if you need to contact me, my email is</br>me [at] matthewess [dot] xyz</p>
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue