Skip to content

Commit

Permalink
Use Covid-19 more
Browse files Browse the repository at this point in the history
  • Loading branch information
rickkln committed Apr 21, 2020
1 parent fa2e78e commit fecaa26
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
</p>

<h1 align="center">
Coronavirus Pandemic Status
Covid-19 Pandemic Status
</h1>

There are various great Covid-19 tracking and information websites. [EndCoronavirus.org](https://www.endcoronavirus.org/), which is backed by the NECSI, being the best one I have found.

This one aims to provide simple tools for live updates on the rate of change in
death count globally. Though it is mainly a venue for [me](https://rickkln.com) to play around with and learn GraphQL and React-Table among other things.
This one aims to provide a simple tool to track global progress in defeating Covid-19,
by focusing on the rate of change in death count globally. Though it is mainly a venue for [me](https://rickkln.com) to play around with and learn GraphQL and React-Table among other things.
All data is pulled from the [COVID-19 data repository](https://github.com/CSSEGISandData/COVID-19) provided by Johns Hopkins University.
Which in turn pulls data from various government sources, and tracking projects such as [WorldoMeters](https://www.worldometers.info/coronavirus).

Expand Down
6 changes: 3 additions & 3 deletions gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
siteMetadata: {
title: 'Cornavirus Pandemic Tracker',
title: 'Covid-19 Pandemic Status',
description: 'A simple tool to track global progress in defeating Covid-19.',
author: '@rickkln',
},
Expand All @@ -18,8 +18,8 @@ module.exports = {
{
resolve: 'gatsby-plugin-manifest',
options: {
name: 'Corona',
short_name: 'corona',
name: 'Covid-19 Pandemic Status',
short_name: 'Covid-19 Pandemic',
start_url: '/',
background_color: '#202124',
theme_color: '#202124',
Expand Down
2 changes: 1 addition & 1 deletion src/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const Header = () => (
verticalAlign: 'center',
}}
>
Coronavirus
Covid-19
<br />
Pandemic Status
</h3>
Expand Down
6 changes: 3 additions & 3 deletions src/pages/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ const AboutPage = () => (
{' '}
<a href="https://www.endcoronavirus.org/">EndCoronavirus.org</a>
, which is backed by the NECSI, being the best one I have found.
This one aims to provide simple tools for live updates on the rate of change in
death count globally. As well as be a venue for
This one aims to provide a simple tool to track global progress in defeating Covid-19,
by focusing on the rate of change in death count globally. (As well as being a venue for
{' '}
<a href="https://rickkln.com">me</a>
{' '}
to teach myself some things.
to teach myself some things.)
</p>
<p>
All data is pulled from the
Expand Down

0 comments on commit fecaa26

Please sign in to comment.