Skip to content

Commit cb875b8

Browse files
Add hybrid hero image, update README, update index page
1 parent 2363e2b commit cb875b8

10 files changed

Lines changed: 30 additions & 8 deletions

File tree

.frontmatter/database/mediaDb.json

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

README.md

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,33 @@
1-
# 🚀 AstroWind
1+
# Hybrid Cloud Solutions, LLC
22

3-
<img src="https://raw.githubusercontent.com/arthelokyo/.github/main/resources/astrowind/lighthouse-score.png" align="right"
4-
alt="AstroWind Lighthouse Score" width="100" height="358">
3+
Website for [Hybrid Cloud Solutions, LLC](https://hybridsolutionscloud.github.io) — founded by Microsoft MVP and MCT Kristopher Turner.
54

6-
🌟 _Most *starred* & *forked* Astro theme in 2022, 2023 & 2024_. 🌟
5+
## About
76

8-
**AstroWind** is a free and open-source template to make your website using **[Astro 5.0](https://astro.build/) + [Tailwind CSS](https://tailwindcss.com/)**. Ready to start a new project and designed taking into account web best practices.
7+
Hybrid Cloud Solutions helps organizations modernize with confidence using Microsoft hybrid cloud technologies including Azure Local, Azure Arc, Hyper-V, Azure Virtual Desktop, and more.
98

10-
-**Production-ready** scores in **PageSpeed Insights** reports.
11-
- ✅ Integration with **Tailwind CSS** supporting **Dark mode** and **_RTL_**.
9+
## Tech Stack
10+
11+
- [Astro](https://astro.build/) — Static site framework
12+
- [Tailwind CSS](https://tailwindcss.com/) — Utility-first CSS
13+
- Deployed via GitHub Pages
14+
15+
## Local Development
16+
17+
```bash
18+
npm install
19+
npm run dev
20+
```
21+
22+
## Build
23+
24+
```bash
25+
npm run build
26+
```
27+
28+
## License
29+
30+
See [LICENSE.md](./LICENSE.md) for details.
1231
-**Fast and SEO friendly blog** with automatic **RSS feed**, **MDX** support, **Categories & Tags**, **Social Share**, ...
1332
-**Image Optimization** (using new **Astro Assets** and **Unpic** for Universal image CDN).
1433
- ✅ Generation of **project sitemap** based on your routes.

hybrid-hero.jpg

1.06 MB
Loading
-5.37 KB
Binary file not shown.

src/assets/images/app-store.png

-11 KB
Binary file not shown.

src/assets/images/default.png

-396 KB
Binary file not shown.

src/assets/images/google-play.png

-13 KB
Binary file not shown.

src/assets/images/hero-image.png

-539 KB
Binary file not shown.

src/assets/images/hybrid-hero.jpg

1.06 MB
Loading

src/pages/index.astro

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ import Stats from '~/components/widgets/Stats.astro';
1010
import CallToAction from '~/components/widgets/CallToAction.astro';
1111
import Note from '~/components/widgets/Note.astro';
1212
13+
import hybridHeroImg from '~/assets/images/hybrid-hero.jpg';
14+
1315
const metadata = {
1416
title: 'Hybrid Cloud Made Simple | Hybrid Cloud Solutions, LLC',
1517
ignoreTitleTemplate: true,
@@ -29,7 +31,7 @@ const metadata = {
2931
},
3032
{ text: 'Our Services', href: '/services' },
3133
]}
32-
image={{ src: 'https://images.unsplash.com/photo-1506905925346-21bda4d32df4?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80', alt: 'Hybrid Cloud ArchitectureBridging Ground and Cloud' }}
34+
image={{ src: hybridHeroImg, alt: 'Hybrid Cloud SolutionsHybrid Cloud Architecture' }}
3335
>
3436
<Fragment slot="title">
3537
Hybrid Cloud <span class="text-accent dark:text-white">Made Simple</span>

0 commit comments

Comments
 (0)