about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorana <ana@ana.st>2021-08-04 11:22:12 +0200
committerana <ana@ana.st>2021-08-04 11:22:12 +0200
commit1cd5b6f2368649592c185a6463695364e0a4a007 (patch)
tree1a9a5252bd74bbb4d2df3bb82e473fc8b7ab43fd
parent760cd0b5997fb4ae681e21ca3530f4f46d8c8d77 (diff)
downloadwww-2-1cd5b6f2368649592c185a6463695364e0a4a007.tar.gz
Update site
-rw-r--r--index.html18
-rw-r--r--style.css5
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;
+}