From 87d9990858838ff81bf4a4b50a9a74dd3399f878 Mon Sep 17 00:00:00 2001 From: bpuchala Date: Fri, 21 Jul 2023 11:50:25 -0400 Subject: [PATCH] set logo width --- _pages/about.md | 2 +- _pages/installation.md | 3 +-- _pages/overview.md | 2 +- _pages/reference.md | 2 +- _pages/tutorials.md | 3 +-- 5 files changed, 5 insertions(+), 7 deletions(-) diff --git a/_pages/about.md b/_pages/about.md index bdc04ba..90b26e3 100644 --- a/_pages/about.md +++ b/_pages/about.md @@ -3,7 +3,7 @@ title: "" permalink: / --- -![image-center]({{ "/assets/images/logo.svg" | relative_url }}) +Shows the CASM logo ## Overview diff --git a/_pages/installation.md b/_pages/installation.md index f7982ed..ef81cde 100644 --- a/_pages/installation.md +++ b/_pages/installation.md @@ -3,8 +3,7 @@ title: "" permalink: /pages/installation/ --- -![image-center]({{ "/assets/images/logo.svg" | relative_url }}) - +Shows the CASM logo _Note: CASM is available for macOS and Linux_ {: .notice--info} diff --git a/_pages/overview.md b/_pages/overview.md index 1aa6857..a67bb9b 100644 --- a/_pages/overview.md +++ b/_pages/overview.md @@ -3,7 +3,7 @@ title: "" permalink: /pages/overview/ --- -![image-center]({{ "/assets/images/logo.svg" | relative_url }}) +Shows the CASM logo # Overview diff --git a/_pages/reference.md b/_pages/reference.md index 2b22ff0..53e16e8 100644 --- a/_pages/reference.md +++ b/_pages/reference.md @@ -3,7 +3,7 @@ title: "" permalink: /pages/reference/ --- -![image-center]({{ "/assets/images/logo.svg" | relative_url }}) +Shows the CASM logo ## CASM file formats diff --git a/_pages/tutorials.md b/_pages/tutorials.md index 6c94af1..06d4a72 100644 --- a/_pages/tutorials.md +++ b/_pages/tutorials.md @@ -3,8 +3,7 @@ title: "" permalink: /pages/tutorials/ --- -![image-center]({{ "/assets/images/logo.svg" | relative_url }}) - +Shows the CASM logo This section provides links to CASM tutorials written using [Jupyter](https://jupyter.org) notebooks. Some tutorials are written to demonstrate using the CASM command line interface (CLI) `ccasm` and some are written to demonstrate using the CASM Python package `casm-python`. Notebooks can be downloaded and run locally to try using CASM and static versions showing results can be viewed online.