Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.79 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.79 KB

HTV Internal Resources

Netlify Status

Overview

This repo contains all internal documents + tooling for use across the organization beyond development

API Usage

Url Description Params
/assets/logo Serves the HTV logo without text color: hex, background: hex, padded: true, format: webp|png
/assets/full-logo Servers the HTV logo with text color: hex, background: hex, padded: true, format: webp|png
/logo.svg Raw HTV logo without text none
/full-logo.svg Raw HTV logo with text none
/logo-padded.svg Raw HTV logo with padding and without text none
/full-logo-added.svg Raw HTV logo with padding and text none

To prevent exhausting our lambda usage, we have aggressive caching from the DNS. Currently, TTL of the cache is 8 hours.

If must, cache busting can be done by including some hash in the string query (ie. &hash=xxxxxxxx). This is not recommend as lambda function invocations don't grow on trees...

Colors

We allow for use of hex for colors, but some named colors are also in place to help with theme matching with our applications. These colors (and their names), can be found in the ui-kit.