Roundtable is a design template created by The Harvard Crimson for Commencement 2017.
All configuration for Roundtable is done in the config.pde
file.
The string roundtableTitle
should be updated to reflect the name of the
design. The data that will populate the roundtable must be stored in the
data
array, which consists of dictionaries with the following properties:
name
: the individual's nameimage
: the name of a corresponding image file which must be in theimg/
directorydescription
: a text description of the individual
Roundtable can be embedded as an iframe using the syntax:
<iframe style="overflow:hidden;" scrolling="no" width="600" height="360" src="URL_HERE"></iframe>
Sizing and coloring constraints are defined in constants.pde
.
The standard constraints include:
bgColor: white
textColor: black
enforcedWidth: 600
labelFont:
size10
descriptionFont:
size11
For an alternative larger-feature layout, you may also wish to change these to:
bgColor: crimson
textColor: white
enforcedWidth: 1000
labelFont:
size12
descriptionFont:
size14