Skip to content

Commit 781c984

Browse files
authored
Merge pull request #4 from MicrosoftCloudEssentials-LearningHub/gitpages
Fix spacing in GitHub Pages overview title
2 parents ea83469 + 94b5daa commit 781c984

12 files changed

Lines changed: 41 additions & 40 deletions

BestPractices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ Last updated: 2025-08-04
9696

9797
<!-- START BADGE -->
9898
<div align="center">
99-
<img src="https://img.shields.io/badge/Total%20views-1289-limegreen" alt="Total views">
100-
<p>Refresh Date: 2025-10-07</p>
99+
<img src="https://img.shields.io/badge/Total%20views-1370-limegreen" alt="Total views">
100+
<p>Refresh Date: 2026-03-26</p>
101101
</div>
102102
<!-- END BADGE -->
103103

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -482,8 +482,8 @@ gh codespace stop
482482

483483
<!-- START BADGE -->
484484
<div align="center">
485-
<img src="https://img.shields.io/badge/Total%20views-1289-limegreen" alt="Total views">
486-
<p>Refresh Date: 2025-10-07</p>
485+
<img src="https://img.shields.io/badge/Total%20views-1370-limegreen" alt="Total views">
486+
<p>Refresh Date: 2026-03-26</p>
487487
</div>
488488
<!-- END BADGE -->
489489

demos/0_GitHub_AI_models.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ Last updated: 2025-08-04
194194

195195
<!-- START BADGE -->
196196
<div align="center">
197-
<img src="https://img.shields.io/badge/Total%20views-1289-limegreen" alt="Total views">
198-
<p>Refresh Date: 2025-10-07</p>
197+
<img src="https://img.shields.io/badge/Total%20views-1370-limegreen" alt="Total views">
198+
<p>Refresh Date: 2026-03-26</p>
199199
</div>
200200
<!-- END BADGE -->
201201

demos/1_GitHubPagesOverview/README.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,22 @@
1-
# GitHub Pages -Overview
1+
# GitHub Pages - Overview
22

33
Costa Rica
44

55
[![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/) [brown9804](https://github.com/brown9804)
66

7-
Last updated: 2025-08-04
7+
Last updated: 2026-03-26
88

99
----------------------
1010

1111
> **GitHub Pages** is a feature provided by GitHub that allows you to `host static websites directly from a GitHub repository`. It's a great way to showcase your projects, create personal websites, or host documentation for your repositories. `That means it serves whatever files you put in your repository, without running backend code.`
1212
13-
> [!TIP]
14-
> What is GitHub Pages? <br/>
15-
> GitHub Pages is a `free service that turns your GitHub repositories into websites`. You can host HTML, CSS, and JavaScript files, and it’s perfect for static websites that `don’t require server-side processing`. GitHub Pages supports custom domains, making it easy to create a professional-looking website.
16-
17-
- Markdown (.md) → converted to HTML automatically if you use Jekyll.
18-
- HTML, CSS, JavaScript → served directly as static files.
19-
- Jekyll templates (Liquid) → processed by GitHub Pages if you keep Jekyll enabled.
20-
- Static assets → images, fonts, PDFs, JSON, etc.
21-
22-
> [!NOTE]
23-
> - If you need dynamic behavior, you can use JavaScript frameworks (React, Vue, Angular) that compile down to static files and deploy them to GitHub Pages.
24-
> - For backend logic, you’d need to connect to external APIs or use another service (like Firebase, Supabase, or a traditional server).
25-
2613
<details>
2714
<summary><b>List of References</b> (Click to expand)</summary>
2815

2916
- [Websites for you and your projects](https://pages.github.com/)
3017
- [Essentials of automated application deployment with GitHub Actions and GitHub Pages](https://resources.github.com/learn/pathways/automation/essentials/automated-application-deployment-with-github-actions-and-pages/)
31-
18+
- [Microsoft Cloud Sandbox - Unofficial](https://microsoftcloudessentials-learninghub.github.io/org-catalog/) One example was a catalog that aggregated multiple repositories from my GitHub organization. The idea behind it was to create a user‑friendly page that listed all repositories hosted within the organization, while also allowing them to be filtered based on GitHub metadata by [Org Catalog (GitHub Pages)](https://github.com/MicrosoftCloudEssentials-LearningHub/org-catalog)
19+
- [TechWorkshop L300: Win the database acceleration](https://microsoft.github.io/TechExcel-Win-the-Database-Platform/) Example of Workshops documented using GitHub Pages
3220

3321
</details>
3422

@@ -43,6 +31,19 @@ Last updated: 2025-08-04
4331

4432
</details>
4533

34+
> [!TIP]
35+
> What is GitHub Pages? <br/>
36+
> GitHub Pages is a `free service that turns your GitHub repositories into websites`. You can host HTML, CSS, and JavaScript files, and it’s perfect for static websites that `don’t require server-side processing`. GitHub Pages supports custom domains, making it easy to create a professional-looking website.
37+
38+
- Markdown (.md) → converted to HTML automatically if you use Jekyll.
39+
- HTML, CSS, JavaScript → served directly as static files.
40+
- Jekyll templates (Liquid) → processed by GitHub Pages if you keep Jekyll enabled.
41+
- Static assets → images, fonts, PDFs, JSON, etc.
42+
43+
> [!NOTE]
44+
> - If you need dynamic behavior, you can use JavaScript frameworks (React, Vue, Angular) that compile down to static files and deploy them to GitHub Pages.
45+
> - For backend logic, you’d need to connect to external APIs or use another service (like Firebase, Supabase, or a traditional server).
46+
4647
## How is GitHub Pages Used?
4748
- **Personal Websites**: Showcase your portfolio, resume, or blog.
4849
- **Project Documentation**: Host documentation for your open-source projects.
@@ -83,7 +84,7 @@ Last updated: 2025-08-04
8384

8485
<!-- START BADGE -->
8586
<div align="center">
86-
<img src="https://img.shields.io/badge/Total%20views-1289-limegreen" alt="Total views">
87-
<p>Refresh Date: 2025-10-07</p>
87+
<img src="https://img.shields.io/badge/Total%20views-1370-limegreen" alt="Total views">
88+
<p>Refresh Date: 2026-03-26</p>
8889
</div>
8990
<!-- END BADGE -->

demos/2_GitHub_Copilot_Licenses.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ https://github.com/user-attachments/assets/3c993648-8a8d-4b5d-be79-19850aeef593
169169

170170
<!-- START BADGE -->
171171
<div align="center">
172-
<img src="https://img.shields.io/badge/Total%20views-1289-limegreen" alt="Total views">
173-
<p>Refresh Date: 2025-10-07</p>
172+
<img src="https://img.shields.io/badge/Total%20views-1370-limegreen" alt="Total views">
173+
<p>Refresh Date: 2026-03-26</p>
174174
</div>
175175
<!-- END BADGE -->

demos/3_GH_cmds_Overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Last updated: 2026-01-20
6666
6767
<!-- START BADGE -->
6868
<div align="center">
69-
<img src="https://img.shields.io/badge/Total%20views-1289-limegreen" alt="Total views">
70-
<p>Refresh Date: 2025-10-07</p>
69+
<img src="https://img.shields.io/badge/Total%20views-1370-limegreen" alt="Total views">
70+
<p>Refresh Date: 2026-03-26</p>
7171
</div>
7272
<!-- END BADGE -->

demos/4_GitLab_migration_GH.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ https://github.com/user-attachments/assets/fffbbce1-8a48-49f7-a8d8-96da6d9c433e
114114

115115
<!-- START BADGE -->
116116
<div align="center">
117-
<img src="https://img.shields.io/badge/Total%20views-1289-limegreen" alt="Total views">
118-
<p>Refresh Date: 2026-01-25</p>
117+
<img src="https://img.shields.io/badge/Total%20views-1370-limegreen" alt="Total views">
118+
<p>Refresh Date: 2026-03-26</p>
119119
</div>
120120
<!-- END BADGE -->

demos/5_GH_ADO_Defender_art_Overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ flowchart LR
246246

247247
<!-- START BADGE -->
248248
<div align="center">
249-
<img src="https://img.shields.io/badge/Total%20views-1289-limegreen" alt="Total views">
250-
<p>Refresh Date: 2026-01-25</p>
249+
<img src="https://img.shields.io/badge/Total%20views-1370-limegreen" alt="Total views">
250+
<p>Refresh Date: 2026-03-26</p>
251251
</div>
252252
<!-- END BADGE -->

demos/6_AppDev_GH_Pricing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ https://github.com/user-attachments/assets/de20f063-d70a-42d0-bb64-dd6acef85c59
210210

211211
<!-- START BADGE -->
212212
<div align="center">
213-
<img src="https://img.shields.io/badge/Total%20views-1289-limegreen" alt="Total views">
214-
<p>Refresh Date: 2026-01-25</p>
213+
<img src="https://img.shields.io/badge/Total%20views-1370-limegreen" alt="Total views">
214+
<p>Refresh Date: 2026-03-26</p>
215215
</div>
216216
<!-- END BADGE -->

demos/7_DevSecOps_Demo/RBACs_Access_CICD_Pipelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ From [End-to-end governance in Azure when using CI/CD](https://learn.microsoft.c
5656

5757
<!-- START BADGE -->
5858
<div align="center">
59-
<img src="https://img.shields.io/badge/Total%20views-1289-limegreen" alt="Total views">
60-
<p>Refresh Date: 2026-01-25</p>
59+
<img src="https://img.shields.io/badge/Total%20views-1370-limegreen" alt="Total views">
60+
<p>Refresh Date: 2026-03-26</p>
6161
</div>
6262
<!-- END BADGE -->

0 commit comments

Comments
 (0)