Merry3750 / scorigami

This project is dedicated to tracking all scorigami throughout history and keeping the scorigami chart up to date at all times.
http://NFLScorigami.com
MIT License
52 stars 19 forks source link

CSS Updates #38

Open justingolden21 opened 2 years ago

justingolden21 commented 2 years ago

Hi, I have been looking at scorigami and your website for some time and I absolutely love it.

However, I personally think the overall aesthetic could use a few fine adjustments.

I would be willing to work on a branch of scorigami and create a PR if you'd be interested. Let me know if you are, or if you don't have interest. I'd love to work on it, but also wouldn't want to waste time if nothing will come of it.

Thanks in advance and love the project : )

Merry3750 commented 2 years ago

If you want to play around with the CSS, go right ahead! I can't promise that I will accept the pull request but at worst I will give feedback if you want it.

justingolden21 commented 2 years ago

Awesome, thanks. I was wondering how to get a sample graph to show up (so I can style it) and if I need credentials etc. Is there a simple way I can just paste in dummy data / dummy HTML so I can see how it would be styled without hooking up the backend?

Merry3750 commented 2 years ago

Just change line 37 of source.js to

url: "http://nflscorigami.com/data",

That will pull the live data rather than requiring you to make up your own.

Merry3750 commented 2 years ago

You may need to download a CORS allowing extension to get it to work locally though