Skip to content

Commit 9c2c374

Browse files
Clean up the iqea ecosystem entry (#29)
Addresses review feedback on #26. - Remove the "Iqea Technologies Inc." line from the logo, so the mark sits next to the wordmark alone - Capitalise "Iqea" where the description sentence begins; the wordmark beside the mark stays lowercase - Move the legal name to the entry's own name field, where the ecosystem grid renders it as the tile label under the logo The logo's viewBox is also cropped from 352x152 to the ink bounds of what remains, 197x84. Without that, removing a third of the artwork would leave the box two-thirds empty, and because both the grid tile and the modal size logos with object-fit: contain, that empty space scaled the whole lockup down: the wordmark rendered about 18px in the grid before and about 32px now. The gap between mark and wordmark is reduced from 32 to 10 units for the same reason -- at the larger scale the original gap read as too wide. Updated in both docs/assets/images/logos/ (served by the site) and logos/ (the root mirror), which #26 added together.
1 parent 1332b3d commit 9c2c374

3 files changed

Lines changed: 16 additions & 22 deletions

File tree

data/ecosystem.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ ecosystem:
9898
logo: "informatica-logo.png"
9999
- name: "Instacart"
100100
logo: "instacart-logo.png"
101-
- name: "iqea"
101+
- name: "Iqea Technologies Inc."
102102
logo: "iqea-logo.svg"
103103
details:
104-
description: "iqea builds the Apache Ossie (Incubating) reference implementation for DuckDB. It reads Ossie semantic models in YAML or JSON and answers semantic queries directly against tables in DuckDB, planning the joins and deriving the grain from declared keys before emitting SQL that DuckDB executes, rather than converting models into another vendor's format."
104+
description: "Iqea builds the Apache Ossie (Incubating) reference implementation for DuckDB. It reads Ossie semantic models in YAML or JSON and answers semantic queries directly against tables in DuckDB, planning the joins and deriving the grain from declared keys before emitting SQL that DuckDB executes, rather than converting models into another vendor's format."
105105
features:
106106
- title: "duckdb-ossie"
107107
description: "A DuckDB community extension that executes Ossie semantic models."
Lines changed: 7 additions & 10 deletions
Loading

logos/iqea-logo.svg

Lines changed: 7 additions & 10 deletions
Loading

0 commit comments

Comments
 (0)