A simple portland.gov HTML branding template for web applications.
Version: 1.1
- Download a zip file with the latest template.
- Place the image, CSS, and JavaScript files in the appropriate locations of your application's file structure. (The
css/src
folder is only needed if you want to have CSS source maps available for inspecting CSS styles.) index.html
contains the HTML template code you will need to integrate into your web application. There are comments in the file with a TODO: prefix that indicate editable sections or placeholders where your application can insert dynamic HTML content.- Don't forget to update the HTML paths to reflect where you placed the files in step 2.
We will update the template whenever we make significant changes to the portland.gov branding. Please check back occasionally and update your application when new template versions are released.
- Updated accessibility link in the footer
- Added example Bootstrap styles to
index.html
- Refreshed
cloudy.bundle.css
- Added CSS source map files
- Initial release