이학주

Modify css

......@@ -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
......
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
<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
......
......@@ -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>
......
<h1>🎬 영화관 현황</h1>
<h4>🎬 영화관 현황</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
......
<h1>
🥘 맛집 현황</h1>
<h4>
🥘 맛집 현황</h4>
<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%;">
<h1>🍔 패스트푸드점 현황 </h1>
<h4>🍔 패스트푸드점 현황 </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
......
<h1>🏋️‍♂️ 운동시설 현황</h1>
<h4>🏋️‍♂️ 운동시설 현황</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
......
<h1>🌳 도시공원 현황</h1>
<h4>🌳 도시공원 현황</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
......
<h1>📷 CCTV 현황</h1>
<h4>📷 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">
......
<h1>📚 도서관 현황</h1>
<h4>📚 도서관 현황</h4>
<table class="table">
......@@ -31,13 +31,11 @@
</tbody>
</table>
<hr style = "border:dotted 1px gray; width : 50%;">
<h3>총 도서관 개수 :
<%=librarys.length%>
</h3>
<h1>📒 학원 현황 </h1>
<h4>📒 학원 현황 </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
......
<h1>🛍 시장 및 마트 현황</h1>
<h4>🛍 시장 및 마트 현황</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
......
<h1>🚌 버스 현황</h1>
<h4>🚌 버스 현황</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%;">
<h1>🚆 지하철역 현황</h1>
<h4>🚆 지하철역 현황</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
......