Skip to content

Commit

Permalink
Copy tweaks to announcement email
Browse files Browse the repository at this point in the history
  • Loading branch information
joemasilotti committed Apr 16, 2024
1 parent d0d969e commit 0aa8cd3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions app/views/developer_mailer/product_announcement.html.erb
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<p>Hey <%= @developer.first_name %>,</p>
<p>Joe here, founder of <%= link_to "RailsDevs", root_url %>, with an exciting product announcement.</p>
<p>Watch the video announcement <a href="https://x.com/joemasilotti/status/1778832451663802585">on Twitter</a>.</p>
<p>Joe here, founder of RailsDevs, with an exciting announcement (watch <a href="https://x.com/joemasilotti/status/1778832451663802585">on Twitter</a>).</p>
<p>Developers can now add up to 5 <i>specialties</i> to their profile. Specialties are a new way to <b>share what you are passionate about with hiring businesses</b>.</p>
<p>You don't need to be an expert (yet!). Specialties let businesses know what you do best - what sets you apart from other developers.</p>
<p>Soon businesses will be able to filter profiles by these tags. And developers with specialties will appear at the top of search results.</p>
<p>Businesses will soon be able to filter profiles by these tags. And developers with specialties will appear at the top of search results.</p>
<p>So make sure to add <%= link_to "your specialties", notification_url(@notification.record) %> as soon as possible!</p>
<p>If you need help tweaking your profile or specialties let me know by hitting reply.</p>
<%= render "shared/signature" %>
Expand Down
4 changes: 2 additions & 2 deletions app/views/developer_mailer/product_announcement.text.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ Hey <%= @developer.first_name %>,

Joe here, founder of RailsDevs, with an exciting product announcement.

Watch the video announcement on Twitter:
Watch on Twitter:
https://x.com/joemasilotti/status/1778832451663802585

Developers can now add up to 5 specialties to their profile. Specialties are a new way to share what you are passionate about with hiring businesses.

You don't need to be an expert (yet!). Specialties let businesses know what you do best - what sets you apart from other developers.

Soon businesses will be able to filter profiles by these tags. And developers with specialties will appear at the top of search results.
Businesses will soon be able to filter profiles by these tags. And developers with specialties will appear at the top of search results.

So make sure to add your specialties as soon as possible:
<%= notification_url(@notification.record) %>
Expand Down

0 comments on commit 0aa8cd3

Please sign in to comment.