added e to list of projects
This commit is contained in:
42
index.html
42
index.html
@@ -50,6 +50,12 @@
|
||||
text-decoration: none;
|
||||
border-bottom: 2px solid #d6dde3;
|
||||
}
|
||||
.main ul {
|
||||
margin-top: 0.1em;
|
||||
}
|
||||
.main li {
|
||||
list-style: circle;
|
||||
}
|
||||
@media(max-device-width: 700px) {
|
||||
body {
|
||||
font-size: 36px;
|
||||
@@ -94,16 +100,32 @@
|
||||
I’m a software engineer at Port Zero based in Berlin.
|
||||
I do a lot of open source work.
|
||||
</p>
|
||||
<p>
|
||||
Some of my most popular projects are <a href="https://github.com/zepto-lang/zepto">zepto</a>,
|
||||
a programming language I have been working on; <a href="https://github.com/hellerve/hawkweed">hawkweed</a>,
|
||||
a utility library for Python with an emphasis on functional programming;
|
||||
<a href="https://github.com/ecix/birdseye">a looking glass for routeservers</a>,
|
||||
including <a href="https://github.com/ecix/birdwatcher">a tool</a> that provides an API
|
||||
for routeservers powered by BIRD (you can see it in action <a href="https://lg.ecix.net">here</a>); and a
|
||||
<a href="https://github.com/port-zero/lens">number</a> <a href="https://github.com/port-zero/lwt">of</a>
|
||||
<a href="https://github.com/ecix/fswatch">useful</a> <a href="https://github.com/port-zero/decode">tools</a>.
|
||||
</p>
|
||||
<span>Some of my most popular projects are</span>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://github.com/hellerve/e">e</a>, my cheekily-named terminal editor;
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/zepto-lang/zepto">zepto</a>, a programming language I
|
||||
have been working on;
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/hellerve/hawkweed">hawkweed</a>, a utility library for
|
||||
Python with an emphasis on functional programming;
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/ecix/birdseye">birdseye</a>, a looking glass for
|
||||
routeservers including <a href="https://github.com/ecix/birdwatcher">a tool</a> that
|
||||
provides an API for routeservers powered by BIRD (you can see it in action
|
||||
<a href="https://lg.ecix.net">here</a>);
|
||||
</li>
|
||||
<li>
|
||||
and a <a href="https://github.com/port-zero/lens">number</a>
|
||||
<a href="https://github.com/port-zero/lwt">of</a>
|
||||
<a href="https://github.com/ecix/fswatch">useful</a>
|
||||
<a href="https://github.com/port-zero/decode">tools</a>.
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
I am available for consulting work through Port Zero.
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user