-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathreport-email.html
More file actions
463 lines (443 loc) · 15.8 KB
/
report-email.html
File metadata and controls
463 lines (443 loc) · 15.8 KB
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
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
<!doctype html>
<html lang="ko">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta name="x-apple-disable-message-reformatting" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>pdf 이메일 전달용</title>
<style>
body,
table,
td,
p,
ul,
li {
margin: 0;
padding: 0;
font-family: 'Pretendard';
}
@font-face {
font-family: 'Pretendard';
font-style: normal;
font-weight: 400;
src: url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/woff2/Pretendard-Regular.woff2')
format('woff2');
}
@font-face {
font-family: 'Pretendard';
font-style: normal;
font-weight: 500;
src: url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/woff2/Pretendard-Regular.woff2')
format('woff2');
}
@font-face {
font-family: 'Pretendard';
font-style: normal;
font-weight: 700;
src: url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/woff2/Pretendard-Bold.woff2')
format('woff2');
}
@font-face {
font-family: 'Pretendard';
font-style: normal;
font-weight: 800;
src: url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/woff2/Pretendard-ExtraBold.woff2')
format('woff2');
}
@media screen and (max-width: 640px) {
.container {
width: 100% !important;
}
.px {
padding-left: 16px !important;
padding-right: 16px !important;
}
.hero-h {
height: 240px !important;
}
.hero-title {
font-size: 22px !important;
}
}
</style>
</head>
<body style="margin: 0; padding: 0">
<table
role="presentation"
width="100%"
cellpadding="0"
cellspacing="0"
style="background: #ffffff"
>
<!-- 본문 -->
<tr>
<td
class="px"
style="
padding: 48px 28px;
font-family: Pretendard;
color: #000000;
font-style: normal;
line-height: 1.5;
letter-spacing: -0.16px;
"
>
<p style="margin: 0;
font-size: 20px;
font-weight: 700;
color: #6f55ff;
letter-spacing: -0.4px;">
{name}님, 안녕하세요!
</p>
<p
style="margin: 32px 0 0 0; font-size: 16px; font-weight: 500"
>
<span style="color: #6f55ff; font-weight: 700"
>{name}</span
>님의
<span style="color: #6f55ff; font-weight: 700"
>AI리포트</span>가 도착했습니다.
</p>
<p
style="margin: 32px 0 0 0; font-size: 16px; font-weight: 500"
>
제출해주신 사업계획서를 바탕으로 분석한 AI 결과 리포트 발행이 완료되었습니다.
<br/> 첨부된 PDF 파일을 확인해 주세요.
</p>
<p
style="margin: 32px 0 0 0; font-size: 16px; font-weight: 500"
>
AI 분석을 통해 전반적인 방향을 확인하셨다면,
<br />
전문가의 심층 피드백을 통해 계획서를 한 단계 더 발전시켜보시는 것도 추천드립니다.
</p>
<p
style="margin: 32px 0 0 0; font-size: 16px; font-weight: 500"
>
저희 스타라이트는 앞으로도 {name}님의 도전과 열정을 응원합니다!
</p>
<p
style="margin: 32px 0 0 0; font-size: 16px; font-weight: 500"
>
감사합니다.
<br />
스타라이트 드림
</p>
<table
role="presentation"
cellspacing="0"
cellpadding="0"
border="0"
style="margin-top: 32px"
>
<tr>
<td
bgcolor="#6F55FF"
style="border-radius: 8px; width: 169px"
>
<a
href="https://www.starlight-official.co.kr/mypage"
target="_blank"
style="
display: inline-block;
padding: 10px 32px;
font-size: 16px;
font-weight: 500;
letter-spacing: -0.16px;
line-height: 150%;
color: #ffffff;
text-decoration: none;
"
>
AI 리포트로 이동
</a>
</td>
</tr>
</table>
</td>
</tr>
<!-- 슬로건 섹션 -->
<tr>
<td
class="px"
style="
padding: 48px 28px 0 28px;
font-family: Pretendard;
color: #000000;
font-style: normal;
line-height: 1.5;
letter-spacing: -0.16px;
"
>
<p
style="
margin: 0;
font-size: 20px;
font-weight: 700;
letter-spacing: -0.4px;
"
>
🧑🏻💻 70점이 넘는다면,
<span style="color: #6f55ff">전문가 심층 피드백</span>를 받아보세요!
</p>
</td>
</tr>
<!-- 이미지 섹션 -->
<tr>
<td
style="
padding: 24px 28px 48px 28px;
font-family: Pretendard;
color: #000000;
font-style: normal;
line-height: 1.5;
letter-spacing: -0.16px;
"
>
<table
role="presentation"
width="100%"
cellpadding="0"
cellspacing="0"
>
<tr>
<td style="padding: 0">
<img
src="https://kr.object.ncloudstorage.com/starlight-s3/email/experts_list.png"
alt=""
width="544"
height="320"
style="
display: block;
width: 100%;
max-width: 544px;
height: auto;
border: 0;
"
/>
</td>
</tr>
</table>
<p
style="
margin: 24px 0 0 0;
font-size: 16px;
font-weight: 700;
font-family: Pretendard;
color: #000000;
"
>
❓ AI 리포트만으로 충분할까요?
</p>
<p
style="
margin: 32px 0 0 0;
font-size: 16px;
font-weight: 500;
font-family: Pretendard;
color: #000000;
"
>
실제 심사 과정에서는 구체적으로 다듬어줄 멘토를 찾기 어렵고,
<br/>
설령 피드백을 받아도 형식적인 코멘트에 그치는 경우가 많습니다.
</p>
<p
style="margin: 32px 0 0 0; font-size: 16px; font-weight: 500"
> 스타라이트는
<span style="color: #6f55ff; font-weight: 700"
>창업 및 실제 심사 경험을 보유한 전문가로만 구성된 멘토 풀</span
>을 통해,
<br/>
<span style="color: #6f55ff; font-weight: 700"
>AI 리포트를 기반으로 사업계획서의 구조·논리·보완 방향을 점검</span>합니다.
</p>
</td>
</tr>
<!-- Footer -->
<tr>
<td class="px" style="padding: 48px 28px; text-align: center">
<table
role="presentation"
cellpadding="0"
cellspacing="0"
style="margin: 0 auto"
>
<tr>
<!-- 링크 아이콘 -->
<td style="padding: 0 24px 0 0">
<a
href="https://www.starlight-official.co.kr/"
target="_blank"
style="display: block; text-decoration: none"
>
<table
role="presentation"
cellpadding="0"
cellspacing="0"
width="32"
height="32"
style="
width: 32px;
height: 32px;
background-color: #191f28;
border-radius: 50%;
"
>
<tr>
<td
style="
width: 32px;
height: 32px;
text-align: center;
vertical-align: middle;
padding: 0;
"
>
<img
src="https://kr.object.ncloudstorage.com/starlight-s3/email/link.png"
alt="link"
width="20"
height="20"
style="
display: block;
margin: 0 auto;
border: 0;
"
/>
</td>
</tr>
</table>
</a>
</td>
<!-- Instagram 아이콘 -->
<td style="padding: 0">
<a
href="https://www.instagram.com/starlight.co.kr/"
target="_blank"
style="display: block; text-decoration: none"
>
<table
role="presentation"
cellpadding="0"
cellspacing="0"
width="32"
height="32"
style="
width: 32px;
height: 32px;
background-color: #191f28;
border-radius: 50%;
"
>
<tr>
<td
style="
width: 32px;
height: 32px;
text-align: center;
vertical-align: middle;
padding: 0;
"
>
<img
src="https://kr.object.ncloudstorage.com/starlight-s3/email/insta.png"
alt="instagram"
width="20"
height="20"
style="
display: block;
margin: 0 auto;
border: 0;
"
/>
</td>
</tr>
</table>
</a>
</td>
<!-- 이메일 아이콘 -->
<td style="padding: 0 0 0 24px">
<a
href="mailto:support@starlight-official.co.kr"
style="display: block; text-decoration: none"
>
<table
role="presentation"
cellpadding="0"
cellspacing="0"
width="32"
height="32"
style="
width: 32px;
height: 32px;
background-color: #191f28;
border-radius: 50%;
"
>
<tr>
<td
style="
width: 32px;
height: 32px;
text-align: center;
vertical-align: middle;
padding: 0;
"
>
<img
src="https://kr.object.ncloudstorage.com/starlight-s3/email/mail.png"
alt="email"
width="20"
height="20"
style="
display: block;
margin: 0 auto;
border: 0;
"
/>
</td>
</tr>
</table>
</a>
</td>
</tr>
</table>
<p
style="
margin: 36px 0 0 0;
font-size: 12px;
font-weight: 400;
color: #6c727e;
"
>
© Copyright 2026. starlight All Rights Reserved
</p>
<!-- 로고 -->
<table
role="presentation"
cellpadding="0"
cellspacing="0"
style="margin: 12px auto 0; width: auto"
>
<tr>
<td>
<img
src="https://kr.object.ncloudstorage.com/starlight-s3/email/starlight.png"
alt="starlight"
width="79"
height="18"
style="display: block; border: 0"
/>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>