Website chuyên nghiệp giới thiệu và bán các giải pháp phần mềm doanh nghiệp.
software-sales-website/
├── index.html # Trang chính
├── styles.css # CSS styling
├── script.js # JavaScript logic
├── .nojekyll # Cấu hình GitHub Pages
├── assets/ # Hình ảnh sản phẩm
│ ├── ocr_software_icon.png
│ ├── chatbot_icon.png
│ ├── production_management_icon.png
│ ├── hr_management_icon.png
│ ├── fleet_management_icon.png
│ └── maintenance_icon.png
├── GOOGLE_SHEETS_SETUP.md # Hướng dẫn tích hợp Google Sheets
├── GOOGLE_SHEETS_TEMPLATE.txt # Template Google Sheets
└── GITHUB_PAGES_GUIDE.md # Hướng dẫn deploy GitHub Pages
-
Tạo Repository Mới:
- Vào https://github.com/new
- Repository name:
software-sales-website - Chọn Public
- KHÔNG tích "Add a README file"
- Click Create repository
-
Upload Files:
- Click link "uploading an existing file"
- Kéo thả TẤT CẢ files và folders từ thư mục này
- Commit message: "Initial commit - SmartSoft Website"
- Click Commit changes
-
Bật GitHub Pages:
- Vào Settings > Pages
- Source: Deploy from a branch
- Branch: main
- Folder: / (root)
- Click Save
-
Chờ Deploy:
- Đợi 2-3 phút
- Website sẽ live tại:
https://USERNAME.github.io/software-sales-website/
# Di chuyển vào thư mục
cd e:\Google_Antigravity\software-sales-website
# Khởi tạo Git
git init
# Add tất cả files
git add .
# Commit
git commit -m "Initial commit - SmartSoft Website"
# Tạo branch main
git branch -M main
# Thêm remote (thay YOUR_USERNAME)
git remote add origin https://github.com/YOUR_USERNAME/software-sales-website.git
# Push lên GitHub
git push -u origin mainSau đó làm theo bước 3 và 4 của Cách 1.
- File
.nojekyllđã được tạo (để tắt Jekyll processing) - Tất cả files HTML, CSS, JS đều dùng relative paths
- Folder
assetschứa đầy đủ 6 hình ảnh - Thông tin liên hệ đã được cập nhật:
- Hotline: 0984 939 929
- Email: bactn@level.io.vn
- Copyright footer có tên: "Thiết kế bởi TẠ NGỌC BẮC"
- Mission statement: "Giúp các doanh nghiệp tăng hiệu suất cao nhất với chi phí thấp nhất"
Nếu bạn thấy lỗi 404 File not found, kiểm tra:
-
File
index.htmlở đúng vị trí:- Phải ở root của repository, KHÔNG nằm trong subfolder
- URL đúng:
github.com/username/repo/blob/main/index.html - URL SAI:
github.com/username/repo/blob/main/software-sales-website/index.html
-
GitHub Pages Settings:
- Settings > Pages
- Branch:
main(hoặcmaster) - Folder:
/ (root)← QUAN TRỌNG, không phải/docs
-
Repository phải Public:
- GitHub Pages miễn phí chỉ hoạt động với Public repos
- Settings > General > Danger Zone > Change repository visibility
-
Đợi đủ thời gian:
- GitHub cần 2-3 phút để build
- Kiểm tra tại Settings > Pages > Deployments
Website đã được tích hợp form liên hệ với Google Sheets. Để sử dụng:
- Đọc file
GOOGLE_SHEETS_SETUP.mdđể biết hướng dẫn chi tiết - Tạo Google Sheet từ template trong
GOOGLE_SHEETS_TEMPLATE.txt - Cập nhật URL trong
script.jsvới Web App URL của bạn
- ✅ Responsive design (mobile-friendly)
- ✅ Smooth animations và transitions
- ✅ Dark gradient theme
- ✅ Form liên hệ tích hợp Google Sheets
- ✅ SEO optimized
- ✅ Fast loading với Web Fonts
Để thay đổi màu sắc, logo, hoặc nội dung:
- Colors: Chỉnh sửa CSS variables trong
styles.css - Content: Sửa text trong
index.html - Images: Thay thế files trong folder
assets/
- Hotline: 0984 939 929
- Email: bactn@level.io.vn
- Website: https://USERNAME.github.io/software-sales-website/
Designed by TẠ NGỌC BẮC ⚡