By Anna "Tech Support" Matusewicz
-
Add photos of new players to assets/roster (the main assets folder in Fetch) using "Put". Make sure all photos are square to ensure the layout (lol) is maintained.
-
Open index.html file
-
Ctrl-f to search the document for
<h2>A Team</h2>
to find the beginning of the roster -
Add or remove players according to new roster, be sure to include all the following information when adding and removing:
<div class="tile-cols"> <img src="assets/roster/mae.png" style="width: 100%; height: 100%;position:relative; z-index:1;"/> <div class="hover"> <span class="tile-overlay"> </span> <div class="tile-secondary-content"> <h3>Mae "Bodkin" Hardebeck</h3> <p> Captain - 2018</p> <p>favorite food: corn chowder </p> </div> </div> </div>
-
Keep in mind the path name for photos relative to Fetch Repository
-
Consider following the current format with name (including nickname), (captain?) class year, and their blurb. However, if you figure out a new format go ahead and change things as long as it is standardized.
-
Notice that players are grouped into fours by div tags similar to
<div class="tile-div" id="a1" >...</div>
with the id number incrementing every time and using "a" or "b" depending on the team. Maintain this format to ensure the website looks crisp. -
Finally, feel free to change any of this, hell use it to learn html, this documentation is mainly for ease of continuing with the current format
-
Commit changes to GitHub repository then upload updated file to Fetch
- Open index.html file
- Ctrl-f to search the document for
CURRENT SEASON
to find the beginning of the scheduling - Using
<li>...</li>
tags update Fall, Winter, and Spring with relevent tournaments and scheduling - FOR THE FUTURE: include the practice schedule for the beginning of the year for easy access for new people
- Commit changes to GitHub repository then upload updated file to Fetch
-
Add photos of media to assets/media2 (the main assets folder) in Fetch using "Put".
-
Open index.html file
-
Ctrl-f to search the document for
class="portfolio-list"
to find the beginning of the media list -
Add or remove media, be sure to include all the following information when adding and removing:
<li> <a href="https://ultiworld.com/2017/06/06/2017-womens-college-player-year-presented-vc-ultimate-nutc/"> <img src = "assets/media2/poty.png" alt="LINES"/> </a> <span class="portfolio-title"> Women's College Player of the Year: Jaclyn Verzuh '19 </span> <span class="cat"> 2017 · ULTIWORLD · POTY </span> </li>
-
Keep in mind the path name for photos
-
Additionally keep in mind that
2017 · ULTIWORLD · POTY
translates to2017 · ULTIWORLD · POTY
-
Commit changes to GitHub repository then upload updated file to Fetch
- Open index.html file
- Ctrl-f to search the document for
CONTACT<span
to find the beginning of the contact list - Update it accordingly
- Commit changes to GitHub repository then upload updated file to Fetch
Contact:
- Anna Matusewicz -- [email protected]
- Moyo Okeremi -- [email protected]