diff --git a/app/assets/images/festival/codebar-festival-logo-light.png b/app/assets/images/festival/codebar-festival-logo-light.png new file mode 100644 index 000000000..6360d4197 Binary files /dev/null and b/app/assets/images/festival/codebar-festival-logo-light.png differ diff --git a/app/assets/images/festival/festival-banner-background.jpg b/app/assets/images/festival/festival-banner-background.jpg deleted file mode 100644 index b7bf25f77..000000000 Binary files a/app/assets/images/festival/festival-banner-background.jpg and /dev/null differ diff --git a/app/assets/images/festival/festival-logo-pink.png b/app/assets/images/festival/festival-logo-pink.png deleted file mode 100644 index 954d19356..000000000 Binary files a/app/assets/images/festival/festival-logo-pink.png and /dev/null differ diff --git a/app/assets/stylesheets/main.scss b/app/assets/stylesheets/main.scss index edfa88cb4..87ba4171e 100644 --- a/app/assets/stylesheets/main.scss +++ b/app/assets/stylesheets/main.scss @@ -43,6 +43,5 @@ form .hint { } .festival-banner { - background-image: image-url('festival/festival-banner-background.jpg'); - background-size: cover; + background: #1E1D3B; } diff --git a/app/views/dashboard/show.html.haml b/app/views/dashboard/show.html.haml index 0dcb626b6..6acfda230 100644 --- a/app/views/dashboard/show.html.haml +++ b/app/views/dashboard/show.html.haml @@ -1,7 +1,7 @@ - title t('homepage.title') -.alert.alert-dark.mb-0.text-center - We’re beyond proud to launch our first-ever Impact Report, which you can read here - impact-report-22.codebar.io +-# .alert.alert-dark.mb-0.text-center +-# We’re beyond proud to launch our first-ever Impact Report, which you can read here - impact-report-22.codebar.io .homepage-hero.d-flex.align-items-center .container.d-flex @@ -15,6 +15,8 @@ .col-md-8 %p.lead.mb-0= raw t('homepage.explanation') += render 'shared/festival_banner' + .container.py-4.py-lg-5 .row .col-md-4.mb-4.mb-md-0 diff --git a/app/views/shared/_festival_banner.html.haml b/app/views/shared/_festival_banner.html.haml index f33c2d79d..66373f0ef 100644 --- a/app/views/shared/_festival_banner.html.haml +++ b/app/views/shared/_festival_banner.html.haml @@ -3,9 +3,8 @@ .col-lg-8 .row .col-md-4.mb-4.mb-md-0 - = link_to image_tag('festival/festival-logo-pink.png', style: 'max-width: 180px;', alt: 'codebar Festival logo'), 'https://festival.codebar.io/', class: 'border-0' - %p.text-white.mb-0 - %strong 11 - 13th March 2022 + = 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 Following our successful festival in 2021 we are very excited to celebrate our community and provide even more opportunities in codebar Festival 2022. - %p.text-white.mb-0 Join us for 3 days of talks, workshops, demos, and panel discussions on CODING, CAREER, or WELLBEING. New for this year is the JOB FAIR, chat with people from Compare The Market, Amazon.com, Global, IDBS and Immersive Labs. You're in control, create your own schedule. It’s 100% virtual and completely free. #{link_to 'RSVP here', 'https://festival.codebar.io', class: 'link-light border-0 text-decoration-underline'}. \ No newline at end of file + %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'}.