This page features some of our squad members
- find a suitable image of yourself - ideally cut out but not necessarily, it can be edited later.
- Fork this project
- Upload the image of yourself to the /Assets/Team folder
- Edit /JSON/team.json to add your name, image file name and caption
- If you have multiple images for one person, style image file name as an array e.g. [image1, image2]
- Submit a pull request and wait for approval!
This page features some of our squad members' past hackathon wins
- Find a suitable image for each of the hackathons you've won prizes at
- Fork this project
- Upload all the images to the /Assets/Hackathons folder
- Edit /JSON/wins.json to add your name and hackathon info following the style of the previous people
- Make sure to keep the name of the image the exact same as the name of the hackathon, capitals and spaces included, and make sure it is a .png file
- Submit a pull request and wait for approval!
This page features some amazing art curated and created by our squad members
- Select your image(s)
- Fork this project
- Upload all the images to the /Assets/Art folder
- Edit /JSON/art.json to add your image name (make sure to include the file extension), your name and a caption for the image.
- Make sure to have a unique identifier for the first part of each artwork e.g. your name-1
- Submit a pull request and wait for approval!
- Fork this project
- Edit /JSON/navbar.json to add the site's # link, function and text
- Edit index.js to add a function to choose what to show on screen when that page is visited
- Use section.innerHTML = "something" to output "something" to the page.
- Any JavaScript code can be run to create the output, including other functions, just don't modify the pre-existing functions