-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3894 from DFE-Digital/Maling-list-landing-pages-v…
…ariants-for-split-testing Mailing-list-landing-pages-variants-for-split-testing
- Loading branch information
Showing
9 changed files
with
108 additions
and
0 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: "Get personalised guidance" | ||
description: Free advice and support on how to become a teacher. Get the latest information sent straight to your inbox. | ||
content: | ||
- content/landing/mailing-list-1/header | ||
- content/landing/mailing-list-1/mailing-list | ||
image: "static/images/content/hero-images/0027.jpg" | ||
colour: "grow" | ||
layout: "layouts/minimal" | ||
talk_to_us: false | ||
noindex: true | ||
--- |
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,6 @@ | ||
<%= render Content::CampaignHeroComponent.new( | ||
title: ["Get personalised", "guidance"], | ||
colour: @front_matter["colour"], | ||
image: @front_matter["image"], | ||
background_colour: "grey" | ||
) %> |
27 changes: 27 additions & 0 deletions
27
app/views/content/landing/mailing-list-1/_mailing-list.html.erb
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,27 @@ | ||
<div class="row"> | ||
<div class="grey col-space-0"> | ||
<section class="col col-720 col-space-0"> | ||
<%= render Content::MailingListComponent.new( | ||
title: "Get free advice and support tailored to you", | ||
color: "transparent", | ||
margin: false, | ||
heading: :l | ||
) do %> | ||
|
||
<p> | ||
Find out how to get: | ||
</p> | ||
|
||
<ul> | ||
<li>personalised guidance on teacher training</li> | ||
<li>experience of life in the classroom</li> | ||
<li>free one-to-one support from an adviser</li> | ||
<li>alerts about teaching events near you</li> | ||
</ul> | ||
|
||
<br> | ||
|
||
<% end %> | ||
</section> | ||
</div> | ||
</div> |
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,11 @@ | ||
--- | ||
title: "Get personalised guidance" | ||
description: Free advice and support on how to become a teacher. Get the latest information sent straight to your inbox. | ||
content: | ||
- content/landing/mailing-list-2/header | ||
- content/landing/mailing-list-2/mailing-list | ||
colour: "grow" | ||
layout: "layouts/minimal" | ||
talk_to_us: false | ||
noindex: true | ||
--- |
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,6 @@ | ||
<%= render Content::CampaignHeroComponent.new( | ||
title: ["Get personalised", "guidance"], | ||
colour: @front_matter["colour"], | ||
image: @front_matter["image"], | ||
background_colour: "grey" | ||
) %> |
14 changes: 14 additions & 0 deletions
14
app/views/content/landing/mailing-list-2/_mailing-list.html.erb
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,14 @@ | ||
<div class="row"> | ||
<div class="grey col-space-0"> | ||
<section class="col col-720 col-space-0"> | ||
<%= render Content::MailingListComponent.new( | ||
title: "", | ||
color: "transparent", | ||
margin: false, | ||
heading: :l | ||
) do %> | ||
|
||
<% end %> | ||
</section> | ||
</div> | ||
</div> |
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,12 @@ | ||
--- | ||
title: "Get personalised guidance" | ||
description: Free advice and support on how to become a teacher. Get the latest information sent straight to your inbox. | ||
content: | ||
- content/landing/mailing-list-3/header | ||
- content/landing/mailing-list-3/mailing-list | ||
image: "static/images/content/hero-images/0027.jpg" | ||
colour: "grow" | ||
layout: "layouts/minimal" | ||
talk_to_us: false | ||
noindex: true | ||
--- |
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,6 @@ | ||
<%= render Content::CampaignHeroComponent.new( | ||
title: ["Get personalised", "guidance"], | ||
colour: @front_matter["colour"], | ||
image: @front_matter["image"], | ||
background_colour: "grey" | ||
) %> |
14 changes: 14 additions & 0 deletions
14
app/views/content/landing/mailing-list-3/_mailing-list.html.erb
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,14 @@ | ||
<div class="row"> | ||
<div class="grey col-space-0"> | ||
<section class="col col-720 col-space-0"> | ||
<%= render Content::MailingListComponent.new( | ||
title: "", | ||
color: "transparent", | ||
margin: false, | ||
heading: :l | ||
) do %> | ||
|
||
<% end %> | ||
</section> | ||
</div> | ||
</div> |