-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:railsgirlslondon/railsgirls-londo…
…n into staging
- Loading branch information
Showing
6 changed files
with
70 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
%h3{style: "border-bottom: 1px solid #E5E5E5; color: #434950; font-size: 26px; font-weight: 400; line-height: 30px; padding-bottom: 10px; margin-bottom: 15px;" } | ||
Hi | ||
#{@registration.first_name}, | ||
|
||
.content | ||
.left.inline{ style: "width: 100%; min-width: 260px; display: inline-block;" } | ||
%p.lead{ style: "font-size: 18px; color: #333333; padding-bottom: 10px; line-height: 22px;"} | ||
We noticed that you have not yet RSVPed in order to claim your place at our #{@event.title if @event.title.present?} workshop! | ||
.title{ style: "border-left: 4px solid #E5E5E5; font-size: 26.5px; margin: 0px 0 11px 0; padding: 0 10px;" }= @event.dates | ||
=link_to "View details", full_url_for(city_event_url(@city, @event)), style: "color: #E0330C; text-decoration: none; border-bottom: 1px dotted #E0330C; " | ||
|
||
%p.lead{ style: "font-size: 18px; color: #333333; padding-bottom: 10px; line-height: 22px;"} | ||
Please note your place will be reallocated if you don't respond by <strong> #{@event.rsvp_end_date.strftime("%A")} the #{@event.rsvp_end_date.day.ordinalize} of #{@event.rsvp_end_date.strftime("%B %Y")}</strong>. | ||
|
||
%div{style: "background-color: #F7F7F7; border-radius: 5px; box-shadow: 1px 1px 0 rgba(250, 250, 250, 0.5) inset, -1px -1px 2px rgba(250, 250, 250, 0.1) inset; font-size: 18px; padding: 12px 19px; text-align: center; margin: 31px 0 25px; border: 1px solid #dddddd;"} | ||
=link_to "Confirm your attendance", full_url_for(invitation_url(@invitation)), style: "color: #eb5d42; text-decoration: none; font-weight: 500; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7)" | ||
|
||
.right.inline{ style: "width: 100%; min-width: 180px; margin-top: 25px; display: inline-block;" } | ||
=image_tag attachments['london-girl.png'].url, width: '180px' | ||
%div{style: "margin: 15px 0; "} | ||
%highlight{ style: "color: #333333; text-align: center; font-weight: 500; font-size: 13px" }You learn designing, prototyping and coding with the help of our coaches. | ||
%p.lead{ style: "font-size: 15px; color: #4E5563; margin-top: 25px;" } | ||
%strong Hope to see you at the workshop! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters