-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7b1a5a6
commit c42d635
Showing
19 changed files
with
665 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
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.
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.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.