Skip to content

Commit 676d5fc

Browse files
committed
[feat] recruitGreeting fragment 구현
1 parent e2923d7 commit 676d5fc

1 file changed

Lines changed: 65 additions & 0 deletions

File tree

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org">
2+
<head>
3+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
4+
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
5+
</head>
6+
<div th:fragment="greetInfo(greetInfo)">
7+
<div style="
8+
width: 100%;
9+
box-sizing: border-box;
10+
border-radius: 10px;
11+
">
12+
<div style="width: 680px;
13+
text-decoration: none;
14+
outline: 0px;
15+
font-family: Pretendard, AppleSDGothic, apple sd gothic neo,
16+
noto sans korean, noto sans korean regular, noto sans cjk kr,
17+
noto sans cjk, nanum gothic, malgun gothic, dotum, arial,
18+
helvetica, MS Gothic, sans-serif;
19+
font-style: normal;
20+
font-weight: 600;
21+
font-size: 24px;
22+
line-height: 150%;
23+
color: #3E4CF7;">
24+
<span>CEOS</span>
25+
<span>20</span>
26+
<span>기 리크루팅을 시작합니다!</span>
27+
</div>
28+
29+
<div style="height: 16px; width: 680px; "></div>
30+
31+
<div style="width: 680px;
32+
text-decoration: none;
33+
outline: 0px;
34+
font-family: Pretendard, AppleSDGothic, apple sd gothic neo,
35+
noto sans korean, noto sans korean regular, noto sans cjk kr,
36+
noto sans cjk, nanum gothic, malgun gothic, dotum, arial,
37+
helvetica, MS Gothic, sans-serif;
38+
font-style: normal;
39+
font-weight: 500;
40+
font-size: 16px;
41+
line-height: 170%;
42+
color: #232527;">
43+
44+
<span>
45+
안녕하세요. 신촌 연합 IT 창업동아리 CEOS입니다.<br>
46+
CEOS 20기 서류 지원이 시작되었습니다! <br> <br>
47+
세오스는 기획, 디자인, 개발 역량을 겸비한 열정 있는 대학생들이 모여 창업을 경험하고 꿈을 실현할 수 있는 공간입니다.
48+
</span>
49+
50+
<span style="
51+
font-weight: 600;
52+
font-size: 16px;
53+
line-height: 170%;
54+
color: #3E4CF7;">
55+
사업, 창업, IT, UX, 개발, 비즈니스 모델
56+
</span>
57+
58+
<span>
59+
등에 관심과 열정이 있는 분들의 많은 지원 바랍니다.<br>
60+
<br>
61+
</span>
62+
</div>
63+
</div>
64+
</div>
65+
</html>

0 commit comments

Comments
 (0)