Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 9e84539

Browse files
Add TCO16 badges
1 parent d8b0b66 commit 9e84539

File tree

4 files changed

+123
-0
lines changed

4 files changed

+123
-0
lines changed

app/services/badge.service.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,18 @@ import moment from 'moment-timezone'
660660
name: 'TCO17 Champion',
661661
groupClass: 'TCO17-Champion',
662662
active: false
663+
},
664+
{
665+
id: 1012,
666+
name: 'TCO16 Finalist',
667+
groupClass: 'TCO16-Finalist',
668+
active: false
669+
},
670+
{
671+
id: 1013,
672+
name: 'TCO16 Champion',
673+
groupClass: 'TCO16-Champion',
674+
active: false
663675
}
664676
]
665677
}

assets/css/directives/badge-tooltip.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,20 @@
2121
}
2222

2323
/* TCO Badges */
24+
.TCO16-Finalist {
25+
background: url(../../images/badges/tco16/tco16-finalist.svg);
26+
background-size: 150%;
27+
background-repeat: no-repeat;
28+
background-position: center center;
29+
}
30+
31+
.TCO16-Champion {
32+
background: url(../../images/badges/tco16/tco16-badge-gold.svg);
33+
background-size: 100%;
34+
background-repeat: no-repeat;
35+
background-position: center center;
36+
}
37+
2438
.TCO17-Finalist {
2539
background: url(../../images/badges/tco17/tco17-finalist.svg);
2640
background-size: 100%;
Lines changed: 54 additions & 0 deletions
Loading
Lines changed: 43 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)