Toggle navigation
Toggle navigation
This project
Loading...
Sign in
zuzitsu
/
UR_Village
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
이학주
2020-12-09 03:22:59 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
982844ce6162d6f629a7b35e0494b21e2bddfdd5
982844ce
1 parent
1df81560
Modify css
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
71 additions
and
41 deletions
public/css/category.css
public/css/result.css
views/components/grade.ejs
views/result.ejs
views/results/culture.ejs
views/results/food.ejs
views/results/gym.ejs
views/results/park.ejs
views/results/safe.ejs
views/results/school.ejs
views/results/shop.ejs
views/results/transport.ejs
public/css/category.css
View file @
982844c
...
...
@@ -6,3 +6,11 @@
.card-body
{
text-align
:
center
;
}
.alert
{
text-align
:
center
;
width
:
50%
;
display
:
inline-block
;
margin-left
:
auto
;
margin-right
:
auto
;
}
\ No newline at end of file
...
...
public/css/result.css
0 → 100644
View file @
982844c
body
{
text-align
:
center
;
}
.table
{
text-align
:
center
;
margin-left
:
25%
;
width
:
50%
;
}
.container
{
text-align
:
center
;
}
.sum
{
display
:
inline-block
;
font-weight
:
bold
;
margin-right
:
10px
;
}
\ No newline at end of file
views/components/grade.ejs
View file @
982844c
<div class="alert alert-
danger
" role="alert">
<
%=grade%
>
<div class="alert alert-
primary
" role="alert">
<
h3>평가 등급 : <%=grade%></h3
>
</div>
\ No newline at end of file
...
...
views/result.ejs
View file @
982844c
...
...
@@ -8,14 +8,16 @@
<link
rel=
'stylesheet'
href=
'/vendors/bootstrap/css/bootstrap-grid.min.css'
/>
<link
rel=
'stylesheet'
href=
'/vendors/bootstrap/css/bootstrap-reboot.min.css'
/>
<link
rel=
'stylesheet'
href=
'/css/category.css'
>
<link
rel=
"stylesheet"
href=
"/css/result.css"
>
<title>
📝 결과
</title>
</head>
<body>
<
%- include('components/locationJumbotron') -%>
<
%- include(`results/${category}`) -%>
<
%- include(`components/grade`) -%>
<
%- include(`results/${category}`) -%>
</body>
...
...
views/results/culture.ejs
View file @
982844c
<h
1>🎬 영화관 현황</h1
>
<h
4>🎬 영화관 현황</h4
>
<table class="table">
<thead class="thead-dark">
<th>사업장명</th>
...
...
@@ -19,6 +19,6 @@
</table>
<
h3
>총 영화관 개수 :
<
p class = "sum"
>총 영화관 개수 :
<%=movies.length%>
</h3>
\ No newline at end of file
</p>
\ No newline at end of file
...
...
views/results/food.ejs
View file @
982844c
<h
1
>
🥘 맛집 현황</h
1
>
<h
4
>
🥘 맛집 현황</h
4
>
<table class="table">
<thead class="thead-dark">
<tr>
...
...
@@ -29,11 +29,10 @@
</tbody>
</table>
<h3>총 맛집 개수 :
<%=stores.length%>
</h3>
<hr style = "border:dotted 1px gray; width : 50%;">
<h
1>🍔 패스트푸드점 현황 </h1
>
<h
4>🍔 패스트푸드점 현황 </h4
>
<table class="table">
<thead class="thead-dark">
...
...
@@ -55,7 +54,9 @@
<%}%>
</tbody>
</table>
<h3>패스트푸드점 개수 :
<p class = "sum">총 맛집 개수 :
<%=stores.length%>
</p>
<p class = "sum">패스트푸드점 개수 :
<%=fast_food_stores.length%>
</h3>
\ No newline at end of file
</p>
\ No newline at end of file
...
...
views/results/gym.ejs
View file @
982844c
<h
1>🏋️♂️ 운동시설 현황</h1
>
<h
4>🏋️♂️ 운동시설 현황</h4
>
<table class="table">
<thead class="thead-dark">
...
...
@@ -30,6 +30,6 @@
<
h3
>총 운동시설 개수 :
<
p class = "sum"
>총 운동시설 개수 :
<%=gyms.length%>
</h3>
\ No newline at end of file
</p>
\ No newline at end of file
...
...
views/results/park.ejs
View file @
982844c
<h
1>🌳 도시공원 현황</h1
>
<h
4>🌳 도시공원 현황</h4
>
<table class="table">
<thead class="thead-dark">
<tr>
...
...
@@ -20,6 +20,6 @@
</tbody>
</table>
<
h3
>총 도시공원 개수 :
<
p class = "sum"
>총 도시공원 개수 :
<%=city_parks.length%>
</h3>
\ No newline at end of file
</p>
\ No newline at end of file
...
...
views/results/safe.ejs
View file @
982844c
<h
1>📷 CCTV 현황</h1
>
<h
4>📷 CCTV 현황</h4
>
<table class="table">
<thead class="thead-dark">
...
...
@@ -21,9 +21,9 @@
</tbody>
</table>
<hr style = "border:dotted 1px gray; width : 50%;">
<h1>💡 보안등 현황</h1>
<h4>💡 보안등 현황</h4>
보안등 소재지 지번주소 :
<table class="table">
<thead class="thead-dark">
...
...
views/results/school.ejs
View file @
982844c
<h
1>📚 도서관 현황</h1
>
<h
4>📚 도서관 현황</h4
>
<table class="table">
...
...
@@ -31,13 +31,11 @@
</tbody>
</table>
<hr style = "border:dotted 1px gray; width : 50%;">
<h3>총 도서관 개수 :
<%=librarys.length%>
</h3>
<h
1>📒 학원 현황 </h1
>
<h
4>📒 학원 현황 </h4
>
<table class="table">
<thead class="thead-dark">
...
...
@@ -65,7 +63,10 @@
</tbody>
</table>
<p class = "sum">총 도서관 개수 :
<%=librarys.length%>
</p>
<
h3
>학원 및 교습소 개수 :
<
p class = "sum"
>학원 및 교습소 개수 :
<%=institutes.length%>
</h3>
\ No newline at end of file
</p>
\ No newline at end of file
...
...
views/results/shop.ejs
View file @
982844c
<h
1>🛍 시장 및 마트 현황</h1
>
<h
4>🛍 시장 및 마트 현황</h4
>
<table class="table">
...
...
@@ -26,6 +26,6 @@
<
h3
>총 쇼핑몰 개수 :
<
p class ="sum"
>총 쇼핑몰 개수 :
<%=shops.length%>
</h3>
\ No newline at end of file
</p>
\ No newline at end of file
...
...
views/results/transport.ejs
View file @
982844c
<h
1>🚌 버스 현황</h1
>
<h
4>🚌 버스 현황</h4
>
<table class="table">
<thead class="thead-dark">
...
...
@@ -20,14 +20,12 @@
<%}%>
</tbody>
</table>
<h3>총 버스정류장 개수 :
<%=busStations.length%>
</h3>
<hr style = "border:dotted 1px gray; width : 50%;">
<h
1>🚆 지하철역 현황</h1
>
<h
4>🚆 지하철역 현황</h4
>
<table class="table">
<thead class="thead-dark">
...
...
@@ -53,6 +51,9 @@
<%}%>
</tbody>
</table>
<h3>총 지하철역 개수 :
<p class="sum">총 버스정류장 개수 :
<%=busStations.length%>
</p>
<p class = "sum">총 지하철역 개수 :
<%=subwayStations.length%>
</h3>
\ No newline at end of file
</p>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment