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