Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
venshop
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
huanvl
venshop
Commits
c14b7f96
Commit
c14b7f96
authored
Oct 23, 2013
by
vulehuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reskin static html and using less css
parent
b71cfaa0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
635 additions
and
619 deletions
+635
-619
static_html/css/style.css.less
+318
-308
static_html/index.html
+317
-311
No files found.
static_html/css/style.css
→
static_html/css/style.css
.less
View file @
c14b7f96
// Extra small screen / phone
@screen-xs: 480px;
@screen-phone: @screen-xs;
// Small screen / tablet
@screen-sm: 768px;
@screen-tablet: @screen-sm;
// Medium screen / desktop
@screen-md: 992px;
@screen-desktop: @screen-md;
// Large screen / wide desktop
@screen-lg: 1200px;
@screen-lg-desktop: @screen-lg;
body {
font-family: Tahoma, "Times New Roman", Times, serif;
font-size: 12px;
...
...
@@ -20,359 +36,353 @@ body {
.margin-1 {
margin-top: 10px;
}
/*****************************************
header
******************************************/
header {
padding: 5px 0;
margin-right: -15px;
@media (max-width: @screen-xs) {
margin-right: 0;
}
position: relative;
}
header
.banner
img
{
border-radius
:
4px
;
box-shadow
:
4px
4px
4px
#888888
;
}
h1
.logo
a
{
width
:
160px
;
height
:
100px
;
color
:
transparent
;
font-size
:
0
;
overflow
:
hidden
;
display
:
inline-block
;
background
:
url("../images/logo.jpg")
no-repeat
;
}
.block-user-action
{
position
:
absolute
;
bottom
:
13px
;
right
:
10px
;
box-shadow
:
4px
4px
4px
#666
;
border-radius
:
5px
;
}
.block-user-action
ul
,
.block-user-action
li
{
list-style
:
none
;
margin
:
0
;
padding
:
0
;
}
.block-user-action
li
{
float
:
left
;
margin-left
:
10px
;
.banner {
margin-top: 9px;
@media (min-width: @screen-lg-desktop) {
margin-top: 3px;
}
img {
border-radius: 4px;
box-shadow: 4px 4px 4px #888888;
}
}
.block-user-action {
position: absolute;
bottom: 19px;
right: 10px;
box-shadow: 4px 4px 4px #666;
border-radius: 5px;
@media (min-width: @screen-lg-desktop) {
bottom: 8px;
}
ul, li {
list-style: none;
margin: 0;
padding: 0;
}
li {
float: left;
margin-left: 10px;
}
}
}
h1 {
&.logo {
a {
width: 160px;
height: 100px;
color: transparent;
font-size: 0;
overflow: hidden;
display: inline-block;
background: url("../images/logo.jpg") no-repeat;
}
}
}
.block-search {
margin-right: -15px;
@media (max-width: @screen-xs) {
margin-right: 0;
}
padding-bottom: 10px;
.btn {
span {
margin-right: 7px;
}
&:hover {
color: #FFFF00;
}
}
.btn-default {
font-weight: bold;
text-transform: uppercase;
color: #FFF;
background-color: #72a930;
border-color: #ccc;
padding: 7px 12px;
margin-top: -1px;
}
}
.block-search
.btn
span
{
margin-right
:
7px
;
}
.block-search
.btn
:hover
{
color
:
#FFFF00
;
}
.block-search
.btn-default
{
font-weight
:
bold
;
text-transform
:
uppercase
;
color
:
#FFF
;
background-color
:
#72a930
;
border-color
:
#ccc
;
padding
:
7px
12px
;
margin-top
:
-1px
;
}
.breadcrumb {
margin-left: -15px;
font-size: 13px;
font-weight: bold;
padding: 4px 15px 4px 0;
span {
display: block;
float: left;
margin-right: 10px;
}
ul, li {
list-style: none;
margin: 0;
padding: 0;
}
li {
float: left;
color: #428bca;
&:after {
content: ">>";
}
&.last:after {
content: "";
}
a {
padding: 0 10px;
}
}
}
.breadcrumb
span
{
display
:
block
;
float
:
left
;
margin-right
:
10px
;
}
.breadcrumb
ul
,
.breadcrumb
li
{
list-style
:
none
;
margin
:
0
;
padding
:
0
;
}
.breadcrumb
li
{
float
:
left
;
color
:
#428bca
;
}
.breadcrumb
li
:after
{
content
:
">>"
;
}
.breadcrumb
li
.last
:after
{
content
:
""
;
}
.breadcrumb
li
a
{
padding
:
0
10px
;
}
/*****************************************
box
******************************************/
.box {
border: 1px solid #ccc;
border-radius: 4px;
margin-bottom: 13px;
&.bg {
background: url("../images/n.jpg");
}
h2 {
position: relative;
margin: 0;
padding: 2px 0;
background: #f1f3ee;
.corner-left, .corner-right {
position: absolute;
display: block;
width: 32px;
height: 26px;
overflow: hidden;
top: 2px;
}
.corner-left {
left: 3px;
}
.corner-right {
right: 3px;
background-position: top right;
background-position-y: -100px;
}
.text {
display: block;
background-position-y: -50px;
color: #FFF;
font-weight: bold;
text-transform: uppercase;
font-family: Tahoma;
font-size: 11px;
min-height: 26px;
line-height: 26px;
text-align: center;
margin: 0 7px 0 3px;
}
}
a {
font-weight: bold;
color: #000;
&:hover {
color: #900;
}
}
.list, .list li {
list-style: none;
margin: 0;
padding: 0;
}
.list {
&>li {
background: url("../images/icon_1.gif") 0 7px no-repeat;
border-bottom: 1px solid #CCC;
&.last {
border-bottom: none;
}
&>a {
border: none;
border-radius: 0;
display: block;
padding: 7px 15px 7px 20px;
&:hover, &:focus {
background: none;
border-color: #CCC;
}
}
}
}
}
.box.bg
{
background
:
url("../images/n.jpg")
;
}
.box
a
{
font-weight
:
bold
;
color
:
#000
;
}
.box
a
:hover
{
color
:
#900
;
}
.box
.list
,
.box
.list
li
{
list-style
:
none
;
margin
:
0
;
padding
:
0
;
}
.box
.list
>
li
{
background
:
url("../images/icon_1.gif")
0
7px
no-repeat
;
border-bottom
:
1px
solid
#CCC
;
}
.box
.list
>
li
.last
{
border-bottom
:
none
;
}
.box
.list
>
li
>
a
:hover
,
.box
.list
>
li
>
a
:focus
{
background
:
none
;
}
.box
.list
>
li
>
a
:hover
{
border-color
:
#CCC
;
}
.box
.list
>
li
>
a
{
border
:
none
;
border-radius
:
0
;
display
:
block
;
}
.box
.list
>
li
>
a
{
padding
:
7px
15px
7px
20px
;
}
.box
h2
{
position
:
relative
;
margin
:
0
;
padding
:
2px
0
;
background
:
#f1f3ee
;
}
.box
h2
.corner-left
,
.box
h2
.corner-right
{
position
:
absolute
;
display
:
block
;
width
:
32px
;
height
:
26px
;
overflow
:
hidden
;
top
:
2px
;
}
.box
h2
.corner-left
{
left
:
3px
;
}
.box
h2
.corner-right
{
right
:
3px
;
background-position
:
top
right
;
background-position-y
:
-100px
;
}
.box
h2
.text
{
display
:
block
;
background-position-y
:
-50px
;
color
:
#FFF
;
font-weight
:
bold
;
text-transform
:
uppercase
;
font-family
:
Tahoma
;
font-size
:
11px
;
min-height
:
26px
;
line-height
:
26px
;
text-align
:
center
;
margin
:
0
7px
0
3px
;
}
/*****************************************
footer
******************************************/
footer {
background: url("../images/bg_footer.jpg") repeat-x;
padding: 20px 10px 10px 10px;
margin-top: 10px;
}
/*****************************************
grid view
******************************************/
.body-box
{
border
:
1px
solid
#CCC
;
margin-left: -15px;
margin-right: -15px;
padding-left
:
16px
;
padding-right
:
16px
;
}
.grid-view
.thumbnail
{
border
:
none
;
@media (max-width: @screen-xs) {
margin-right: 0;
margin-left: 0;
}
}
.
grid-view
.item
{
.
body-box
{
border: 1px solid #CCC;
margin
:
1px
1px
2px
1px
;
}
.grid-view
.col-md-3
{
padding
:
0
;
}
.body-box
h2
{
margin
:
0
;
padding
:
0
;
background-position-y
:
-50px
;
background-repeat
:
repeat-x
;
height
:
29px
;
position
:
relative
;
padding-left
:
29px
;
line-height
:
29px
;
margin-left: -15px;
margin-right: -15px;
color
:
#9A370B
;
font-weight
:
bold
;
text-decoration
:
none
;
text-transform
:
uppercase
;
font-size
:
11px
;
font-family
:
Tahoma
;
background-position-y
:
-50px
;
}
.body-box
h2
span
{
display
:
block
;
width
:
29px
;
height
:
29px
;
position
:
absolute
;
width
:
29px
;
top
:
0
;
left
:
0
;
}
.grid-view
.item
h4
{
font-family
:
Tahoma
;
font-size
:
11px
;
font-weight
:
bold
;
text-align
:
center
;
line-height
:
120%
;
}
.grid-view
.item
h4
a
{
color
:
#333
;
}
.grid-view
.item
.price
{
color
:
#000
;
font-weight
:
bold
;
text-align
:
center
;
padding-top
:
15px
;
padding-bottom
:
5px
;
}
.grid-view
.item
.price
span
{
color
:
#F00
;
}
.grid-view
.item
.action
,
.list-view
.item
.action
{
text-align
:
center
;
padding-bottom
:
7px
;
}
.grid-view
.item
.action
.view-detail
,
.grid-view
.item
.action
.order
,
.list-view
.item
.action
.view-detail
,
.list-view
.item
.action
.order
{
color
:
transparent
;
font-size
:
0
;
display
:
inline-block
;
overflow
:
hidden
;
height
:
19px
;
}
.grid-view
.item
.action
.view-detail
,
.list-view
.item
.action
.view-detail
{
width
:
74px
;
background
:
url("../images/detail.png")
no-repeat
;
margin-right
:
10px
;
padding-left: 16px;
padding-right: 16px;
@media (max-width: @screen-xs) {
margin-right: 0;
margin-left: 0;
}
h2 {
margin: 0;
padding: 0;
background-position-y: -50px;
background-repeat: repeat-x;
height: 29px;
position: relative;
padding-left: 29px;
line-height: 29px;
margin-left: -15px;
margin-right: -15px;
color: #9A370B;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
font-size: 11px;
font-family: Tahoma;
background-position-y: -50px;
span {
display: block;
width: 29px;
height: 29px;
position: absolute;
width: 29px;
top: 0;
left: 0;
}
}
}
.grid-view {
.col-md-3 {
padding: 0;
}
.item {
border: 1px solid #CCC;
margin: 1px 1px 2px 1px;
.thumbnail {
border: none;
}
h4 {
font-family: Tahoma;
font-size: 11px;
font-weight: bold;
text-align: center;
line-height: 120%;
a {
color: #333;
}
}
.price {
color: #000;
font-weight: bold;
text-align: center;
padding-top: 15px;
padding-bottom: 5px;
span {
color: #F00;
}
}
.action {
text-align: center;
padding-bottom: 7px;
.view-detail, .order {
color: transparent;
font-size: 0;
display: inline-block;
overflow: hidden;
height: 19px;
}
.view-detail {
width: 74px;
background: url("../images/detail.png") no-repeat;
margin-right: 10px;
}
.order {
width: 84px;
background: url("../images/order.png") no-repeat;
}
}
}
}
.grid-view
.item
.action
.order
,
.list-view
.item
.action
.order
{
width
:
84px
;
background
:
url("../images/order.png")
no-repeat
;
}
/*****************************************
list view
******************************************/
.list-view {
}
.list-view
.col-md-3
{
width
:
100%
;
clear
:
left
;
padding-top
:
10px
;
}
.list-view
.thumbnail
{
width
:
25%
;
float
:
left
;
margin-right
:
10px
;
}
.list-view
h4
{
padding-left
:
10px
;
margin-left
:
25%
;
margin-bottom
:
-25px
;
.col-md-3 {
width: 100%;
clear: left;
padding-top: 10px;
}
.item {
.thumbnail {
width: 25%;
float: left;
margin-right: 10px;
}
h4 {
padding-left: 10px;
margin-left: 25%;
margin-bottom: -25px;
}
.price {
font-size: 13px;
padding-bottom: 5px;
font-weight: bold;
padding-top: 35px;
span {
font-size: 14px;
color: #FF0000;
}
}
.action {
padding-bottom: 7px;
text-align: left;
.view-detail, .order {
color: transparent;
font-size: 0;
display: inline-block;
overflow: hidden;
height: 19px;
}
.view-detail {
width: 74px;
background: url("../images/detail.png") no-repeat;
margin-right: 10px;
}
.order {
width: 84px;
background: url("../images/order.png") no-repeat;
}
}
}
}
.list-view
.price
{
font-size
:
13px
;
padding-bottom
:
5px
;
font-weight
:
bold
;
padding-top
:
35px
;
}
.list-view
.price
span
{
font-size
:
14px
;
color
:
#FF0000
;
}
.list-view
.item
.action
{
text-align
:
left
;
}
/*****************************************
others
******************************************/
#block-slide {
margin-left: -15px;
margin-right: -15px;
@media (max-width: @screen-xs) {
margin-right: 0;
margin-left: 0;
}
padding-bottom: 10px;
}
...
...
static_html/index.html
View file @
c14b7f96
...
...
@@ -7,9 +7,9 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<!-- Bootstrap core CSS -->
<link
href=
"//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
rel=
"stylesheet
"
href=
"css/style.c
ss"
/>
href=
"//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
rel=
"stylesheet
/less"
href=
"css/style.css.le
ss"
/>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.2pre/html5shiv.min.js"></script>
...
...
@@ -17,313 +17,318 @@
<![endif]-->
</head>
<body>
<!-- header -->
<div
class=
"container"
>
<header>
<h1
class=
"logo pull-left"
>
<a
href=
""
>
Venshop
</a>
</h1>
<div
class=
"banner pull-right"
>
<a
href=
""
><img
src=
"images/upload/banner/1.png"
alt=
""
/></a>
</div>
<div
class=
"block-user-action"
>
<div
class=
"btn-group"
>
<a
data-toggle=
"modal"
href=
"#map-modal"
class=
"btn btn-primary"
>
<span
class=
"glyphicon glyphicon-user"
></span>
Login
</a>
<a
href=
""
class=
"btn btn-default"
>
<span
class=
"glyphicon glyphicon-hand-right"
></span>
Register
</a>
<a
href=
""
class=
"btn btn-danger last"
>
<span
class=
"glyphicon glyphicon-shopping-cart"
></span>
0 item(s)
</a>
</div>
</div>
<div
class=
"clearfix"
></div>
</header>
<!-- search -->
<div
class=
"input-group block-search"
>
<input
id=
"txt-keyword"
type=
"text"
class=
"form-control"
placeholder=
"Enter keywords"
value=
""
>
<span
class=
"input-group-btn"
>
<a
id=
"btn-search"
class=
"btn btn-default"
href=
"javascript:void(0)"
><span
class=
"glyphicon glyphicon-search"
></span>
Search
</a>
</span>
</div>
</div>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"col-md-3 sidebar-first"
>
<div
class=
"box bg"
>
<h2>
<span
class=
"sprite-1 text"
>
Category
</span><span
class=
"sprite-1 corner-left"
></span><span
class=
"sprite-1 corner-right"
></span>
</h2>
<ul
class=
"list"
>
<li><a
href=
""
title=
""
>
Category 1
</a></li>
<li><a
href=
""
title=
""
>
Category 2
</a></li>
<li><a
href=
""
title=
""
>
Category 3
</a></li>
<li><a
href=
""
title=
""
>
Category 4
</a></li>
<li><a
href=
""
title=
""
>
Category 5
</a></li>
<li><a
href=
""
title=
""
>
Category 6
</a></li>
<li><a
href=
""
title=
""
>
Category 7
</a></li>
<li><a
href=
""
title=
""
>
Category 8
</a></li>
<li><a
href=
""
title=
""
>
Category 9
</a></li>
<li
class=
"last"
><a
href=
""
title=
""
>
Category 10
</a></li>
</ul>
</div>
<!-- Advertising -->
<div
class=
"box"
>
<h2>
<span
class=
"sprite-1 text"
>
Advertising
</span><span
class=
"sprite-1 corner-left"
></span><span
class=
"sprite-1 corner-right"
></span>
</h2>
<div
class=
"block-advertising"
>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/ads/1.jpg"
alt=
""
/></a>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/ads/2.gif"
alt=
""
/></a>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/ads/3.png"
alt=
""
/></a>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/ads/4.jpg"
alt=
""
/></a>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/ads/5.jpg"
alt=
""
/></a>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/ads/6.jpg"
alt=
""
/></a>
</div>
</div>
</div>
<div
class=
"col-md-9"
>
<!-- slide -->
<div
id=
"block-slide"
>
<div
id=
"carousel-example-generic"
class=
"carousel carousel-fade slide"
>
<!-- Indicators -->
<ol
class=
"carousel-indicators"
>
<li
data-target=
"#carousel-example-generic"
data-slide-to=
"0"
class=
"active"
></li>
<li
data-target=
"#carousel-example-generic"
data-slide-to=
"1"
></li>
<li
data-target=
"#carousel-example-generic"
data-slide-to=
"2"
></li>
</ol>
<div
class=
"carousel-inner"
>
<div
class=
"item active"
>
<a
href=
""
><img
class=
"img-responsive"
src=
"images/upload/slide/1.png"
alt=
""
/></a>
</div>
<div
class=
"item"
>
<a
href=
""
><img
class=
"img-responsive"
src=
"images/upload/slide/2.jpg"
alt=
""
/></a>
</div>
<div
class=
"item"
>
<a
href=
""
><img
class=
"img-responsive"
src=
"images/upload/slide/3.jpg"
alt=
""
/></a>
</div>
</div>
</div>
</div>
<nav
class=
"breadcrumb"
>
<span>
You are in:
</span>
<ul>
<li><a
href=
""
>
Home
</a></li>
<li
class=
"last"
><a
href=
""
>
Lorem Ipsum
</a></li>
</ul>
</nav>
<div
class=
"clearfix"
></div>
<!-- Recommended Items -->
<div
class=
"body-box grid-view"
>
<h2
class=
"sprite-2"
>
Recommended Items
<span
class=
"sprite-2"
></span>
</h2>
<div
class=
"row"
>
<div
class=
"col-md-3"
>
<div
class=
"item"
>
<h4>
<a
href=
""
>
HP Pavilion DM1-4104AU – 11.6” / 500GB
</a>
</h4>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/1.jpg"
alt=
""
></a>
<div
class=
"price"
>
Price:
<span>
6,699,000
</span>
</div>
<div
class=
"action"
>
<a
class=
"view-detail"
href=
""
>
Detail
</a><a
class=
"order"
href=
""
>
Order
</a>
</div>
</div>
</div>
<div
class=
"col-md-3"
>
<div
class=
"item"
>
<h4>
<a
href=
""
>
Casio AE-1000W-1AVDF
</a>
</h4>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/2.jpg"
alt=
""
></a>
<div
class=
"price"
>
Price:
<span>
95,000
</span>
</div>
<div
class=
"action"
>
<a
class=
"view-detail"
href=
""
>
Detail
</a><a
class=
"order"
href=
""
>
Order
</a>
</div>
</div>
</div>
<div
class=
"col-md-3"
>
<div
class=
"item"
>
<h4>
<a
href=
""
>
Smooth Pillows Travel / Red
</a>
</h4>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/3.jpg"
alt=
""
></a>
<div
class=
"price"
>
Price:
<span>
95,000
</span>
</div>
<div
class=
"action"
>
<a
class=
"view-detail"
href=
""
>
Detail
</a><a
class=
"order"
href=
""
>
Order
</a>
</div>
</div>
</div>
<div
class=
"col-md-3"
>
<div
class=
"item"
>
<h4>
<a
href=
""
>
Kitybags BLVT-0164
</a>
</h4>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/4.jpg"
alt=
""
></a>
<div
class=
"price"
>
Price:
<span>
228,000
</span>
</div>
<div
class=
"action"
>
<a
class=
"view-detail"
href=
""
>
Detail
</a><a
class=
"order"
href=
""
>
Order
</a>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-3"
>
<div
class=
"item"
>
<h4>
<a
href=
""
>
Charles
&
Keith CK2-50150234
</a>
</h4>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/5.jpg"
alt=
""
></a>
<div
class=
"price"
>
Price:
<span>
1,199,000
</span>
</div>
<div
class=
"action"
>
<a
class=
"view-detail"
href=
""
>
Detail
</a><a
class=
"order"
href=
""
>
Order
</a>
</div>
</div>
</div>
<div
class=
"col-md-3"
>
<div
class=
"item"
>
<h4>
<a
href=
""
>
Ananas 40071
</a>
</h4>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/6.jpg"
alt=
""
></a>
<div
class=
"price"
>
Price:
<span>
449,000
</span>
</div>
<div
class=
"action"
>
<a
class=
"view-detail"
href=
""
>
Detail
</a><a
class=
"order"
href=
""
>
Order
</a>
</div>
</div>
</div>
</div>
<div
class=
"clearfix"
></div>
</div>
<!-- Newest Items -->
<div
class=
"body-box list-view margin-1"
>
<h2
class=
"sprite-2"
>
Newest Items
<span
class=
"sprite-2"
></span>
</h2>
<div
class=
"row"
>
<div
class=
"col-md-3"
>
<div
class=
"item"
>
<h4>
<a
href=
""
>
HP Pavilion DM1-4104AU – 11.6” / 500GB
</a>
</h4>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/1.jpg"
alt=
""
></a>
<div
class=
"price"
>
Price:
<span>
6,699,000
</span>
</div>
<div
class=
"action"
>
<a
class=
"view-detail"
href=
""
>
Detail
</a><a
class=
"order"
href=
""
>
Order
</a>
</div>
</div>
</div>
<div
class=
"col-md-3"
>
<div
class=
"item"
>
<h4>
<a
href=
""
>
Casio AE-1000W-1AVDF
</a>
</h4>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/2.jpg"
alt=
""
></a>
<div
class=
"price"
>
Price:
<span>
95,000
</span>
</div>
<div
class=
"action"
>
<a
class=
"view-detail"
href=
""
>
Detail
</a><a
class=
"order"
href=
""
>
Order
</a>
</div>
</div>
</div>
<div
class=
"col-md-3"
>
<div
class=
"item"
>
<h4>
<a
href=
""
>
Smooth Pillows Travel / Red
</a>
</h4>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/3.jpg"
alt=
""
></a>
<div
class=
"price"
>
Price:
<span>
95,000
</span>
</div>
<div
class=
"action"
>
<a
class=
"view-detail"
href=
""
>
Detail
</a><a
class=
"order"
href=
""
>
Order
</a>
</div>
</div>
</div>
<div
class=
"col-md-3"
>
<div
class=
"item"
>
<h4>
<a
href=
""
>
Kitybags BLVT-0164
</a>
</h4>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/4.jpg"
alt=
""
></a>
<div
class=
"price"
>
Price:
<span>
228,000
</span>
</div>
<div
class=
"action"
>
<a
class=
"view-detail"
href=
""
>
Detail
</a><a
class=
"order"
href=
""
>
Order
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- footer -->
<div
class=
"container"
>
<footer>
<b>
Venshop - Huan Vu Le
</b><br
/>
<b>
Address
</b>
: 17 No.2 street, Cu
Xa Do Thanh, Ward 4 Dist. 3, HCMC, Vietnam
<br
/>
<b>
Email
</b>
:
<a
href=
"mailto:info@zigexn.vn"
>
info@zigexn.vn
</a><br
/>
<b>
Website
</b>
:
<a
href=
"http://zigexn.vn"
>
http://http://zigexn.vn.com
</a>
</footer>
</div>
<script
src=
"//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"
type=
"text/javascript"
></script>
<script
src=
"//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"
type=
"text/javascript"
></script>
<script
src=
"js/start.js"
type=
"text/javascript"
></script>
<!-- header -->
<div
class=
"container"
>
<header>
<div
class=
"row"
>
<div
class=
"col-md-2 col-sm-2"
>
<h1
class=
"logo pull-left"
><a
href=
""
>
Venshop
</a></h1>
</div>
<div
class=
"col-md-10 col-sm-10"
>
<div
class=
"banner pull-right"
>
<a
href=
""
><img
src=
"images/upload/banner/1.png"
class=
"img-responsive"
alt=
""
/></a>
</div>
</div>
</div>
<div
class=
"block-user-action"
>
<div
class=
"btn-group"
>
<a
data-toggle=
"modal"
href=
"#map-modal"
class=
"btn btn-primary"
>
<span
class=
"glyphicon glyphicon-user"
></span>
Login
</a>
<a
href=
""
class=
"btn btn-default"
>
<span
class=
"glyphicon glyphicon-hand-right"
></span>
Register
</a>
<a
href=
""
class=
"btn btn-danger last"
>
<span
class=
"glyphicon glyphicon-shopping-cart"
></span>
0 item(s)
</a>
</div>
</div>
<div
class=
"clearfix"
></div>
</header>
<!-- search -->
<div
class=
"input-group block-search"
>
<input
id=
"txt-keyword"
type=
"text"
class=
"form-control"
placeholder=
"Enter keywords"
value=
""
>
<span
class=
"input-group-btn"
>
<a
id=
"btn-search"
class=
"btn btn-default"
href=
"javascript:void(0)"
><span
class=
"glyphicon glyphicon-search"
></span>
Search
</a>
</span>
</div>
</div>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"col-md-3 col-sm-3 sidebar-first"
>
<div
class=
"box bg"
>
<h2>
<span
class=
"sprite-1 text"
>
Category
</span><span
class=
"sprite-1 corner-left"
></span><span
class=
"sprite-1 corner-right"
></span>
</h2>
<ul
class=
"list"
>
<li><a
href=
""
title=
""
>
Category 1
</a></li>
<li><a
href=
""
title=
""
>
Category 2
</a></li>
<li><a
href=
""
title=
""
>
Category 3
</a></li>
<li><a
href=
""
title=
""
>
Category 4
</a></li>
<li><a
href=
""
title=
""
>
Category 5
</a></li>
<li><a
href=
""
title=
""
>
Category 6
</a></li>
<li><a
href=
""
title=
""
>
Category 7
</a></li>
<li><a
href=
""
title=
""
>
Category 8
</a></li>
<li><a
href=
""
title=
""
>
Category 9
</a></li>
<li
class=
"last"
><a
href=
""
title=
""
>
Category 10
</a></li>
</ul>
</div>
<!-- Advertising -->
<div
class=
"box"
>
<h2>
<span
class=
"sprite-1 text"
>
Advertising
</span><span
class=
"sprite-1 corner-left"
></span><span
class=
"sprite-1 corner-right"
></span>
</h2>
<div
class=
"block-advertising"
>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/ads/1.jpg"
alt=
""
/></a>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/ads/2.gif"
alt=
""
/></a>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/ads/3.png"
alt=
""
/></a>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/ads/4.jpg"
alt=
""
/></a>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/ads/5.jpg"
alt=
""
/></a>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/ads/6.jpg"
alt=
""
/></a>
</div>
</div>
</div>
<div
class=
"col-md-9 col-sm-9"
>
<!-- slide -->
<div
id=
"block-slide"
>
<div
id=
"carousel-example-generic"
class=
"carousel carousel-fade slide"
>
<!-- Indicators -->
<ol
class=
"carousel-indicators"
>
<li
data-target=
"#carousel-example-generic"
data-slide-to=
"0"
class=
"active"
></li>
<li
data-target=
"#carousel-example-generic"
data-slide-to=
"1"
></li>
<li
data-target=
"#carousel-example-generic"
data-slide-to=
"2"
></li>
</ol>
<div
class=
"carousel-inner"
>
<div
class=
"item active"
>
<a
href=
""
><img
class=
"img-responsive"
src=
"images/upload/slide/1.png"
alt=
""
/></a>
</div>
<div
class=
"item"
>
<a
href=
""
><img
class=
"img-responsive"
src=
"images/upload/slide/2.jpg"
alt=
""
/></a>
</div>
<div
class=
"item"
>
<a
href=
""
><img
class=
"img-responsive"
src=
"images/upload/slide/3.jpg"
alt=
""
/></a>
</div>
</div>
</div>
</div>
<nav
class=
"breadcrumb"
>
<span>
You are in:
</span>
<ul>
<li><a
href=
""
>
Home
</a></li>
<li
class=
"last"
><a
href=
""
>
Lorem Ipsum
</a></li>
</ul>
</nav>
<div
class=
"clearfix"
></div>
<!-- Recommended Items -->
<div
class=
"body-box grid-view"
>
<h2
class=
"sprite-2"
>
Recommended Items
<span
class=
"sprite-2"
></span>
</h2>
<div
class=
"row"
>
<div
class=
"col-md-3 col-sm-3"
>
<div
class=
"item"
>
<h4>
<a
href=
""
>
HP Pavilion DM1-4104AU – 11.6” / 500GB
</a>
</h4>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/1.jpg"
alt=
""
></a>
<div
class=
"price"
>
Price:
<span>
6,699,000
</span>
</div>
<div
class=
"action"
>
<a
class=
"view-detail"
href=
""
>
Detail
</a><a
class=
"order"
href=
""
>
Order
</a>
</div>
</div>
</div>
<div
class=
"col-md-3 col-sm-3"
>
<div
class=
"item"
>
<h4>
<a
href=
""
>
Casio AE-1000W-1AVDF
</a>
</h4>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/2.jpg"
alt=
""
></a>
<div
class=
"price"
>
Price:
<span>
95,000
</span>
</div>
<div
class=
"action"
>
<a
class=
"view-detail"
href=
""
>
Detail
</a><a
class=
"order"
href=
""
>
Order
</a>
</div>
</div>
</div>
<div
class=
"col-md-3 col-sm-3"
>
<div
class=
"item"
>
<h4>
<a
href=
""
>
Smooth Pillows Travel / Red
</a>
</h4>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/3.jpg"
alt=
""
></a>
<div
class=
"price"
>
Price:
<span>
95,000
</span>
</div>
<div
class=
"action"
>
<a
class=
"view-detail"
href=
""
>
Detail
</a><a
class=
"order"
href=
""
>
Order
</a>
</div>
</div>
</div>
<div
class=
"col-md-3 col-sm-3"
>
<div
class=
"item"
>
<h4>
<a
href=
""
>
Kitybags BLVT-0164
</a>
</h4>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/4.jpg"
alt=
""
></a>
<div
class=
"price"
>
Price:
<span>
228,000
</span>
</div>
<div
class=
"action"
>
<a
class=
"view-detail"
href=
""
>
Detail
</a><a
class=
"order"
href=
""
>
Order
</a>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-3 col-sm-3"
>
<div
class=
"item"
>
<h4>
<a
href=
""
>
Charles
&
Keith CK2-50150234
</a>
</h4>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/5.jpg"
alt=
""
></a>
<div
class=
"price"
>
Price:
<span>
1,199,000
</span>
</div>
<div
class=
"action"
>
<a
class=
"view-detail"
href=
""
>
Detail
</a><a
class=
"order"
href=
""
>
Order
</a>
</div>
</div>
</div>
<div
class=
"col-md-3 col-sm-3"
>
<div
class=
"item"
>
<h4>
<a
href=
""
>
Ananas 40071
</a>
</h4>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/6.jpg"
alt=
""
></a>
<div
class=
"price"
>
Price:
<span>
449,000
</span>
</div>
<div
class=
"action"
>
<a
class=
"view-detail"
href=
""
>
Detail
</a><a
class=
"order"
href=
""
>
Order
</a>
</div>
</div>
</div>
</div>
<div
class=
"clearfix"
></div>
</div>
<!-- Newest Items -->
<div
class=
"body-box list-view margin-1"
>
<h2
class=
"sprite-2"
>
Newest Items
<span
class=
"sprite-2"
></span>
</h2>
<div
class=
"row"
>
<div
class=
"col-md-3 col-sm-3"
>
<div
class=
"item"
>
<h4>
<a
href=
""
>
HP Pavilion DM1-4104AU – 11.6” / 500GB
</a>
</h4>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/1.jpg"
alt=
""
></a>
<div
class=
"price"
>
Price:
<span>
6,699,000
</span>
</div>
<div
class=
"action"
>
<a
class=
"view-detail"
href=
""
>
Detail
</a><a
class=
"order"
href=
""
>
Order
</a>
</div>
</div>
</div>
<div
class=
"col-md-3 col-sm-3"
>
<div
class=
"item"
>
<h4>
<a
href=
""
>
Casio AE-1000W-1AVDF
</a>
</h4>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/2.jpg"
alt=
""
></a>
<div
class=
"price"
>
Price:
<span>
95,000
</span>
</div>
<div
class=
"action"
>
<a
class=
"view-detail"
href=
""
>
Detail
</a><a
class=
"order"
href=
""
>
Order
</a>
</div>
</div>
</div>
<div
class=
"col-md-3 col-sm-3"
>
<div
class=
"item"
>
<h4>
<a
href=
""
>
Smooth Pillows Travel / Red
</a>
</h4>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/3.jpg"
alt=
""
></a>
<div
class=
"price"
>
Price:
<span>
95,000
</span>
</div>
<div
class=
"action"
>
<a
class=
"view-detail"
href=
""
>
Detail
</a><a
class=
"order"
href=
""
>
Order
</a>
</div>
</div>
</div>
<div
class=
"col-md-3 col-sm-3"
>
<div
class=
"item"
>
<h4>
<a
href=
""
>
Kitybags BLVT-0164
</a>
</h4>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/4.jpg"
alt=
""
></a>
<div
class=
"price"
>
Price:
<span>
228,000
</span>
</div>
<div
class=
"action"
>
<a
class=
"view-detail"
href=
""
>
Detail
</a><a
class=
"order"
href=
""
>
Order
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- footer -->
<div
class=
"container"
>
<footer>
<b>
Venshop - Huan Vu Le
</b><br
/>
<b>
Address
</b>
: 17 No.2 street, Cu
Xa Do Thanh, Ward 4 Dist. 3, HCMC, Vietnam
<br
/>
<b>
Email
</b>
:
<a
href=
"mailto:info@zigexn.vn"
>
info@zigexn.vn
</a><br
/>
<b>
Website
</b>
:
<a
href=
"http://zigexn.vn"
>
http://http://zigexn.vn.com
</a>
</footer>
</div>
<script
src=
"//cdnjs.cloudflare.com/ajax/libs/less.js/1.4.1/less.min.js"
type=
"text/javascript"
></script>
<script
src=
"//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"
type=
"text/javascript"
></script>
<script
src=
"//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"
type=
"text/javascript"
></script>
<script
src=
"js/start.js"
type=
"text/javascript"
></script>
</body>
</html>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment