Skip to content

Project Grid

Pritpal Chauhan edited this page Aug 29, 2019 · 9 revisions

Description:

The project grid displays on the engagements page, it consists of a dynamic number of projects. Each project has a thumbnail, a project name, a short project description (excerpt), and a long description. Each project is added/deleted/edited through "Project" pinned on the WordPress admin panel.

Note: the long description consists of a leading sentence and a paragraph containing the rest of the description.

For developers:

The project grid can be changed by editing archive-engagement.php and content.php. Bootstrap is used to divide the projects into three columns, which automatically resize based on screen size. The majority of the styling is done in assets/css/boostrap/bootstrap.css. However, the styling for some classes specific to the project is done in assets/css/startertheme.css.

General Documentation

Page Specific Documentation

Clone this wiki locally