-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
135 lines (129 loc) · 4.06 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!doctype html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Nathan Levin-Greenhaw</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link href="https://fonts.googleapis.com/css?family=Asap:400,700|Freckle+Face|Fredericka+the+Great" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="container">
<header>
<h1>Nathan Levin-Greenhaw</h1>
</header>
<div class="content main">
<p>I am an experienced <strong>Software Engineer</strong> specializing in <strong>full stack</strong> development. I use clean design patterns and elegant solutions. I have experience with many languages and frameworks. I am a strong proponent of <em>tightly cohesive & loosely coupled</em> solutions and agile development practices. I like using and contributing to free and open source software projects.</p>
</div>
<div class="content current">
<div class="line"></div>
<article>
<div>
<h3>Location</h3>
<p>Portland, OR</p>
</div>
<div>
<h3>Currently</h3>
<p>Software Engineer at <a href="https://minehub.com">Minehub</a></p>
<p>(<em>formerly Waybridge</em>)</p>
</div>
</article>
<div class="double-line"></div>
</div>
<div class="content stuff">
<h2>Stuff I Like</h2>
<article>
<section>
<h3>Frameworks</h3>
<ul>
<li>React</li>
<li>Relay</li>
<li>Redux</li>
<li>Django</li>
<li>Graphene</li>
</ul>
</section>
<section>
<h3>Text Editors</h3>
<ul>
<li>Sublime Text</li>
<li>VSCode</li>
<li>IntelliJ</li>
</ul>
</section>
</article>
<article>
<section>
<h3>Languages</h3>
<ul>
<li>
<div class="tooltip">
Rust *
<span class="tooltiptext">Still learning</span>
</div>
</li>
<li>Go</li>
<li>Javascript/Typescript</li>
<li>Python</li>
<li>Scala</li>
<li>
<div class="tooltip">
Raku *
<span class="tooltiptext">I’m using this instead of Perl</span>
</div>
</li>
</ul>
</section>
<section>
<h3>Databases</h3>
<ul>
<li>PostgreSQL</li>
<li>Redis</li>
</ul>
</section>
</article>
<article>
<section>
<h3>Tools</h3>
<ul>
<li>
<a href="https://fishshell.com/">fish</a>
</li>
<li>
<a href="https://github.com/oh-my-fish/oh-my-fish">oh-my-fish</a>
</li>
<li>
<a href="https://github.com/BurntSushi/ripgrep">ripgrep</a>
</li>
<li>
<a href="https://warp.dev">warp</a>
</li>
<li>
<a href="https://iterm2.com">iTerm 2</a>
</li>
</ul>
</section>
</article>
</div>
<div class="content">
<div class="line"></div>
<div class="contact">
<h3>Contact</h3>
<ul>
<li><a href="mailto:[email protected]">Email</a></li>
<li><a href="https://github.com/njlg">Github</a></li>
<li><a href="https://linkedin.com/in/nathanlevingreenhaw">LinkedIn</a></li>
</ul>
</div>
<div class="double-line"></div>
</div>
<footer>
Copyright 2011–2024 Nathan Levin-Greenhaw.
<a href="https://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons License</a>.
</footer>
</body>
</html>