Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brianyu28/roundtable

Roundtable feature design for The Harvard Crimson, designed for Commencement 2017
https://github.com/brianyu28/roundtable

journalism

Last synced: 4 days ago
JSON representation

Roundtable feature design for The Harvard Crimson, designed for Commencement 2017

Awesome Lists containing this project

README

        

# Roundtable

Roundtable is a design template created by The Harvard Crimson
for Commencement 2017.

## Configuration

### `config.pde`

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 name
- `image` : the name of a corresponding image file which must be in the `img/` directory
- `description` : a text description of the individual

### Embed as iframe

Roundtable can be embedded as an iframe using the syntax:

```

```

### Sizing and Coloring

Sizing and coloring constraints are defined in `constants.pde`.
The standard constraints include:

- `bgColor: white`
- `textColor: black`
- `enforcedWidth: 600`
- `labelFont:` size `10`
- `descriptionFont:` size `11`

For an alternative larger-feature layout, you may also wish to change these to:

- `bgColor: crimson`
- `textColor: white`
- `enforcedWidth: 1000`
- `labelFont:` size `12`
- `descriptionFont:` size `14`