-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (39 loc) · 1.27 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
---
layout: default
title: James Rodewig
---
<main>
<header>
<img src="/assets/img/james.webp" alt="James Rodewig" width="300" height="300" />
</header>
<section>
<h1>Hi, I'm James.</h1>
<p>
Tech writer and engineer.
<br />
I write stuff that people
actually want to read.
</p>
</section>
<section id="samples" class="samples">
<h2>Writing samples</h2>
<ul>
<li><a href="https://docs.fauna.com/fauna/current/get-started/tour/">Fauna tour |
Fauna</a></li>
<li><a href="https://www.elastic.co/guide/en/elasticsearch/reference/8.2/getting-started.html">Elasticsearch
quick start | Elastic</a></li>
<li><a href="https://developer.zendesk.com/documentation/apps/build-an-app/using-react-in-a-support-app/">Using
React in a Zendesk Support app | Zendesk</a></li>
<li><a href="https://www.elastic.co/guide/en/elasticsearch/reference/8.2/token-graphs.html">Elasticsearch
token
graphs | Elastic</a></li>
</ul>
</section>
<section>
<h2>Contact me</h2>
<p>
<a href="https://www.linkedin.com/in/jamesrodewig/" rel="noopener
noreferrer">LinkedIn</a> | <a href="https://github.com/jrodewig" rel="noopener noreferrer">GitHub</a>
</p>
</section>
</main>