-
Notifications
You must be signed in to change notification settings - Fork 1
/
archive.html
73 lines (72 loc) · 3.12 KB
/
archive.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
72
73
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width">
<title>fork()
</title>
<link rel="alternate" href="http://ripsawridge.github.io//feed.xml" type="application/rss+xml" title="Notes from my endeavors">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic|Anonymous+Pro:400,700,400italic,700italic|Merriweather:400,700,300">
<link rel="stylesheet" href="/css/main.css">
</head>
<body>
<header class="header">
<div class="content-wrap">
<div class="logo">
<h1><a href="http://ripsawridge.github.io/">fork()</a></h1>
<p class="description">Notes from my endeavors</p>
</div>
</div>
</header>
<div id="content">
<div class="content-wrap">
<section class="archive">
<h2>Archive</h2>
<ul>
<li><span class="year-label" style="line-height:2.2em">2019</span>
<ul style="margin-left:4em">
<li><span class="month-label" style="line-height:2.2em">November</span>
<ul style="margin-left:7em">
<li style="height:2.2em;line-height:2.2em"><a href="/articles/exceptions/">Exceptions in v8</a></li>
</ul>
</li>
</ul>
</li>
<li><span class="year-label" style="line-height:2.2em">2017</span>
<ul style="margin-left:4em">
<li><span class="month-label" style="line-height:2.2em">April</span>
<ul style="margin-left:7em">
<li style="height:2.2em;line-height:2.2em"><a href="/articles/blink-mysterium/">Poking around in Speedometer</a></li>
</ul>
</li>
</ul>
</li>
<li><span class="year-label" style="line-height:2.2em">2015</span>
<ul style="margin-left:4em">
<li><span class="month-label" style="line-height:2.2em">February</span>
<ul style="margin-left:7em">
<li style="height:2.2em;line-height:2.2em"><a href="/articles/stack-changes/">Altering JavaScript frames</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</section>
</div>
</div>
<footer>
<div class="content-wrap">
<section class="about"><p>The views expressed here are simply my own and not my employers or anything
wierd.</p>
<p>Also, I am often mistaken and in the process of bumbling about in order
to learn things.</p>
<p><a href="https://app.wercker.com/project/bykey/f7ee9d19a46e8c2f8440b6af414a2acf"><img src="https://app.wercker.com/status/f7ee9d19a46e8c2f8440b6af414a2acf/m/master" alt="wercker status" title="wercker status"></a></p>
</section>
<section class="copy">
<p>© 2019 Michael Stanton — powered by <a href="https://github.com/jnordberg/wintersmith">Wintersmith</a></p>
</section>
</div>
</footer>
</body>
</html>