Update NeoPass announcement to link to our new survey
I refresh the image and UI color here to draw attention to the change! I also delete the `neopass-thumbnail.png` image, since it's no longer used anywhere anymore, but I would not be surprised if we want it back someday and need to revive it from history!
This commit is contained in:
parent
06da8b0924
commit
05155507c4
6 changed files with 24 additions and 13 deletions
BIN
app/assets/images/about/neopass-survey.png
Normal file
BIN
app/assets/images/about/neopass-survey.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.9 KiB |
BIN
app/assets/images/about/neopass-survey@2x.png
Normal file
BIN
app/assets/images/about/neopass-survey@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
Binary file not shown.
Before Width: | Height: | Size: 11 KiB |
Binary file not shown.
Before Width: | Height: | Size: 34 KiB |
|
@ -8,8 +8,8 @@ body.outfits-new
|
|||
display: none
|
||||
|
||||
.neopass-announcement
|
||||
border: 1px solid #7bd5ce
|
||||
color: #3b6c68
|
||||
border: 1px solid orange
|
||||
color: #8d5900
|
||||
padding: .5em
|
||||
display: grid
|
||||
grid-template-areas: "thumbnail content"
|
||||
|
@ -24,6 +24,9 @@ body.outfits-new
|
|||
p:last-of-type
|
||||
margin-bottom: 0
|
||||
|
||||
a
|
||||
color: #be7a00
|
||||
|
||||
#outfit-forms
|
||||
+clearfix
|
||||
+module
|
||||
|
|
|
@ -5,30 +5,38 @@
|
|||
%p#pet-not-found.alert= t 'pets.load.not_found'
|
||||
|
||||
%section.neopass-announcement
|
||||
= image_tag "about/neopass-thumbnail.png", width: 70, height: 70,
|
||||
srcset: {"about/neopass-thumbnail@2x.png": "2x"},
|
||||
= image_tag "about/neopass-survey.png", width: 70, height: 70,
|
||||
srcset: {"about/neopass-survey@2x.png": "2x"},
|
||||
class: "neopass-thumbnail"
|
||||
.neopass-content
|
||||
%p
|
||||
%strong
|
||||
🎉 Big news: Login with NeoPass is ready!
|
||||
💭 Can you help us and TNT decide what to build next with NeoPass?
|
||||
|
||||
%p
|
||||
- if user_signed_in?
|
||||
- if current_user.uses_neopass?
|
||||
And hey, you're already on it, thank you for giving it a try!! 🥰
|
||||
= link_to "Login with NeoPass", about_neopass_path
|
||||
is ready—and you're already on it, thank you! 🥰
|
||||
- else
|
||||
You can connect your existing account via the
|
||||
= link_to "Login with NeoPass", about_neopass_path
|
||||
is ready! You can connect via the
|
||||
#{link_to "Settings page", edit_auth_user_path}.
|
||||
- else
|
||||
If you're new to Dress to Impress, try logging in right now!! 🎉
|
||||
= link_to "Login with NeoPass", about_neopass_path
|
||||
is ready! If you're new to Dress to Impress, try logging in right now!!
|
||||
🎉
|
||||
|
||||
%p
|
||||
We're hoping NeoPass will help new users, and can be part of a more sustainable future for the site.
|
||||
%br
|
||||
= link_to "Here's what's coming and why.", about_neopass_path
|
||||
Now that we've built the foundation, TNT are looking for our help deciding what integration to build
|
||||
next.
|
||||
= link_to "Would you fill out this survey for us, please?",
|
||||
"https://docs.google.com/forms/d/e/1FAIpQLSdyi7bZB3-gyztdOVSmikRrfts6KM5mK2r37D0SBla3JO3GbQ/viewform"
|
||||
We've got some ideas, and we're looking for more! Even if you don't use
|
||||
NeoPass yet, your input would be <em>super</em> useful.
|
||||
|
||||
%p
|
||||
Big thanks to our beta testers! More to come soon! Thank you all for
|
||||
your constant love and support! 💖
|
||||
Thanks again to everyone for helping us out! We're grateful, as always 💖
|
||||
%br
|
||||
%em —Matchu
|
||||
|
||||
|
|
Loading…
Reference in a new issue