-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (56 loc) · 2.02 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!doctype html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href=
"static/gen/styles.css?h=4369e0db">
<!--<link rel="stylesheet" href="static/gen/styles.css?h=4369e0db">-->
<script type=text/javascript src="static/gen/app.js?h=56f85b4f" charset="utf-8"></script>
<link href='https://fonts.googleapis.com/css?family=Alegreya+Sans:400,300,800' rel='stylesheet' type='text/css'>
<title> — topotropic</title>
<meta http-equiv="refresh" content="0; url=blog/" />
<!-- Piwik -->
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(["setDomains", ["*.topotropic.github.io"]]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://analytics.websushi.org/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', 8]);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img src="https://analytics.websushi.org/piwik.php?idsite=8" style="border:0;" alt="" /></p></noscript>
<!-- End Piwik Code -->
</head>
<body>
<div class="wrapper">
<header>
<h1><a href="/blog">Nicole Weber</a></h1>
<!--<h1><a href="./">Nicole Weber</a></h1>-->
<nav>
<ul class="nav navbar-nav">
<li class="active"></li>
<li><a href="blog/">Blog</a></li>
<li><a href="library/">Library</a></li>
<li><a href="about/">About</a></li>
</ul>
</nav>
</header>
<div class="page">
<!-- # Be honest, have good intentions and low expactations
- Trust your guts
- Don’t be afraid of repetition
- Keep your future self in mind
- Focus on one thing at a time
- Done is better than perfect
- If stuck, go for a walk or have a Pernot
- Just show up everyday-->
</div>
<footer>
</footer>
</div>
</body>