select.pug 2.22 KB
doctype html
html
  head
    title= title
    link(rel='stylesheet', href='stylesheets/style.css')
  body
    block content
    h1 당신의 동네 : #{userLocation}
    .row
      .col.s12.m7
        .card(style='background-color: skyblue; display: inline-block;')
          .card-image
            img(src='/restaurant.jpg' style='width:400px; height: 300px;')
            h1.card-title 음식
          .card-content
            p
              | 주변 동네 맛집의 개수와 얼마나 다양한 음식점이 있는지 
          .card-action
            a(href='#') 검사!

        .card(style='background-color: skyblue; display: inline-block;')
          .card-image
            img(src='/school.jpg' style='width:400px; height: 300px;')
            h1.card-title 학군
          .card-content
            p
              | 주변 학교, 학원 환경 
          .card-action
            a(href='#') 검사!

        .card(style='background-color: skyblue; display: inline-block;')
          .card-image
            img(src='/park.jpg' style='width:400px; height: 300px;')
            h1.card-title 공원
          .card-content
            p
              | 주변 공원
          .card-action
            a(href='#') 검사!

        .card(style='background-color: skyblue; display: inline-block;')
          .card-image
            img(src='/public_transport.jpg' style='width:400px; height: 300px;')
            h1.card-title 대중교통
          .card-content
            p
              | 대중교통 편리도
          .card-action
            a(href='#') 검사!

        .card(style='background-color: skyblue; display: inline-block;')
          .card-image
            img(src='/safe.jpg' style='width:400px; height: 300px;')
            h1.card-title 안전
          .card-content
            p
              | 주변 경찰서, 범죄자 인근~~
          .card-action
            a(href='#') 검사!

        .card(style='background-color: skyblue; display: inline-block;')
          .card-image
            img(src='/cultural_life.jpg' style='width:400px; height: 300px;')
            h1.card-title 여가 
          .card-content
            p
              | 문화생활 시설
          .card-action
            a(href='#') 검사!