Skip to content

Commit

Permalink
Adds a register now button to the event linking to meetup
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomba committed Oct 16, 2024
1 parent a5f781d commit 2b12796
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/css/valenciarb.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ a {
color: #cc342d !important;
}

.has-background-red {
color: white;
background-color: #cc342d !important;
}

.header {
.title {
font-size: 36px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ We also have the support of [New Work Valencia](https://new-work.se/en/career/va

You can't miss it!

<div class="has-text-centered">
<a href="https://www.meetup.com/vlctechhub/events/304025350/" target="_blank" class="button has-background-red">Register now!</a>
</div>

**Agenda**

**Beyond Meetups: Creating Ruby Ecosystem**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ en sus oficinas.

¡No os lo podeis perder!

<div class="has-text-centered">
<a href="https://www.meetup.com/vlctechhub/events/304025350/" target="_blank" class="button has-background-red">¡Registrate ahora!</a>
</div>

##### Agenda

**Beyond Meetups: Creating Ruby Ecosystem**
Expand Down

0 comments on commit 2b12796

Please sign in to comment.