Compare commits

...

3 commits

Author SHA1 Message Date
726301cde4 Merge pull request 'pixel-pride' (#7) from pixel-pride into master
All checks were successful
/ build (push) Successful in 59s
/ reuse-compliance (push) Successful in 10s
Reviewed-on: #7
2025-09-15 21:04:37 +02:00
3b25dec341 Update content/project/pixel-pride/index.md
All checks were successful
/ build (push) Successful in 7m5s
/ reuse-compliance (push) Successful in 10s
/ build (pull_request) Successful in 32s
/ reuse-compliance (pull_request) Successful in 9s
2025-09-15 21:04:03 +02:00
6c3f3dc098
First draft
All checks were successful
/ build (push) Successful in 45s
/ reuse-compliance (push) Successful in 53s
2025-09-14 18:26:50 +02:00
19 changed files with 93 additions and 1 deletions

4
.gitattributes vendored
View file

@ -1,5 +1,7 @@
# SPDX-FileCopyrightText: 2025 Ncam Gnrvngu <info@ncamgnrvngu.eu>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
*.mp3 filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.ase filter=lfs diff=lfs merge=lfs -text
*.tiff filter=lfs diff=lfs merge=lfs -text

BIN
content/project/pixel-pride/Pride-12-non-nb.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
content/project/pixel-pride/Pride-12.ase (Stored with Git LFS) Normal file

Binary file not shown.

BIN
content/project/pixel-pride/Pride-12.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
content/project/pixel-pride/Pride-30-a8.tiff (Stored with Git LFS) Normal file

Binary file not shown.

BIN
content/project/pixel-pride/Pride-30-extended.ase (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
content/project/pixel-pride/Pride-30-non-nb.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
content/project/pixel-pride/Pride-30.ase (Stored with Git LFS) Normal file

Binary file not shown.

BIN
content/project/pixel-pride/Pride-30.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
content/project/pixel-pride/Pride-42-non-nb.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
content/project/pixel-pride/Pride-42.ase (Stored with Git LFS) Normal file

Binary file not shown.

BIN
content/project/pixel-pride/Pride-42.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,41 @@
+++
title = "Pixel Art Prideflags"
date = "2025-09-15"
+++
As you can maybe guess from my magnificent profile picture I really like pride flags. I also really like pixel art. So why not throw these two together, gently stir and create some beautiful images in different resolutions (12, 30 and 42 pixels high) for you and me to use and enjoy.
So I did that.
Here are the original .ase files I created using [Libresprite](https://libresprite.github.io) (Which is awesome btw; Go check it out!). The files are organized in 4 layers: A basic rainbow flag, the progress "arrow", the intersex circle and a try to include the non-binary flag in the intersex arrow (credits to [Gender Transition For Dummies](https://www.dummies.com/book/body-mind-spirit/relationships-family/sex-gender/gender-transition-for-dummies-302707/) for the idea!).
Click on the images to download them.
<a href="Pride-12.ase" download>
<img src="Pride-12.png" class="pixelart"/>
</a>
<a href="Pride-30.ase" download>
<img src="Pride-30.png" class="pixelart"/>
</a>
<a href="Pride-42.ase" download>
<img src="Pride-42.png" class="pixelart"/>
</a>
You can also download these images as a png:
<a href="Pride-12.png" download>12px (with non-binary)</a>
<a href="Pride-12-non-nb.png" download>12px (without non-binary)</a>
<a href="Pride-30.png" download>30px (with non-binary)</a>
<a href="Pride-30-non-nb.png" download>30px (without non-binary)</a>
<a href="Pride-42.png" download>42px (with non-binary)</a>
<a href="Pride-42-non-nb.png" download>42px (without non-binary)</a>
If the CC BY-NC-SA license on these images would prohibit your use of them, do hit me up so we can find a solution for your specific use.
On a related note: I also really like stickers. So I made some!
<img src="sticker-box.png"/>
I will bring these to the next chaos events I'm attending so feel free to ask me for some! You can download the file I used to order these stickers (CMYK colors; DIN A8 600dpi; includes 3mm margin on all sides) <a href="Pride-30-a8.tiff">here</a>

BIN
content/project/pixel-pride/sticker-box.png (Stored with Git LFS) Executable file

Binary file not shown.

BIN
content/project/pixel-pride/sticker-table.png (Stored with Git LFS) Executable file

Binary file not shown.

View file

@ -129,3 +129,7 @@ code {
#license a {
margin: 0;
}
.pixelart {
image-rendering: crisp-edges
}

View file

@ -14,3 +14,9 @@
font-size: 40pt;
margin-bottom: 10px;
}
img {
width: 600px;
max-width: 90%;
margin-bottom: 10px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 129 B

Before After
Before After