34 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
# Ginou Project
 | 
						|
 | 
						|
## Description
 | 
						|
 | 
						|
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`
 | 
						|
 | 
						|
## 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/)
 | 
						|
 | 
						|
Fonts used:
 | 
						|
* [Rubik](https://github.com/googlefonts/Rubik)
 | 
						|
* [Commissioner](https://github.com/kosbarts/Commissioner)
 | 
						|
* [Hot August Night](https://www.1001fonts.com/hot-august-night-font.html)
 | 
						|
 | 
						|
### 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_). |