Skip to content

Commit 7738afb

Browse files
committed
2.1.7 블랙야크
1 parent da10dde commit 7738afb

File tree

6 files changed

+24
-0
lines changed

6 files changed

+24
-0
lines changed

engine/main.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ const IMG__LIBRARY_ADD = "images/library_add-white.svg";
2424
const IMG__LIBRARY_ADD_DARK = "images/library_add-black.svg";
2525
const IMG__COCKTAIL = "images/local_bar_24dp_FFFFFF_FILL1_wght400_GRAD0_opsz24.svg";
2626
const IMG__COCKTAIL_DARK = "images/local_bar_24dp_000000_FILL1_wght400_GRAD0_opsz24.svg";
27+
const IMG__MOUNTAIN = "images/mountain_flag_24dp_FFFFFF.svg";
28+
const IMG__MOUNTAIN_DARK = "images/mountain_flag_24dp_000000.svg";
29+
const IMG__FITNESS = "images/favorite_24dp_FFFFFF.svg";
30+
const IMG__FITNESS_DARK = "images/favorite_24dp_000000.svg";
2731

2832

2933
let item_list = [{
@@ -202,6 +206,17 @@ let item_list = [{
202206
description: "조주기능사 국가기술자격 실기시험문제: 칵테일 과제",
203207
tag: ["web", "qualified", "alcohol"],
204208
theme: "#35E5A0"
209+
}, {
210+
title: "블랙야크",
211+
id: "blackyak",
212+
icon: IMG__MOUNTAIN,
213+
since_year: 2025,
214+
since_month: 10,
215+
since_date: 10,
216+
url: "/bucket/블랙야크/",
217+
description: "조주기능사 국가기술자격 실기시험문제: 칵테일 과제",
218+
tag: ["web", "qualified", "fitness"],
219+
theme: "#00897B"
205220
}
206221

207222
// {
@@ -336,6 +351,7 @@ function card_spread(data, key, type) {
336351
(data[i].tag.indexOf("work") != -1 ? "<img title='업무' src='" + (is_light ? IMG__WORK_DARK : IMG__WORK) + "'>" : "") +
337352
(data[i].tag.indexOf("qualified") != -1 ? "<img title='자기개발' src='" + (is_light ? IMG__QUALIFIED_DARK : IMG__QUALIFIED) + "'>" : "") +
338353
(data[i].tag.indexOf("alcohol") != -1 ? "<img title='한잔해' src='" + (is_light ? IMG__COCKTAIL_DARK : IMG__COCKTAIL) + "'>" : "") +
354+
(data[i].tag.indexOf("fitness") != -1 ? "<img title='피트니스' src='" + (is_light ? IMG__FITNESS_DARK : IMG__FITNESS) + "'>" : "") +
339355
"</span>"
340356
// + "<br><span class='itag'>" + tag(i) + "</span>"
341357

engine/style_theme.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@
6767
background: linear-gradient(to right, #35e5a0 0%, #35aae1 80%, #367aff 100%) !important;
6868
}
6969

70+
.blackyak .card {
71+
background: linear-gradient(to right, #00897B 0%, #00897B 30%, #00C853 100%) !important;
72+
}
73+
7074
/*******************
7175
* JW CARD *
7276
*******************/

images/favorite_24dp_000000.svg

Lines changed: 1 addition & 0 deletions
Loading

images/favorite_24dp_FFFFFF.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)