Couple more tweaks
Add Keybase and GitHub links Fix formatting of <title> on resume page
This commit is contained in:
parent
655380b61e
commit
c0bec2327c
2 changed files with 4 additions and 3 deletions
|
@ -14,8 +14,9 @@
|
||||||
Yogini. Queer. Feminist.</p>
|
Yogini. Queer. Feminist.</p>
|
||||||
</header>
|
</header>
|
||||||
<footer class="nav">
|
<footer class="nav">
|
||||||
<a href="./key.html">Key</a>
|
<a href="https://github.com/erynofwales">GitHub</a>
|
||||||
<a href="./resume.html">Résumé</a>
|
<a href="./resume.html">Résumé</a>
|
||||||
|
<a href="https://keybase.io/erynofwales">Keybase</a>
|
||||||
</footer>
|
</footer>
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -4,11 +4,11 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<link rel="stylesheet" href="./styles/resume.css" />
|
<link rel="stylesheet" href="./styles/resume.css" />
|
||||||
<title>Eryn Wells' Résumé</title>
|
<title>Résumé — Eryn Wells</title>
|
||||||
<style type="text/css" media="all"></style>
|
<style type="text/css" media="all"></style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<main class="wrapper">
|
<main class="wrapper">
|
||||||
<div id="resume">
|
<div id="resume">
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="./index.html">Eryn Wells</a></h1>
|
<h1><a href="./index.html">Eryn Wells</a></h1>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue