Skip to content

Commit fc8efda

Browse files
committed
Revamps the main page: writes a bio, adds highlights in form of a photo gallery
1 parent 4301c52 commit fc8efda

14 files changed

+132
-2
lines changed

images/TakLogoBig.jpg

81.1 KB
Loading

images/fdoty.png

3.88 MB
Loading

images/greener_applications.png

868 KB
Loading
Loading

images/magazyn_vege.jpg

627 KB
Loading

images/newsweek1.jpg

243 KB
Loading

images/newsweek2.jpg

227 KB
Loading

images/newsweek_thumbnail.png

1.74 MB
Loading

images/poznan-marathon.jpg

506 KB
Loading

images/rails_girls_warsaw_2014.jpg

155 KB
Loading

images/rubyconf_argentina.jpg

322 KB
Loading

images/suboktav.png

426 KB
Loading

images/x-apartments.jpg

77.9 KB
Loading

index.html

+132-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,138 @@ <h2>Computers like my sense of humor.</h2>
5151
</section>
5252
<section id="about-me" data-speed="5">
5353
<div class="row">
54-
<div class="col-md-7">
55-
<h3>Who's Marta?</h3>
54+
<div class="col-md-8 offset-md-2">
55+
<h3>Who am I?</h3>
56+
<p>Born in the eighties, I dreamed of becoming an astronaut already in kindergarten.
57+
Born in the eighties <strong><i>in Eastern Europe</i></strong>, I quickly soaked up the ever present brutal realism,
58+
and pragmatically pivoted to a slightly more realistic, but only slightly less romantic interest in astronomy.
59+
This passion helped me survive through school and contributed to my decision to study the humanities.
60+
It made perfect sense at the time.</p>
61+
<p>After years of working and volunteering in a number of Polish NGOs and a various selection of odd jobs,
62+
I moved to Berlin for a fresh start, and taught myself enough to get into software engineering. Currently in Oslo,
63+
I'm still an engineer. After years of living in comfort an engineering life provides, I'm focusing on fighting climate change.
64+
I'm a two-times immigrant, this is a process.</p>
65+
<p><a href="https://thatmarta.wordpress.com/">I have a technical blog</a>, which I don't update as regularly as I'd like since
66+
my crime is being a hobby maximalist. I used to blog more in Polish:
67+
<a href="https://paciorkowska.blogspot.com/">on politics, feminism</a> and, together with fellow activists,
68+
on <a href="https://laikazine.wordpress.com/">animal rights</a> and guerrilla gardening (our blog, sadly, did not survive
69+
when the blogging platform was discontinued; own your data is the universal lesson).</p>
70+
<p>I think people are what they do, not who they say they are. So here's a selection of things I did that I would want to humbly
71+
believe answer the titular question.</p>
72+
</div>
73+
</div>
74+
<div class="album py-5 bg-light">
75+
<div class="container">
76+
<div class="row">
77+
<div class="col-md-4">
78+
<div class="card mb-4 shadow-sm">
79+
<img class="card-img-top" src="images/magazyn_vege.jpg" alt="A photo of me sitting on a chair, proudly holding an early issue of the Vege magazine, with my dad standing next to me." style="width:100%">
80+
<div class="card-body">
81+
<p class="card-text">In May 2010, my partner at the time and I won 3rd place in the Polish National Veggie Burger Eating Contest. Our team was called "Ave Seitan".
82+
2010 was also the year the first Polish vegetarian lifestyle magazine came to life. It's called <a href="https://vege.com.pl/">Vege</a>, and I was
83+
lucky enough to be an editor for the first ten months. Sharing happy feels with my dad on that photo.</p>
84+
</div>
85+
</div>
86+
</div>
87+
<div class="col-md-4">
88+
<div class="card mb-4 shadow-sm">
89+
<img class="card-img-top" src="images/x-apartments.jpg" alt="The only photo from X-Apartments that we have is a photo of part of our installation: a telescope pointing to " style="width:100%">
90+
<div class="card-body">
91+
<p class="card-text">2010 was a good year: our guerrilla gardening collective called MPO (<i>Miejska Partyzantka Ogrodnicza</i>, a play on the name of Warsaw's city
92+
cleaning company) ran a number of workshops to inspire locals to take over unused lots and greenify their surroundings. One such workshop, which
93+
included making seed bombs out of soil, happened as part of <a href="https://nowyteatr.org/pl/kalendarz/x-apartments">the X-Apartments theater festival</a>
94+
in a top-level suite at a Marriott hotel. We had a telescope pointing to an unused green lot around the Warsaw Ghetto. The contrast of a rich interior with soil and that unused lot of land was striking.</p>
95+
</div>
96+
</div>
97+
</div>
98+
<div class="col-md-4">
99+
<div class="card mb-4 shadow-sm">
100+
<img class="card-img-top" src="images/TakLogoBig.jpg" alt="Blue and white logo of the Tak dla Kobiet initiative." style="width:100%">
101+
<div class="card-body">
102+
<p class="card-text">In 2011, I joined the Tak dla Kobiet (Yes for Women) initiative, one of many uprisings to provide people in Poland access to safe and legal abortions.
103+
We spent three months collecting signatures over our legislation project all over the country, holding protests, and building networks. Tragically,
104+
we did not succeed in changing the law, just like multiple initiatives before us and after us. I still believe that time will come.</p>
105+
</div>
106+
</div>
107+
</div>
108+
<div class="col-md-4">
109+
<div class="card mb-4 shadow-sm">
110+
<img class="card-img-top" src="images/newsweek_thumbnail.png" alt="A screenshot of a Newsweek article in Polish. The title says 'Życie za darmo'. There's a somewhat funny photo of three people in jeans short holding up produce on a plate made of a trash can lid." style="width:100%">
111+
<div class="card-body">
112+
<p class="card-text">Before I uprooted myself and moved to Berlin, I was lucky enough to be part of a wonderful community of activists in Warsaw. We've done a variety
113+
of things, from a guerrilla gardening tour of Poland+ (holding a workshop at the notorious Czech Fluff Fest), to piqueting the worst Polish circus
114+
twice a day for two weeks straight for their documented animal abuse. We organized hundreds of events, literally, all over the country, and
115+
<a href="images/newsweek1.jpg">once got featured in Newsweek</a> for our <a href="images/newsweek2.jpg">freeganism shenanigans</a>.</p>
116+
</div>
117+
</div>
118+
</div>
119+
<div class="col-md-4">
120+
<div class="card mb-4 shadow-sm">
121+
<img class="card-img-top" src="images/poznan-marathon.jpg" alt="A photo of me at the starting line of the Poznań 2013 marathon. I'm wearing a grey running shirt with a 'Warsaw Run 10km' logo." style="width:100%">
122+
<div class="card-body">
123+
<p class="card-text">In 2013, I ran a marathon in the Polish city of Poznań. I took a year to go from zero to marathon runner, and I blogged
124+
about some of the preparations and the day. It's in Polish, casual, and you can <a href="https://patrzjakbiegne.wordpress.com/">read it here</a>.</p>
125+
</div>
126+
</div>
127+
</div>
128+
<div class="col-md-4">
129+
<div class="card mb-4 shadow-sm">
130+
<img class="card-img-top" src="images/rubyconf_argentina.jpg" alt="A photo of me on stage at RubyConf Argentina 2014. Behind me there's a screen with a slide that has a quote from Aristotle on it: 'The use of reason is more distinctive of a human being than the use of his limbs'. Image credit: Estela Garcia Fotografa Profesio" style="width:100%">
131+
<div class="card-body">
132+
<p class="card-text">I crowdsourced a trip to RubyConf Argentina in 2014, where I gave a talk about the evolution of programming languages. The service I used for
133+
collecting money doesn't exist anymore, so <a href="https://web.archive.org/web/20150929002726/pledgie.com/campaigns/26774">here's a broken Wayback Machine
134+
version</a>. I collected 1.760,00 €. <a href="https://www.monterail.com/blog/2017/programming-languages-literature">I described Ruby's place in that evolution on Monterail's website</a>.</p>
135+
</div>
136+
</div>
137+
</div>
138+
<div class="col-md-4">
139+
<div class="card mb-4 shadow-sm">
140+
<img class="card-img-top" src="images/rails_girls_warsaw_2014.jpg" alt="A photo of me standing on stage at Rails Girls Warsaw, explaining how a Ruby on Rails app is like a bento box." style="width:100%">
141+
<div class="card-body">
142+
<p class="card-text">Once (in 2014), I learned Ruby on Rails so that I could teach other women how to make websites as a Rails Girls coach,
143+
once in Poznań, and once in Warsaw. I did something similar with Clojure in Berlin: first as a participant of Clojure Bridge, then as a coach.</p>
144+
</div>
145+
</div>
146+
</div>
147+
<div class="col-md-4">
148+
<div class="card mb-4 shadow-sm">
149+
<img class="card-img-top" src="images/individual-polish-women-receive-abortion-pills-delivered-by-drone.jpg" alt="Two women
150+
squat over the abortion drone that just landed. They are handling the pills with their names that the drone delivered to them. I'm on the right." style="width:100%">
151+
<div class="card-body">
152+
<p class="card-text">Do you remember <strong>the Abortion Drone</strong>? I would argue it was one of the first reproductive rights actions tailored for the contemporary
153+
news media cycle. In 2015, <a href="https://www.womenonwaves.org/en/page/5832/first-flight-abortion-drone-poland-2015">Women on Waves flew a drone carrying abortion pills over
154+
the German/Polish border</a>. A fantastic event. I was lucky enough to be there on the Polish side, receiving one package of the pills.</p>
155+
</div>
156+
</div>
157+
</div>
158+
<div class="col-md-4">
159+
<div class="card mb-4 shadow-sm">
160+
<img class="card-img-top" src="images/greener_applications.png" alt="Title slide of my presentation, 'Making our applications greener'. The background of the slide is an analog photo I took when I was hiking in the Alps." style="width:100%">
161+
<div class="card-body">
162+
<p class="card-text">In 2019, I gave a talk during DevopsDay Oslo <a href="https://thatmarta.wordpress.com/2022/11/29/making-our-applications-greener/">about making our applications greener</a>.
163+
Preparing this talk helped me realize there's so much I could do, as an engineer, to influence the industry, and eventually gave me a renewed sense of purpose.</p>
164+
</div>
165+
</div>
166+
</div>
167+
<div class="col-md-4">
168+
<div class="card mb-4 shadow-sm">
169+
<img class="card-img-top" src="images/fdoty.png" alt="Logo of the Female Developer of the Year award by FINN.no with the year 2022, because there was no logo for the year 2021." style="width:100%">
170+
<div class="card-body">
171+
<p class="card-text">In 2021, I was nominated for <a href="https://medium.com/finn-no/female-developer-of-the-year-2021-a7e052bc06be">the first Female Developer of the Year Award</a>
172+
which celebrates Norwegian engineering women.</p>
173+
</div>
174+
</div>
175+
</div>
176+
<div class="col-md-4">
177+
<div class="card mb-4 shadow-sm">
178+
<img class="card-img-top" src="images/suboktav.png" alt="..." style="width:100%">
179+
<div class="card-body">
180+
<p class="card-text">As part of <a href="https://suboktav.no/">Suboktav</a>, an electronic music collective, I entertained a small but lovely audience during outdoor raves in 2021 and 2022.
181+
If you enjoy any flavor of electronic music, <a href="https://www.facebook.com/groups/suboktav">you can follow Suboktav events on its Facebook group</a>.</p>
182+
</div>
183+
</div>
184+
</div>
185+
</div>
56186
</div>
57187
</div>
58188
</section>

0 commit comments

Comments
 (0)