-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.html
156 lines (149 loc) · 8.16 KB
/
test.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Fotosoc</title>
</head>
<body
style="margin: 0; padding: 0; background-color: #1e40af; font-family: Arial, sans-serif; color: white;">
<table width="100%" cellpadding="0" cellspacing="0" border="0"
style="background: linear-gradient(to right, #1e3a8a, #2563eb);">
<tr>
<td align="center" style="padding: 16px;">
<!-- About Section -->
<table width="600" cellpadding="0" cellspacing="0" border="0"
style="background-color: white; border-radius: 8px; padding: 16px; text-align: center; margin-bottom: 24px;">
<tr>
<td style="padding: 16px;">
<h2
style="font-size: 48px; font-weight: bold; color: #000000; margin: 0 0 16px;">DCU
Fotosoc</h2>
</td>
</tr>
<tr>
<td style="padding: 16px;">
<table width="100%" cellpadding="0" cellspacing="0" border="0"
style="border: 1px solid #e5e7eb; border-radius: 8px; background-color: #ffffff;">
<tr>
<td align="center"
style="padding: 24px; font-size: 16px; color: #1e40af;">
<img src="/assets/logos/logo512.png" alt="WhatsApp"
style="width: 256px; height: 256px;">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="padding: 16px;">
<i style="font-size: 24px; color: #000000; margin: 0 0 24px;">
Week 3 Newsletter
</i>
</td>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0" border="0"
style="background: linear-gradient(to right, #1e3a8a, #2563eb);">
<tr>
<td align="center" style="padding: 16px;">
<!-- About Section -->
<table width="600" cellpadding="0" cellspacing="0" border="0"
style="background-color: white; border-radius: 8px; padding: 16px; text-align: center; margin-bottom: 24px;">
<tr>
<td style="padding: 16px;">
<h2
style="font-size: 24px; font-weight: bold; color: #000000; margin: 0 0 16px;">FOTOSOC WEEKLY RECAP</h2>
<p
style="font-size: 16px; color: #000000; margin: 0 0 24px;">
psst... did you hear about Fotocrawl? You didn't?? Oh! Because anyone who was anyone was there? Yeah, you got that right. What a time was had! Fotos were shot, cans were crushed, I was stressed and had a burrito. It was a great time all around, if I do say so myself. I'm off to Mr. John Gunn tomorrow to get all of your wonderful rolls of film developed from the crawl. I can't wait to see how you all interpreted my fun little prompts! And if you didn't abide by my prompts, you're out of Fotosoc im sorry I dont make the rules.
<br><br>
The OGM (again, that's ordinary general meeting) also went strong *bicep emoji* Our little committee–get this–nearly DOUBLED in size! I hope you all stand up (go ahead stand right now I definitely am) to wish our new committee members the bestest fun on the funnest soc committee DCU has ever seen we have fun !!! So biggest congrats to DEBBIE, CIARA, MILOS, CHRIS, AISLING, and HARRY! DO NOT LET ME DOWN (no presh!)
</p>
</td>
</tr>
</table>
<!-- Socials Section -->
<table width="600" cellpadding="0" cellspacing="0" border="0"
style="background-color: white; border-radius: 8px; padding: 16px; text-align: center;">
<tr>
<td style="padding: 16px;">
<h3
style="font-size: 18px; font-weight: bold; color: #1e40af; margin: 0 0 16px;">Check
Out Our Socials!</h3>
<table cellpadding="0" cellspacing="0" border="0"
style="text-align: center; margin: auto;">
<tr>
<td style="padding: 8px;">
<a
href="https://chat.whatsapp.com/KcWm0mU78nyHKMibl3Vlko"
target="_blank" style="text-decoration: none;">
<img src="/assets/icons/whatsapp.svg"
alt="WhatsApp"
style="width: 48px; height: 48px;">
</a>
</td>
<td style="padding: 8px;">
<a href="https://www.tiktok.com/@dcufotosoc"
target="_blank" style="text-decoration: none;">
<img src="/assets/icons/tiktok.svg" alt="TikTok"
style="width: 48px; height: 48px;">
</a>
</td>
<td style="padding: 8px;">
<a href="https://instagram.com/dcufotosoc"
target="_blank" style="text-decoration: none;">
<img src="/assets/icons/instagram.svg"
alt="Instagram"
style="width: 48px; height: 48px;">
</a>
</td>
<td style="padding: 8px;">
<a href="mailto:committee@dcufotosoc.ie"
target="_blank" style="text-decoration: none;">
<img src="/assets/icons/envelope.svg" alt="Email"
style="width: 48px; height: 48px;">
</a>
</td>
<td style="padding: 8px;">
<a href="https://dcufotosoc.ie"
target="_blank" style="text-decoration: none;">
<img src="/assets/icons/link.svg" alt="Website"
style="width: 48px; height: 48px;">
</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0" border="0"
style="background: linear-gradient(to right, #1e3a8a, #2563eb);">
<tr>
<td align="center" style="padding: 16px;">
<!-- About Section -->
<table width="600" cellpadding="0" cellspacing="0" border="0"
style="background-color: white; border-radius: 8px; padding: 16px; text-align: center; margin-bottom: 24px;">
<tr>
<td style="padding: 16px;">
<p
style="font-size: 16px; color: #000000; margin: 0 0 24px;">
DCU Fotosoc © 2003 - 2025. Newsletter Generator by <a
href="https://www.jakefarrell.ie/"
aria-label="Jake Farrell's Personal Website"
target="_blank"
rel="noopener noreferrer"
className="hover:color: 1e40af #color: #ffffff"
>Jake Farrell</a>
</p>
<i style="color: #000000;">If you would like to stop recieving these emails, please contact <a href="mailto:secretary@dcufotosoc.ie"
style="color: #1e40af; text-decoration: none;">secretary@dcufotosoc.ie</a> to unsubscribe from this list.
</i>
</td>
</tr>
</table>
</body>
</html>