Skip to content

Commit 86ade1f

Browse files
committed
lower Malaga
1 parent d6c87a7 commit 86ade1f

File tree

4 files changed

+62
-8
lines changed

4 files changed

+62
-8
lines changed

_data/navigation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# link: "cover"
33
# name: Welcome
44
# link: "welcome"
5-
- name: 2026 Málaga Waiting List
5+
- name: Málaga 2026
66
link: "newsletter"
77
#- name: TICKETS
88
# link: "tickets"

_includes/cover.html

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
<div class="cover" id="cover">
2-
<div class="logo">
3-
<img src="{{ site.baseurl }}/assets/images/logo2024www.svg" alt="icon-about">
4-
</div>
5-
<h4 class="date" style="text-align:center;">14 May - Training, 15-16 May - Conference, Kraków & Virtual - See you there!<br />
6-
<span style="color:#fff;font-size:22px;"> Join the biggest Elixir conference in the world!<br></span>
7-
</h4>
8-
<!-- <a class=" btn-outline mb-1 btn-purple" href="https://www.elixirconf.eu/#register">REGISTER</a>
2+
<div class="logo">
3+
<img
4+
src="{{ site.baseurl }}/assets/images/logo2024www.svg"
5+
alt="icon-about"
6+
/>
7+
</div>
8+
<h4 class="date" style="text-align: center">
9+
14 May - Training, 15-16 May - Conference, Kraków & Virtual - See you
10+
there!<br />
11+
<span style="color: #fff; font-size: 22px">
12+
Join the biggest Elixir conference in the world! See you in Málaga
13+
on 23-24 April 2026!<br
14+
/></span>
15+
</h4>
16+
<!-- <a class=" btn-outline mb-1 btn-purple" href="https://www.elixirconf.eu/#register">REGISTER</a>
917
<h4 class="date" style="text-align:center;">Call for Talks is open!</h4>
1018
<a class="page-scroll btn-outline mb-3 btn-purple" href="https://eventil.com/events/elixirconf-eu-2021/cfp">SUBMIT TALK</a>
1119
<a class="page-scroll btn-arrow" href="#welcome">

_sass/custom_nav_fix.scss

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
/* Simple fixes for navigation bar alignment and spacing */
2+
.navbar-fixed-top {
3+
padding: 0.2em 0;
4+
}
5+
6+
.navbar-fixed-top .nav {
7+
display: flex;
8+
align-items: center;
9+
height: auto;
10+
}
11+
12+
.navbar-fixed-top .nav li {
13+
display: flex;
14+
align-items: center;
15+
height: 100%;
16+
}
17+
18+
/* Make all menu items the same height */
19+
.navbar-fixed-top .nav li a,
20+
.navbar-fixed-top .nav li .dropbtn {
21+
height: 40px;
22+
display: flex;
23+
align-items: center;
24+
padding: 0 0.35em;
25+
margin: 0 0.35em !important;
26+
}
27+
28+
/* Fix for dropdown alignment */
29+
.dropdown .dropdown-content {
30+
top: 40px;
31+
}
32+
33+
/* Responsive adjustments */
34+
@media only screen and (max-width: 1112px) {
35+
.navbar-fixed-top {
36+
padding: 1em 0;
37+
}
38+
39+
.navbar-fixed-top .nav li a,
40+
.navbar-fixed-top .nav li .dropbtn {
41+
height: auto;
42+
padding: 15px;
43+
margin: 0 !important;
44+
}
45+
}

assets/css/styles.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@
2929
@import '_owl-carousel';
3030
@import '_font-7-stroke';
3131
@import '_flaticon-social-icons';
32+
@import 'custom_nav_fix';

0 commit comments

Comments
 (0)