From 5435f811428a4444cd4ddff5f7787d317f3e700f Mon Sep 17 00:00:00 2001 From: yosuke ota Date: Thu, 26 Dec 2024 22:20:28 +0900 Subject: [PATCH] =?UTF-8?q?Top=E3=81=AE=E3=83=92=E3=83=BC=E3=83=AD?= =?UTF-8?q?=E3=83=BC=E3=83=9A=E3=83=BC=E3=82=B8=E3=81=AB=E8=83=8C=E6=99=AF?= =?UTF-8?q?=E3=82=92=E8=A8=AD=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/theme/style.css | 13 +++++++++++++ index.md | 1 + 2 files changed, 14 insertions(+) diff --git a/.vitepress/theme/style.css b/.vitepress/theme/style.css index 971e6afc..24e503bf 100644 --- a/.vitepress/theme/style.css +++ b/.vitepress/theme/style.css @@ -15,6 +15,19 @@ ); } +/* HOMEだけ背景画像を使用する */ +.standards-home .VPHomeHero { + background-size: cover; + background-position: center; + background-image: url(../../public/images/background3.jpg); + background-color: #f0f0f0; + background-blend-mode: overlay; + margin-bottom: 16px; +} +.dark .standards-home .VPHomeHero { + background-color: #1b1b1f; +} + /* ヒーロー画像を透過させる */ .image-src { opacity: 0.1; diff --git a/index.md b/index.md index 218cfbc7..9a6eea2f 100644 --- a/index.md +++ b/index.md @@ -34,6 +34,7 @@ features: details: エンタープライズ領域では、社員・パートナーの方々を合わせて、数百人が同時に開発することも珍しくありません。 ちょっとした悩み、失敗も、人数が集まれば大変なコスト・リスクになります。 誰もが引っかかる落とし穴、悩みの種をあらかじめ排除します。 - title: Performance details: 時に読みやすいソースコードはパフォーマンス劣化を招くことがあります。 しかし、常にパフォーマンスを優先したソースコードは人間の読めないソースコードになりがちです。 今、書こうとしているソースコードが、どの程度のパフォーマンスになるのか、指標を示すことで、ソフトウェア開発プロジェクトごとに最適なソースコードを選択することができます。 +pageClass: standards-home --- [![GitHub last commit](https://img.shields.io/github/last-commit/future-architect/coding-standards.svg)](https://github.com/future-architect/coding-standards)