Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김태민
/
OpenSource_Project
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
seungmi
2019-12-13 02:51:04 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5090e72561670a2c8b87e96350b839ef2dde6865
5090e725
1 parent
f5d8fd66
간단한 수정
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
8 deletions
public/map.css
views/map.ejs
views/print.ejs
views/recommendation.ejs
발표자료.pptx
public/map.css
View file @
5090e72
...
...
@@ -5,6 +5,18 @@
font-size
:
12px
;
}
h1
{
font-size
:
45px
;
text-align
:
center
;
border-bottom
:
1px
solid
gray
;
margin
:
0
;
padding
:
30px
;
}
a
{
color
:
black
;
text-decoration
:
none
;
}
.map_wrap
a
,
.map_wrap
a
:hover
,
.map_wrap
a
:active
{
color
:
#000
;
text-decoration
:
none
;
...
...
views/map.ejs
View file @
5090e72
...
...
@@ -10,12 +10,8 @@
</head>
<body>
<h1><a
href=
"/food"
>
점심 메뉴 정하기
</a></h1>
<h1><a
href=
"/food"
>
랜덤 메뉴 추천
</a></h1>
<div
class=
"grid"
>
<ul>
<il><a
href=
"/food/search"
>
검색
</a></il><br>
<il><a
href=
"/food/recommendation"
>
추천
</a></il>
</ul>
<article>
<h2>
...
...
views/print.ejs
View file @
5090e72
...
...
@@ -9,7 +9,7 @@
</head>
<body>
<h1><a
href=
"/food"
>
점심메뉴 정하기
</a></h1>
<h1><a
href=
"/food"
>
랜덤 메뉴 추천
</a></h1>
<div
class=
"grid"
>
<ul>
...
...
views/recommendation.ejs
View file @
5090e72
...
...
@@ -10,7 +10,7 @@
</head>
<body>
<h1><a
href=
"/food"
>
점심 메뉴 정하기
</a></h1>
<h1><a
href=
"/food"
>
랜덤 메뉴추천
</a></h1>
<div
class=
"grid"
>
...
...
@@ -24,7 +24,7 @@
<
%= title %>
</h2>
<p>
<
%= description %>
</p>
<button
id=
'check_all'
>
모두 선택
</button>
<button
id=
'uncheck_all'
>
모두 해제
</button>
<button
id=
'count_check'
>
체크 수 확인
</button>
...
...
발표자료.pptx
0 → 100644
View file @
5090e72
No preview for this file type
Please
register
or
login
to post a comment