added e to list of projects

This commit is contained in:
2017-09-06 10:52:37 +02:00
parent 9783607bb7
commit e45b95d54a

View File

@@ -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 @@
Im a software engineer at Port Zero based in Berlin. Im 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>