llms.txt
UpLink Brand Identity
A complete profile of UpLink's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #191FBB |
| Accent | #191FBB |
| Body Font | Inter |
| Heading Font | Jost |
Color Palette
- primary: #191FBB
- secondary: #32486B
- accent: #191FBB
- background: #FFFFFF
- textPrimary: #011638
- link: #011638
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Jost — https://fonts.google.com/specimen/Jost
Visual Assets
- Logo:
- Favicon:
UI Components
- buttonPrimary: background=#191FBB, textColor=#FFFFFF, borderRadius=8px, shadow=none
- buttonSecondary: background=transparent, textColor=#011638, borderColor=#6E819E, borderRadius=8px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: business professionals
UpLink Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- UpLink from DataSnipper AI-powered PBC Portal
- Image:
- Source: https://www.uplinkapp.io/
- UpLink from DataSnipper AI-powered PBC Portal
- Image:
- Source: https://www.uplinkapp.io/
- Neon Rocketship: Thirty Years Of Surfing
- UpLink Annual Impact Report 2026 Highlights Early-Stage Innovation Success | World Economic Forum posted on the topic | LinkedIn
- Uplink, building brand connections. | OFF+BRAND.
- Image:
- Source: https://www.itsoffbrand.com/our-work/uplink-xyz
Working with these fonts
Not found on Google Fonts? Here are steps to follow if you have permission to use the fonts:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) to extract the matching @font-face declarations. Rewrite each
src: url(...)to point to your local file path.
Programmatic alternative: load the URL with Playwright or Puppeteer, listen for response events whose Content-Type starts with font/, and write the body to disk. The CSS extraction step is the same.
Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.