add image to about page
continuous-integration/drone/push Build is passing Details

This commit is contained in:
cellarspoon 2022-01-17 14:30:46 +01:00
parent d6faf134f9
commit d7476b06f6
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410
4 changed files with 14 additions and 0 deletions

View File

@ -6,3 +6,6 @@ theme = "lumbung-theme"
[params]
logo = "/img/logo.svg"
favicon = "/img/favicon.ico"
[markup.goldmark.renderer]
unsafe = true

View File

@ -4,6 +4,8 @@ date: 2022-01-17T11:11:58+01:00
hidden: true
---
<img id="about-img" src="/img/ade.jpeg" />
lumbung.space is an experimental social and publishing platform by and for the lumbung artists and lumbung members. It is a (digital) living room for our collective lumbung building process that allows us to connect, support each other, and also share knowledge collectively. It is built on open platforms, cooperative governance, and as a community infrastructure meant for our practices to develop and thrive. As a project, lumbung.space is an experiment for artist-initiated digital platforms and part of the process towards documenta fifteen. After documenta—the strive is for lumbung.space to be sustained as a shared resources for the lumbung inter-lokal. 
lumbung.space is a space for learning: currently, the working group is trying to find out what a social platform for a lumbung practice looks like; as we recognize that we don't want our practices to be subject to, or dependent upon extractive, exploitative digital infrastructures. Making lumbung.space to be a platform that is owned and operated by the community of users themselves: which means us! (and not a service that is run by a corporation). We are working with [Autonomic Co-operative](https://autonomic.zone) who is part of the [Co-op Cloud](https://coopcloud.tech) initiative where our learnings feedback into, allowing other collectives to set up similar infrastructures.

View File

@ -824,3 +824,12 @@ footer a:hover {
font-size: 26px;
}
}
/* about styles */
#about-img {
width: 50%;
height: auto;
display:block;
margin:auto;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB