Skip to content

Commit

Permalink
add cta for registration
Browse files Browse the repository at this point in the history
  • Loading branch information
tswfi committed Jun 24, 2024
1 parent 6b1254f commit 9eae5ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ <h2>{{ site.description | default: site.github.project_tagline }}</h2>
<li><a href="/rekisteriseloste/">Rekisteriseloste</a></li>
</ul>

<a class="ctabtn" target="_blank" href="https://my.akaa.hacklab.fi">Liity jäseneksi</a>

<p>Sivusto luotu käyttäen <a href="https://pages.github.com">GitHub Pages</a>.</p>
</aside>
</div>
Expand Down
5 changes: 5 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,8 @@ ul.menu li a {
height: 100%;
object-fit: cover;
}



.ctabtn { display:inline-block; margin: 10px 0; padding: 10px 25px 10px 25px; font-size: 16px; text-decoration: none; color: #ffffff; background-color: #2879d0 }
.ctabtn:hover { color: white; background-color: #2268b2; }

0 comments on commit 9eae5ba

Please sign in to comment.