# Third-party notices

This site bundles open-source software and fonts. The website application itself
is proprietary; see the repository root `LICENSE`.

## npm dependencies (direct)

| Package | License (typical) |
|---------|-------------------|
| [next](https://www.npmjs.com/package/next) | MIT |
| [react](https://www.npmjs.com/package/react) | MIT |
| [react-dom](https://www.npmjs.com/package/react-dom) | MIT |
| [framer-motion](https://www.npmjs.com/package/framer-motion) | MIT |
| [tailwindcss](https://www.npmjs.com/package/tailwindcss) | MIT |
| [@tailwindcss/postcss](https://www.npmjs.com/package/@tailwindcss/postcss) | MIT |
| [typescript](https://www.npmjs.com/package/typescript) | Apache-2.0 |
| [eslint](https://www.npmjs.com/package/eslint) | MIT |
| [eslint-config-next](https://www.npmjs.com/package/eslint-config-next) | MIT |

Transitive dependencies are listed in `package-lock.json`. To generate a full
license report from the lockfile:

```bash
cd web
npm run licenses:report
```

## Google Fonts (SIL Open Font License 1.1)

Fonts are loaded through `next/font/google` and are not redistributed as files in
this repo. If you ship font files separately, include the notices below.

### Caveat

Copyright (c) 2011, Impallari Type Foundry (impallari@gmail.com), with Reserved
Font Name "Caveat".

### Great Vibes

Copyright (c) 2010, TypeSETit, LLC (typesetit@ihug.com.au), with Reserved Font
Name "Great Vibes".

### Kalam

Copyright (c) 2014, Indian Type Foundry (indiantypefoundry@gmail.com), with
Reserved Font Name "Kalam".

---

SIL Open Font License 1.1 — summary: fonts may be used, studied, modified, and
redistributed if the license accompanies copies. Full text:
https://scripts.sil.org/OFL

## Embedded media

- **YouTube** clips are embedded from Google LLC and are governed by
  [YouTube Terms of Service](https://www.youtube.com/t/terms).
- **YouTube thumbnails** are loaded from `i.ytimg.com` when a visitor opens a
  video tile.

## Trademarks

Google, YouTube, and related logos are trademarks of Google LLC. This project is
not endorsed by Google. Use of Google trademarks on the site is limited to
factual references (e.g. linking to a Google Business profile).
