-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-4.html
More file actions
76 lines (57 loc) · 3.14 KB
/
Copy pathindex-4.html
File metadata and controls
76 lines (57 loc) · 3.14 KB
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
74
75
76
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>RyanNickel.com</title>
<link rel="stylesheet" href="//unpkg.com/sanitize.css">
<link rel="stylesheet" href="/css/typography.css">
<link rel="stylesheet" href="/css/vars.css">
<link rel="stylesheet" href="/css/styles.css">
<link rel="stylesheet" href="/css/index.css">
</head>
<body>
<header>
<h1>Hello, my name is <span class="name">Ryan Nickel</span></h1>
<p>A personal blog focused on (primarily) software.</p>
</header>
<main>
<article class="h-entry">
<h1 style="view-transition-name: title-45f89a5e-bfd6-42ed-9b3c-f070d7d5109c"><a href="html/hello_world.html" class="u-url p-name">Hello world</a></h1>
<span class="p-summary" style="view-transition-name: content-45f89a5e-bfd6-42ed-9b3c-f070d7d5109c"><p>Welcome to my personal site. Here I will be posting my “thought poops”. It’s mostly musings about development and design related stuff… I think. I likely won’t be writing too much. The site is more of a place for me to experiment.</p>
</span>
<time class="dt-published" datetime="2016-01-04T11:33:21-08:00">Jan 04, 2016</time>
<a rel="author" href="https://RyanNickel.com">Ryan Nickel</a>
</article>
</main>
<nav>
<a href="/index-3.html"><< Previous</a>
</nav>
<footer class="h-card">
<img class="u-photo" src="/img/headshot.png" alt="headshot">
<span class="p-name">Ryan Nickel</span>
<a class="hidden u-url" rel="me" href="https://RyanNickel.com">https://RyanNickel.com</a>
<ul>
<li><a rel="me" href="https://twitter.com/rnickel" class="u-url">Twitter</a></li>
<li><a rel="me" href="https://github.com/mrnickel" class="u-url">GitHub</a></li>
<li><a href="/about.html">About</a></li>
<li><a rel="me" href="https://indieweb.social/@mrnickel" class="u-url">Mastodon</a></li>
<li><a href="/rss.xml">RSS</a></li>
</ul>
<p>Made with ♥ by <span class="p-given-name">Ryan</span> <span class="p-family-name">Nickel</span> in <span class="p-locality">Toronto</span>, <span>Canada</span></p>
<img src="/img/toronto-icon-sm.png" alt="Toronto Icon" class="cityicon">
<p>Generated with my super awesome <a href="https://github.com/mrnickel/StaticSiteGenerator">StaticSiteGenerator</a></p>
</footer>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-35684132-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>