|
|
@ -140,24 +140,24 @@ |
|
|
|
|
|
|
|
h2 { |
|
|
|
font-family: 'Lato black', sans-serif; |
|
|
|
font-size: 1.8rem; |
|
|
|
font-size: 2.0rem; |
|
|
|
text-transform: uppercase; |
|
|
|
color: #eeeeee; |
|
|
|
color: #111111; |
|
|
|
margin-top: 4vh; |
|
|
|
margin-bottom: 4vh; |
|
|
|
} |
|
|
|
|
|
|
|
.card-title { |
|
|
|
font-family: 'Lato black', sans-serif; |
|
|
|
color: #eeeeee; |
|
|
|
color: #222222; |
|
|
|
font-size: 1.5rem; |
|
|
|
} |
|
|
|
|
|
|
|
p, li { |
|
|
|
font-family: 'Lato', sans-serif; |
|
|
|
letter-spacing: 0.05em; |
|
|
|
font-size: 1.3em; |
|
|
|
color: #eeeeee; |
|
|
|
font-size: 1.4em; |
|
|
|
color: #333333; |
|
|
|
hyphens: auto; |
|
|
|
} |
|
|
|
|
|
|
@ -373,18 +373,17 @@ |
|
|
|
<div class="row"> |
|
|
|
<div class="col-12 section"> |
|
|
|
<h2 class="text-center ">Rave Etiquette</h2> |
|
|
|
<ol> |
|
|
|
<ul> |
|
|
|
<li>Diskriminierung jeglicher art wird nicht toleriert</li> |
|
|
|
<li>Respektiere die persönlichen Grenzen anderer</li> |
|
|
|
<li>Pass auf dich und auf andere auf</li> |
|
|
|
<li>Halte die Tanzfläche sauber und respektiere den Raum der anderen, um ein harmonisches Miteinander zu |
|
|
|
gewährleisten |
|
|
|
</li> |
|
|
|
<li>Respektiere den Raum der anderen, um ein harmonisches Miteinander zu gewährleisten</li> |
|
|
|
<li>Solltest du dich in irgendeiner Weise unwohl fühlen oder |
|
|
|
etwas beobachten, was dir nicht in Ordnung erscheint, setze dich bitte |
|
|
|
mit einem Barmitarbeiter, dem Eingangspersonal oder einem anderen |
|
|
|
Mitarbeiter in Verbindung |
|
|
|
</li> |
|
|
|
</ol> |
|
|
|
</ul> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
@ -403,10 +402,6 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<!--<script src="SubFactory_files/jquery-3.2.1.slim.min.js"></script>--> |
|
|
|
<!--<script src="SubFactory_files/popper.min.js"></script>--> |
|
|
|
<!--<script src="SubFactory_files/bootstrap.min.js"></script>--> |
|
|
|
|
|
|
|
|
|
|
|
<script type="module"> |
|
|
|
import * as THREE from 'https://unpkg.com/three/build/three.module.js'; |
|
|
@ -483,9 +478,6 @@ |
|
|
|
|
|
|
|
renderer.render( scene, camera ); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</script> |
|
|
|
</body> |
|
|
|
</html> |
|
|
|