Skip to content

Commit

Permalink
Updated source message
Browse files Browse the repository at this point in the history
  • Loading branch information
daenuprobst committed Mar 24, 2020
1 parent 707a6f1 commit 4bfe3e7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
11 changes: 7 additions & 4 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,19 @@
id="description",
children=[
dcc.Markdown(
"""
Number of COVID-19 cases in Switzerland. Data compiled and visualised by [@skepteis](https://twitter.com/skepteis).
**All data shown on this website was collected from the cantonal data published on the cantonal websites**
No data is taken from news websites, news papers, etc.
"""Number of COVID-19 cases in Switzerland. Data compiled and visualised by [@skepteis](https://twitter.com/skepteis).
The data sources can be found [here](https://github.com/daenuprobst/covid19-cases-switzerland).
Please direct any criticism or ideas to me.
"""
)
],
),
html.P(
id="important",
children=[
"All data shown on this website was collected from the cantonal data published on the cantonal websites. No data is being taken from news websites, newspapers, etc."
],
),
],
),
html.Div(
Expand Down
6 changes: 6 additions & 0 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ g.layer rect {
fill: #252e3f !important;
}

#important {
color: #c72e10;
margin-bottom: 10px;
font-weight: bold;
}

.total-container {
display: inline-block;
padding: 10px;
Expand Down

0 comments on commit 4bfe3e7

Please sign in to comment.