Skip to content

Commit

Permalink
button links
Browse files Browse the repository at this point in the history
  • Loading branch information
jcupac committed Jun 12, 2024
1 parent 7df11a8 commit f8a1825
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
14 changes: 11 additions & 3 deletions _includes/incl-conf-subdomain.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,17 @@
<p>Live Online</p>
</div>

<button href="https://www.meetup.com/techexcellence/events/301221542/" target="_blank" rel="noopener" class="c-btn">Register</button>

<button href="{{ site.url }}/conf/#sessions" rel="noopener" class="c-btn c-btn-secondary">Sessions</button>
<button class="c-btn">
<a href="https://www.meetup.com/techexcellence/events/301221542/" target="_blank" rel="noopener">
Register
</a>
</button>

<button class="c-btn">
<a href="{{ site.url }}/conf/#sessions" rel="noopener">
Sessions
</a>
</button>
</div>


Expand Down
12 changes: 10 additions & 2 deletions _includes/incl-conference.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,17 @@
</div>

<div class="">
<button href="https://www.meetup.com/techexcellence/events/301221542/" target="_blank" rel="noopener" class="c-btn">Register</button>
<button class="c-btn">
<a href="https://www.meetup.com/techexcellence/events/301221542/" target="_blank" rel="noopener" >
Register
</a>
</button>

<button href="{{ site.url }}/conf/#sessions" rel="noopener" class="c-btn">Sessions</button>
<button class="c-btn">
<a href="{{ site.url }}/conf/#sessions" rel="noopener">
Sessions
</a>
</button>
</div>


Expand Down
3 changes: 3 additions & 0 deletions _scss/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ button.c-btn {
margin-bottom: 2rem;
}
}
a {
color: white;
}
}

button.c-btn-secondary {
Expand Down

0 comments on commit f8a1825

Please sign in to comment.