Skip to content

Commit 92943dd

Browse files
committed
Switched to minimal theme
1 parent 5bc5c68 commit 92943dd

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

_config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ url: https://cadquery.github.io
33
title: CadQuery
44
description: Create parametric CAD models with Python
55

6-
remote_theme: pages-themes/architect@v0.2.0
6+
remote_theme: pages-themes/minimal@v0.2.0
7+
8+
logo: /assets/images/cadquery_logo_dark.svg
79

810
github:
911
repository_url: https://github.com/cadquery/cadquery

index.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@
22
layout: default
33
---
44

5-
<div style="text-align: center; margin: 1em 0;">
6-
<img src="assets/images/cadquery_logo_dark.svg" alt="CadQuery logo" style="max-width: 200px; width: 100%;">
7-
</div>
8-
95
<p style="font-size: 1.4em; text-align: center;">CadQuery is an open-source Python library for building 3D CAD models. It lets you describe parts as code, making models easy to version, share, and parameterize - no GUI required.</p>
106

117
<div style="text-align: center; margin: 2em 0; display: flex; flex-direction: column; align-items: center; gap: 1em;">
12-
<a href="https://cadquery.readthedocs.io" style="display: inline-block; padding: 15px 30px; background-color: #9ddcff; border-radius: 15px; color: #2879d0; text-decoration: none; font-size: 39px; line-height: 1; font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif;">Documentation</a>
13-
<a href="downloads" style="display: inline-block; padding: 15px 30px; background-color: #9ddcff; border-radius: 15px; color: #2879d0; text-decoration: none; font-size: 39px; line-height: 1; font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif;">Downloads</a>
8+
<a href="https://cadquery.readthedocs.io" style="display: inline-block; padding: 15px 0; width: 220px; text-align: center; background: #f4f4f4; border: 1px solid #e0e0e0; border-radius: 5px; color: #222; text-decoration: none; font-size: 24px; font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;">Documentation</a>
9+
<a href="downloads" style="display: inline-block; padding: 15px 0; width: 220px; text-align: center; background: #f4f4f4; border: 1px solid #e0e0e0; border-radius: 5px; color: #222; text-decoration: none; font-size: 24px; font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;">Downloads</a>
1410
</div>

0 commit comments

Comments
 (0)