Skip to content

Commit b4546fb

Browse files
Fix build: remove apple-touch-icon reference, fix prettier formatting
1 parent cb875b8 commit b4546fb

4 files changed

Lines changed: 18 additions & 11 deletions

File tree

.frontmatter/database/mediaDb.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"git":{"hybridsolutionscloud.github.io":{}}}
1+
{ "git": { "hybridsolutionscloud.github.io": {} } }

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ npm run build
2828
## License
2929

3030
See [LICENSE.md](./LICENSE.md) for details.
31+
3132
-**Fast and SEO friendly blog** with automatic **RSS feed**, **MDX** support, **Categories & Tags**, **Social Share**, ...
3233
-**Image Optimization** (using new **Astro Assets** and **Unpic** for Universal image CDN).
3334
- ✅ Generation of **project sitemap** based on your routes.

src/components/Favicons.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
---
22
import favIcon from '~/assets/favicons/favicon.ico';
33
import favIconSvg from '~/assets/favicons/favicon.svg';
4-
import appleTouchIcon from '~/assets/favicons/apple-touch-icon.png';
54
---
65

76
<link rel="shortcut icon" href={favIcon} />
87
<link rel="icon" type="image/svg+xml" href={favIconSvg.src} />
98
<link rel="mask-icon" href={favIconSvg.src} color="#8D46E7" />
10-
<link rel="apple-touch-icon" sizes="180x180" href={appleTouchIcon.src} />

src/pages/certifications.astro

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,22 +49,26 @@ const metadata = {
4949
items={[
5050
{
5151
title: 'Azure Solutions Architect Expert',
52-
description: 'Cert #DDFEG0-241C1D — Earned Jun 2020 · Expires Sep 2026. Expertise in designing cloud and hybrid solutions on Microsoft Azure.',
52+
description:
53+
'Cert #DDFEG0-241C1D — Earned Jun 2020 · Expires Sep 2026. Expertise in designing cloud and hybrid solutions on Microsoft Azure.',
5354
icon: 'tabler:trophy',
5455
},
5556
{
5657
title: 'Azure Security Engineer Associate',
57-
description: 'Cert #F7A9V3-7DE2F5 — Earned Oct 2022 · Expires Oct 2026. Implements security controls, manages identity and access, and protects data and applications in Azure.',
58+
description:
59+
'Cert #F7A9V3-7DE2F5 — Earned Oct 2022 · Expires Oct 2026. Implements security controls, manages identity and access, and protects data and applications in Azure.',
5860
icon: 'tabler:shield-lock',
5961
},
6062
{
6163
title: 'Security Operations Analyst Associate',
62-
description: 'Cert #81Y1EA-646F83 — Earned Apr 2023 · Expires Apr 2026. Investigates, responds to, and hunts for threats using Microsoft Sentinel and Microsoft Defender.',
64+
description:
65+
'Cert #81Y1EA-646F83 — Earned Apr 2023 · Expires Apr 2026. Investigates, responds to, and hunts for threats using Microsoft Sentinel and Microsoft Defender.',
6366
icon: 'tabler:radar-2',
6467
},
6568
{
6669
title: 'Windows Server Hybrid Administrator Associate',
67-
description: 'Cert #Z0E8B6-2268E7 — Earned Nov 2022 · Expires Nov 2026. Configures and manages Windows Server on-premises, hybrid, and IaaS workloads.',
70+
description:
71+
'Cert #Z0E8B6-2268E7 — Earned Nov 2022 · Expires Nov 2026. Configures and manages Windows Server on-premises, hybrid, and IaaS workloads.',
6872
icon: 'tabler:server',
6973
},
7074
]}
@@ -80,22 +84,26 @@ const metadata = {
8084
items={[
8185
{
8286
title: 'Security, Compliance, and Identity Fundamentals',
83-
description: 'Cert #C5CCWC-3E5DB4 — Earned Oct 2022 · No Expiration. Foundational knowledge of security, compliance, and identity across Microsoft services.',
87+
description:
88+
'Cert #C5CCWC-3E5DB4 — Earned Oct 2022 · No Expiration. Foundational knowledge of security, compliance, and identity across Microsoft services.',
8489
icon: 'tabler:fingerprint',
8590
},
8691
{
8792
title: 'Azure Fundamentals',
88-
description: 'Cert #993F6W-D6D503 — Earned Apr 2019 · No Expiration. Foundational understanding of Azure cloud concepts, services, and management tools.',
93+
description:
94+
'Cert #993F6W-D6D503 — Earned Apr 2019 · No Expiration. Foundational understanding of Azure cloud concepts, services, and management tools.',
8995
icon: 'tabler:cloud',
9096
},
9197
{
9298
title: 'MCTS: System Center 2012 Configuration Manager',
93-
description: 'Cert #7899C6-40F1F6 — Earned Jul 2013 · No Expiration. Administering and deploying System Center 2012 Configuration Manager.',
99+
description:
100+
'Cert #7899C6-40F1F6 — Earned Jul 2013 · No Expiration. Administering and deploying System Center 2012 Configuration Manager.',
94101
icon: 'tabler:settings-automation',
95102
},
96103
{
97104
title: 'Microsoft Certified Professional',
98-
description: 'Cert #C2214C-3DC7BJ — Earned Apr 2012 · No Expiration. Foundation certification validating core IT professional skills.',
105+
description:
106+
'Cert #C2214C-3DC7BJ — Earned Apr 2012 · No Expiration. Foundation certification validating core IT professional skills.',
99107
icon: 'tabler:certificate',
100108
},
101109
]}

0 commit comments

Comments
 (0)