Toggle navigation
Toggle navigation
This project
Loading...
Sign in
teamPARK
/
holiday-counter-recommend-activity
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박규리
2022-05-28 18:26:13 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b3c962c686c8d341bc8d081884d516b41638a7f2
b3c962c6
1 parent
744a4967
Modified layout
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
nodejs/views/data.ejs
nodejs/views/data.ejs
View file @
b3c962c
...
...
@@ -14,26 +14,30 @@
</head>
<center>
<body>
<div
id=
"title"
>
When
I
s Next Holiday?
</div>
<div
id=
"title"
>
When
i
s Next Holiday?
</div>
<br><br>
<div
class=
"wrapper"
>
<div
class=
"circle"
>
<p
class=
"dday"
>
<span>
<h2>
오늘로부터 가장 가까운 공휴일은
</h2>
<h2>
<
%= data[1][0] %>
<
%= data[1][1] %>
<
%= data[1][2] %>
<
%= data[1][3] %>/
<
%= data[1][4] %>
<
%= data[1][5] %>/
<
%= data[1][6] %>
<
%= data[1][7] %>
</h2>
<h3>
[
<
%= data[0] %>]
</h3>
<h1>
D -
<
%= data[2] %>
</h1>
<h2>
오늘로부터 가장 가까운 휴일은
</h2>
<h1>
[
<
%= data[0] %>]
</h1>
<h1
style=
"font-size: 80px;"
>
D -
<
%= data[2] %>
</h1>
<h2>
<
%= data[1][0] %>
<
%= data[1][1] %>
<
%= data[1][2] %>
<
%= data[1][3] %>/
<
%= data[1][4] %>
<
%= data[1][5] %>/
<
%= data[1][6] %>
<
%= data[1][7] %>
</h2>
<h2>
</h2>
</span>
</p>
</div>
</div>
<h2>
[
<
%= data[0] %>] 추천 활동
</h2>
<!--recommend activity 추가파트 시작-->
<div
id=
"activity"
>
<
% if (data[1] == '20220601') { %>
<h2>
지방선거로 지정된 날로 대한민국에서 가장 중요한 날 중 하나이다.
</h2>
<h2>
모두가 투표에 참여함으로써 귀중한 표를 선사해야하는 날이다.
</h2>
<
% } else if (data[1] == '20220606') { %>
<h2>
현충일은 나라를 위해 희생한 순국선열과 장병들을 기리기 위해 지정된
기념일이다.
</h2>
...
...
Please
register
or
login
to post a comment