https://github.com/fac24/projects-gallery
FAC24 projects gallery
https://github.com/fac24/projects-gallery
Last synced: 12 months ago
JSON representation
FAC24 projects gallery
- Host: GitHub
- URL: https://github.com/fac24/projects-gallery
- Owner: fac24
- Created: 2022-05-06T15:58:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-27T21:14:13.000Z (almost 4 years ago)
- Last Synced: 2025-01-11T01:45:35.376Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://fac24.github.io/projects-gallery/
- Size: 5.16 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FAC24 Projects Gallery
In FAC17 [Jan](https://www.github.com/crianonim) had the wonderful idea (and initiative) to create a Project Gallery for everything that was created throughout the course. This is a fork of his original repo so that we can build on his work to create the same thing for FAC24! :smiley: Remember, this is your repo so if you want to improve on it, change the CSS, try different functionality, do it! :star:
### Guide to updating
1. Git clone the project.
2. Go to the `data.js` file and use the previous week as a template to add the current week.
3. Enter data for this week's projects. Developers' names are all defined at the bottom of `data.js`
4. If you want to save project images locally, save them at 816px x 585px in the assets folder and link as follows: `img: "assets/myPic.png"`
5. OPTIONAL: Play with the CSS! This is YOUR project gallery so make it your own! :smile:
Thanks! :sparkles: