diff --git a/app/assets/images/about/announcement-broom.png b/app/assets/images/about/announcement-broom.png deleted file mode 100644 index 0d863a9f..00000000 Binary files a/app/assets/images/about/announcement-broom.png and /dev/null differ diff --git a/app/assets/images/about/announcement-broom@2x.png b/app/assets/images/about/announcement-broom@2x.png deleted file mode 100644 index 62975191..00000000 Binary files a/app/assets/images/about/announcement-broom@2x.png and /dev/null differ diff --git a/app/helpers/outfits_helper.rb b/app/helpers/outfits_helper.rb index 0b37d604..879f19cf 100644 --- a/app/helpers/outfits_helper.rb +++ b/app/helpers/outfits_helper.rb @@ -1,5 +1,5 @@ module OutfitsHelper - LAST_DAY_OF_ANNOUNCEMENT = Date.parse("2024-09-27") + LAST_DAY_OF_ANNOUNCEMENT = Date.parse("2024-10-10") def show_announcement? Date.today <= LAST_DAY_OF_ANNOUNCEMENT end diff --git a/app/views/outfits/new.html.haml b/app/views/outfits/new.html.haml index 2f8ca0e6..830d7dd5 100644 --- a/app/views/outfits/new.html.haml +++ b/app/views/outfits/new.html.haml @@ -6,20 +6,24 @@ - if show_announcement? %section.announcement - = image_tag "about/announcement-broom.png", width: 70, height: 70, - srcset: {"about/announcement-broom@2x.png": "2x"}, - class: "neopass-thumbnail" + = image_tag "about/announcement.png", width: 70, height: 70, + srcset: {"about/announcement@2x.png": "2x"} .content %p %strong - = link_to "State of DTI: 2024!", - "https://blog.openneo.net/2024/09/20/state-of-dti-2024.html" - Here's what we've been up to this year! We talk a bit about the - cleanups, the partnerships, and the future! + = link_to "This week in DTI: Performance upgrades!", + "https://blog.openneo.net/2024/10/03/perf-upgrades.html" + If you saw the site stutter, whoops, you weren't imagining it! We've + dug into our past and made three changes to speed up the site for + everyone, whew! %p - The themes are stability, simplicity, and sustainability. We've been - online for 15 years now, and we're gonna keep doing our best to keep - DTI here for a long time to come! + Also, in case you can help: + = succeed "," do + = link_to "I'm job-hunting right now", + "https://blog.openneo.net/2024/10/03/perf-upgrades.html#job-hunting" + looking for + full-time software roles! + %em (You gotta ask, right?) #outfit-forms #pet-preview