forked from extremeentrance/extremeentrance.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
547 lines (482 loc) · 27.1 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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>The Causes and Consequences of Extreme Party Entrance</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/grayscale.min.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">Extreme Party Entrance</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#projects">Research</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#writings">Writings</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#team">Team</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="masthead">
<div class="container d-flex h-100 align-items-center">
<div class="mx-auto text-center">
<h1 class="mx-auto my-0 text-uppercase">Politics of Extreme Party Entrance</h1>
<h2 class="text-white-50 mx-auto mt-2 mb-5">Research project funded by a Swiss National Science Foundation Ambizione Grant for four years and carried out by <a href="http://danbischof.com/">Daniel Bischof</a> </h2>
<a href="#about" class="btn btn-primary js-scroll-trigger">More Information</a>
</div>
</div>
</header>
<!-- About Section -->
<section id="about" class="about-section text-center">
<div class="container">
<div class="mx-auto ">
<div class="col-lg-8 mx-auto">
<h2 class="text-white mb-4">The Causes & Consequences of Extreme Party Entrance</h2>
<p class="text-white-50 text-justify">In this SNSF Ambizione project (2019-2023, 690'000 CHF), my research team and I try to understand the causes and consequences of radical party emergence. Radical candidates and parties - here defined as parties located at the very extremes of an imagined political left-right scale - are on the rise in democracies. Most recently, Germany experienced the entry of the radical right party AfD into parliament (2017), while in Spain (Podemos) and Greece (Syriza) radical left parties have entered parliament or enjoy governmental office. Such events of radical party entry are destined to have crucial consequences for the political and economic landscapes in modern democracies: established parties might adapt their agendas and positions in an effort to contain the voter potential of the new radical competitor; radical parties could influence media agendas in a disproportionately severe way; public priorities are likely to polarize as a result; and governments are likely to develop policies (e.g. local investment policies) to contain the electoral threat of radical party emergence. This project seeks to research the aforementioned consequences by collecting and analyzing a rich amount of original data (e.g. electoral, textual and geo-coded).
<br>
<br>
<font size="5"> To learn more about the research questions, writings and findings of the project please scroll down. </font>
</p>
</div>
</div>
<img src="img/bg-masthead2.jpg" class="img-fluid" alt="">
</div>
</section>
<!-- Projects Section -->
<section id="projects" class="projects-section bg-black">
<div class="container">
<!-- Featured Project Row
<div class="row align-items-center no-gutters mb-4 mb-lg-5">
<div class="col-xl-8 col-lg-7">
<!-- <img class="img-fluid mb-3 mb-lg-0" src="img/bg-masthead.jpg" alt=""> -->
</div>
<div class="col-xl-10 col-lg-5">
<div class="featured-text text-center text-lg-left text-white ">
<h4>Research Questions: <br>
The project is built on <b>five</b> key research blocks
</h4>
</div>
</div>
</div>
<!-- Project One Row -->
<div class="row justify-content-center no-gutters mb-5 mb-lg-0">
<div class="col-lg-6">
<img class="img-fluid" src="img/project1.jpg" alt="">
</div>
<div class="col-lg-6">
<div class="bg-black text-center h-100 project">
<div class="d-flex h-100">
<div class="project-text w-100 my-auto text-center text-lg-left">
<h4 class="text-white">Causes</h4>
<p class="mb-0 text-white-50">How do extreme parties emerge in the first place? How do these parties successfully mobilize their activists? Which role does social media play to simplify meetings? Do cultural components play a role when and where extreme parties successfully emerge? </p>
<hr class="d-none d-lg-block mb-0 ml-0">
</div>
</div>
</div>
</div>
</div>
<!-- Project Two Row -->
<div class="row justify-content-center no-gutters">
<div class="col-lg-6">
<img class="img-fluid" src="img/project2.png" alt="">
</div>
<div class="col-lg-6 order-lg-first">
<div class="bg-black text-center h-100 project">
<div class="d-flex h-100">
<div class="project-text w-100 my-auto text-center text-lg-right">
<h4 class="text-white">Societal Consequences</h4>
<p class="mb-0 text-white-50">Does the entrance of extreme parties into parliaments affect public opinion? Does it legitimate extreme opinions amongst the public? And, do other parts of the public mobilize against extreme opinions?</p>
<hr class="d-none d-lg-block mb-0 mr-0">
</div>
</div>
</div>
</div>
</div>
<!-- Project Three Row -->
<div class="row justify-content-center no-gutters mb-5 mb-lg-0">
<div class="col-lg-6">
<img class="img-fluid" src="img/project3.jpg" alt="">
</div>
<div class="col-lg-6">
<div class="bg-black text-center h-100 project">
<div class="d-flex h-100">
<div class="project-text w-100 my-auto text-center text-lg-left">
<h4 class="text-white">Political Consequences</h4>
<p class="mb-0 text-white-50">Does the entrance of extreme parties into parliament affect other parties? And if so, do parties vary in their reactions to the extreme competitor?</p>
<hr class="d-none d-lg-block mb-0 ml-0">
</div>
</div>
</div>
</div>
</div>
<!-- Project FOUR Row -->
<div class="row justify-content-center no-gutters mb-5 mb-lg-0">
<div class="col-lg-6">
<img class="img-fluid" src="img/project5.jpg" alt="">
</div>
<div class="col-lg-6 order-lg-first">
<div class="bg-black text-center h-100 project">
<div class="d-flex h-100">
<div class="project-text w-100 my-auto text-center text-lg-right">
<h4 class="text-white">Comparison through Time</h4>
<p class="mb-0 text-white-50">How do today's extreme parties and societies compare to prominent historic cases? Which strategies, campaign slogans and rhetoric of today's extreme parties are influenced by the behavior of prominent role models in the past? </p>
<hr class="d-none d-lg-block mb-0 ml-0">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Writings -->
<section id="writings" class="container" >
<!-- Page Heading -->
<h1 class="my-4">Writings
<small>Publications & Working Papers</small>
</h1>
<!-- Paper One -->
<div class="row">
<div class="col-md-7">
<!-- <a href="#"> -->
<img class="img-fluid rounded mb-3 mb-md-0" src="img/BW_RadicalParty_AJPS.jpg" alt="">
</a>
</div>
<div class="col-md-5">
<h3> <b> Do Voters Polarize when Radical Parties Enter Parliament? </b> </h3>
<p> <font size="3"> (with Markus Wagner), <i>American Journal of Political Science</i>: forthcoming. </font> </p>
<p>We argue that the elite polarization as signalled by radical parties’ first entrance into parliament leads to public polarization. The presence of radical voices on the right has polarizing effects, illustrating how such institutional recognition and legitimation can have a far-reaching impact on society.</p>
<a class="btn btn-primary" href="pdf/BW_RadicalParty_AJPS.pdf">PDF</a>
</div>
</div>
<!-- /.row -->
<hr>
<!-- Paper TWO -->
<div class="row">
<div class="col-md-7">
<!-- <a href="#"> -->
<img class="img-fluid rounded mb-3 mb-md-0" src="img/KB_m5s.png" alt="">
</a>
</div>
<div class="col-md-5">
<h3> <b> How Parties Organize from the Grounds: The Genesis of the Movimento 5 Stelle </b> </h3>
<p> <font size="3"> (with Thomas Kurer) </font> </p>
<p> Whether voters’ online activities translate into the offline sphere of politics and elections is an ongoing debate. We suggest that online communication is an important tool to connect and voice local interests, which are then mobilized by traditional on-the-ground party activity. To test this argument, we study the impact of the populist Movimento Cinque Stelle (M5S) on the rejection of the 2016 constitutional referendum in Italy. The movement’s unusual practice to coordinate activities on a public event platform provides a unique opportunity to collect the complete event history of a modern political party. We merge this data consisting of over 200,000 geo-coded meetings by 1,000 local chapters with referendum results and individual panel data. Relying on regression, matching, and instrumental variable models, we find a small but consistent effect of M5S activity on the referendum outcome. Our findings have important implications for our understanding of the internet’s impact on elections and politics more generally. </p>
<a class="btn btn-primary" href="pdf/BK_M5S.pdf">PDF</a>
</div>
</div>
<!-- /.row -->
<hr>
<!-- Paper THREE -->
<div class="row">
<div class="col-md-7">
<!-- <a href="#"> -->
<img class="img-fluid rounded mb-3 mb-md-0" src="img/BHZ_dialect.jpg" alt="">
</a>
</div>
<div class="col-md-5">
<h3> <b> Left Behind Communities and the Radical-Right: Do Peripheral Cultures Vote for the Radical Right in Germany? </b> </h3>
<p> <font size="3"> (with Hanno Hilbig & Daniel Ziblatt) </font> </p>
<p> What explains the radical right's electoral success? We propose that voters in "parochial" regions are more predisposed to voting for radical-right parties. We define "parochialism" as a geographic community where voters possess strong place-based social identities characterized by four attributes: low contact with outsiders; strong in-group ties; hostility towards outsiders; and, above all, high dialectal distance from the national standard language. We measure place-based social identity with 725,000 responses to a unique survey of regional German dialects. Using aggregate and individual-level data, we demonstrate that dialectal distance from the national standard language strongly predicts voting for the radical-right AfD party. Our contribution is two-fold. First, we clarify the concept of place-based social identity and its connection to parochialism as a source of radical-right voting. Second, drawing on recent research in socio-linguistics, we demonstrate that dialects are a useful measure of social identity not previously used to explain political behavior. </p>
<a class="btn btn-primary" href="pdf/ZHB_Dialect.pdf">PDF</a>
</div>
</div>
<!-- /.row -->
<hr>
<!-- Paper FOUR -->
<div class="row">
<div class="col-md-7">
<!-- <a href="#"> -->
<img class="img-fluid rounded mb-3 mb-md-0" src="img/radikal.jpg" alt="">
</a>
</div>
<div class="col-md-5">
<h3> <b> When Democracies Economically Punish Voters — Evidence from Employment Bans in Germany </b> </h3>
<p> <font size="3"> (with Vicente Valentim) </font> </p>
<p> How can states counter growing political extremism? We look at the effect of states persecuting radical individuals by studying the case of the radical decree in Germany. Implemented in 1972, this policy allowed individuals with connections to extremist groups to be banned from working in the public sector. We argue that this policy might have backfired, increasing extremist behavior and reducing voting for the incumbent. Drawing upon a newly collected dataset of individuals targeted by the bans, we run difference-in-differences models to estimate the effect of such bans on the political behavior of German citizens. We also look at the long term effects of the bans by looking at its effects on reducing the vote for the far-right party AfD, formed four decades after the policy was first implemented. In future iterations of the paper, we intend to enrich our findings by contacting and interviewing individuals targeted by the bans. Our findings have implications for the repertoire of policies that states can implement to deter extremist behavior and safeguard democracy. </p>
<a class="btn btn-primary" >Work in Progress</a>
</div>
</div>
<!-- /.row -->
<hr>
<!-- Paper FIVE -->
<div class="row">
<div class="col-md-7">
<!-- <a href="#"> -->
<img class="img-fluid rounded mb-3 mb-md-0" src="img/BW_AfD.jpg" alt="">
</a>
</div>
<div class="col-md-5">
<h3> <b> Does exposure to radical right marches affect voting and political preferences? </b> </h3>
<p> Politicians and journalists frequently emphasize that radical right grassroots mobilization matters for elections and preferences in exposed communities. The organizers of these marches explicitly seek to provide ``safe spaces'' for divergent, radical positions and, thereby, attempt to change the local perception of support for these radical views. Focusing on the German case and combining geo-coded protest data derived from the German security services with election results and public opinion data, I test these arguments employing difference-in-differences, matching and instrumental variable models. I find robust evidence that radical right marches affect elections and support for nationalism in exposed communities. </p>
<a class="btn btn-primary" >Work in Progress</a>
</div>
</div>
<!-- /.row -->
<hr>
<!-- Paper SIX -->
<div class="row">
<div class="col-md-7">
<!-- <a href="#"> -->
<img class="img-fluid rounded mb-3 mb-md-0" src="img/SB_Reden.png" alt="">
</a>
</div>
<div class="col-md-5">
<h3> <b> Against the globalist class: Does the Alternative for Germany borrow from Hitler? </b> </h3>
<p> <font size="3"> (with Judith Spirig) </font> </p>
<p> Pundits and journalists suggest that some of the language and images used by radical right parties are reminiscent of speeches of fascist politicians in pre-WWII times. Most prominently Alexander Gauland, leader of the German Alternative für Deutschland (AfD), has been accused of having borrowed from Hitler. We test these allegations using the full set of Hitler’s speeches between 1925 and 1933 and the speeches of several AfD proponents -- including Gauland. </p>
<a class="btn btn-primary" >Work in Progress</a>
</div>
</div>
<!-- /.row -->
<hr>
<!-- Paper SEVEN -->
<div class="row">
<div class="col-md-7">
<!-- <a href="#"> -->
<img class="img-fluid rounded mb-3 mb-md-0" src="img/gewissen.jpg" alt="">
</a>
</div>
<div class="col-md-5">
<h3> <b> The Political Legacies of Military Service: Evidence From a Natural Experiment </b> </h3>
<p> Does military service affect soldiers' civilian life and political attitudes after service? While a rich body of research investigates the effects of combat participation on draftees' attitudes, we know little about the effects of military service in the absence of combat. However, a widely shared concern is that the military socializes its draftees into authoritarian values running orthogonal to the values of civilians' lives in democracies. I identify the causal effect of compulsory military service on recruits' political attitudes by leveraging the quasi-random assignment of the re-introduced draft in Germany in 1956. Using several data sources I do not find any effects of past military service on current political attitudes. On the contrary, my findings suggest that the introduction of civilian service and suspension of compulsory service make a selection of more conservatively-minded into the army ever more likely. These findings imply that processes of examination and all-encompassing service might forestall such unwanted selection processes based on political ideology. </p>
<a class="btn btn-primary" >Work in Progress</a>
</div>
</div>
<!-- /.row -->
<hr>
<!-- Pagination
<ul class="pagination justify-content-center">
<li class="page-item">
<a class="page-link" href="#" aria-label="Previous">
<span aria-hidden="true">«</span>
<span class="sr-only">Previous</span>
</a>
</li>
<li class="page-item">
<a class="page-link" href="#">1</a>
</li>
<li class="page-item">
<a class="page-link" href="#">2</a>
</li>
<li class="page-item">
<a class="page-link" href="#">3</a>
</li>
<li class="page-item">
<a class="page-link" href="#" aria-label="Next">
<span aria-hidden="true">»</span>
<span class="sr-only">Next</span>
</a>
</li>
</ul>
-->
</div>
</section>
<!-- /.container -->
<!-- Signup Section
<section id="signup" class="signup-section">
<div class="container">
<div class="row">
<div class="col-md-10 col-lg-8 mx-auto text-center">
<i class="far fa-paper-plane fa-2x mb-2 text-white"></i>
<h2 class="text-white mb-5">Subscribe to receive updates!</h2>
<form class="form-inline d-flex">
<input type="email" class="form-control flex-fill mr-0 mr-sm-2 mb-3 mb-sm-0" id="inputEmail" placeholder="Enter email address...">
<button type="submit" class="btn btn-primary mx-auto">Subscribe</button>
</form>
</div>
</div>
</div>
</section>-->
<!-- Team -->
<!-- Page Content -->
<section id="team">
<div class="container">
<!-- Introduction Row -->
<h1 class="my-4">Team
<small></small>
</h1>
<p></p>
<!-- Team Members Row -->
<div class="row">
<div class="col-lg-12">
<h2 class="my-4">The Team & Associated Members</h2>
</div>
<div class="col-lg-4 col-sm-6 text-center mb-4">
<img class="rounded-circle img-fluid d-block mx-auto" src="img/DB.jpeg" alt="">
<h3> <a href="http://danbischof.com/">Daniel Bischof</a> <br>
<small>Principal Investigator</small>
</h3>
<p>Ambizione Grant Holder <br> @Department of Political Science <br> <i>University of Zurich</i> </p>
</div>
<div class="col-lg-4 col-sm-6 text-center mb-4">
<img class="rounded-circle img-fluid d-block mx-auto" src="img/MW.jpg" alt="">
<h3> <a href="https://www.wagnermarkus.net">Markus Wagner</a> <br>
<small>Associated Researcher & Advisory Board Member</small>
</h3>
<p>Professor <br> @Department of Government <br> <i>University of Vienna</i> </p>
</div>
<div class="col-lg-4 col-sm-6 text-center mb-4">
<img class="rounded-circle img-fluid d-block mx-auto" src="img/FF.jpg" alt="">
<h3> <a href="http://www.florianfoos.net">Florian Foos</a> <br>
<small>Associated Researcher</small>
</h3>
<p>Lecturer <br> @Department of Political Economy <br> <i>King's College London</i> </p>
</div>
<div class="col-lg-4 col-sm-6 text-center mb-4">
<img class="rounded-circle img-fluid d-block mx-auto" src="img/NP.jpg" alt="">
<h3>Natalia Podany <br>
<small>Research Assistant</small>
</h3>
<p>BA Student <br> @Department of Political Science <br> <i>University of Zurich</i> </p>
</div>
<div class="col-lg-4 col-sm-6 text-center mb-4">
<img class="rounded-circle img-fluid d-block mx-auto" src="img/LA.jpg" alt="">
<h3>Lukas Aebi <br>
<small>Research Assistant</small>
</h3>
<p>BA Student <br> @Department of Political Science <br> <i>University of Zurich</i> </p>
</div>
<div class="col-lg-4 col-sm-6 text-center mb-4">
<img class="rounded-circle img-fluid d-block mx-auto" src="img/LT.jpg" alt="">
<h3> Lara Theiler <br>
<small>Research Assistant</small>
</h3>
<p>BA Student <br> @Department of Political Science <br> <i>University of Zurich</i> </p>
</div>
<div class="col-lg-4 col-sm-6 text-center mb-4">
<img class="rounded-circle img-fluid d-block mx-auto" src="img/ST.jpg" alt="">
<h3> Susana Tavares <br>
<small>Research Assistant</small>
</h3>
<p>BA Student <br> @Department of Political Science <br> <i>University of Zurich</i> </p>
</div>
<div class="row">
<div class="col-lg-12">
<h2 class="my-4">Former Members:</h2>
</div>
<div class="col-lg-4 col-sm-6 text-center mb-4">
<img class="rounded-circle img-fluid d-block mx-auto" src="img/TW.jpg" alt="">
<h3><a href="https://www.ipw.unibe.ch/ueber_uns/personen/woeffray_thoda/index_ger.html">Théoda Woeffray</a> <br>
<small>Research Assistant <br> (2019-2020) </small>
</h3>
<p>Now: PhD Student <br> @Department of Political Science <br> <i>University of Bern</i> </p>
</div>
<div class="col-lg-4 col-sm-6 text-center mb-4">
<img class="rounded-circle img-fluid d-block mx-auto" src="img/SW.jpg" alt="">
<h3>Sebastian Weber <br>
<small>Research Assistant <br> (2019-2020) </small>
</h3>
<p>Now: MA Student <br> @Department of Political Science <br> <i>University of Bern</i> </p>
</div>
</div>
<!-- <div class="col-lg-8 col-sm-6 text-center mb-4">
<img class="rounded-circle img-fluid d-block mx-auto" src="" alt="">
<h3> <a href="">XXX</a> <br>
<small>Advisory Board Member</small>
</h3>
<p> XXX <br> @Department of XXX <br> <i>University of XXX</i> </p>
</div>
</div>
<div class="col-lg-8 col-sm-6 text-center mb-4">
<img class="rounded-circle img-fluid d-block mx-auto" src="img/TM.jpeg" alt="">
<h3> <a href="https://www.thomas-meyer.at">Thomas Meyer</a> <br>
<small>Advisory Board Member</small>
</h3>
<p>Associate Professor of Political Science <br> @Department of Government <br> <i>University of Vienna</i> </p>
</div> -->
</div>
</div>
</section>
<!-- /.container -->
<!-- Contact Section -->
<section id="contact" class="contact-section bg-black">
<!-- <section class="contact-section bg-black">-->
<div class="container">
<div class="row">
<div class="col-md-4 mb-3 mb-md-0">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-map-marked-alt text-primary mb-2"></i>
<h4 class="text-uppercase m-0">Address</h4>
<hr class="my-4">
<div class="small text-black-50">Affolternstrasse 56, 8050 Zurich</div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-envelope text-primary mb-2"></i>
<h4 class="text-uppercase m-0">Email</h4>
<hr class="my-4">
<div class="small text-black-50">
<a href="mailto:db@danbischof.com">db@danbischof.com</a>
</div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-mobile-alt text-primary mb-2"></i>
<h4 class="text-uppercase m-0">Phone</h4>
<hr class="my-4">
<div class="small text-black-50">+41 (0)44 634 58 50</div>
</div>
</div>
</div>
</div>
<div class="social d-flex justify-content-center">
<a href="https://twitter.com/DanBischof" class="mx-2">
<i class="fab fa-twitter"></i>
</a>
<a href="https://github.com/extremeentrance/extremeentrance.github.io" class="mx-2">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-black small text-center text-white-50">
<div class="container">
Copyright © Extreme Party Entrance 2019
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/grayscale.min.js"></script>
</body>
</html>