스타벅스 웹사이트11 [스타벅스 웹사이트] 완성(git, github 등록 및 netlify 연결) github https://github.com/mikrw0816/starbucks 완성본 보기 (netlify) https://fantastic-puffpuff-aa06be.netlify.app/ 2023. 1. 21. [스타벅스 웹사이트] 로그인 화면 로그인 화면 로그인 Welcome! 스타벅스에 오신 것을 환영합니다. * 비밀번호를 타 사이트와 같이 사용할 경우 도용 위험이 있으니, 정기적으로 비밀번호를 변경하세요! 회원가입 아이디 찾기 비밀번호 찾기 2023. 1. 21. [스타벅스 웹사이트] 공통 모듈 분리, 로그인 폴더 생성 common.css : common, header, footer의 css common.js : header search, footer this-year script signin/index.html : 로그인 화면 index.html signin/index.html header link와 images 참조 주소 알맞게 수정 2023. 1. 20. [스타벅스 웹사이트] 푸터, 상단 이동(ScrollTo) 푸터 HTML 특수문자 https://www.w3schools.com/html/html_entities.asp HTML Entities W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more. www.w3schools.com 푸터에 올해 년도 표시 const thisYear = document.querySelector('.this-year'); thisYear.textContent = new Date().getF.. 2023. 1. 20. 이전 1 2 3 다음