-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
167 lines (145 loc) · 5.09 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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Familjen+Grotesk&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap" rel="stylesheet"/>
<title>[ rcrd+bchmnn ]</title>
</head>
<body>
<header>
<h1> Hey there! I am Ricardo, a multi-disciplinary Artist and Designer
working in the fields of:<br> Visual Investigations, Critical Cartography
and OSINT-Research.</h1>
<nav>
<ul>
<li><a href="#Investigations" class="investigation-navigation">Investigation</a></li>
<li><a href="#Collaborations">Collaboration</a></li>
<li><a href="#About" class="about-navigation">About</a></li>
</ul>
</nav>
</header>
<main>
<div id="Investigations" class="container">
<section class="item">
<h3>Green Light Surveillance</h3>
<img src="https://github.com/RicardoBachmann/capstone-project/blob/main/public/img/GreenLightSurveillance.png?raw=true" alt="Green-Light-Surveillance-Map"/>
<p>This investigative Web-Application deals about
the mass surveillance of public space in Detroit.
A flashing green light indicates that this location
is being observed by cameras with facial
recognition software. The interactive map
shows the result of the government forced
infrastructure and critically questions the
effects for the affected citizens.</p>
<div class="project__item">
<h4>Publication Date</h4>
<p class="project__item-meta">
<span>Jan, 07, 2023</span>
</p>
</div>
<div class="project__item">
<h4>Location</h4>
<p class="project__item-meta">
<span>Detroit, Michigan (USA)</span>
</p>
</div>
<div class="project__item">
<h4>Collaborators</h4>
<p class="project__item-meta">
<span>detroitcommunitytech</span>
</p>
</div>
<div class="project__item">
<h4>Methodologies</h4>
<p class="project__item-meta">
technolohies <br>
mapping <br>
open source <br>
</p>
</div>
</section>
<section class="item">
<h3>Speculators&Slumlordse</h3>
<img src="https://play-the-system.xyz/wp-content/uploads/2021/09/PTS01-1024x683.jpg" alt="Green-Light-Surveillance-Map" />
<p> Die Abschlussarbeit von Ricardo Bachmann umfasst die Gestaltung von
sozialer Segregation und städtischer Ausgrenzung. Für seine zugrunde
liegende Recherche reiste das Arbeitskollektiv Bang of Urban Districts
„BoUD“, (Kimara Hungerbach & Ricardo Bachmann) für sechs Monate nach
Detroit. Dort dokumentierte BoUD die produzierte geografische, sowie
die alltägliche Segregation innerhalb der Gesellschaft im Stadtraum
Detroits.</p>
<div class="project__item">
<h4>Publication Date</h4>
<p class="project__item-meta">
<span>Jan, 07, 2023</span>
</p>
</div>
<div class="project__item">
<h4>Location</h4>
<p class="project__item-meta">
<span>Detroit, Michigan (USA)</span>
</p>
</div>
<div class="project__item">
<h4>Collaborators</h4>
<p class="project__item-meta">
<span>detroitcommunitytech</span>
</p>
</div>
<div class="project__item">
<h4>Methodologies</h4>
<p class="project__item-meta">
technolohies <br>
mapping <br>
open source <br>
</p>
</div>
</section>
<section class="item">
<h3>Green Light Surveillance</h3>
<img src="https://github.com/RicardoBachmann/capstone-project/blob/main/public/img/GreenLightSurveillance.png?raw=true" alt="Green-Light-Surveillance-Map"/>
<p>This investigative Web-Application deals about
the mass surveillance of public space in Detroit.
A flashing green light indicates that this location
is being observed by cameras with facial
recognition software. The interactive map
shows the result of the government forced
infrastructure and critically questions the
effects for the affected citizens.</p>
<div class="project__item">
<h4>Publication Date</h4>
<p class="project__item-meta">
<span>Jan, 07, 2023</span>
</p>
</div>
<div class="project__item">
<h4>Location</h4>
<p class="project__item-meta">
<span>Detroit, Michigan (USA)</span>
</p>
</div>
<div class="project__item">
<h4>Collaborators</h4>
<p class="project__item-meta">
<span>detroitcommunitytech</span>
</p>
</div>
<div class="project__item">
<h4>Methodologies</h4>
<p class="project__item-meta">
technolohies <br>
mapping <br>
open source <br>
</p>
</div>
</section>
</div>
</main>
</body>
</html>