Home > Read Me

Read Me

Heading

Never in all their history have men been able truly to conceive of the world as one: a single sphere, a globe, having the qualities of a globe, a round earth in which all the directions eventually meet, in which there is no center because every point, or none, is center — an equal earth which all men occupy as equals.
catalog linkapply to ppcc

Development Environment Overview

This development environment is designed to allow vendors and internal developers to create, test, and refine assets for PPSC without impacting the live production site. All development files are stored in the /_dev directory and are publicly accessible for testing and review.

Directory Structure

File Loading Locations

The development environment uses relative paths to load assets into the page:

<headcode>
    <!-- before closing head tag -->
    <link rel="stylesheet" href="./css/styles.css">
</headcode>

<bodycode>
    <!-- after opening body tag -->
</bodycode>

<footcode>
    <!-- before closing body tag -->
    <script src="./script/scripts.js"></script>
</footcode>

Purpose of Development Files

Notes for Developers

For questions or access issues, contact the PPSC Marketing & Communications development team.