Skip to content

Commit

Permalink
Work
Browse files Browse the repository at this point in the history
  • Loading branch information
qligier committed Oct 23, 2024
1 parent 609edeb commit 4db9e2d
Show file tree
Hide file tree
Showing 29 changed files with 32 additions and 14 deletions.
4 changes: 2 additions & 2 deletions src/scss/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ header {
animation-timing-function: linear;
@keyframes spin {
from {
transform: rotate(0deg);
transform: rotate(360deg);
}
to {
transform: rotate(360deg);
transform: rotate(0deg);
}
}
}
Expand Down
2 changes: 2 additions & 0 deletions src/scss/logs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ $block-border-radius: 10px;
top: -2px;
img {
vertical-align: top;
border: 1px solid $oc-gray-4;
border-radius: 2px;
}
}
span:nth-child(2) {
Expand Down
6 changes: 6 additions & 0 deletions src/ts/countries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export enum Country {
Czechia = 'cz',
Denmark = 'dk',
Estonia = 'ee',
Europe = 'eu',
Finland = 'fi',
France = 'fr',
Italy = 'it',
Expand All @@ -16,6 +17,7 @@ export enum Country {
SriLanka = 'lk',
Sweden = 'se',
Switzerland = 'ch',
UnitedNations = 'un',
Vietnam = 'vn',
}

Expand All @@ -41,6 +43,8 @@ export const repoOwnersToCountries: { [key: string]: Country } = {

'TEHIK-EE': Country.Estonia,

'hl7-eu': Country.Europe,

'fhir-fi': Country.Finland,

'ansforge': Country.France,
Expand All @@ -63,5 +67,7 @@ export const repoOwnersToCountries: { [key: string]: Country } = {
'hl7ch': Country.Switzerland,
'ehealthsuisse': Country.Switzerland,

'PanAmericanHealthOrganization': Country.UnitedNations,

'hl7vn': Country.Vietnam,
}
Binary file modified static/images/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/favicon-48x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion static/images/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/images/flags/at.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/images/flags/au.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/images/flags/be.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 1 addition & 9 deletions static/images/flags/ch.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/images/flags/cl.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/images/flags/cz.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/images/flags/dk.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/images/flags/ee.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/images/flags/eu.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/images/flags/fi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/images/flags/fr.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/images/flags/it.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/images/flags/lk.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/images/flags/nl.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/images/flags/nz.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4db9e2d

Please sign in to comment.