Skip to content

Commit 9b545ad

Browse files
[docs] New branding
1 parent c822629 commit 9b545ad

7 files changed

Lines changed: 17 additions & 5 deletions

File tree

docs/img/oqd-icon.png

89.2 KB
Loading

docs/img/oqd-logo-black.png

65.9 KB
Loading

docs/img/oqd-logo-text.png

-14.4 KB
Binary file not shown.

docs/img/oqd-logo-white.png

61.9 KB
Loading

docs/img/oqd-logo.png

-7.64 KB
Binary file not shown.

docs/index.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
1-
# ![Open Quantum Design](./img/oqd-logo-text.png)
1+
#
2+
3+
<p align="center">
4+
<img src="./img/oqd-logo-black.png#only-light" alt="Logo" style="max-height: 200px;">
5+
<img src="./img/oqd-logo-white.png#only-dark" alt="Logo" style="max-height: 200px;">
6+
</p>
27

38
<div align="center">
49
<h2 align="center">
5-
Open Quantum Design: Cloud
10+
Open Quantum Design: Cloud
611
</h2>
712
</div>
813

9-
![Python](https://img.shields.io/badge/Python-3.10_|_3.11_|_3.12-blue)
10-
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
14+
[![PyPI Version](https://img.shields.io/pypi/v/oqd-cloud)](https://pypi.org/project/oqd-cloud)
15+
[![CI](https://github.com/OpenQuantumDesign/oqd-cloud/actions/workflows/pytest.yml/badge.svg)](https://github.com/OpenQuantumDesign/oqd-cloud/actions/workflows/pytest.yml)
16+
![versions](https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12-blue)
17+
[![License: Apache 2.0](https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg)](https://opensource.org/licenses/Apache-2.0)
18+
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
19+
20+
21+
1122
<!-- prettier-ignore -->
1223
/// admonition | Note
1324
type: note

docs/stylesheets/brand.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ h1, h2, h3, h4, h5, h6,
7070
[data-md-color-scheme="slate"] .md-typeset h4,
7171
[data-md-color-scheme="slate"] .md-typeset h5,
7272
[data-md-color-scheme="slate"] .md-typeset h6 {
73-
color: #F19D19; /* Deep red for dark mode */
73+
/* color: #F19D19; Deep red for dark mode */
74+
color: #E45B68; /* Deep red for dark mode */
7475
}
7576

7677

0 commit comments

Comments
 (0)