-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (43 loc) · 2.33 KB
/
Copy pathindex.html
File metadata and controls
48 lines (43 loc) · 2.33 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
<html>
<div style="display: flex; flex-direction: column; align-items: center;">
<div width: 500px>
<h1>[weTrekking] ${name}님 가입을 환영합니다!!!</h1>
<hr />
<div>
<p style="font-size: 35px; font-weight:600; color:#111;">회원가입에 감사드립니다.</p>
<p style="font-size:18px; font-weight:400; color:#111; line-height: 1.4;">회원가입 감사 <span style="font-weight: 700; text-decoration: underline; color:#2F4B2A;">1000P</span>를 지급해드렸으니<br/>
지금바로 크루를 모집해보세요!!</p>
<a href="https://wetrekking.kr" style="font-size: 30px; text-decoration: none; font-weight: 500; color: #2F4B2A;"> 크루 모집하러 가기 ></a>
</div>
<hr />
<div style="padding: 10px;">
<div style="margin-bottom: 8px; font-size: 20px;">이름: ${name}</div>
<div style=" margin-bottom: 8px; font-size: 20px;">핸드폰: ${phone}</div>
<div style="margin-bottom: 30px; font-size: 20px;">가입일: ${this.getToday()}</div>
</div>
</div>
</div>
</html>
<html>
<div style="display: flex; flex-direction: column; align-items: center;">
<div width: 500px>
<h1>[weTrekking] ${nickname}님, ${crewBoardTitle}게시글에 수락되었습니다!!</h1>
<hr />
<div style="padding: 10px;">
<div style="margin-bottom: 20px; font-size: 18px;"> ${crewBoardTitle}게시글에 새로운 크루원이 되었습니다. </div>
<a href="https://wetrekking.kr" style="font-size: 30px; text-decoration: none; font-weight: 500; color: #2F4B2A;">위트레킹 바로가기 ></a>
</div>
</div>
</html>
<html>
<div style="display: flex; flex-direction: column; align-items: center;">
<div width: 500px>
<h1>[weTrekking] ${crewBoardTitle} 게시글에 신청자가 있습니다!!</h1>
<hr />
<div style="padding: 10px;">
<div style="margin-bottom: 20px; font-size: 18px;"> ${nickname}님께서 ${crewBoardTitle} 게시글을 신청하였습니다. 새로운 크루원을 확인해 보세요. </div>
<a href="https://wetrekking.kr" style="font-size: 30px; text-decoration: none; font-weight: 500; color: #2F4B2A;">위트레킹 바로가기 ></a>
</div>
</div>
</div>
</html>