This commit is contained in:
louiscklaw
2025-01-31 21:14:27 +08:00
parent 154255d9ca
commit 446a9d33cb
4 changed files with 77 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 KiB

7
sssszenga/gitUpdate.bat Normal file
View File

@@ -0,0 +1,7 @@
git status .
@pause
git add .
git commit -m"update sssszenga,"
start git push

16
sssszenga/layout.md Normal file
View File

@@ -0,0 +1,16 @@
bootstrap
responsive
- mobile
- tablet
- desktop
Home
- product categories 1 (listing)
- 1 products details (details)
- product categories 2 (listing)
- 1 products details (details)
- product categories 3 (listing)
- 1 products details (details)

54
sssszenga/quote.md Normal file
View File

@@ -0,0 +1,54 @@
# lntroduction
## Requirements:
HTML5,
CSS and
Bootstrap to implement a
responsive sport-wears
sellinq website.
Responsive website is a web site implementation that will self-optimize its content display across devices such as mobile, tablet, regular PC and big screen TV.
# Website structure.
Home
- Listing Page
- Detail Page (detail of a product)
The web site must contain at least 3 product categories. E g.
- sports shoes,
- T-shirts,
- cap and
- etc.
There must be at least 12 products in the product listing page for each product cateqory.
## Homepage (The file name must be index.html)
- An entry page for the web site.
- It must show at least 12 featured/recommended products
(They can be from different products cateqories)
Recommendation to do 2 best selling products 12 new products.
## Listing Pages
When user clicks a brand, - it shows a responsive listlng Of the selected product category. - lt is your task to judge what basic information should be included fO 「 quick previewing purpose (listing page is for quick browsing).
This brief information could contain a small photo, title or price.
Your listing page must be clean but still provide sufficient information for quick
browsing purpose.
Too much information will compromise the readability Of listing page.
## Details Pages (just ONE for each category)
- 6.1 DispIay the complete information Of a product.
- 6.2 Each product must have 3 featured photos. These 3 featured photos must be responsive to optimize their display across devices Of different size. You can do just ONE detail page and all the products will Point to the same details paqe.
You must use bootstrap layout and styling Of your pages.
You must store all your custom css styles in External CSS
(lnline CSS is not allowed. There will be mark deduction if you use inline CSS).