diff options
-rw-r--r-- | index.html | 18 | ||||
-rw-r--r-- | style.css | 5 |
2 files changed, 23 insertions, 0 deletions
diff --git a/index.html b/index.html index 80fa92f..be9cc23 100644 --- a/index.html +++ b/index.html @@ -8,3 +8,21 @@ layout: layout Hi, my name is Anastasie. I'm a software engineer focused on offline-first technologies and sustainable, uncomplicated architecture. </p> + +<p> + Some of the things I'm working on/have worked on: + + <ul> + <li><a href="https://rust-lang.org">The Rust Programming Language</a> (community + organizing/moderation)</li> + <li><a href="https://github.com/rust-lang/rustlings">Rustlings</a> (maintainership)</li> + <li><a href="https://jekyllrb.com">Jekyll</a> (maintainership)</li> + <li><a href="https://nodejs.org">Node.js</a> (leadership)</li> + <li><a href="https://impfzentren.bayern">Bavarian Vaccination Centres</a> (development)</li> + <li><a href="https://jsconf.eu">JSConf EU</a> and <a href="https://cssconf.eu">CSSconf EU</a> (organizing)</li> + <li><a href="https://berline.rs">Rust Berlin</a> (organizing)</li> + </ul> +</p> + +<p> + You can contact me via email: <code>ana at this website</code> +</p> diff --git a/style.css b/style.css index f6aabeb..ba44402 100644 --- a/style.css +++ b/style.css @@ -12,3 +12,8 @@ body { border-style: solid; border-color: #000; } + +code { + background-color: #eee; + padding: 5px 5px; +} |