Skip to content

Commit

Permalink
Adds 2024 Festival banner to homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
matyikriszta committed Feb 7, 2024
1 parent 081ab1d commit fef150b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/views/dashboard/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
.col-md-8
%p.lead.mb-0= raw t('homepage.explanation')

-# = render 'shared/festival_banner'
= render 'shared/festival_banner'

.container.py-4.py-lg-5
.row
Expand Down
4 changes: 2 additions & 2 deletions app/views/shared/_festival_banner.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
= link_to image_tag('festival/codebar-festival-logo-light.png', style: 'max-width: 218px;', alt: 'codebar Festival logo'), 'https://festival.codebar.io/', class: 'border-0'
.col-md
%p.text-white.mb-2
%strong 6 - 11th March 2023
%p.text-white.mb-0 Build a holistic career in tech with us at codebar Festival! Join us on the 6th, 7th, 8th, 9th and 11th of March for 5 days of workshops, talks, panels and networking opportunities. #{link_to 'Checkout out the schedule and RSVP here', 'https://festival.codebar.io', class: 'link-light border-0 text-decoration-underline'}.
%strong 4 - 9th March 2024
%p.text-white.mb-0 Build a holistic career in tech with us at codebar Festival! Join us on the 4th, 5th, 6th, 7th, 8th and 9th of March for 6 days of workshops, talks, panels and networking opportunities. #{link_to 'Checkout out the schedule and RSVP here', 'https://festival.codebar.io', class: 'link-light border-0 text-decoration-underline'}.

0 comments on commit fef150b

Please sign in to comment.