diff --git a/makefile b/makefile index b370ee8..824d3ff 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ -DEST := /var/www/staticwebapp__6/ -REMOTE := vps.decentral1.se +DEST := /var/www/portfolio.alicestrete.me/ +REMOTE := portfolio.alicestrete.me RSYNC := rsync -chavzP SRC := dist/* SSH := ssh -t diff --git a/public/favicon.ico b/public/favicon.ico deleted file mode 100644 index df36fcf..0000000 Binary files a/public/favicon.ico and /dev/null differ diff --git a/public/index.html b/public/index.html index 9c1c591..eb986e6 100644 --- a/public/index.html +++ b/public/index.html @@ -4,7 +4,7 @@ - + Alice Strete diff --git a/public/magiun_logo.png b/public/magiun_logo.png new file mode 100644 index 0000000..9beb980 Binary files /dev/null and b/public/magiun_logo.png differ diff --git a/src/components/ANNPage.vue b/src/components/ANNPage.vue new file mode 100644 index 0000000..bacaf23 --- /dev/null +++ b/src/components/ANNPage.vue @@ -0,0 +1,97 @@ + + + + + diff --git a/src/components/AboutPage.vue b/src/components/AboutPage.vue index 81c6201..ce4504a 100644 --- a/src/components/AboutPage.vue +++ b/src/components/AboutPage.vue @@ -4,6 +4,9 @@ font-size: 18px; color: #212322; text-align: justify; + padding-top: 100px; + padding-bottom: 100px; + padding-left: 20px; } h3 { @@ -25,6 +28,10 @@ a:hover { a { color: gray; } +.cv_sub { + font-size: 24px; + +} @@ -34,13 +41,72 @@ a { -

I'm Alice, a Romanian artist/researcher based in Rotterdam, and you're looking at my portfolio.

-

For more information/questions/collaboration enquiries, drop me an email. -You can also find me on Instagram and Mastodon. +

Alice Strete (1991) is a Romanian media artist/researcher based in Rotterdam. She is a board member of Varia and a board member of BioBulkBende food co-operative.

+

For more information/questions/collaboration enquiries, drop her an email. +You can also find her on Instagram and Mastodon.

- - - +

Art and Research

+

2020, A Nourishing Network, collaboration with servus.at
+ 2020, Hybrid Publishing, hybrid publication project commissioned by the WDKA, Rotterdam
+ 2020, Magiun Magazine, self-publishing project
+ 2020, Intersectional Search in Queer and Trans Archives, Feminist Search Tool project
+ 2020, Groningen Timeline Gallery Exhibition, Book Launch & Review, Group exhibition, Rumour Camp, The Happiness Project
+2020, Amsterdam +Repository of Feminist Search Strategies +Workshop with Hackers&Designers, Read-in
+2019, Rotterdam Piet Zwart Institute, Upsetting Settings Graduation Show +Group exhibition, Is it time to eat, or is there no more time to eat?
+2019, Paris Gaîté Lyrique, Grrrls Tech Zine Fair +Participated with over/under, Techno/Cyber/Xeno-Feminism
+2018, Groningen +SIGN, Spread Zinefest +Zine Machines Workshop
+2018, Groningen +Timeline Gallery Project +Rumour Camp Project
+2018, Groningen +Timeline Gallery Project +The Happiness Project
+2018, Rotterdam +Piet Zwart Institute, Interfacing the Law +Group Show, XPPL project presented at Leeszaal West
+2018, Rotterdam +Piet Zwart Institute, OuNuPo +Group show, over/under, carlandre presented at Varia, WORM +Work
+2018, Rotterdam TENT Gallery, Rotterdam Cultural Histories +G roup show/exhibition, Temporary Autonomous Bureau

+

Publications

+

2020, Rotterdam, Magiun Magazine
+2020, UK Code::Art Journal
+2019, Rotterdam Upsetting Settings Catalogue
+2019, Rotterdam Upsetting Settings, Collected Works
+2019, Rotterdam Over/Under zine
+2018, Rotterdam Techno/Cyber/Xeno-Feminism Reader
+2017, Rotterdam A Bed, a Chair and a Table

+

Work

+

2019 – present, Willem de Kooning Academy, Tutor/Researcher +Developer of publishing platform Beyond Social within the +social practices minor, workshop facilitator, substitute tutor
+2016 – present, +Fairplanet.org, Social Media Manager for a non-profit independent +solution journalism platform focused on human rights and the environment. +

+

Education

+

2017 – 2019, Rotterdam +Piet Zwart Institute, Willem de Kooning Academy, MA +Master of Arts in Fine Art and Design: Experimental Publishing
+2013 – 2014, Dublin +Dublin City University +Erasmus Semester Abroad, Communication Studies
+2011-2014, Cluj-Napoca +Babes-Bolyai University, Bachelor +Faculty of Political, Administrative and Communication Studies

+

Awards

+

2020, Temporary Work Contribution Production, Presentation and Research (PPR) from CBK Rotterdam +
2018, +Van Beek-Donner Stichting +Awarded the Grada van Beek-Donner Scholarship

diff --git a/src/components/BedchairtablePage.vue b/src/components/BedchairtablePage.vue index 8ef300c..367c2ad 100644 --- a/src/components/BedchairtablePage.vue +++ b/src/components/BedchairtablePage.vue @@ -9,7 +9,7 @@ font-weight: bold; font-family: "Open Sans", sans-serif; padding-bottom: 40px; - padding-top: 30px; + padding-top: 100px; } .description_text { @@ -36,6 +36,9 @@ a { color: gray; } +.content { + padding-bottom: 40px; +} @@ -51,7 +54,7 @@ a { - +

Publication

diff --git a/src/components/CataloguePage.vue b/src/components/CataloguePage.vue index c9b7010..2fb1d2a 100644 --- a/src/components/CataloguePage.vue +++ b/src/components/CataloguePage.vue @@ -9,7 +9,7 @@ font-weight: bold; font-family: "Open Sans", sans-serif; padding-bottom: 40px; - padding-top: 30px; + padding-top: 100px; } .description_text { @@ -36,8 +36,9 @@ a { color: gray; } - - +.content { + padding-bottom: 40px; +}