- Click on "Flat pages"
- Add/edit/delete
- Remember the url that you enter.
- Example
/history-and-name/
- Example
- screenshot: edit page
- screenshot: view page
- Edit the navbar.html file
- Add the your url to the appropriate place. Example:
<li><a href="/history-and-name/">History & Name</a></li>
- To have this template show up on the live site, run the jenkins build (about 10-20 seconds)
- screenshot: nav bar, highlight active link
- On your local machine, place your image in the "static/images" directory
- Sync github (to upload to github)
- To have this image available on the live site, run the jenkins build (about 10-20 seconds)
- Assumption: your image is checked into the repository under "static/images" (described above)
- In the flat page content box, use this syntax:
<img src="/static/images/your-image-name.png" alt="description" />