-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathacceptance.html
100 lines (91 loc) · 5.25 KB
/
acceptance.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
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>MakeUofT Acceptance</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<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=Sen&display=swap" rel="stylesheet">
<style type="text/css"unselectable="on">
a:link,
a:visited{
font-family: 'Sen', sans-serif;
font-weight: bold;
color: orange;
text-decoration:none;
}
a:hover{
color:#f826a8;
text-decoration:underline;
text-decoration:none;
}
a:active{
color: orange;
}
</style>
</head>
<body style="margin: 0; padding: 0;">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td style="padding: 10px 0 30px 0;">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="600" style="border: 1px solid #cccccc; border-collapse: collapse;" bgcolor="#EFFAFF">
<tr>
<td align="center" style="padding: 20px 0 20px 0; color: #153643; font-size: 28px; font-weight: bold; font-family: Arial, sans-serif;">
<img alt="MakeUofT" width="130" height="auto" style="display: block; object-fit: contain;" src="https://raw.githubusercontent.com/ieeeuoft/makeuoft_email_template/main/resources/makeuoft.svg">
</td>
</tr>
<tr>
<td style="padding: 0px 30px 40px 30px;">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td style="color: #153643; font-family: 'Sen', sans-serif; font-size: 24px; text-align: center;">
<b>
Congratulations Leo!</b>
</td>
</tr>
<tr>
<td style="padding: 20px 0 30px 0; color: #153643; font-family: 'Sen', sans-serif; font-size: 16px; line-height: 20px;">
The MakeUofT team has reviewed your application, and we’re excited to welcome you to MakeUofT!
<br><br>
To confirm your attendance, visit your dashboard to RSVP by February 5 2023 otherwise your spot will be given to other applicants. Alternatively, you can press the "Cannot attend" button.
<br><br>
Stay tuned for our Discord link and participant package in the next two weeks, which will have more information regarding detailed event logistics, and we hope to see you soon!
</td>
</tr>
<tr>
<td style="color: #153643; font-family: 'Sen', sans-serif; font-size: 17px; padding: 5px 0 0 0;">
<b>If you have questions, read the FAQ on your <a href="https://makeuoft.ca/dashboard">dashboard</a> or feel free to contact us at <a href="mailto:[email protected]">[email protected]</a></b><br>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#F6B94A" style="padding: 15px 30px 20px 15px;">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td style="color: #ffffff; font-family: Arial, sans-serif; font-size: 14px;" width="75%">
MakeUofT Team, IEEE UofT, 2023
</td>
<td align="right" width="25%">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="font-family: Arial, sans-serif; font-size: 12px; font-weight: bold; padding: 0px 0px 0px 0px;">
<a href="https://ieee.utoronto.ca" style="color: #ffffff;">
<img alt="makeuoft" width="130" height="auto" style="display: block;" border="0" src="https://raw.githubusercontent.com/ieeeuoft/makeuoft_email_template/main/resources/ieee.svg">
</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>