Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
P
Panasonic
Project
Project
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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
John
Panasonic
Commits
ca9d9c20
Commit
ca9d9c20
authored
Sep 20, 2017
by
John Punzalan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Panasonic homepage
parent
a7abd246
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
141 additions
and
191 deletions
+141
-191
home.phtml
...sign/frontend/lecanal/oscar/template/page/html/home.phtml
+35
-157
style.css
skin/frontend/lecanal/oscar/css/style.css
+33
-0
javascript.js
skin/frontend/lecanal/oscar/js/javascript.js
+34
-34
style.less
skin/frontend/lecanal/oscar/less/style.less
+39
-0
No files found.
app/design/frontend/lecanal/oscar/template/page/html/home.phtml
View file @
ca9d9c20
This diff is collapsed.
Click to expand it.
skin/frontend/lecanal/oscar/css/style.css
View file @
ca9d9c20
...
...
@@ -16082,3 +16082,36 @@ h2.product-name a {
.mce-tinymce
.mce-toolbar
.mce-container-body
{
width
:
100%
!important
;
}
.grid-products
{
padding-bottom
:
15px
;
}
.grid-products
.product-image
{
padding-bottom
:
15px
;
}
.grid-products
.product-name
,
.grid-products
.product-sku
,
.grid-products
.product-short
{
font-family
:
'Roboto'
;
}
.grid-products
.product-name
,
.grid-products
.product-sku
{
color
:
#7e7e7e
;
}
.grid-products
.product-sku
,
.grid-products
.product-price
{
color
:
#a59481
;
}
.category-name
{
color
:
#a59481
;
font-size
:
15px
;
letter-spacing
:
0.1em
;
font-weight
:
bold
;
margin-top
:
15px
;
margin-bottom
:
15px
;
}
.category-block
:first-child
{
margin-top
:
50px
;
}
div
.category-block
+
div
.category-block
{
padding-top
:
50px
;
}
skin/frontend/lecanal/oscar/js/javascript.js
View file @
ca9d9c20
jQuery
(
document
).
ready
(
function
(){
jQuery
(
'.your-class'
).
slick
({
autoplay
:
true
,
autoplaySpeed
:
5000
,
arrows
:
false
,
fade
:
true
,
swipe
:
true
,
});
jQuery
(
".product-1-link"
).
on
(
"click"
,
function
()
{
jQuery
(
'.your-class'
).
slick
(
'slickGoTo'
,
1
);
});
jQuery
(
".product-2-link"
).
on
(
"click"
,
function
()
{
jQuery
(
'.your-class'
).
slick
(
'slickGoTo'
,
2
);
});
jQuery
(
".product-3-link"
).
on
(
"click"
,
function
()
{
jQuery
(
'.your-class'
).
slick
(
'slickGoTo'
,
0
);
});
jQuery
(
".product-4-link"
).
on
(
"click"
,
function
()
{
jQuery
(
'.your-class'
).
slick
(
'slickGoTo'
,
3
);
});
jQuery
(
".product-5-link"
).
on
(
"click"
,
function
()
{
jQuery
(
'.your-class'
).
slick
(
'slickGoTo'
,
4
);
});
jQuery
(
".product-6-link"
).
on
(
"click"
,
function
()
{
jQuery
(
'.your-class'
).
slick
(
'slickGoTo'
,
5
);
});
});
\ No newline at end of file
// jQuery(document).ready(function(){
// jQuery('.your-class').slick({
// autoplay: true,
// autoplaySpeed: 5000,
// arrows: false,
// fade: true,
// swipe: true,
// });
//
// jQuery(".product-1-link").on("click", function() {
// jQuery('.your-class').slick('slickGoTo', 1);
// });
//
// jQuery(".product-2-link").on("click", function() {
// jQuery('.your-class').slick('slickGoTo', 2);
// });
//
// jQuery(".product-3-link").on("click", function() {
// jQuery('.your-class').slick('slickGoTo', 0);
// });
//
// jQuery(".product-4-link").on("click", function() {
// jQuery('.your-class').slick('slickGoTo', 3);
// });
//
// jQuery(".product-5-link").on("click", function() {
// jQuery('.your-class').slick('slickGoTo', 4);
// });
//
// jQuery(".product-6-link").on("click", function() {
// jQuery('.your-class').slick('slickGoTo', 5);
// });
//
// });
\ No newline at end of file
skin/frontend/lecanal/oscar/less/style.less
View file @
ca9d9c20
...
...
@@ -1299,3 +1299,42 @@ h2.product-name {
.mce-tinymce .mce-toolbar .mce-container-body {
width: 100% !important;
}
.grid-products {
padding-bottom: 15px;
.product-image {
padding-bottom: 15px;
}
.product-name, .product-sku, .product-short {
font-family: 'Roboto';
}
.product-name, .product-sku {
color: #7e7e7e;
}
.product-sku, .product-price {
color: #a59481;
}
}
.category-name {
color: #a59481;
font-size: 15px;
letter-spacing: 0.1em;
font-weight: bold;
margin-top: 15px;
margin-bottom: 15px;
}
.category-block {
&:first-child {
margin-top: 50px;
}
}
div.category-block+div.category-block {
padding-top: 50px;
}
\ 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