Skip to content

Commit b19f6ca

Browse files
committed
Adding our logo.
1 parent 318b125 commit b19f6ca

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

assets/css/main.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ nav ul li {
4242
}
4343

4444
img {
45+
width: 100px;
4546
max-width: 95%;
47+
float: left;
48+
padding: 10px;
4649
}
4750

4851
/*Thanks https://css-tricks.com/snippets/css/simple-and-nice-blockquote-styling */

assets/logo.png

3.12 KB
Loading

src/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: xql.systems
33
description-meta: Towards Relational Arrays
44
---
55

6+
![](assets/logo.png)
7+
68
We're building a **SQL layer on top of [Zarr](https://zarr.dev/)** — bringing
79
familiar, declarative SQL querying to multidimensional array data.
810

@@ -26,4 +28,4 @@ and the relational world meeting in the middle.
2628

2729
## Join us
2830

29-
Raise an issue, file a PR, or [chat with us on Discord](https://discord.gg/DHXwnzYu).
31+
Raise an issue, file a PR, or [chat with us on Discord](https://discord.gg/DHXwnzYu).

0 commit comments

Comments
 (0)