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

Add TCO16 badges #1307

Merged
merged 1 commit into from
May 8, 2018
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
12 changes: 12 additions & 0 deletions app/services/badge.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,18 @@ import moment from 'moment-timezone'
name: 'TCO17 Champion',
groupClass: 'TCO17-Champion',
active: false
},
{
id: 1012,
name: 'TCO16 Finalist',
groupClass: 'TCO16-Finalist',
active: false
},
{
id: 1013,
name: 'TCO16 Champion',
groupClass: 'TCO16-Champion',
active: false
}
]
}
Expand Down
14 changes: 14 additions & 0 deletions assets/css/directives/badge-tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,20 @@
}

/* TCO Badges */
.TCO16-Finalist {
background: url(../../images/badges/tco16/tco16-finalist.svg);
background-size: 150%;
background-repeat: no-repeat;
background-position: center center;
}

.TCO16-Champion {
background: url(../../images/badges/tco16/tco16-badge-gold.svg);
background-size: 100%;
background-repeat: no-repeat;
background-position: center center;
}

.TCO17-Finalist {
background: url(../../images/badges/tco17/tco17-finalist.svg);
background-size: 100%;
Expand Down
54 changes: 54 additions & 0 deletions assets/images/badges/tco16/tco16-badge-gold.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 43 additions & 0 deletions assets/images/badges/tco16/tco16-finalist.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.