ginou/README.md

33 lines
1.3 KiB
Markdown
Raw Normal View History

2021-01-09 00:09:00 +00:00
# Ginou Project
## Description
2021-01-09 00:09:00 +00:00
This project is a website dedicated to the memory of my late grandmother who was an artist named Ginou, with the goal of keeping her painting legacy intact.
Of course, all the content is oriented around her, but you can easily edit it and use it for your own purpose if you want. Just please perhaps change the design a little bit?
## Launch
The easiest way to launch the website, is by launching a Python server. You just need to go inside this folder and launch (inside PowerShell or the Terminal):
`python -m http.server`
2021-01-09 00:09:00 +00:00
## Tools
Tools used:
* [jQuery](https://jquery.com/)
* [fancybox 3](https://fancyapps.com/fancybox/3/)
* [Chart.js](https://www.chartjs.org/)
* [Pagination.js](https://pagination.js.org/)
2021-01-09 00:09:00 +00:00
Fonts used:
* [Rubik](https://github.com/googlefonts/Rubik)
* [Commissioner](https://github.com/kosbarts/Commissioner)
2021-01-09 00:09:00 +00:00
### Export Excel spreadsheet to JSON
The JSON file present in the repository is generated automatically from an Excel spreadsheet. See this [Stack Overflow thread](https://superuser.com/questions/1249898/saving-excel-sheet-as-json-file) for details.
### Optimizing images
You can optimize images to gain space without losing quality. Useful tools are [listed on this page](https://imageoptim.com/versions.html) (I personally use _imageoptim_ and _pinga_).