Skip to content

Commit

Permalink
Merge branch '2024' into 'master'
Browse files Browse the repository at this point in the history
Make Address more clear

See merge request kris/socrates-preview!3
  • Loading branch information
GuidoDechamps committed Jun 27, 2024
2 parents d2b5af9 + 408f483 commit 2ab3fe9
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 9 deletions.
18 changes: 17 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4254,6 +4254,9 @@ button[type="submit"] .loading {
}
}
@media (max-width: 767px) {
.contacts-wrapper{
padding-top: 30px;
}
.contacts-on-map {
-webkit-transform: none;
-moz-transform: none;
Expand Down Expand Up @@ -5328,6 +5331,13 @@ button[type="submit"] .loading {
.form-register .checkbox-wrapper label {
line-height: 1.6;
}
.venue-img-bg {
opacity: 0.2;
position: absolute;
width: 100%;
height: 40%;
object-fit: cover;
}
.venue-section .venue-hotel-logo {
margin: 0 0 43px;
display: block;
Expand Down Expand Up @@ -5473,9 +5483,15 @@ button[type="submit"] .loading {
}
}

.book-tickets-now {
.book-tickets-now,
.location-in-header {
cursor: pointer;
}

.location-in-header a {
text-decoration: none;
color: #FFFFFF;
}

.book-tickets-now a {
}
Binary file added assets/img/venues/floreal.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 6 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
<div class="hero-heading-top centered-block align-center">
<h1 class="extra-heading">SoCraTes BE</h1>
<h2 class="thin base-font">Unconference</h2>
<h4 class="base-font"><i class="fa-solid fa-calendar" style="color: #fe4918"></i>&nbsp;&nbsp;10 - 13 October 2024</h4>
<h4 class="base-font"><i class="fa-solid fa-calendar" ></i>&nbsp;&nbsp;10 - 13 October 2024</h4>
<h4 class="base-font location-in-header"><a href="#venue"><i class="fa-solid fa-location-dot"></i>&nbsp;&nbsp;Floreal La Roche-En-Ardenne</a></h4>
<h3 class="book-tickets-now"><a href="https://forms.gle/jYSJCegTAsnHxjS1A" target="_blank"><strong
class="highlight heading">Book your tickets NOW!</strong></a></h3>
<h3 class="thin base-font">For software crafters</h3>
Expand Down Expand Up @@ -241,7 +242,7 @@ <h6>Why does the conference overlap the weekend?</h6>
</div>
<div class="col-sm-7 align-left">
<h6>About the event</h6>
<p>This year's SoCraTes unconference runs from Thursday 10 October to Sunday 13 October 2024.</p>
<p>This year's SoCraTes unconference runs from Thursday 10 October to Sunday 13 October 2024 at <i class="fa-solid fa-location-dot"></i><a href="https://www.florealgroup.be/nl/vakantiepark/floreal-la-roche-en-ardenne" target="_blank"> Floreal, La Roche-En-Ardenne</a>.</p>
<br/>
<p>We’ll kick off Thursday evening with dinner at 7 PM. After dinner, around 8.30 PM, we will officially open the fifth edition of
SoCraTes BE with a warm up session to get all the brains fired up. When the warm up session is finished, the floor is yours to
Expand Down Expand Up @@ -1045,20 +1046,17 @@ <h6 class="package-title">Customised sponsor package</h6>
</section>

<section id="venue">
<img src="assets/img/venues/floreal.jpg" class="venue-img-bg">
<div class="contacts-wrapper">
<div id="contacts-map" class="map" data-settings="map-settings.json" style="height:560px;"></div>

<div class="container contacts-on-map-container">
<div class="contacts-on-map">
<h3>Location</h3>

<ul class="list">
<li><i class="fa-solid fa-location-dot"></i><a href="https://www.florealgroup.be/nl/vakantiepark/floreal-la-roche-en-ardenne"> Floreal La
Roche-En-Ardenne
Av. de Villez 6, 6980 La Roche-en-Ardenne</a>
</li>
<li><i class="fa-solid fa-location-dot"></i><a href="https://www.florealgroup.be/nl/vakantiepark/floreal-la-roche-en-ardenne" target="_blank"> Floreal La Roche-En-Ardenne Av. de Villez 6, 6980 La Roche-en-Ardenne</a></li>
<li><i class="fa-solid fa-route"></i>
<a href="https://www.google.com/maps/dir//Floreal+La+Roche-En-Ardenne+Av.+de+Villez+6+6980+La+Roche-en-Ardenne/@50.1794403,5.5830503,17z/data=!4m8!4m7!1m0!1m5!1m1!1s0x47c038d11f6451a7:0x7711b4f3526b305!2m2!1d5.5830633!2d50.1794403?entry=ttu">Directions</a>
<a href="https://www.google.com/maps/dir//Floreal+La+Roche-En-Ardenne+Av.+de+Villez+6+6980+La+Roche-en-Ardenne/@50.1794403,5.5830503,17z/data=!4m8!4m7!1m0!1m5!1m1!1s0x47c038d11f6451a7:0x7711b4f3526b305!2m2!1d5.5830633!2d50.1794403?entry=ttu" target="_blank">Directions</a>
</li>
<li><i class="fa-solid fa-envelope"></i> <a href="mailto:[email protected]">[email protected]</a></li>
</ul>
Expand Down

0 comments on commit 2ab3fe9

Please sign in to comment.