-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
98768a7
commit 0fd6ba4
Showing
22 changed files
with
154 additions
and
40 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
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,66 @@ | ||
<table class="container"> | ||
<tr> | ||
<td> | ||
|
||
{% block header %} {% include "data_example/_header.html" %} {% endblock %} | ||
|
||
<table class="row account-information"> | ||
<tr> | ||
<td class="wrapper"> | ||
|
||
<table class="six columns"> | ||
<tr> | ||
<td class="left-text-pad steps"> | ||
|
||
<p>1. Account Activation Complete</p> | ||
<p>2. Update Account Info</p> | ||
<p>3. Account set up complete!</p> | ||
</td> | ||
<td class="expander"></td> | ||
</tr> | ||
</table> | ||
</td> | ||
<td class="wrapper last"> | ||
<table class="six columns"> | ||
<tr> | ||
<td class="left-text-pad"> | ||
|
||
<h4>{{ '{{ name }}' }} last step and you're done!</h4> | ||
|
||
<p> | ||
{{ '{% for item in loop %}' }} | ||
{{ '{{ item }}' }} | ||
{{ '{% endfor %}' }} | ||
</p> | ||
<p>We need you to update your account information. If there is ever a problem with your account, this information will make it easier for you to log back in.</p> | ||
<p>{{ 'test_string' | trans }}</p> | ||
|
||
</td> | ||
<td class="expander"></td> | ||
</tr> | ||
</table> | ||
|
||
</td> | ||
</tr> | ||
</table> | ||
|
||
<table class="row update-button-ctn"> | ||
<tr> | ||
<td class="wrapper last"> | ||
<table class="twelve columns"> | ||
<tr> | ||
<td align="center"> | ||
{{ button('Update Account', '#', 'orange-button button-update', 'center') }} | ||
</td> | ||
<td class="expander"></td> | ||
</tr> | ||
</table> | ||
</td> | ||
</tr> | ||
</table> | ||
|
||
{% block footer %} {% include "data_example/_footer.html" %} {% endblock %} | ||
|
||
</td> | ||
</tr> | ||
</table> |
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,16 @@ | ||
<table class="row footer"> | ||
<tr> | ||
<td class="wrapper last"> | ||
<table class="twelve columns"> | ||
<tr> | ||
<td align="center" class="content"> | ||
<center> | ||
<p style="text-align:center;"><a href="#">Terms</a> | <a href="#">Privacy</a> | <a href="#">Unsubscribe</a></p> | ||
</center> | ||
</td> | ||
<td class="expander"></td> | ||
</tr> | ||
</table> | ||
</td> | ||
</tr> | ||
</table> |
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,26 @@ | ||
<table class="row header"> | ||
<tr> | ||
<td class="wrapper last"> | ||
|
||
<table class="twelve columns"> | ||
<tbody><tr> | ||
<td align="center" class="logo"> | ||
<a href="#"><img width="311" height="83" align="center" src="https://www.filepicker.io/api/file/HotdLrI8SCq4ZW3NRAUh" alt="company logo" ></a> | ||
</td> | ||
<tr> | ||
<td style="background-color:#3bcdb0;" bgcolor="#3bcdb0" align="center" class="content"> | ||
<h2>You're almost finished!</h2> | ||
<h3>Two out of three steps are completed.</h3> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td align="center" class="content"> | ||
<a href="#"><img src="https://www.filepicker.io/api/file/4BgENLefRVCrgMGTAENj" style="max-width:100%;"></a> | ||
</td> | ||
<tr> | ||
<td class="expander"></td> | ||
</tr> | ||
</tbody></table> | ||
</td> | ||
</tr> | ||
</table> |
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,13 @@ | ||
{% extends "components/_base.html" %} | ||
{% block main_css %}<link href="../../../css/main.css" media="all" rel="stylesheet" type="text/css" />{% endblock %} | ||
{% block theme_css %}<link href="../../../css/sunday/sunday.css" media="all" rel="stylesheet" type="text/css" />{% endblock %} | ||
|
||
{% block responsive_css %}<link href="../../../css/responsive.css" media="all" data-ignore="ignore" rel="stylesheet" type="text/css" />{% endblock %} | ||
|
||
{% block meta_title %}Sunday{% endblock %} | ||
|
||
{% block mainContent %} | ||
|
||
{% block content %} {% include "data_example/_content.html" %} {% endblock %} | ||
|
||
{% endblock %} |
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
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
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