-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathoffline_template.html
295 lines (258 loc) · 9.64 KB
/
offline_template.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Event Registration Confirmation</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
line-height: 1.6;
color: #1a1a1a;
background: linear-gradient(135deg, #0EA5E9 0%, #6366F1 50%, #A855F7 100%);
min-height: 100vh;
padding: 40px 20px;
display: flex;
align-items: center;
justify-content: center;
}
.email-container {
width: 100%;
max-width: 680px;
margin: 0 auto;
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(20px);
border-radius: 30px;
overflow: hidden;
box-shadow:
0 25px 50px -12px rgba(0, 0, 0, 0.25),
0 0 0 1px rgba(255, 255, 255, 0.1);
}
.header {
background: linear-gradient(135deg, #0EA5E9, #6366F1);
padding: 70px 40px;
text-align: center;
position: relative;
overflow: hidden;
}
.header::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background:
radial-gradient(circle at 20% 20%, rgba(255,255,255,0.2) 0%, transparent 50%),
radial-gradient(circle at 80% 80%, rgba(255,255,255,0.15) 0%, transparent 50%);
z-index: 1;
}
.header::after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='rgba(255,255,255,0.1)' fill-rule='evenodd'/%3E%3C/svg%3E");
opacity: 0.5;
}
.header h1 {
color: white;
font-size: 42px;
font-weight: 800;
letter-spacing: -0.5px;
margin: 0;
text-shadow: 0 2px 4px rgba(0,0,0,0.1);
position: relative;
z-index: 2;
}
.content {
padding: 50px 40px;
background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.98) 100%);
}
.welcome-text {
font-size: 24px;
margin-bottom: 24px;
background: linear-gradient(135deg, #0EA5E9, #6366F1);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: 700;
letter-spacing: -0.3px;
}
.event-details {
background: linear-gradient(135deg, rgba(99, 102, 241, 0.03) 0%, rgba(10, 165, 233, 0.03) 100%);
border: 1px solid rgba(99, 102, 241, 0.1);
padding: 40px;
border-radius: 24px;
margin: 35px 0;
position: relative;
overflow: hidden;
}
.event-details::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(to right, #0EA5E9, #6366F1);
}
.detail-row {
display: flex;
align-items: center;
margin: 20px 0;
padding: 20px;
background: white;
border-radius: 16px;
box-shadow: 0 4px 12px rgba(0,0,0,0.03);
transition: all 0.3s ease;
border: 1px solid rgba(99, 102, 241, 0.05);
}
.detail-row:hover {
transform: translateY(-2px) scale(1.01);
box-shadow: 0 8px 24px rgba(0,0,0,0.06);
border-color: rgba(99, 102, 241, 0.2);
}
.detail-label {
font-weight: 600;
color: #6366F1;
min-width: 140px;
font-size: 16px;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.detail-value {
color: #1E293B;
font-weight: 500;
font-size: 16px;
}
.divider {
height: 3px;
background: linear-gradient(to right, #0EA5E9, #6366F1);
margin: 40px 0;
border-radius: 3px;
opacity: 0.2;
}
.venue-note {
text-align: center;
font-weight: 700;
background: linear-gradient(135deg, #0EA5E9, #6366F1);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 22px;
margin: 30px 0;
padding: 10px;
position: relative;
}
.system-note {
font-size: 14px;
color: #64748B;
text-align: center;
margin-top: 35px;
padding: 24px;
background: linear-gradient(135deg, rgba(99, 102, 241, 0.03) 0%, rgba(10, 165, 233, 0.03) 100%);
border-radius: 20px;
border: 1px solid rgba(99, 102, 241, 0.1);
}
.footer {
text-align: center;
background: linear-gradient(135deg, #0EA5E9, #6366F1);
color: white;
padding: 40px;
margin-top: 40px;
position: relative;
overflow: hidden;
}
.footer::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background:
radial-gradient(circle at 10% 90%, rgba(255,255,255,0.1) 0%, transparent 40%),
radial-gradient(circle at 90% 10%, rgba(255,255,255,0.1) 0%, transparent 40%);
}
.footer p {
margin: 8px 0;
font-size: 16px;
font-weight: 500;
text-shadow: 0 1px 2px rgba(0,0,0,0.1);
letter-spacing: 0.3px;
}
@media (max-width: 600px) {
body {
padding: 20px 10px;
}
.content {
padding: 30px 20px;
}
.header {
padding: 50px 20px;
}
.header h1 {
font-size: 32px;
}
.detail-row {
flex-direction: column;
align-items: flex-start;
}
.detail-label {
margin-bottom: 8px;
}
.event-details {
padding: 30px 20px;
}
.venue-note {
font-size: 20px;
}
}
</style>
</head>
<body>
<div class="email-container">
<div class="header">
<h1>Event Registration Confirmed!</h1>
</div>
<div class="content">
<p class="welcome-text">Dear {{to_name}},</p>
<p>We're thrilled to confirm your registration for <strong>{{event_name}}</strong>! Get ready for an extraordinary experience.</p>
<div class="event-details">
<div class="detail-row">
<span class="detail-label">Event Name</span>
<span class="detail-value">{{event_name}}</span>
</div>
<div class="detail-row">
<span class="detail-label">Date</span>
<span class="detail-value">{{event_date}}</span>
</div>
<div class="detail-row">
<span class="detail-label">Time</span>
<span class="detail-value">{{time_slot}}</span>
</div>
<div class="detail-row">
<span class="detail-label">Mode</span>
<span class="detail-value">Offline</span>
</div>
<div class="divider"></div>
<p class="venue-note">We can't wait to welcome you at the venue!</p>
</div>
<div class="system-note">
This is a system-generated email. Please do not reply to this message.
</div>
<div class="footer">
<p>Thank you for choosing Schedulo!</p>
<p>✨ Team Schedulo ✨</p>
</div>
</div>
</div>
</body>
</html>