-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ana Goessens <[email protected]>
- Loading branch information
1 parent
bf72ab5
commit b3c7db8
Showing
1 changed file
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,10 @@ | |
margin: 0; | ||
text-shadow: 2px 2px 4px #ff00ff; | ||
} | ||
|
||
a { | ||
color: white; | ||
} | ||
|
||
.carousel { | ||
width: 80%; | ||
|
@@ -128,13 +132,12 @@ <h1>Het is weer tijd voor Halloween</h1> | |
|
||
<div class="info-section"> | ||
<h2>Durf jij te komen?</h2> | ||
<a href="path/to/your/event.ics" download="event.ics">Voeg het event toe aan je kalender</a> | ||
<p>π Datum: Tbd</p> | ||
<p>β° Tijd: 20:00 - 01:00</p> | ||
<p>π Locatie: Tbd</p> | ||
<p>π» Je favoriete Halloween feest is opgestaan uit de dood. Kom feesten en val in de prijzen met je meest creatieve kostuum!</p> | ||
</div> | ||
<p><a href="path/to/your/event.ics" download="event.ics">Voeg toe aan je kalender</a></p> | ||
|
||
|
||
<div class="carousel"> | ||
<div class="carousel-inner"> | ||
|
@@ -184,7 +187,7 @@ <h2>FAQ</h2> | |
<p>Gaan we het gezellig hebben: JA!</p> | ||
</div> | ||
<a href="mailto:[email protected]">Vragen? Ideeen? Email ons!</a> | ||
|
||
<div class="ghost" style="top: 20%; left: 5%;">π»</div> | ||
<div class="ghost" style="top: 40%; right: 5%;">π»</div> | ||
<div class="ghost" style="bottom: 10%; left: 10%;">π»</div> | ||
|