matgip / TastyEstate

대한민국 부동산 평점 시스템
GNU General Public License v2.0
1 stars 0 forks source link

change naming : navbar -> masthead #49

Closed jkpark closed 2 years ago

jkpark commented 2 years ago

navbar가 views폴더에 있었는데 components/layouts 으로 옮기고 The 붙임

junhong91 commented 2 years ago

👍

junhong91 commented 2 years ago

근데 masterhead랑 header랑 차이가 뭐임??

jkpark commented 2 years ago

header는 어떤 영역의 header를 말함. 한 html페이지에 여러개의 header가 있을 수 있지.

예)

<html>
<body>
   <header> 블로그명 </header>
   <section class=post>
       <header> title</header>
       <main> content </main>
       <footer> author </footer>
    </section>
    <footer> sitemap </foorter>
</body>
</html>
junhong91 commented 2 years ago

아 한페이지에 여러 header가 올수 있는지 몰랐네 굿굿 의미에 맞네