Skip to content

Commit ca2b847

Browse files
committed
brand: add logo to README and docs introduction
1 parent f168f75 commit ca2b847

4 files changed

Lines changed: 19 additions & 2 deletions

File tree

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
1-
# Parallax
1+
<p align="center">
2+
<img src="media/logo.png" alt="Parallax" width="480">
3+
</p>
24

3-
**Rust-native graph engine for cyber asset intelligence.**
5+
<p align="center">
6+
<strong>Rust-native graph engine for cyber asset intelligence.</strong>
7+
</p>
8+
9+
<p align="center">
10+
<a href="https://github.com/copyleftdev/parallax/actions/workflows/ci.yml"><img src="https://github.com/copyleftdev/parallax/actions/workflows/ci.yml/badge.svg" alt="CI"></a>
11+
<a href="https://copyleftdev.github.io/parallax/"><img src="https://img.shields.io/badge/docs-pages-blue" alt="Docs"></a>
12+
<a href="https://github.com/copyleftdev/parallax/blob/main/LICENSE-APACHE"><img src="https://img.shields.io/badge/license-Apache--2.0%20%2F%20MIT-blue" alt="License"></a>
13+
<img src="https://img.shields.io/badge/rust-1.76%2B-orange" alt="Rust 1.76+">
14+
</p>
15+
16+
---
417

518
Parallax models your infrastructure as a property graph — entities as nodes,
619
relationships as edges — and lets you query it with PQL, a purpose-built

docs/src/introduction.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Parallax
22

3+
<p align="center">
4+
<img src="media/logo.png" alt="Parallax" width="420">
5+
</p>
6+
37
> *"Depth perception for your attack surface."*
48
59
Parallax is an open-source, Rust-native **typed property graph engine** built

docs/src/media/logo.png

147 KB
Loading

media/logo.png

147 KB
Loading

0 commit comments

Comments
 (0)