master
Michael Murtaugh 2 years ago
parent 16f3f9662e
commit c74bb90f26

Binary file not shown.

@ -1,17 +1,11 @@
import os
# from pathlib import Path
for root, dirs, files in os.walk("."):
for f in files:
print ("f", f)
base, ext = os.path.splitext(f)
if ext[1:].lower() in ("png", "jpg"):
src = os.path.join(root, f)
target = os.path.join(root, base + "-320x.webp")
Command(f"{target}", f"{src}", action="convert -resize 320x $SOURCE $TARGET")
# img = Path("images")
# for src in img.glob("*.png"):
# # print (src)
# target = img / f"{src.stem}-320x.webp"
# # print (target)
# # Command(, f"{src}")
Command("staff.html", "staff.md", action="pandoc --standalone $SOURCE -o $TARGET")

@ -1,3 +1,8 @@
## Lídia Pereira
[![Lídia Pereira [PT] Artist and Designer](lidia/lidia-320px.webp)](lidia/lidia.jpg)
Lídia Pereira [PT] is an artist and researcher whose work focuses on the political economy of the internet, algorithmic governance and labour in and around corporate social networks. She is currently a candidate in the PhDArts programme of the Leiden University Academy of Creative and Performing Arts and the Royal Academy of Art (KABK) in The Hague where she is investigating the uses of videogames as feminist tactical media.
@ -21,7 +26,7 @@ Steve Rushton is a writer and editor based in Rotterdam. Rushtons publication
## Marloes de Valk
[![Photo by: Lichtgut/Oliver Willikonsky "hey does this do anything"](marloes/SudDeutscheZeitung_portrait-bw-320x.webp)](marloes/SudDeutscheZeitung_portrait-bw.jpg)
[![Photo by: Lichtgut/Oliver Willikonsky](marloes/SudDeutscheZeitung_portrait-bw-320x.webp)](marloes/SudDeutscheZeitung_portrait-bw.jpg)
Marloes de Valk (NL) is a software artist and writer in the post-despair
stage of coping with the threat of global warming and being spied on by

Loading…
Cancel
Save