-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
33 lines (28 loc) · 1.2 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
---
layout: base
---
<div id="home">
<section id="hero">
<h1><em>Empowering</em> engineers, communities, companies, and corners of the Internet.</h1>
</section>
<section>
<h2>Consulting</h2>
<p>I <em>unblock</em> people. I advise companies on topics I am an expert in after 15 years of experience. Topics include Rust, HTTP, async, community building, open source, architecture, leadership, and more.</p>
<p><a href="/sponsor">Reach out</a> and we can work together!</p>
</section>
<section>
<h2>Open Sourcing</h2>
<p>I have been an open source leader for over a decade. I presently maintain <a href="https://hyper.rs">hyper</a> and several other foundational Rust libraries which handle billions of requests a day.</p>
<p>See a larger list <a href="/sponsor">here</a>.</p>
</section>
<section>
<h2>Blogging</h2>
<p>I write articles about Rust, open source, programming, networking, and being an internet human.</p>
<p><strong>Latest:</strong>
{% for post in site.posts limit:1 %}
<a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
{% endfor %}
</p>
<p>See all in the <a href="/blog">archive</a>.</p>
</section>
</div>