Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions _includes/_hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,10 @@ <h4 class="fw-light mb-5">

<div class="d-grid gap-2 d-sm-flex justify-content-sm-center hero-cta">
<a type="button" class="btn btn-lg px-4 gap-3" href="https://archives.scaladays.org" target="_blank">Past Editions</a>
<a type="button" class="btn btn-lg px-4 gap-3" href="https://archives.scaladays.org/2025/" target="_blank">Scala Days 2025</a>
</div>
</div>
</div>
</div>

<div class="position-absolute bottom-0 pb-4 hero-arrow">
<a href="#home-about">
<img src="{{ site.baseurl }}/img/assets/icon-arrow.svg" alt="">
</a>
</div>

</header>
8 changes: 1 addition & 7 deletions _sass/_user-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,7 @@

.hero-cta {
a {
&:first-child {
@extend .btn-primary;
}

&:nth-child(2n) {
@extend .btn-outline-light;
}
@extend .btn-primary;
}
}

Expand Down