feat: GTSIT 사이트 구축

This commit is contained in:
박성필
2026-08-10 21:19:10 +09:00
commit dbb35d35c4
87 changed files with 48246 additions and 0 deletions

22
design/README.md Normal file
View File

@@ -0,0 +1,22 @@
# GTS 정보통신 원본 디자인 기반 HTML 페이지
원본 번들의 Design Canvas 템플릿과 관리자 기능을 유지한 페이지별 HTML입니다.
## 공개 페이지
- index.html: 홈
- blog.html: 블로그 목록
- post-1.html ~ post-9.html: 블로그 상세
- contact.html: 1:1 문의
## 관리자 페이지
- admin.html: 관리자 로그인
- admin-posts.html: 글 관리 목록
- admin-post-write.html: 새 글 작성
- admin-post-edit.html: 글 수정 예시
- admin-inquiries.html: 문의 관리 목록
- admin-inquiry-detail.html: 문의 답변 화면
- admin-company.html: 회사 정보 관리
관리자 비밀번호는 원본과 동일하게 gts1234입니다.