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
|
display: none
|
||||||
|
|
||||||
.neopass-announcement
|
.neopass-announcement
|
||||||
border: 1px solid #7bd5ce
|
border: 1px solid orange
|
||||||
color: #3b6c68
|
color: #8d5900
|
||||||
padding: .5em
|
padding: .5em
|
||||||
display: grid
|
display: grid
|
||||||
grid-template-areas: "thumbnail content"
|
grid-template-areas: "thumbnail content"
|
||||||
|
@ -24,6 +24,9 @@ body.outfits-new
|
||||||
p:last-of-type
|
p:last-of-type
|
||||||
margin-bottom: 0
|
margin-bottom: 0
|
||||||
|
|
||||||
|
a
|
||||||
|
color: #be7a00
|
||||||
|
|
||||||
#outfit-forms
|
#outfit-forms
|
||||||
+clearfix
|
+clearfix
|
||||||
+module
|
+module
|
||||||
|
|
|
@ -5,30 +5,38 @@
|
||||||
%p#pet-not-found.alert= t 'pets.load.not_found'
|
%p#pet-not-found.alert= t 'pets.load.not_found'
|
||||||
|
|
||||||
%section.neopass-announcement
|
%section.neopass-announcement
|
||||||
= image_tag "about/neopass-thumbnail.png", width: 70, height: 70,
|
= image_tag "about/neopass-survey.png", width: 70, height: 70,
|
||||||
srcset: {"about/neopass-thumbnail@2x.png": "2x"},
|
srcset: {"about/neopass-survey@2x.png": "2x"},
|
||||||
class: "neopass-thumbnail"
|
class: "neopass-thumbnail"
|
||||||
.neopass-content
|
.neopass-content
|
||||||
%p
|
%p
|
||||||
%strong
|
%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 user_signed_in?
|
||||||
- if current_user.uses_neopass?
|
- 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
|
- 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}.
|
#{link_to "Settings page", edit_auth_user_path}.
|
||||||
- else
|
- 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
|
%p
|
||||||
We're hoping NeoPass will help new users, and can be part of a more sustainable future for the site.
|
Now that we've built the foundation, TNT are looking for our help deciding what integration to build
|
||||||
%br
|
next.
|
||||||
= link_to "Here's what's coming and why.", about_neopass_path
|
= 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
|
%p
|
||||||
Big thanks to our beta testers! More to come soon! Thank you all for
|
Thanks again to everyone for helping us out! We're grateful, as always 💖
|
||||||
your constant love and support! 💖
|
|
||||||
%br
|
%br
|
||||||
%em —Matchu
|
%em —Matchu
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue