Zeniada is an intercollegiate poetry/art magazine based at Johns Hopkins University. This repository is for its website, which was last re-designed on 2020 May 13 with simplicity and minimal upkeep in mind.
Favicons were generated using favicon.io
(color #181913
, background #fffff71
) and can be found under the img
folder.
The minimal items needed to add a Zeniada issue:
- A thumbnail preview (typically the cover of the issue, ratio 5:8).
- A pdf version of the issue
To add your thumbnail to thumbnails
, navigate to
the folder
and use the Upload files
option to upload your image.
Then, at the bottom of the page, write a helpful commit message
and click Commit changes
.
Using the same steps as above, upload your pdf
to the issues
folder.
To link the new Zeniada issue on the home page, open index.html
and click the Edit this file
option (top right).
Add a new a class='issue'
under the issues-wrapper
div (line 57) in the
Issues
section.
Here's what that would look like for Spring 2020 (with a thumbnail
named sp20.jpg
and a pdf named ZENIADA-sp20.pdf
):
<a class="issue" href="issues/ZENIADA-sp20.pdf" target="_blank">
<img class="thumbnail" src="thumbnails/sp20.pdf"/>
<h3>Spring 2020</h3>
</a>
Feel free to copy/paste existing issue links, then change file names as necessary.
Finally, at the bottom, add a helpful message and commit your changes (see above).