-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod-newsletter.mjml
244 lines (220 loc) · 6.86 KB
/
mod-newsletter.mjml
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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
<mjml>
<mj-head>
<mj-style inline="inline">
a { color: #bbbbbb; }
</mj-style>
</mj-head>
<mj-body>
<mj-container background-color="#000000">
<mj-section padding="5px 0 0 0">
<mj-column>
<mj-text font-size="11px" color="#bbbbbb" font-weight="300" padding="0px 25px">
MOD. <webversion style="color: #bbbbbb;">Web version</webversion>
</mj-text>
</mj-column>
</mj-section>
<mj-section padding="20px 0 0 0">
<mj-column>
<mj-image
padding="0"
alt="MOD. Museum of Discovery"
href="http://mod.org.au"
src="images/main-feature-animated.gif">
</mj-image>
</mj-column>
</mj-section>
<mj-section background-color="#141414" padding="20px 0 0 0">
<mj-column>
<mj-text
font-size="14px"
line-height="22px"
font-weight="bold"
align="center"
color="#bbbbbb">
<span style="text-transform: uppercase;"><singleline>Heading.</singleline></span>
</mj-text>
<mj-divider border-color="#b3b3b3" border-width="2px" width="150px"></mj-divider>
</mj-column>
</mj-section>
<mj-section background-color="#141414">
<mj-column>
<!-- Welcome -->
<mj-text
font-size="14px"
line-height="22px"
font-weight="300"
padding="0px 25px"
color="#bbbbbb">
<multiline>Hi [salutation],<br /><br />
Welcome to MOD. a futuristic Museum of Discovery in Adelaide, Australia.</multiline>
</mj-text>
<!-- <mj-button
align="center"
background-color="#cb4ac0"
href="#">
Read more online
</mj-button> -->
</mj-column>
</mj-section>
<mj-section padding="0">
<mj-column>
<mj-divider border-color="#1c1c1c" border-width="2px" width="99%" padding="0"></mj-divider>
<mj-divider border-color="#000000" border-width="2px"></mj-divider>
</mj-column>
</mj-section>
<!-- <mj-section background-color="#141414">
<mj-column>
<mj-text
font-size="14px"
line-height="22px"
font-weight="bold"
align="center"
color="#bbbbbb">
<span style="text-transform: uppercase;">Feature title</span>
</mj-text>
<mj-divider border-color="#b3b3b3" border-width="2px" width="150px"></mj-divider>
</mj-column>
</mj-section> -->
<mj-raw><repeater></mj-raw>
<mj-section background-color="#141414">
<mj-column>
<mj-image
alt="Feature image"
href="#"
src="images/image-placeholder-500x500.jpg">
</mj-image>
</mj-column>
<mj-column>
<mj-text
font-size="22px"
color="#cb4ac0"
font-family="helvetica"
font-weight="bold"
align="left">
<singleline>Heading title.</singleline>
</mj-text>
<mj-text
font-size="14px"
line-height="22px"
font-weight="300"
padding="0px 25px"
color="#bbbbbb">
<multiline>Description of the feature that's going on.</multiline>
</mj-text>
<mj-image
alt="Read more"
href="#"
width="116px"
align="left"
src="images/button-read-more-232px.png">
</mj-image>
<!-- <mj-button
background-color="#cb4ac0"
color="#000000"
href="#"
align="left">
Read more
</mj-button> -->
</mj-column>
</mj-section>
<mj-section padding="0">
<mj-column>
<mj-divider border-color="#1c1c1c" border-width="2px" width="99%" padding="0"></mj-divider>
<mj-divider border-color="#000000" border-width="2px"></mj-divider>
</mj-column>
</mj-section>
<mj-raw></repeater></mj-raw>
<mj-raw><repeater></mj-raw>
<mj-section padding="0">
<mj-column>
<mj-image
padding="0"
alt="Video"
href="#"
src="images/video-placeholder-1000x600.jpg">
</mj-image>
</mj-column>
</mj-section>
<mj-section background-color="#141414">
<mj-column>
<!-- Welcome -->
<mj-text
font-size="14px"
line-height="22px"
font-weight="300"
padding="0px 25px"
color="#bbbbbb">
<multiline>Video description.</multiline>
</mj-text>
</mj-column>
</mj-section>
<mj-section padding="0">
<mj-column>
<mj-divider border-color="#1c1c1c" border-width="2px" width="99%" padding="0"></mj-divider>
<mj-divider border-color="#000000" border-width="2px"></mj-divider>
</mj-column>
</mj-section>
<mj-raw></repeater></mj-raw>
<mj-section background-color="#3d3d3d">
<mj-column>
<!-- Footer left -->
<mj-text
padding="0px 25px"
font-size="12px"
font-weight="300"
line-height="30px"
color="#bbbbbb">
<a href="https://instagram.com/MODatUniSA"><img src="images/social-instagram.png" width="25" height="25" style="width: 25px; height: 25px;" /></a>
<a href="https://twitter.com/MODatUniSA"><img src="images/social-twitter.png" width="25" height="25" style="width: 25px; height: 25px;" /></a>
<a href="https://www.snapchat.com/add/MODatUniSA"><img src="images/social-snapchat.png" width="25" height="25" style="width: 25px; height: 25px;" /></a>
<a href="https://facebook.com/MODatUniSA"><img src="images/social-facebook.png" width="25" height="25" style="width: 25px; height: 25px;" /></a>
<a href="https://github.com/MODatUniSA"><img src="images/social-github.png" width="25" height="25" style="width: 25px; height: 25px;" /></a>
</mj-text>
<mj-text
font-size="12px"
line-height="20px"
font-weight="300"
color="#bbbbbb">
<multiline>North Tce adjacent to the Morphett St Bridge, <br>
Adelaide, Australia.<br>
<a href="mailto:mod@mod.org.au" style="color: #bbbbbb;">mod@mod.org.au</a></multiline>
</mj-text>
<mj-text
font-size="12px"
line-height="20px"
font-weight="300"
color="#bbbbbb">
<forwardtoafriend style="color: #bbbbbb;">Forward to a friend</forwardtoafriend><br />
<preferences style="color: #bbbbbb;">Update your preferences</preferences><br />
<unsubscribe style="color: #bbbbbb;">Unsubscribe</unsubscribe>
</mj-text>
</mj-column>
<mj-column>
<!-- Footer right -->
<mj-image
align="right"
padding-top="0"
padding-bottom="0"
width="150px"
alt="MOD. at UniSA"
href="https://unisa.edu.au"
src="images/mod-at-unisa-logo.png">
</mj-image>
<mj-text
font-size="10px"
font-weight="300"
color="#bbbbbb"
align="right">
<multiline>CRICOS Provider code: 00121B</multiline>
</mj-text>
</mj-column>
</mj-section>
<mj-section padding="0">
<mj-column>
<mj-divider border-color="#1c1c1c" border-width="2px" width="99%" padding="0"></mj-divider>
<mj-divider border-color="#000000" border-width="2px"></mj-divider>
</mj-column>
</mj-section>
</mj-container>
</mj-body>
</mjml>