update,
This commit is contained in:
31
.gitattributes
vendored
Normal file
31
.gitattributes
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
*.mp4 filter=lfs diff=lfs merge=lfs
|
||||
*.zip filter=lfs diff=lfs merge=lfs
|
||||
*.7z filter=lfs diff=lfs merge=lfs
|
||||
*.tar.gz filter=lfs diff=lfs merge=lfs
|
||||
*.jpg filter=lfs diff=lfs merge=lfs
|
||||
*.png filter=lfs diff=lfs merge=lfs
|
||||
*.avif filter=lfs diff=lfs merge=lfs
|
||||
*.webm filter=lfs diff=lfs merge=lfs
|
||||
*.mkv filter=lfs diff=lfs merge=lfs
|
||||
|
||||
# Documents
|
||||
*.doc diff=astextplain
|
||||
*.DOC diff=astextplain
|
||||
*.docx diff=astextplain
|
||||
*.DOCX diff=astextplain
|
||||
*.dot diff=astextplain
|
||||
*.DOT diff=astextplain
|
||||
*.pdf diff=astextplain
|
||||
*.PDF diff=astextplain
|
||||
*.rtf diff=astextplain
|
||||
*.RTF diff=astextplain
|
||||
|
||||
*.gif filter=lfs diff=lfs merge=lfs
|
||||
*.GIF filter=lfs diff=lfs merge=lfs
|
||||
*.bmp filter=lfs diff=lfs merge=lfs
|
||||
*.BMP filter=lfs diff=lfs merge=lfs
|
||||
*.tiff filter=lfs diff=lfs merge=lfs
|
||||
*.TIFF filter=lfs diff=lfs merge=lfs
|
||||
*.wav filter=lfs diff=lfs merge=lfs
|
||||
*.WAV filter=lfs diff=lfs merge=lfs
|
||||
*.log filter=lfs diff=lfs merge=lfs
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
**/~*.*
|
BIN
FF0D7F20-9397-46C5-AB2A-9F76936179B1.jpeg
Normal file
BIN
FF0D7F20-9397-46C5-AB2A-9F76936179B1.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 340 KiB |
7
gitUpdate.bat
Normal file
7
gitUpdate.bat
Normal file
@@ -0,0 +1,7 @@
|
||||
git status .
|
||||
|
||||
@pause
|
||||
|
||||
git add .
|
||||
git commit -m"update sssszenga,"
|
||||
start git push
|
16
gitUpdate.sh
Executable file
16
gitUpdate.sh
Executable file
@@ -0,0 +1,16 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
git config --global http.version HTTP/1.1
|
||||
git config --global lfs.allowincompletepush true
|
||||
git config --global lfs.locksverify true
|
||||
git config --global http.postBuffer 5368709120
|
||||
|
||||
git add .
|
||||
|
||||
git commit -m 'update,'
|
||||
|
||||
git push
|
||||
|
||||
echo "done"
|
16
layout.md
Normal file
16
layout.md
Normal 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
quote.md
Normal file
54
quote.md
Normal 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).
|
Reference in New Issue
Block a user