forked from juliakloiber/superrr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
148 lines (142 loc) · 8.05 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
---
layout: default
title : SUPERRR Lab
description : "We develop visions and projects with the goal to create more equitable futures. We do research, build networks and shape narratives. SUPERRR is playful, visionary and feminist."
type: lab
---
<div class="page-content section fullwidth">
{% include partials/navigation-left.liquid %}
<div class="content-wrap navigation-left-victim">
<div class="section mobile-padded fullwidth home-hero d-flex">
<div class="content-wrap-inner full d-flex">
<div class="row w-100">
<div class="col-24 col-sm-12 d-block d-md-flex align-items-center align-items-sm-start align-items-xmd-center justify-content-center">
<div class="home-claim fontsize-120 uppercase pr-sm-4 pr-xmd-5">
<span class="outlined-text">Laboratory<br></span>
<span class="outlined-text">for </span><span>feminist<br>digital<br></span>
<span class="outlined-text">futures</span>
</div>
</div>
<div class="col-24 col-sm-12 d-flex align-items-center justify-content-center">
<div class="d-flex flex-wrap home-info">
<div class="home-icon-wrap d-flex justify-content-center my-5 mt-sm-0 mb-sm-3 mb-md-4 mb-slg-5 mb-lg-5">
<a href="/about" class="d-block batch-inner">
<div class="img-responsive batch-svg">
{% include svgs/superrr-logo.liquid %}
</div>
</a>
</div>
<div class="fontsize-40 mt-4 mt-mb-0 mb-5 mb-md-4 mb-lg-5">
<p class="m-0 home-text">
We develop visions and projects with the goal to create more equitable futures. We do research, build networks and shape narratives. Superrr is playful, visionary and feminist.
</p>
</div>
<div class="more-btn-wrap my-2 mb-sm-0">
<a href="/about" class="event-link more-btn home fade-in animated fadeInUp full-visible">
<span class="more-btn-inner"><span>Rrread more!</span></span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section fullwidth bg-grey-light">
<h3 class="section-headline">Projects</h3>
<div class="card-holder" data-category="projects">
{% assign projects = site.projects | sort: 'order' %}
{% for post in projects %}
{% include card.liquid %}
{% endfor %}
</div>
</div>
<div class="section fullwidth">
<h3 class="section-headline">Publications</h3>
<div class="card-holder" data-category="publications">
{% assign publications = site.publications | sort: 'order' %}
{% for post in publications %}
{% include card.liquid %}
{% endfor %}
</div>
</div>
<div class="section fullwidth min-fullheight background-lab-community-front padded with-shadow">
<div class="content-wrap-inner">
<div class="home-icon-wrap d-flex justify-content-center justify-content-md-start mb-5">
<object class="img-responsive batch-svg" data="" data-src="{{ site.baseurl }}/assets/img/static/batches/Superrr-community-transparent.svg" type="image/svg+xml" ></object>
</div>
</div>
<div class="content-wrap-inner shrinked">
<h3 class=" fontsize-70 uppercase">Superrr<br>Community</h3>
<p class="fontsize-40">
Superrr Community is a network of female, trans and non-binary people in the arts, in science, tech, journalism, activism and more. We meet on a regular basis in Berlin and London.
</p>
<div class="more-btn-wrap">
<a href="/community" class="event-link more-btn fade-in animated fadeInUp full-visible">
<span class="more-btn-inner"><span>Rrread more!</span></span>
</a>
</div>
</div>
</div>
<div class="section fullwidth bg-white padded-organisations">
<div class="content-wrap-inner news home">
<h3 class="section-headline pt-0">News &<br>Ressources</h3>
<div class="posts-holder home">
{% assign index = 0 %}
{% for post in site.posts %}
{% if index < 4 %}
{% if post.type != 'ftf' %}
{% include post-teaser.liquid type='home' %}
{% assign index = index | plus:1 %}
{% endif %}
{% endif %}
{% endfor %}
</div>
</div>
<div class="content-wrap-inner">
<div class="more-btn-wrap d-flex">
<a href="/news" class="event-link more-btn fade-in animated fadeInUp full-visible">
<span class="more-btn-inner"><span>Morrre news</span></span>
</a>
</div>
</div>
</div>
<div class="section fullwidth bg-grey-light padded-organisations">
<div class="content-wrap-inner">
<h3 class="section-headline pt-0">Organisations the Lab has worked with</h3>
</div>
<div class="content-wrap-inner">
<div class="organizations-wrap d-flex flex-wrap justify-content-center mt-4">
<a href="https://superrr.net/2022/05/16/blick-in-die-zukunft.html" target="_blank">
<img src="{{ site.baseurl }}/assets/img/static/organizations/Stiftung_Mercator_Schwarz_RGB.png" />
</a>
<a href="https://www.goethe.de/de/index.html" target="_blank">
<img src="{{ site.baseurl }}/assets/img/static/organizations/goetheinstitut.png" />
</a>
<a href="https://foundation.mozilla.org/" target="_blank">
<img src="{{ site.baseurl }}/assets/img/static/organizations/mozilla-logo-transparent.png" />
</a>
<a href="https://www.wikimedia.de/" target="_blank">
<img src="{{ site.baseurl }}/assets/img/static/organizations/wikimedia-deutschland-logo.png" />
</a>
<a href="https://www.bertelsmann-stiftung.de/de/startseite" target="_blank">
<img src="{{ site.baseurl }}/assets/img/static/organizations/bertelsman-stiftung.png" />
</a>
<a href="https://www.opensocietyfoundations.org/" target="_blank">
<img src="{{ site.baseurl }}/assets/img/static/organizations/osf.png" />
</a>
<a href="https://www.bosch-stiftung.de/de" target="_blank">
<img src="{{ site.baseurl }}/assets/img/static/organizations/bosch.png" />
</a>
<a href="https://kulturstiftung.allianz.de/de_DE.html" target="_blank">
<img src="{{ site.baseurl }}/assets/img/static/organizations/allianz.png" />
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
var is_large_header_page = true;
var is_front_page = true;
</script>