22 lines
602 B
Plaintext
22 lines
602 B
Plaintext
- provide(:page_name, 'amazon_lessons_promo_3')
|
|
- provide(:description, @description)
|
|
- provide(:title, @title)
|
|
|
|
#root
|
|
.logo-holder
|
|
= image_tag("content/amazon_logo.jpg")
|
|
|
|
.success-msg
|
|
= "Account successfully created!"
|
|
|
|
.instructions
|
|
p You'll receive an email shortly from JamKazam with instructions on how to schedule your first free lesson.
|
|
p
|
|
| If you have any questions at any time, feel free to contact us at
|
|
a href="mailto:support@jamkazam.com" support@jamkazam
|
|
| .
|
|
|
|
.powered-by
|
|
p
|
|
= 'powered by '
|
|
= image_tag("web/logo_inverted.png") |