Post perf upgrades announcement (and job-hunting ask 💖❗️)
This commit is contained in:
parent
fe4db1b605
commit
1d51e28144
4 changed files with 15 additions and 11 deletions
Binary file not shown.
Before Width: | Height: | Size: 13 KiB |
Binary file not shown.
Before Width: | Height: | Size: 45 KiB |
|
@ -1,5 +1,5 @@
|
||||||
module OutfitsHelper
|
module OutfitsHelper
|
||||||
LAST_DAY_OF_ANNOUNCEMENT = Date.parse("2024-09-27")
|
LAST_DAY_OF_ANNOUNCEMENT = Date.parse("2024-10-10")
|
||||||
def show_announcement?
|
def show_announcement?
|
||||||
Date.today <= LAST_DAY_OF_ANNOUNCEMENT
|
Date.today <= LAST_DAY_OF_ANNOUNCEMENT
|
||||||
end
|
end
|
||||||
|
|
|
@ -6,20 +6,24 @@
|
||||||
|
|
||||||
- if show_announcement?
|
- if show_announcement?
|
||||||
%section.announcement
|
%section.announcement
|
||||||
= image_tag "about/announcement-broom.png", width: 70, height: 70,
|
= image_tag "about/announcement.png", width: 70, height: 70,
|
||||||
srcset: {"about/announcement-broom@2x.png": "2x"},
|
srcset: {"about/announcement@2x.png": "2x"}
|
||||||
class: "neopass-thumbnail"
|
|
||||||
.content
|
.content
|
||||||
%p
|
%p
|
||||||
%strong
|
%strong
|
||||||
= link_to "State of DTI: 2024!",
|
= link_to "This week in DTI: Performance upgrades!",
|
||||||
"https://blog.openneo.net/2024/09/20/state-of-dti-2024.html"
|
"https://blog.openneo.net/2024/10/03/perf-upgrades.html"
|
||||||
Here's what we've been up to this year! We talk a bit about the
|
If you saw the site stutter, whoops, you weren't imagining it! We've
|
||||||
cleanups, the partnerships, and the future!
|
dug into our past and made three changes to speed up the site for
|
||||||
|
everyone, whew!
|
||||||
%p
|
%p
|
||||||
The themes are stability, simplicity, and sustainability. We've been
|
Also, in case you can help:
|
||||||
online for 15 years now, and we're gonna keep doing our best to keep
|
= succeed "," do
|
||||||
DTI here for a long time to come!
|
= 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
|
#outfit-forms
|
||||||
#pet-preview
|
#pet-preview
|
||||||
|
|
Loading…
Reference in a new issue