This commit is contained in:
2021-11-23 13:39:44 +01:00
commit 78f7db194b
26 changed files with 22227 additions and 0 deletions

BIN
background.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

2050
css/bootstrap-grid.css vendored Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

7
css/bootstrap-grid.min.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

330
css/bootstrap-reboot.css vendored Normal file
View File

@@ -0,0 +1,330 @@
/*!
* Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
*/
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff;
}
[tabindex="-1"]:focus {
outline: 0 !important;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: .5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
dfn {
font-style: italic;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -.25em;
}
sup {
top: -.5em;
}
a {
color: #007bff;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
a:hover {
color: #0056b3;
text-decoration: underline;
}
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
outline: 0;
}
pre,
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
-ms-overflow-style: scrollbar;
}
figure {
margin: 0 0 1rem;
}
img {
vertical-align: middle;
border-style: none;
}
svg:not(:root) {
overflow: hidden;
}
table {
border-collapse: collapse;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom;
}
th {
text-align: inherit;
}
label {
display: inline-block;
margin-bottom: .5rem;
}
button {
border-radius: 0;
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
box-sizing: border-box;
padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
-webkit-appearance: listbox;
}
textarea {
overflow: auto;
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal;
}
progress {
vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
outline-offset: -2px;
-webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
summary {
display: list-item;
cursor: pointer;
}
template {
display: none;
}
[hidden] {
display: none !important;
}
/*# sourceMappingURL=bootstrap-reboot.css.map */

File diff suppressed because one or more lines are too long

8
css/bootstrap-reboot.min.css vendored Normal file
View File

@@ -0,0 +1,8 @@
/*!
* Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
*/*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}
/*# sourceMappingURL=bootstrap-reboot.min.css.map */

File diff suppressed because one or more lines are too long

8975
css/bootstrap.css vendored Normal file

File diff suppressed because it is too large Load Diff

1
css/bootstrap.css.map Normal file

File diff suppressed because one or more lines are too long

7
css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

44
custom.css Normal file
View File

@@ -0,0 +1,44 @@
/*
.rgba-gradient {
background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9) 100%);
background: -webkit-gradient(linear, 45deg, from(rgba(0, 0, 0, 0.7), rgba(42, 42, 42, 0.4) 100%)));
background: linear-gradient(to 45deg, rgba(0, 0, 0, 0.7), rgba(72, 15, 144, 0.4) 100%);
}
*/
.rgba-gradient {
background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.7) 100%);
}
.rgba-gradient:hover {
background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.8) 100%);
}
.card {
background-color: rgba(42, 42, 42, 0.2);
}
.md-form label {
color: #ffffff;
}
h6 {
line-height: 1.7;
}
label {
color: #000000;
}
input {
color: #000000;
}
.black-background {background-color:#ffffff;}
.white {color:#000000;}
.about white {
color: white;
font-size: 14px;
}

102
data.json Normal file
View File

@@ -0,0 +1,102 @@
{
"links": [
{
"link": "https://fda-ifa.org/neuerscheinung-dismantling-the-boys-club/?fbclid=IwAR0TMYHQQt24ItxR_DnVhtQCzE3NNC8fgZEH_HPZGz-zqqhfMzvd7VzI0pk",
"title": "Dismantling the Boy's Club",
"author": "unkown",
"description": "Eine kritische Auseinandersetzung mit männlichen Privilegien und Sexismus in der anarchistischen Bewegung",
"tags": []
},
{
"link": "https://ficko-magazin.de/mannlichkeit-und-machtverhaltnisse-in-heterosexuellen-beziehungen/?fbclid=IwAR0z2Fvl8v8F7Ey9X4mu6k2VskiDJBFqD_lHxa6BWoVI14zlGB7QSt6Kt8c",
"title": "Männlichkeit und Machtverhältnisse in heterosexuellen Beziehungen",
"author": "Bilke",
"description": "Bilke spricht mit Dr. Ann-Madeleine Tietge über Männer, die zu kleinen Jungs werden und Frauen, die ihre Partner bemuttern",
"tags": [ "Feminismus", "kritische Männlichkeit", "Männlichkeit", "Podcast", "toxische Männlichkeit" ]
},
{
"link": "https://www.akweb.de/bewegung/die-furcht-linker-maenner-vor-den-feministinnen/",
"title": "Die Furcht linker Männer vor den Feministinnen",
"author": "Jeja Klein",
"description": "Wieso auch Männer, die sich für profeministisch halten, meist ein riesiges Problem mit Frauen haben",
"tags": []
},
{
"link": "https://www.akweb.de/ausgaben/662/linke-manner-immer-noch-uberfordert-bei-sexueller-gewal/",
"title": "Kritische Man-Babies",
"author": "Bilke Schnibbe",
"description": "Auch im Krisenjahr 2020 sind Männer überfordert, wenn es um sexuelle Gewalt in linken Räumen geht. Von hilflosen Gehversuchen einer verunsicherten Generation",
"tags": []
},
{
"link": "https://voicemalemagazine.org/abusive-men-describe-the-benefits-of-violence/",
"title": "ABUSIVE MEN DESCRIBE THE BENEFITS OF VIOLENCE",
"author": "Chuck Derry",
"description": "",
"tags": []
},
{
"link": "https://www.akweb.de/bewegung/monis-rache-flint-selbstorganisierung-und-warum-maenner-bei-aufarbeitung-versagen/",
"title": "Auf euch ist kein Verlass",
"author": "Bilke Schnibbe",
"description": "Ein Jahr nach Monis Rache sehen wir deutlich, dass FLINT sich selbst organisieren müssen",
"tags": []
},
{
"link": "https://lowerclassmag.com/2021/06/21/deutschrapmetoo-was-kommt-nach-der-wut/",
"title": "#deutschrapmetoo: Was kommt nach der Wut?",
"author": "Özge",
"description": "",
"tags": []
},
{
"link": "http://falken-jena.de/wp-content/uploads/2020/11/Vortrag-Bilke-Schnibbe-Maennlichkeit-und-sexuelle-Gewalt.mp3",
"title": "Maennlichkeit und sexuelle Gewalt",
"author": "Bilke Schnibbe",
"description": "Vortrag",
"tags": []
},
{
"link": "https://www.akweb.de/bewegung/sexualisierte-gewalt-birmingham-taeterarbeit/",
"title": "Warum Täter das tun, interessiert mich nicht",
"author": "Bilke Schnibbe",
"description": "Laura und ihre Unterstützer*innen dokumentieren auf einer Website ihren Aufarbeitungsprozess von sexualisierter Gewalt in der linken Szene Birminghams",
"tags": []
},
{
"link": "https://www.akweb.de/ausgaben/662/manner-und-feminismus-die-geschichte-der-linken-mannerbewegung/",
"title": "»Auf den eigenständigen Männerstandpunkt ist kein Verlass«",
"author": "Kim Posster",
"description": "Die Geschichte der linken Männerbewegung und das problematische Verhältnis von Männern und Feminismus heute",
"tags": []
},
{
"link": "https://feminismonear.productions/",
"title": "FEMINISM ON EAR PODCAST",
"author": "feminismonear productions",
"description": "Der blinde Fleck linker Männer das Patriarchat als Erbkrankheit?",
"tags": [ "Podcast" ]
},
{
"link": "http://achtermai.blogsport.de/2020/07/09/gespaltene-subjektivitaet-linke-maennlichkeit-und-sexuelle-grenzueberschreitungen-fuer-eine-pro-feministische-praxis-von-maennern/?fbclid=IwAR0DeUH5l8P0mXpsiRPkNrT5VjQsw549Be5OLpy2kecqTQ1Dt3qMjL1IZb0",
"title": "GESPALTENE SUBJEKTIVITÄT LINKE MÄNNLICHKEIT UND SEXUELLE GRENZÜBERSCHREITUNGEN. FÜR EINE PRO-FEMINISTISCHE PRAXIS VON MÄNNERN!",
"author": "gruppe 8. mai - Setkion Männer",
"description": "",
"tags": [ ]
},
{
"link": "https://jungle.world/artikel/2020/28/organisiert-maennlichkeitskritik",
"title": "Organisiert Männlichkeitskritik",
"author": "Kim posster",
"description": "Männer müssen bei der Bekämpfung sexualisierter Gewalt Verantwortung übernehmen und zur Verantwortung gezogen werden.",
"tags": [ ]
},
{
"link": "https://anarchistischebibliothek.org/library/chris-crass-wieso-soll-ich-sexistisch-sein-ich-bin-anarchist.html",
"title": "Wieso soll ich sexistisch sein? Ich bin Anarchist!",
"author": "Chris Crass",
"description": "Eine sehr persönliche Reflektion von eigenen Erfahrungen, welche gekonnt aufzeigt, wie weit auch sogenannte Anarchisten in einem System von sexistischen Mechanismen gefangen sind. Es wird aufgezeigt, dass Sexismus tiefer geht und das blose Bekenntnis zum Antisexismus als oberflächlicher und zur Bedeutungslosigkeit verkommener Szenekodex welcher als Label nach außen getragen wird. Der männlich sozialisierte Autor hinfragt hierbei auf Basis von Erfahrungen und Auseinandersetzung seine eigene männliche Sozialisation, und zeigt dabei auf in wie vielen Bereichen diese zu einer patriarchalen Machtausübung führt ohne, dass diese von den meisten Männern als solche wahrgenommen wird.",
"tags": []
}
]
}

37
generate_divs.py Normal file
View File

@@ -0,0 +1,37 @@
#!/usr/bin/env python3
import json
def generate_div(data):
return """
<div class="container">
<div class="row justify-content-center border-0">
<div class="col-xl-12 mt-5">
<a href="{}">
<div class="inherit_height mask rgba-gradient align-items-center border border-secondary rounded">
<social class="white">
<div class="form-group">
<div class="col-md-12 pt-3">
<h5>{}</h5>
<h6>Author*Innen: {}</h6>
<small><i>Tags: {}</i></small>
<br>
<br>
<i>{}</i>
</div>
</div>
</social>
</div>
</a>
</div>
</div>
</div>
""".format(data["link"], data["title"], data["author"], data["tags"], data["description"])
f = open('data.json',)
data = json.load(f)
for element in data["links"]:
print(generate_div(element))

405
index.html Normal file
View File

@@ -0,0 +1,405 @@
<!-- Header template for most static websites -->
<head>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="custom.css">
<style>
{ margin: 0; padding: 0; }
body {
background-image: url('background.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
min-height: 100vh;
display: flex;
flex-direction: column;
}
footer{
margin-top: auto;
}
.h-divider{
margin-left: auto;
margin-right: auto;
height:1px;
width:80%;
border-top:1px solid gray;
}
@media (min-width: 768px) {
.row.equal {
display: flex;
flex-wrap: wrap;
}
}
.inherit_height
{
width:inherit;
height:100%;
}
</style>
</head>
<body>
<div class="container">
<div class="row justify-content-center border-0">
<div class="col-xl-12 mt-5">
<a href="https://fda-ifa.org/neuerscheinung-dismantling-the-boys-club/?fbclid=IwAR0TMYHQQt24ItxR_DnVhtQCzE3NNC8fgZEH_HPZGz-zqqhfMzvd7VzI0pk">
<div class="inherit_height mask rgba-gradient align-items-center border border-secondary rounded">
<social class="white">
<div class="form-group">
<div class="col-md-12 pt-3">
<h5>Dismantling the Boy's Club</h5>
<h6>Author*Innen: unkown</h6>
<small><i>Tags: []</i></small>
<br>
<br>
<i>Eine kritische Auseinandersetzung mit männlichen Privilegien und Sexismus in der anarchistischen Bewegung</i>
</div>
</div>
</social>
</div>
</a>
</div>
</div>
</div>
<div class="container">
<div class="row justify-content-center border-0">
<div class="col-xl-12 mt-5">
<a href="https://ficko-magazin.de/mannlichkeit-und-machtverhaltnisse-in-heterosexuellen-beziehungen/?fbclid=IwAR0z2Fvl8v8F7Ey9X4mu6k2VskiDJBFqD_lHxa6BWoVI14zlGB7QSt6Kt8c">
<div class="inherit_height mask rgba-gradient align-items-center border border-secondary rounded">
<social class="white">
<div class="form-group">
<div class="col-md-12 pt-3">
<h5>Männlichkeit und Machtverhältnisse in heterosexuellen Beziehungen</h5>
<h6>Author*Innen: Bilke</h6>
<small><i>Tags: ['Feminismus', 'kritische Männlichkeit', 'Männlichkeit', 'Podcast', 'toxische Männlichkeit']</i></small>
<br>
<br>
<i>Bilke spricht mit Dr. Ann-Madeleine Tietge über Männer, die zu kleinen Jungs werden und Frauen, die ihre Partner bemuttern</i>
</div>
</div>
</social>
</div>
</a>
</div>
</div>
</div>
<div class="container">
<div class="row justify-content-center border-0">
<div class="col-xl-12 mt-5">
<a href="https://www.akweb.de/bewegung/die-furcht-linker-maenner-vor-den-feministinnen/">
<div class="inherit_height mask rgba-gradient align-items-center border border-secondary rounded">
<social class="white">
<div class="form-group">
<div class="col-md-12 pt-3">
<h5>Die Furcht linker Männer vor den Feministinnen</h5>
<h6>Author*Innen: Jeja Klein</h6>
<small><i>Tags: []</i></small>
<br>
<br>
<i>Wieso auch Männer, die sich für profeministisch halten, meist ein riesiges Problem mit Frauen haben</i>
</div>
</div>
</social>
</div>
</a>
</div>
</div>
</div>
<div class="container">
<div class="row justify-content-center border-0">
<div class="col-xl-12 mt-5">
<a href="https://www.akweb.de/ausgaben/662/linke-manner-immer-noch-uberfordert-bei-sexueller-gewal/">
<div class="inherit_height mask rgba-gradient align-items-center border border-secondary rounded">
<social class="white">
<div class="form-group">
<div class="col-md-12 pt-3">
<h5>Kritische Man-Babies</h5>
<h6>Author*Innen: Bilke Schnibbe</h6>
<small><i>Tags: []</i></small>
<br>
<br>
<i>Auch im Krisenjahr 2020 sind Männer überfordert, wenn es um sexuelle Gewalt in linken Räumen geht. Von hilflosen Gehversuchen einer verunsicherten Generation</i>
</div>
</div>
</social>
</div>
</a>
</div>
</div>
</div>
<div class="container">
<div class="row justify-content-center border-0">
<div class="col-xl-12 mt-5">
<a href="https://voicemalemagazine.org/abusive-men-describe-the-benefits-of-violence/">
<div class="inherit_height mask rgba-gradient align-items-center border border-secondary rounded">
<social class="white">
<div class="form-group">
<div class="col-md-12 pt-3">
<h5>ABUSIVE MEN DESCRIBE THE BENEFITS OF VIOLENCE</h5>
<h6>Author*Innen: Chuck Derry</h6>
<small><i>Tags: []</i></small>
<br>
<br>
<i></i>
</div>
</div>
</social>
</div>
</a>
</div>
</div>
</div>
<div class="container">
<div class="row justify-content-center border-0">
<div class="col-xl-12 mt-5">
<a href="https://www.akweb.de/bewegung/monis-rache-flint-selbstorganisierung-und-warum-maenner-bei-aufarbeitung-versagen/">
<div class="inherit_height mask rgba-gradient align-items-center border border-secondary rounded">
<social class="white">
<div class="form-group">
<div class="col-md-12 pt-3">
<h5>Auf euch ist kein Verlass</h5>
<h6>Author*Innen: Bilke Schnibbe</h6>
<small><i>Tags: []</i></small>
<br>
<br>
<i>Ein Jahr nach Monis Rache sehen wir deutlich, dass FLINT sich selbst organisieren müssen</i>
</div>
</div>
</social>
</div>
</a>
</div>
</div>
</div>
<div class="container">
<div class="row justify-content-center border-0">
<div class="col-xl-12 mt-5">
<a href="https://lowerclassmag.com/2021/06/21/deutschrapmetoo-was-kommt-nach-der-wut/">
<div class="inherit_height mask rgba-gradient align-items-center border border-secondary rounded">
<social class="white">
<div class="form-group">
<div class="col-md-12 pt-3">
<h5>#deutschrapmetoo: Was kommt nach der Wut?</h5>
<h6>Author*Innen: Özge</h6>
<small><i>Tags: []</i></small>
<br>
<br>
<i></i>
</div>
</div>
</social>
</div>
</a>
</div>
</div>
</div>
<div class="container">
<div class="row justify-content-center border-0">
<div class="col-xl-12 mt-5">
<a href="http://falken-jena.de/wp-content/uploads/2020/11/Vortrag-Bilke-Schnibbe-Maennlichkeit-und-sexuelle-Gewalt.mp3">
<div class="inherit_height mask rgba-gradient align-items-center border border-secondary rounded">
<social class="white">
<div class="form-group">
<div class="col-md-12 pt-3">
<h5>Maennlichkeit und sexuelle Gewalt</h5>
<h6>Author*Innen: Bilke Schnibbe</h6>
<small><i>Tags: []</i></small>
<br>
<br>
<i>Vortrag</i>
</div>
</div>
</social>
</div>
</a>
</div>
</div>
</div>
<div class="container">
<div class="row justify-content-center border-0">
<div class="col-xl-12 mt-5">
<a href="https://www.akweb.de/bewegung/sexualisierte-gewalt-birmingham-taeterarbeit/">
<div class="inherit_height mask rgba-gradient align-items-center border border-secondary rounded">
<social class="white">
<div class="form-group">
<div class="col-md-12 pt-3">
<h5>Warum Täter das tun, interessiert mich nicht</h5>
<h6>Author*Innen: Bilke Schnibbe</h6>
<small><i>Tags: []</i></small>
<br>
<br>
<i>Laura und ihre Unterstützer*innen dokumentieren auf einer Website ihren Aufarbeitungsprozess von sexualisierter Gewalt in der linken Szene Birminghams</i>
</div>
</div>
</social>
</div>
</a>
</div>
</div>
</div>
<div class="container">
<div class="row justify-content-center border-0">
<div class="col-xl-12 mt-5">
<a href="https://www.akweb.de/ausgaben/662/manner-und-feminismus-die-geschichte-der-linken-mannerbewegung/">
<div class="inherit_height mask rgba-gradient align-items-center border border-secondary rounded">
<social class="white">
<div class="form-group">
<div class="col-md-12 pt-3">
<h5>»Auf den eigenständigen Männerstandpunkt ist kein Verlass«</h5>
<h6>Author*Innen: Kim Posster</h6>
<small><i>Tags: []</i></small>
<br>
<br>
<i>Die Geschichte der linken Männerbewegung und das problematische Verhältnis von Männern und Feminismus heute</i>
</div>
</div>
</social>
</div>
</a>
</div>
</div>
</div>
<div class="container">
<div class="row justify-content-center border-0">
<div class="col-xl-12 mt-5">
<a href="https://feminismonear.productions/">
<div class="inherit_height mask rgba-gradient align-items-center border border-secondary rounded">
<social class="white">
<div class="form-group">
<div class="col-md-12 pt-3">
<h5>FEMINISM ON EAR PODCAST</h5>
<h6>Author*Innen: feminismonear productions</h6>
<small><i>Tags: ['Podcast']</i></small>
<br>
<br>
<i>Der blinde Fleck linker Männer das Patriarchat als Erbkrankheit?</i>
</div>
</div>
</social>
</div>
</a>
</div>
</div>
</div>
<div class="container">
<div class="row justify-content-center border-0">
<div class="col-xl-12 mt-5">
<a href="http://achtermai.blogsport.de/2020/07/09/gespaltene-subjektivitaet-linke-maennlichkeit-und-sexuelle-grenzueberschreitungen-fuer-eine-pro-feministische-praxis-von-maennern/?fbclid=IwAR0DeUH5l8P0mXpsiRPkNrT5VjQsw549Be5OLpy2kecqTQ1Dt3qMjL1IZb0">
<div class="inherit_height mask rgba-gradient align-items-center border border-secondary rounded">
<social class="white">
<div class="form-group">
<div class="col-md-12 pt-3">
<h5>GESPALTENE SUBJEKTIVITÄT LINKE MÄNNLICHKEIT UND SEXUELLE GRENZÜBERSCHREITUNGEN. FÜR EINE PRO-FEMINISTISCHE PRAXIS VON MÄNNERN!</h5>
<h6>Author*Innen: gruppe 8. mai - Setkion Männer</h6>
<small><i>Tags: []</i></small>
<br>
<br>
<i></i>
</div>
</div>
</social>
</div>
</a>
</div>
</div>
</div>
<div class="container">
<div class="row justify-content-center border-0">
<div class="col-xl-12 mt-5">
<a href="https://jungle.world/artikel/2020/28/organisiert-maennlichkeitskritik">
<div class="inherit_height mask rgba-gradient align-items-center border border-secondary rounded">
<social class="white">
<div class="form-group">
<div class="col-md-12 pt-3">
<h5>Organisiert Männlichkeitskritik</h5>
<h6>Author*Innen: Kim posster</h6>
<small><i>Tags: []</i></small>
<br>
<br>
<i>Männer müssen bei der Bekämpfung sexualisierter Gewalt Verantwortung übernehmen und zur Verantwortung gezogen werden.</i>
</div>
</div>
</social>
</div>
</a>
</div>
</div>
</div>
<div class="container">
<div class="row justify-content-center border-0">
<div class="col-xl-12 mt-5">
<a href="https://anarchistischebibliothek.org/library/chris-crass-wieso-soll-ich-sexistisch-sein-ich-bin-anarchist.html">
<div class="inherit_height mask rgba-gradient align-items-center border border-secondary rounded">
<social class="white">
<div class="form-group">
<div class="col-md-12 pt-3">
<h5>Wieso soll ich sexistisch sein? Ich bin Anarchist!</h5>
<h6>Author*Innen: Chris Crass</h6>
<small><i>Tags: []</i></small>
<br>
<br>
<i>Eine sehr persönliche Reflektion von eigenen Erfahrungen, welche gekonnt aufzeigt, wie weit auch sogenannte Anarchisten in einem System von sexistischen Mechanismen gefangen sind. Es wird aufgezeigt, dass Sexismus tiefer geht und das blose Bekenntnis zum Antisexismus als oberflächlicher und zur Bedeutungslosigkeit verkommener Szenekodex welcher als Label nach außen getragen wird. Der männlich sozialisierte Autor hinfragt hierbei auf Basis von Erfahrungen und Auseinandersetzung seine eigene männliche Sozialisation, und zeigt dabei auf in wie vielen Bereichen diese zu einer patriarchalen Machtausübung führt ohne, dass diese von den meisten Männern als solche wahrgenommen wird.</i>
</div>
</div>
</social>
</div>
</a>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="row justify-content-center border-0">
<div class="col-xl-12 mt-5 mb-5">
<div class="container">
<div class="row col-md-12">
<div class="col-12 col-md pl-5">
<h6 class="text-light">
Du findest es fehlt ein link oder ein text? Schicke eine mail an linke-menner@riseup.net.
</h6>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
</body>

6328
js/bootstrap.bundle.js vendored Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

7
js/bootstrap.bundle.min.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

3894
js/bootstrap.js vendored Normal file

File diff suppressed because it is too large Load Diff

1
js/bootstrap.js.map Normal file

File diff suppressed because one or more lines are too long

7
js/bootstrap.min.js vendored Normal file

File diff suppressed because one or more lines are too long

1
js/bootstrap.min.js.map Normal file

File diff suppressed because one or more lines are too long

16
links.txt Normal file
View File

@@ -0,0 +1,16 @@
https://fda-ifa.org/neuerscheinung-dismantling-the-boys-club/?fbclid=IwAR0TMYHQQt24ItxR_DnVhtQCzE3NNC8fgZEH_HPZGz-zqqhfMzvd7VzI0pk
https://anarchistischebibliothek.org/library/chris-crass-wieso-soll-ich-sexistisch-sein-ich-bin-anarchist.html
https://jungle.world/artikel/2020/28/organisiert-maennlichkeitskritik
http://achtermai.blogsport.de/2020/07/09/gespaltene-subjektivitaet-linke-maennlichkeit-und-sexuelle-grenzueberschreitungen-fuer-eine-pro-feministische-praxis-von-maennern/?fbclid=IwAR0DeUH5l8P0mXpsiRPkNrT5VjQsw549Be5OLpy2kecqTQ1Dt3qMjL1IZb0
https://ficko-magazin.de/mannlichkeit-und-machtverhaltnisse-in-heterosexuellen-beziehungen/?fbclid=IwAR0z2Fvl8v8F7Ey9X4mu6k2VskiDJBFqD_lHxa6BWoVI14zlGB7QSt6Kt8c
https://feminismonear.productions/
https://www.youtube.com/watch?v=GNkdowK-xSs&feature=youtu.be
https://www.akweb.de/bewegung/die-furcht-linker-maenner-vor-den-feministinnen/
https://www.akweb.de/ausgaben/662/manner-und-feminismus-die-geschichte-der-linken-mannerbewegung/
https://www.akweb.de/bewegung/sexualisierte-gewalt-birmingham-taeterarbeit/
http://falken-jena.de/wp-content/uploads/2020/11/Vortrag-Bilke-Schnibbe-Maennlichkeit-und-sexuelle-Gewalt.mp3
https://www.akweb.de/bewegung/monis-rache-flint-selbstorganisierung-und-warum-maenner-bei-aufarbeitung-versagen/
https://www.akweb.de/bewegung/monis-rache-flint-selbstorganisierung-und-warum-maenner-bei-aufarbeitung-versagen/
https://lowerclassmag.com/2021/06/21/deutschrapmetoo-was-kommt-nach-der-wut/
https://voicemalemagazine.org/abusive-men-describe-the-benefits-of-violence/
https://www.akweb.de/ausgaben/662/linke-manner-immer-noch-uberfordert-bei-sexueller-gewal/