본문 바로가기

Youtube Clone/ExpressJS

Partials

  • 프로그래밍은 Devide and Conqeust
  • main에서 header와 footer를 분리해보자.
    • header에는 책 아이콘과 Join, Log in 버튼
    • footer에는 책 아이콘과 카피 로고, 연도, 프로젝트 이름

partials/header.pug
partials/footer.pug
layouts/main.pug

  • Font Awesome 사이트에서 무료로 아이콘을 가져올 수 있다. 
  • 위와 같이 홈페이지에서 제공하는 코드 한 줄을 head 부분에 넣는다.

'Youtube Clone > ExpressJS' 카테고리의 다른 글

Checklist  (0) 2019.09.18
Local2Global  (0) 2019.09.18
Pug  (0) 2019.09.18
Router 쪼개기  (0) 2019.09.17
Router  (0) 2019.09.17