Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
90 changes: 90 additions & 0 deletions assets/css/section7.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
/* section 7 created by ahmad fahmi faza*/

.section__7-gallery-slider {
width: 100%;
margin-top: 30px;
margin-bottom: 20px;
}
.section__7-container-col {
display: flex;
justify-content: space-between;
align-items: center;
}
.section__7-gallery-slider__more > a {
border: none;
text-decoration: none;
color: #fc4c02;
}
.section__7-gallery-slider__content {
padding: 24px;
background-color: white;
display: flex;
justify-content: center;
border-radius: 6px;
box-shadow: -1px -1px 15px 3px #e5e5e5;
}
.section__7-gallery-slider__content a {
text-decoration: none;
color: black;
}
.section__7-gallery-slider__content img {
height: 165px;
width: 165px;
border-radius: 6px;
margin-bottom: 6px;
}

.section__7-container-card {
display: flex;
align-items: center;
overflow: hidden;
justify-content: center;
width: 100vw;
}
.section__7-content_card {
width: 165px;
margin: 0 6px;
}
.section__7-product__status {
color: rgb(255, 255, 255);
border-radius: 4px;
font-weight: bold;
font-size: small;
background: rgb(211, 100, 122);
width: max-content;
margin: 0;
padding: 2px 14px 2px;
}
.section__7-product__status__ready {
color: rgb(255, 255, 255);
border-radius: 4px;
font-weight: bold;
font-size: small;
background: rgb(36, 202, 3);
width: max-content;
margin: 0;
padding: 2px 14px 2px;
}
.section__7-product__name {
font-size: small;
padding: 10px 0 0 0;
max-width: 300px;
-webkit-line-clamp: 2;
/* autoprefixer: off */
-webkit-box-orient: vertical;
/* autoprefixer: on */
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
}
.section__7-product__date {
font-size: x-small;
color: gray;
padding: 0 0 10px 0;
}
.section__7-product__price {
color: #fc4c02;
font-weight: 600;
}

/* end section 7 */
90 changes: 90 additions & 0 deletions assets/css/section8.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
/* section 8 created by ahmad fahmi faza*/

.section__8-gallery-slider {
width: 100%;
margin-top: 30px;
margin-bottom: 20px;
}
.section__8-container-col {
display: flex;
justify-content: space-between;
align-items: center;
}
.section__8-gallery-slider__more > a {
border: none;
text-decoration: none;
color: #fc4c02;
}
.section__8-gallery-slider__content {
padding: 24px;
background-color: white;
display: flex;
justify-content: center;
border-radius: 6px;
box-shadow: -1px -1px 15px 3px #e5e5e5;
}
.section__8-gallery-slider__content a {
text-decoration: none;
color: black;
}
.section__8-gallery-slider__content img {
height: 165px;
width: 165px;
border-radius: 6px;
margin-bottom: 6px;
}

.section__8-container-card {
display: flex;
align-items: center;
overflow: hidden;
justify-content: center;
width: 100vw;
}
.section__8-content_card {
width: 165px;
margin: 0 6px;
}
.section__8-product__status {
color: rgb(255, 255, 255);
border-radius: 4px;
font-weight: bold;
font-size: small;
background: rgb(211, 100, 122);
width: max-content;
margin: 0;
padding: 2px 14px 2px;
}
.section__8-product__status__ready {
color: rgb(255, 255, 255);
border-radius: 4px;
font-weight: bold;
font-size: small;
background: rgb(36, 202, 3);
width: max-content;
margin: 0;
padding: 2px 14px 2px;
}
.section__8-product__name {
font-size: small;
padding: 10px 0 0 0;
max-width: 300px;
-webkit-line-clamp: 2;
/* autoprefixer: off */
-webkit-box-orient: vertical;
/* autoprefixer: on */
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
}
.section__8-product__date {
font-size: x-small;
color: gray;
padding: 0 0 10px 0;
}
.section__8-product__price {
color: #fc4c02;
font-weight: 600;
}

/* end section 8 */
90 changes: 90 additions & 0 deletions assets/css/section9.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
/* section 9 created by ahmad fahmi faza*/

.section__9-gallery-slider {
width: 100%;
margin-top: 30px;
margin-bottom: 20px;
}
.section__9-container-col {
display: flex;
justify-content: space-between;
align-items: center;
}
.section__9-gallery-slider__more > a {
border: none;
text-decoration: none;
color: #fc4c02;
}
.section__9-gallery-slider__content {
padding: 24px;
background-color: white;
display: flex;
justify-content: center;
border-radius: 6px;
box-shadow: -1px -1px 15px 3px #e5e5e5;
}
.section__9-gallery-slider__content a {
text-decoration: none;
color: black;
}
.section__9-gallery-slider__content img {
height: 165px;
width: 165px;
border-radius: 6px;
margin-bottom: 6px;
}

.section__9-container-card {
display: flex;
align-items: center;
overflow: hidden;
justify-content: center;
width: 100vw;
}
.section__9-content_card {
width: 165px;
margin: 0 6px;
}
.section__9-product__status {
color: rgb(255, 255, 255);
border-radius: 4px;
font-weight: bold;
font-size: small;
background: rgb(211, 100, 122);
width: max-content;
margin: 0;
padding: 2px 14px 2px;
}
.section__9-product__status__ready {
color: rgb(255, 255, 255);
border-radius: 4px;
font-weight: bold;
font-size: small;
background: rgb(36, 202, 3);
width: max-content;
margin: 0;
padding: 2px 14px 2px;
}
.section__9-product__name {
font-size: small;
padding: 10px 0 0 0;
max-width: 300px;
-webkit-line-clamp: 2;
/* autoprefixer: off */
-webkit-box-orient: vertical;
/* autoprefixer: on */
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
}
.section__9-product__date {
font-size: x-small;
color: gray;
padding: 0 0 10px 0;
}
.section__9-product__price {
color: #fc4c02;
font-weight: 600;
}

/* end section 9 */
5 changes: 4 additions & 1 deletion assets/css/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
@import "./section2.css";
@import "./section3.css";
@import "./section10.css";
@import "./section10.css";
@import "./section7.css";
@import "./section8.css";
@import "./section9.css";
11 changes: 11 additions & 0 deletions assets/js/section7.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// js untuk section 7 created by ahmad fahmi faza

$(document).ready(function () {
$(".section__7-container-card").slick({
arrows: false,
infinite: true,
slidesToShow: 6,
slidesToScroll: 6,
variableWidth: true,
});
});
11 changes: 11 additions & 0 deletions assets/js/section8.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// js untuk section 8 created by ahmad fahmi faza

$(document).ready(function () {
$(".section__8-container-card").slick({
arrows: false,
infinite: true,
slidesToShow: 6,
slidesToScroll: 6,
variableWidth: true,
});
});
11 changes: 11 additions & 0 deletions assets/js/section9.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// js untuk section 9 created by ahmad fahmi faza

$(document).ready(function () {
$(".section__9-container-card").slick({
arrows: false,
infinite: true,
slidesToShow: 6,
slidesToScroll: 6,
variableWidth: true,
});
});
Loading