-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemail_welcome
156 lines (123 loc) · 4.11 KB
/
email_welcome
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- If you delete this tag, the sky will fall on your head -->
<meta name="viewport" content="width=device-width" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Confirmation Email: Your Teach for India Application</title>
<link rel="stylesheet" type="text/css" href="stylesheets/email.css" />
</head>
<body bgcolor="#FFFFFF">
<!-- HEADER -->
<table class="head-wrap" bgcolor="black">
<tr>
<td></td>
<td class="header container">
<div class="content">
<table bgcolor="black">
<tr>
<td><img src="http://d2edn48kedz4vj.cloudfront.net/img/truthhope/16_tfi.png" /></td>
</tr>
</table>
</div>
</td>
<td></td>
</tr>
</table><!-- /HEADER -->
<!-- BODY -->
<table class="body-wrap">
<tr>
<td></td>
<td class="container" bgcolor="#FFFFFF">
<div class="content">
<table>
<tr>
<td>
<h3>Welcome, {{Name}}</h3>
<p class="lead">Thanks for starting your Teach for India application. We're so excited for you to join us.</p>
<p class="callout">
<span><strong>User name:</strong> {{User.email}}</span><br>
<br><a href="#">See your application! »</a>
</p><!-- /Callout Panel -->
<br>
<h3><small>Why Teach for India?</small></h3>
<p>The Fellowship program is rigorous, challenging and provides Fellows an opportunity to develop themselves as leaders and simultaneously transform the lives of the children under their care. Prior to and during the two-year Fellowship, Teach For India provides Fellows with the technical skills and leadership training required to achieve the goals they have set for themselves and their students.</p>
<br>
<br>
<h3><small>What does the application process entail?</small></h3>
<p>The Teach For India Fellowship consists of three parts:
<ul>
<li>Online application: Due <strong>DD MM</strong></li>
<li>Phone interview: <strong>DD MM</strong></li>
<li>Final round interview: <strong>DD MM</strong></li>
</ul>
</p>
<br>
<br>
<h3><small>How do I learn more?</small></h3>
<p>
<ul>
<li>Check out the <a href="#">website</a></li>
<li>Schedule a call with your local TFI representative</li>
</ul>
</p>
<!-- social & contact -->
<table class="social" width="100%">
<tr>
<td>
<!--- column 1 -->
<table align="left" class="column">
<tr>
<td>
<h5 class="">Connect with Us:</h5>
<p class=""><a href="#" class="soc-btn fb">Facebook</a> <a href="#" class="soc-btn tw">Twitter</a> <a href="#" class="soc-btn gp">Google+</a></p>
</td>
</tr>
</table><!-- /column 1 -->
<!--- column 2 -->
<table align="left" class="column">
<tr>
<td>
<h5 class="">Contact Info:</h5>
<p>Phone: <strong>+91000000000000</strong><br/>
Email: <strong><a href="teachforindia.org">[email protected]</a></strong></p>
</td>
</tr>
</table><!-- /column 2 -->
<span class="clear"></span>
</td>
</tr>
</table><!-- /social & contact -->
</td>
</tr>
</table>
</div>
</td>
<td></td>
</tr>
</table><!-- /BODY -->
<!-- FOOTER -->
<table class="footer-wrap">
<tr>
<td></td>
<td class="container">
<!-- content -->
<div class="content">
<table>
<tr>
<td align="center">
<p>
<a href="#">Terms</a> |
<a href="#">Privacy</a> |
<a href="#"><unsubscribe>Unsubscribe</unsubscribe></a>
</p>
</td>
</tr>
</table>
</div><!-- /content -->
</td>
<td></td>
</tr>
</table><!-- /FOOTER -->
</body>
</html>