Github Pages repository for Robot Casserole, FIRST Team 1736's Main Web Page
If you've never made changes before, follow these steps:
- Create an account at github.com, or get your username if you already have an account
- Work with software team to get added to the RobotCasserole1736 organization, and in the WebDev user group
Modify the _data/sponsors.yaml file, which can be done here.
Sponsor data should have the following format:
- name: Parametric Technology Corporation (PTC)
logo: assets/img/sponsorLogos/ptc_logo.png
logoHeight: 100
website: https://www.ptc.com/
yearsActive:
- 2017
- 2016
Where
nameis the nice, readable name of the companylogois a link to an image file of their logo. It is optional, leave blank if no logo available (name will be used instead)logoHeightis the height the logo will be displayed with (big sponsors get big logos)websiteis the website you want to go to when the logo is clicked.yearsActiveis a list of the years we've gotten sponsorship from the Company
Create new .md file in _history/ folder, or modify existing one.
Every file in that folder gets collected together on the History page.
Modify the _data/homepage_slideshow.yaml file, which can be done here.
Each slide should have the following format:
- big_caption: Professional Mentorship
small_caption: Mechanical, CAD, Software, Electrical, Business
image: assets/img/mainPageSlider/slide3.jpg
Where
big_captionis the big bold text in the top of the caption boxsmall_captionis the not-as-big text at the bottom of the caption boximageis the image that should be displayed.
Images must have a 311:100 aspect ratio to display properly, and be as high of resolution as possible. These special images should saved to the assets/img/mainPageSlider folder, which can be found here.
Update index.md with new content, which can be done here.
Documents for download should go in assets/documents folder. Avoid spaces or special characters in the names of files.
- Git Clone this repo onto your PC
- Run the
_viewChangesLocally.batfile. Web browser should launch with local copy of the website - Make changes to files, observing updates to local copy
- Commit and push changes once validated. Pushing to master makes the website live.