Skip to content

Commit

Permalink
Added signs page, table styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Antifantwerp-Pigeon committed Nov 5, 2023
1 parent 7b1a5a6 commit c42d635
Show file tree
Hide file tree
Showing 19 changed files with 665 additions and 0 deletions.
48 changes: 48 additions & 0 deletions src/3-signs.pug
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
layout: page.md
permalink: "| signs/"
order: 3
title: Signs
---

h1 Signs

h2 Fascist punk emblems

table
tr
th Name
th Symbol
th Link
th Extra note
each emblem in fascist_emblems
tr
td=emblem.name
td
if emblem.img
img(src=`/assets/signs/${emblem.img}`)
else if emblem.symbol
p=emblem.symbol
else
p=emblem.name
td
-
let text = "More information";
if (emblem.url.toLowerCase().indexOf("wikipedia") > -1) {
text = "Wikipedia link";
}
a(href=emblem.url)=text

td
if emblem.note
p=emblem.note
if emblem.widespread_usage
p Sees usage outside of Fascist contexts

details
summary Sources

img(src="/assets/signs/public_warning_know_your_enemy.jpg")

p [Source list (Reddit)](https://www.reddit.com/r/MarchAgainstNazis/comments/12m031q/comment/jg9tetg/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button)
p Note: the comment links - understandably, due to their extensive sign database - to the ADL. The links *have* as such been replaced, until the ADL stops their support for Israel.
72 changes: 72 additions & 0 deletions src/_data/fascist_emblems.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
- name: Elhaz/Algiz Rune
url: https://en.wikipedia.org/wiki/Algiz#%22Life_rune%22_and_%22Death_rune%22
img: elhaz-algiz-rune.svg
widespread_usage: true

- name: 88
url: https://en.wikipedia.org/wiki/88_(number)#In_neo-Nazism
symbol: 88

- name: Black Sun/Sonnenrad
url: https://en.wikipedia.org/wiki/Black_Sun_(symbol)
img: black-sun.svg

- name: Celtic Cross
url: https://en.wikipedia.org/wiki/Celtic_cross#White_supremacist_symbolism
img: celtic-cross.svg

- name: Blood And Honour
url: https://en.wikipedia.org/wiki/Blood_%26_Honour
img: blood-and-honour.png

- name: not equals
note: (ADL link to be replaced)
url: https://www.adl.org/resources/hate-symbol/not-equal
symbol:

- name: Othala/Odal rune
url: https://en.wikipedia.org/wiki/Othala#Far-right_iconography
img: odal-rune.svg
widespread_usage: true


- name: Fourteen Words (14)
url: https://en.wikipedia.org/wiki/Fourteen_Words
symbol: 14

- name: Wolfsangel
url: https://en.wikipedia.org/wiki/Wolfsangel#As_a_Nazi_symbol
img: wolfsangel.svg

- name: Atomwaffen Division
url: https://en.wikipedia.org/wiki/Atomwaffen_Division
img: atomwaffen-division.svg

- name: Totenkopf/Deaths Head
url: https://en.wikipedia.org/wiki/Totenkopf#Nazi_Germany
img: totenkopf.jpg

- name: Iron Cross
url: https://en.wikipedia.org/wiki/Iron_Cross#Post-World_War_II
img: iron-cross.svg
widespread_usage: true

- name: Identity Evropa
url: https://en.wikipedia.org/wiki/Identity_Evropa
img: identity-evropa.svg

- name: Traditionalist Youth Network
url: https://en.wikipedia.org/wiki/Traditionalist_Worker_Party#Traditionalist_Youth_Network
img: traditionalist-youth-network.svg

- name: Fasces
url: https://en.wikipedia.org/wiki/Neo-fascism
img: fasces.svg

- name: Arrow Cross
url: https://en.wikipedia.org/wiki/Arrow_Cross_Party#/media/File:Emblem_of_the_Arrow_Cross_Party_alternative.svg
img: arrow-cross.svg

- name: Iron Guard / St. Michael's Cross
url: https://en.wikipedia.org/wiki/Iron_Guard
img: iron-guard.png
64 changes: 64 additions & 0 deletions src/assets/signs/arrow-cross.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
88 changes: 88 additions & 0 deletions src/assets/signs/atomwaffen-division.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions src/assets/signs/black-sun.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/signs/blood-and-honour.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions src/assets/signs/celtic-cross.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions src/assets/signs/elhaz-algiz-rune.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c42d635

Please sign in to comment.