-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·200 lines (199 loc) · 17 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Hello, I'm Marta!</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous">
<link href="css/custom.css" rel="stylesheet" media="screen">
<link rel="shortcut icon" type="image/x-icon" href="favicon.png">
</head>
<body>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm/tB9LTS58ONXgqbR9W8oWht/amnpF" crossorigin="anonymous"></script>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="#">Home</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="cv.html">CV</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Get in touch</a>
</li>
<li class="nav-item">
<a class="nav-link">|</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://thatmarta.wordpress.com">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://linktr.ee/paciorkowska">Linktr.ee</a>
</li>
</ul>
</div>
</nav>
<div class="container-fluid">
<section id="background" data-speed="6" data-type="background">
<div class="row"></div>
</section>
<section id="header" data-speed="6">
<header>
<div class="row">
<div class="col-md-8 offset-md-2">
<h1>Hi, you! I'm Marta.</h1>
<h2>Computers like my sense of humor.</h2>
</div>
</div>
</header>
</section>
<section id="about-me" data-speed="5">
<div class="row">
<div class="col-md-8 offset-md-2">
<h3>Who am I?</h3>
<p>Born in the eighties, I dreamed of becoming an astronaut already in kindergarten.
Born in the eighties <strong><i>in Eastern Europe</i></strong>, I quickly soaked up the ever present brutal realism,
and pragmatically pivoted to a slightly more realistic, but only slightly less romantic interest in astronomy.
This passion helped me survive through school and contributed to my decision to study the humanities.
It made perfect sense at the time.</p>
<p>After years of working and volunteering in a number of Polish NGOs and a various selection of odd jobs,
I moved to Berlin for a fresh start, and taught myself enough to get into software engineering. Currently in Oslo,
I'm still an engineer. After years of living in comfort an engineering life provides, I'm focusing on fighting climate change.
I'm a two-times immigrant, this is a process.</p>
<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
my crime is being a hobby maximalist. I used to blog more in Polish:
<a href="https://paciorkowska.blogspot.com/">on politics, feminism</a> and, together with fellow activists,
on <a href="https://laikazine.wordpress.com/">animal rights</a> and guerrilla gardening (our blog, sadly, did not survive
when the blogging platform was discontinued; own your data is the universal lesson).</p>
<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
believe answer the titular question.</p>
</div>
</div>
<div class="album py-5 bg-light">
<div class="container-fluid">
<div class="row">
<div class="col-md-3">
<div class="card mb-3 shadow-sm">
<img class="card-img-top" src="images/suboktav.png" alt="..." style="width:100%">
<div class="card-body">
<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.
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>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card mb-3 shadow-sm">
<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%">
<div class="card-body">
<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>
which celebrates Norwegian engineering women.</p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card mb-3 shadow-sm">
<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%">
<div class="card-body">
<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>.
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>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card mb-3 shadow-sm">
<img class="card-img-top" src="images/individual-polish-women-receive-abortion-pills-delivered-by-drone.jpg" alt="Two women
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%">
<div class="card-body">
<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
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
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>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card mb-3 shadow-sm">
<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%">
<div class="card-body">
<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
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
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>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card mb-3 shadow-sm">
<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%">
<div class="card-body">
<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,
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>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card mb-3 shadow-sm">
<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%">
<div class="card-body">
<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
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>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card mb-3 shadow-sm">
<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%">
<div class="card-body">
<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
of things, from a guerrilla gardening tour of Poland+ (holding a workshop at the notorious Czech Fluff Fest), to piqueting the worst Polish circus
twice a day for two weeks straight for their documented animal abuse. We organized hundreds of events, literally, all over the country, and
<a href="images/newsweek1.jpg">once got featured in Newsweek</a> for our <a href="images/newsweek2.jpg">freeganism shenanigans</a>.</p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card mb-3 shadow-sm">
<img class="card-img-top" src="images/TakLogoBig.jpg" alt="Blue and white logo of the Tak dla Kobiet initiative." style="width:100%">
<div class="card-body">
<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.
We spent three months collecting signatures over our legislation project all over the country, holding protests, and building networks. Tragically,
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>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card mb-3 shadow-sm">
<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%">
<div class="card-body">
<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
cleaning company) ran a number of workshops to inspire locals to take over unused lots and greenify their surroundings. One such workshop, which
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>
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>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card mb-3 shadow-sm">
<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%">
<div class="card-body">
<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".
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
lucky enough to be an editor for the first ten months. Sharing happy feels with my dad on that photo.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="footer" data-speed="1">
<div class="row">
<div class="col-md-8 offset-md-2">
<p class="footer">Text content, design, background photo © 2016-2022 Marta Paciorkowska</p>
</div>
</div>
</section>
</div>
</body>
</html>