Skip to content

Commit b095ef1

Browse files
committed
updated pages template
1 parent 177915b commit b095ef1

File tree

4 files changed

+14
-45
lines changed

4 files changed

+14
-45
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ header_pages:
77
author: Microsoft Learning
88
twitter_username: mslearning
99
github_username: MicrosoftLearning
10+
site: Implement HTTP operations in a Blazor web app
1011
plugins:
1112
- jekyll-sitemap
1213
- jekyll-mentions

_layouts/home.html

Lines changed: 0 additions & 34 deletions
This file was deleted.

_layouts/page.html

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,21 @@
44

55
<body data-spy="scroll" data-target="#linksMenu">
66
<nav class="navbar navbar-expand-lg navbar-dark bg-gray">
7-
<div class="container d-flex justify-content-between align-items-center">
8-
<img src="https://github.com/MicrosoftLearning/Jekyll-Theme/raw/master/assets/microsoft-gray.png" alt="Microsoft logo" style="width:100px;height:21px;"/>
9-
<span class="my-1 title text-black">Microsoft Learn</span>
7+
<div class="container d-flex justify-content-between">
8+
<span class="my-1 title text-black">{% if site.title %}{{ site.title }}{% endif %}</span>
109
<span class="ml-2">
1110
<a href="{{ site.github.url }}" class="d-flex align-items-center">
12-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-house-door-fill" viewBox="0 0 16 16">
13-
<path d="M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5"/>
11+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
12+
class="bi bi-house-door-fill" viewBox="0 0 16 16">
13+
<path
14+
d="M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5" />
1415
</svg>
1516
&nbsp;Home
1617
</a>
1718
</span>
1819
</div>
1920
</nav>
20-
<hr color-"gray"/>
21+
<hr color-"gray" />
2122
<div class="container">
2223
<main class="row extra-padding">
2324
<aside class="col-sm-2">
@@ -35,9 +36,14 @@
3536
<footer class="fixed-bottom d-print-none">
3637
<nav class="navbar navbar-light bg-light d-flex justify-content-around">
3738
<span class="navbar-text">
39+
&copy; 2025 Microsoft &nbsp;|&nbsp;
40+
<a href="https://go.microsoft.com/fwlink/?LinkId=521839">Privacy </a>&nbsp;|&nbsp;
41+
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy </a>&nbsp;|&nbsp;
42+
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use </a>&nbsp;|&nbsp;
43+
<a href="https://www.microsoft.com/trademarks">Trademarks </a>&nbsp;|&nbsp;
3844
<i class="fa fa-github" aria-hidden="true"></i>
3945
<a href="{{ site.github.repository_url }}" target="_blank" class="ml-2">
40-
{{ site.github.repository_nwo }}
46+
Source
4147
</a>
4248
</span>
4349
</nav>

index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ permalink: index.html
44
layout: home
55
---
66

7-
# Implement HTTP operations in a Blazor web app
8-
9-
This page lists exercises associated with Microsoft skilling content on [Microsoft Learn](https://learn.microsoft.com)
10-
117
The following exercises are designed to provide you with a hands-on learning experience implementing HTTP operations, and rendering the results, in an ASP.NET Core Blazor web app. Learn how to gather needed information from a documented API, implement HTTP clients, and perform data operation through an API.
128

139
## Exercises

0 commit comments

Comments
 (0)