category.pug 2.45 KB
doctype html
head
  title #{si} #{dong}
  <div class ="title">
    h1(style = "text-align : center") 당신의 동네 : #{userLocation}
  </div>
  link(rel='stylesheet' href='https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css')
  style.
    p { margin:20px 0px; }
  .container
    .row
      .col-4
        .card
         .text-center
          .card-image
            img(src='/restaurant.jpg' style='width:auto; height:auto; max-width:350px; max-height: 200px;')
          .card-body
            h5.card-title 음식
            p.card-text(style = 'text-align: center;')
              | 주변 음식점의 수
            a.btn.btn-primary(href='/category/food') 검사!
      .col-4
        .card
         .text-center
          .card-image
            img(src='/school.jpg' style='width:auto; height:auto; max-width:350px; max-height: 200px;')
          .card-body
            h5.card-title 학군
            p.card-text
              | 주변 학교, 학원 환경
            a.btn.btn-primary(href='/category/school') 검사!
      .col-4
        .card
         .text-center
          .card-image
            img(src='/park.jpg' style='width:auto; height:auto; max-width:350px; max-height: 200px;')
          .card-body
            h5.card-title 공원
            p.card-text
              | 주변 공원
            a.btn.btn-primary(href='/category/park') 검사!
      .col-4
        .card
         .text-center
          .card-image
            img(src='/public_transport.jpg' style='width:auto; height:auto; max-width:350px; max-height: 200px;')
          .card-body
            h5.card-title 대중교통
            p.card-text
              | 대중교통 편리도
            a.btn.btn-primary(href='/category/transport') 검사!
      .col-4
        .card
         .text-center
          .card-image
            img(src='/safe.jpg' style='width:auto; height:auto; max-width:350px; max-height: 200px;')
          .card-body
            h5.card-title 안전
            p.card-text
              | 주변 경찰서, 범죄자 인근~~
            a.btn.btn-primary(href='/category/safe') 검사!
      .col-4
        .card
         .text-center
          .card-image
            img(src='/cultural_life.jpg' style='width:auto; height:auto; max-width:350px; max-height: 200px;')
          .card-body
            h5.card-title 여가
            p.card-text
              | 문화시설
            a.btn.btn-primary(href='/category/culture') 검사!