Skip to content

Commit 334f137

Browse files
feat: add branding — favicon, logo header, and apple-touch-icon
- Copy favicon.ico, favicon-32x32.png, apple-touch-icon.png, logo-128.png to assets/branding/ - Add favicon links to _includes/head_custom.html - Add centered logo to index.md landing page header Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 28de408 commit 334f137

6 files changed

Lines changed: 7 additions & 0 deletions

File tree

_includes/head_custom.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<link rel="icon" type="image/x-icon" href="{{ site.baseurl }}/assets/branding/favicon.ico">
2+
<link rel="icon" type="image/png" sizes="32x32" href="{{ site.baseurl }}/assets/branding/favicon-32x32.png">
3+
<link rel="apple-touch-icon" sizes="180x180" href="{{ site.baseurl }}/assets/branding/apple-touch-icon.png">
14
<script type="module">
25
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.esm.min.mjs';
36
mermaid.initialize({ startOnLoad: false });
17 KB
Loading

assets/branding/favicon-32x32.png

1.4 KB
Loading

assets/branding/favicon.ico

611 Bytes
Binary file not shown.

assets/branding/logo-128.png

10.8 KB
Loading

index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ nav_order: 0
55
permalink: /
66
---
77

8+
<p align="center">
9+
<img src="assets/branding/logo-128.png" alt="Agentic Accelerator Framework" width="100">
10+
</p>
11+
812
# FinOps Cost Governance Workshop
913

1014
Welcome to the **FinOps Cost Governance Workshop** — a hands-on, progressive workshop that teaches you how to scan Azure infrastructure for cost governance violations using four open-source tools: PSRule, Checkov, Cloud Custodian, and Infracost.

0 commit comments

Comments
 (0)