https://github.com/prql/prql-brand
PRQL logos etc
https://github.com/prql/prql-brand
Last synced: 4 months ago
JSON representation
PRQL logos etc
- Host: GitHub
- URL: https://github.com/prql/prql-brand
- Owner: PRQL
- License: cc-by-4.0
- Created: 2022-05-12T20:25:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-20T20:04:07.000Z (over 2 years ago)
- Last Synced: 2025-03-18T03:33:51.367Z (10 months ago)
- Language: HTML
- Size: 1.53 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PRQL Press materials and branding
PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement.
For more information about the language, see the
[PRQL site](https://prql-lang.org).
We call this project "prequel", and write its name in upper-case as `PRQL`.
(It's a backronym for "Pipelined Relational Query Language".)
We name the repo and some libraries `prql` because of a strong convention around
lowercase, but everywhere else we use `PRQL`.
#### Licenses
We make PRQL software available under the
[Apache 2.0 License](https://github.com/PRQL/prql/blob/main/LICENSE).
We make the PRQL logo and wordmark available under the
[Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/)
(CC BY 4.0) license.
We seek to emulate the Rust Foundation's approach for their logo policy,
see the
[Rust logo policy and media guide](https://foundation.rust-lang.org/policies/logo-policy-and-media-guide/)
## About the logos and wordmarks
| Logo | Wordmark |
| ---- | -------- |
|
|
|
The _logos_ directory contains the **PRQL logo**
(multi-colored stack of disks with descending white arrow) and
**PRQL wordmark** (the logo plus "PRQL") in various graphical formats:
SVG, PDF, PNG, JPEG, EPS, Ai.
Each format folder contains graphics with these filenames:
* **prql-logo.xxx** - the graphical PRQL logo
* **prql-wordmark.xxx** - the graphical PRQL logo including "PRQL"
**Font:** The PRQL wordmark uses the
[Inter](https://fonts.google.com/specimen/Inter?preview.text=PRQL&preview.text_type=custom)
Google font in ExtraBold (800) weight.
The images were created as a SVG file.
Each images's dimensions were adjusted so they exactly contain the content,
with no "whitespace" surrounding the image.
That makes it easier to use these images in graphic layout,
since it's easier to add padding to an image than to remove it.
## Tests
The _tests_ directory has an [HTML page](./tests/test-logos.html)
that places each PRQL logo on a
`dimgrey` background with a dashed `hotpink` border.
If it is necessary to edit any of the logo files,
this page makes it easy to see that the image dimensions
remain exactly the same size as the image
(with no "white space" around the edges of the image.)