Lots of little clean up for local development
Make all the paths relative.
This commit is contained in:
parent
32a4680664
commit
58f0348a2e
4 changed files with 9 additions and 36 deletions
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<link rel="stylesheet" href="/styles/home.css" />
|
||||
<link rel="stylesheet" href="./styles/home.css" />
|
||||
<title>Home — Eryn Wells</title>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -13,28 +13,16 @@
|
|||
<p>Cocoa and Django hacker. Tech geek. Foodie. Hopeful gardener. Yogini.
|
||||
Queer lady. Feminist. Obie '10.</p>
|
||||
|
||||
<p></p>
|
||||
|
||||
<p>She <a href="http://blog.erynwells.me">writes</a> (sometimes).
|
||||
And <a href="https://gitlab.com/u/erynofwales">codes</a> (a lot).
|
||||
And <a href="https://twitter.com/erynofwales">tweets</a> (too often).</p>
|
||||
</header>
|
||||
<div class="navi">
|
||||
<a href="/key.html">Key</a>
|
||||
<a href="./key.html">Key</a>
|
||||
<a href="./resume.html">Résumé</a>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-25381632-1']);
|
||||
_gaq.push(['_trackPageview']);
|
||||
|
||||
(function() {
|
||||
var ga = document.createElement('script');
|
||||
ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ?
|
||||
'https://ssl' : 'http://www') +
|
||||
'.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0];
|
||||
s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<link rel="stylesheet" href="/styles/home.css" />
|
||||
<link rel="stylesheet" href="./styles/home.css" />
|
||||
<title>PGP Key — Eryn Wells</title>
|
||||
<style type="text/css">
|
||||
#key-download p:last-child {
|
||||
|
@ -26,23 +26,8 @@
|
|||
</div>
|
||||
</header>
|
||||
<div class="navi">
|
||||
<a href="/">Home</a>
|
||||
<a href="./index.html">Home</a>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-25381632-1']);
|
||||
_gaq.push(['_trackPageview']);
|
||||
|
||||
(function() {
|
||||
var ga = document.createElement('script');
|
||||
ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ?
|
||||
'https://ssl' : 'http://www') +
|
||||
'.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0];
|
||||
s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import url(/styles/main.css);
|
||||
@import url(./main.css);
|
||||
|
||||
#masthead {
|
||||
margin-top: 120px;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import url(/styles/bootstrap/bootstrap.min.css);
|
||||
@import url(./bootstrap/bootstrap.min.css);
|
||||
@import url(https://fonts.googleapis.com/css?family=Love+Ya+Like+A+Sister);
|
||||
|
||||
html,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue