paulhtremblay / covid19

3 stars 4 forks source link

name and slogan #15

Open btrem opened 4 years ago

btrem commented 4 years ago

The website is url is seattle-data.com. What should the name/slogan of the site be? To put it another way, what should the top <h1> element be on the home page? In an earlier change, I went with "Covid-19 Data" for the site name, and "Cases, Deaths, and Changes by State" for slogan. But I was just throwing some text in there. Thoughts?

paulhtremblay commented 4 years ago

Not a bad slogan. The goal of the site is to find different trends around covid19--some of them duplicates, some of them new.

btrem commented 4 years ago

How about: "Trends in Number and Rates of Infection"

btrem commented 4 years ago

Is there a good place to set the site name and slogan? I'm doing it in a template right now, but that seems like a hack, like it belongs in a .py file. But which one will be used for all files? I'd think a dictionary would do the trick, like so:

website = {
  "name": "Covid-19 Data",
  "slogan": "Trends in Number and Rates of Infections"
}