-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
353 lines (337 loc) · 17.6 KB
/
index.html
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
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
<!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"
xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
>
<head>
<!--[if gte mso 9
]><xml>
<o:OfficeDocumentSettings>
<o:AllowPNG />
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml><!
[endif]-->
<title>MUSA newsletter</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0 " />
<meta name="format-detection" content="telephone=no" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap" rel="stylesheet">
<style type="text/css">
body {
margin: 0 auto;
padding: 0;
-webkit-text-size-adjust: 100% !important;
-ms-text-size-adjust: 100% !important;
-webkit-font-smoothing: antialiased !important;
}
table {
border-collapse: collapse;
mso-table-lspace: 0px;
mso-table-rspace: 0px;
table-layout: fixed;
}
td,
a,
span {
border-collapse: collapse;
mso-line-height-rule: exactly;
}
.bg_black{
background-color: #171717;
color: #EDEDED;
}
.bg_red{
background-color: #DA0037;
color: #EDEDED;
}
.bg_grey{
background-color:#444444;
color: #EDEDED;
}
.bg_white{
background-color:#EDEDED;
color: #171717;
}
.main_container{
width: 100% !important;
width: 100vw !important;
table-layout: fixed !important;
}
.main_table{
width: 650px !important;
table-layout: fixed;
}
.inner_table{
width: 610px !important;
table-layout: fixed;
}
.padding_2{
padding: 2% !important;
}
.heading_25{
font-size: 1.5625rem;
font-weight: bold;
}
.heading_20{
font-size: 1.25rem;
font-weight: bold;
}
.paragraph_16{
font-size: 1rem;
}
.paragraph_12{
font-size: 0.75rem;
}
.paragraph_10{
font-size: 0.625rem;
}
.link{
text-decoration:underline;
}
.text_box{
width: 90% !important;
}
@media only screen and (max-width: 649px){
.main_table{
width: 480px !important;
table-layout: fixed;
}
.inner_table{
width: 440px !important;
table-layout: fixed;
}
.text_box{
width: 90% !important;
}
}
@media screen and (max-width: 480px){
.main_table{
width: 375px !important;
table-layout: fixed;
}
.inner_table{
width: 335px !important;
table-layout: fixed;
}
.text_box{
width: 90% !important;
}
}
@media screen and (max-width: 375px){
.main_table{
width: 320px !important;
table-layout: fixed;
}
.inner_table{
width: 280px !important;
table-layout: fixed;
}
.text_box{
width: 90% !important;
}
}
</style>
</head>
<body style="margin:0px auto; padding:0px; font-family:'Poppins', Helvetica, Arial, sans-serif;">
<!-- header -->
<table class="main_container" border="0" cellspacing="0" cellpadding="0" style="width: 100%;">
<tr>
<td align="center" valign="top" style="color:#fff">
<table class="main_table bg_grey" border="0" cellspacing="0" cellpadding="0" style="background-color: #444444; width: 650px !important;">
<tr>
<td align="center" valign="center" class="padding_2 paragraph_10" style="font-size: 11px; padding: 2%;">
If you can't see this email | <a href="https://edithakarina.github.io/Newsletter/" target="_blank" class="link" style="color:#fff">View in Browser</a>
</td>
</tr>
<tr>
<td align="center" valign="center" class="padding_2" style="padding: 4% 0 !important;">
<img src="https://images.squarespace-cdn.com/content/v1/5f86effbac9b666c0e949294/1602682118350-WDPCC91HUG8PAMMYJW9X/MUSA+LOGO+TRANSPARENT.png?format=1500w" style="max-width: 270px; width: 40%; padding-bottom: 10px;" alt="MUSA logo"/>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- body -->
<table class="main_container" border="0" cellspacing="0" cellpadding="0" style="width: 100%;">
<tr>
<td align="center" valign="top" style="color:#fff">
<table class="main_table" border="0" width="650" cellspacing="0" cellpadding="0" style="background-color: #fff; width: 650px !important;">
<tr>
<td align="center" valign="top" width="100%" style="width:100% !important;">
<!-- 1 section photo on top -->
<table class="inner_table" border="0" cellspacing="0" cellpadding="0" width="100%" style="background-color: #fff; width:100% !important;">
<tr>
<td valign="middle" align="center" width="100%" style="color:#171717; font-size: 20px; font-weight: bold; padding: 4% 0 0 0 !important;" >
<img src="https://via.placeholder.com/400x200" alt="placeholder image" style="width:60% !important;"/>
</td>
</tr>
<!-- text section -->
<tr>
<td valign="top" align="center" width="100%" style="color:#171717;" >
<table class="text_box" border="0" cellspacing="0" cellpadding="0" width="90%" style="background-color: #fff; width:90% !important;">
<tr>
<td valign="middle" align="center" width="100%" style="color:#171717; font-size: 20px; font-weight: bold; padding: 2% 0;" >
TITLE OF THE PICTURE
</td>
</tr>
<tr>
<td valign="top" align="justify" width="100%" style="color:#171717; font-size: 14px; padding: 0 0 2% 0; line-height: 1.35 !important;" >
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
</td>
</tr>
<!-- text section end-->
<!-- button -->
<tr>
<td align="center" style="padding: 2% 0 !important;">
<table width="30%" style="width: 30% !important;">
<tr>
<td align="center" style= "background-color: #DA0037; border-radius: 7px !important; padding: 5% 2%; font-size:14px !important; font-weight:bold;"> <a href="#" style="color: #fff; text-decoration: none;">LEARN MORE</a></td>
</tr>
</table>
</td>
</tr>
<!-- button end -->
</table>
</td>
</tr>
</table>
<!-- 1 section photo on top end-->
</td>
</tr>
<!-- boxed section -->
<tr>
<td align="center" valign="top" width="100%" style="width:100% !important; padding: 2% 0 !important;">
<table class="inner_table" border="0" cellspacing="0" cellpadding="0" width="96%" style="background-color: #EDEDED; color: #000; width:96% !important; border-radius: 10px !important;">
<tr>
<td valign="middle" align="center" width="100%" style="font-size: 20px; font-weight: bold; padding: 2% 0 0 0 !important;" >
SECTION 1
</td>
</tr>
<!-- picture on the right title -->
<tr>
<td valign="middle" align="center" width="100%" style="font-size: 20px; padding: 2% 0 0 0 !important;" >
<table border="0" cellspacing="0" cellpadding="0" width="100%" style="background-color: #EDEDED; color: #000; width:100% !important;">
<tr>
<td valign="middle" align="justify" width="60%" style="color:#171717; font-size: 16px; padding:0 0 0 3%!important; font-weight: bold; width: 60% !important;" >
TITLE 1<br>
<span style="font-size: 14px; font-weight: 400;line-height: 1.35 !important;">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here'. <a href="#" style="font-size: 14px; font-weight: 400; color: #DA0037;">Read more...</a></span>
</td>
<td valign="middle" align="center" width="40%" style="color:#171717; font-size: 16px; padding:3%!important; font-weight: bold; width: 40%!important;" >
<!-- <img src="https://via.placeholder.com/200x200" alt="placeholder image" style="width:90% !important;"/> -->
<img src="https://www.dropbox.com/s/bugax6sups5a21p/content%201.jpg?dl=1" style="width: 90% !important;"/>
</td>
</tr>
</table>
</td>
</tr>
<!-- picture on the right title end-->
<!-- picture on the left title -->
<tr>
<td valign="middle" align="center" width="100%" style="font-size: 20px;" >
<table border="0" cellspacing="0" cellpadding="0" width="100%" style="background-color: #EDEDED; color: #000; width:100% !important;">
<tr>
<td valign="middle" align="center" width="40%" style="color:#171717; font-size: 16px; padding:3%!important; font-weight: bold; width: 40%!important;" >
<img src="https://via.placeholder.com/200x200" alt="placeholder image" style="width:90% !important;"/>
</td>
<td valign="middle" align="justify" width="60%" style="color:#171717; font-size: 16px; padding: 0 3% 0 0 !important; font-weight: bold; width: 60% !important; " >
TITLE 1<br>
<span style="font-size: 14px; font-weight: 400;line-height: 1.35 !important;">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here'. <a href="#" style="font-size: 14px; font-weight: 400; color: #DA0037;">Read more...</a></span>
</td>
</tr>
</table>
</td>
</tr>
<!-- picture on the left title end-->
</table>
</td>
</tr>
<!-- boxed section end-->
<!-- sponsor section -->
<tr>
<td align="center" valign="top" width="100%" style="width:100% !important; padding: 2% 0 !important;">
<table border="0" cellspacing="0" cellpadding="0" width="100%" style="background-color: #fff; color: #000; width:100% !important;">
<tr>
<td valign="middle" align="center" width="100%" style="font-size: 20px; font-weight: bold;" >
OUR SPONSORS
</td>
</tr>
<tr>
<td valign="middle" align="center" width="100%" style="padding-top: 2%;">
<table border="0" cellspacing="0" cellpadding="0" width="96%" style="background-color: #DA0037; color: #fff; width:96% !important; border-radius:10px;">
<tr>
<td valign="middle" align="center" width="25%" style="width: 25% !important; padding: 2%" >
<img src="https://via.placeholder.com/200x200" alt="placeholder image" style=" width:90%!important; "/>
</td>
<td valign="middle" align="center" width="25%" style="width: 25% !important; padding: 2%;" >
<img src="https://via.placeholder.com/200x200" alt="placeholder image" style="width:90%!important;"/>
</td>
<td valign="middle" align="center" width="25%" style="width: 25% !important;padding: 2%;" >
<img src="https://via.placeholder.com/200x200" alt="placeholder image" style=" width:90% !important; "/>
</td>
<td valign="middle" align="center" width="25%" style="width: 25% !important;padding: 2%;" >
<img src="https://via.placeholder.com/200x200" alt="placeholder image" style="width:90% !important; "/>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- body end -->
<!-- footer -->
<table class="main_container" border="0" cellspacing="0" cellpadding="0" style="width: 100%;">
<tr>
<td align="center" valign="top" style="color:#171717">
<table class="main_table" border="0" width="650" cellspacing="0" cellpadding="0" style="background-color: #EDEDED; width: 650px !important;">
<tr>
<td align="center" valign="top" style="color:#171717">
<table width="30%" style="width:30% !important;">
<!-- fb and ig icon -->
<tr>
<td align="center" valign="middle"style="padding:10px 0 0 0;">
<a href="https://www.facebook.com/" target="_blank" style="text-decoration:none;">
<img src="https://cdn-icons-png.flaticon.com/512/1384/1384021.png" width="25" height="25" alt="facebook" style="display:inline-block; max-width:25px; font-family:Arial, sans-serif; font-size:14px; line-height:20px; padding: 5px;" border="0" />
</a>
<a href="https://www.instagram.com/musa.officialpage/" target="_blank" style="text-decoration:none;">
<img src="https://cdn-icons-png.flaticon.com/512/733/733614.png" width="25" height="25" alt="instagram" style="display:inline-block; max-width:25px; font-family:Arial, sans-serif; font-size:14px; line-height:20px; padding: 5px;" border="0" />
</a>
<a href="https://www.linkedin.com/company/monash-university-student-association/" target="_blank" style="text-decoration:none;">
<img src="https://cdn-icons-png.flaticon.com/512/61/61109.png" width="25" height="25" alt="linkedIn" style="display:inline-block; max-width:25px; font-family:Arial, sans-serif; font-size:14px; line-height:20px; padding: 5px;" border="0" />
</a>
<a href="https://www.youtube.com/channel/UCnwOR1_kY9BU8IZm0c9RSzA" target="_blank" style="text-decoration:none;">
<img src="https://cdn-icons-png.flaticon.com/512/49/49084.png" width="25" height="25" alt="youtube" style="display:inline-block; max-width:25px; font-family:Arial, sans-serif; font-size:14px; line-height:20px; padding: 5px;" border="0" />
</a>
</td>
</tr>
<!-- fb and ig icon end-->
</table>
</td>
</tr>
<tr>
<td align="center" valign="middle"style="padding-top: 1% !important; font-size: 11px;">You are receiving this email because you signed up to MUSA newsletter</td>
</tr>
<tr>
<td align="center" valign="middle"style="padding-top: 1% !important; font-size: 11px;">
To <a href="mailto:[email protected]?subject=Unsubscribing from MUSA newsletter&body=Please unsubscribe me from the newsletter. Thank you" target="_blank">unsubscribe</a>, please use your monash email.
</td>
</tr>
<tr>
<td align="center" valign="middle"style="padding:2%; font-size: 11px;">MUSA 2022<br/>Monash University Malaysia</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>