Skip to content

Commit f51c3c6

Browse files
committed
docs: add brand mark to README header
Use the site's TechAPI mark (site/public/techapi-mark.png, already served on the homepage) as a centered README header, with the title, tagline, and badges centered under it. Refs #1
1 parent 21d3ee1 commit f51c3c6

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
1-
# TechAPI
1+
<p align="center">
2+
<img src="site/public/techapi-mark.png" alt="TechAPI" width="120">
3+
</p>
24

3-
> **Curated, open dataset for consumer electronics specs.** Free, share-alike, machine-readable.
5+
<h1 align="center">TechAPI</h1>
46

5-
[![validate-data](https://github.com/GetTechAPI/TechAPI/actions/workflows/validate-data.yml/badge.svg)](https://github.com/GetTechAPI/TechAPI/actions/workflows/validate-data.yml)
6-
&nbsp;Data: **CC-BY-SA 4.0**
7+
<p align="center">
8+
<strong>Curated, open dataset for consumer electronics specs.</strong><br>
9+
Free, share-alike, machine-readable.
10+
</p>
11+
12+
<p align="center">
13+
<a href="https://github.com/GetTechAPI/TechAPI/actions/workflows/validate-data.yml"><img src="https://github.com/GetTechAPI/TechAPI/actions/workflows/validate-data.yml/badge.svg" alt="validate-data"></a>
14+
&nbsp;Data: <strong>CC-BY-SA 4.0</strong>
15+
</p>
716

817
This repo holds the curated **dataset** and the **public site** (Astro intro +
918
playground). The API server, ingestion crawlers, coverage checks, and the

0 commit comments

Comments
 (0)