Skip to content

Commit e8ff61a

Browse files
authored
Merge pull request #5 from MicrosoftLearning/exercise-update
removed top bar links
2 parents b5e176c + ac747a9 commit e8ff61a

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

_layouts/home.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
<body>
66
<nav class="navbar navbar-expand-lg navbar-dark bg-gray">
77
<div class="container d-flex justify-content-between">
8-
<a class="my-1 title text-white" href="https://learn.microsoft.com/">
9-
<img src="https://github.com/MicrosoftLearning/Jekyll-Theme/raw/master/assets/microsoft-gray.png" alt="Microsoft logo" style="width:100px;height:21px;"/>
10-
</a>
8+
<img src="https://github.com/MicrosoftLearning/Jekyll-Theme/raw/master/assets/microsoft-gray.png" alt="Microsoft logo" style="width:100px;height:21px;"/>
119
<span class="my-1 title text-black">Microsoft Learn</span>
1210
<span class="ml-2">&nbsp;</span>
1311
</div>

_layouts/page.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
<body data-spy="scroll" data-target="#linksMenu">
66
<nav class="navbar navbar-expand-lg navbar-dark bg-gray">
77
<div class="container d-flex justify-content-between align-items-center">
8-
<a class="my-1 title text-white" href="https://learn.microsoft.com/">
9-
<img src="https://github.com/MicrosoftLearning/Jekyll-Theme/raw/master/assets/microsoft-gray.png" alt="Microsoft logo" style="width:100px;height:21px;"/>
10-
</a>
8+
<img src="https://github.com/MicrosoftLearning/Jekyll-Theme/raw/master/assets/microsoft-gray.png" alt="Microsoft logo" style="width:100px;height:21px;"/>
119
<span class="my-1 title text-black">Microsoft Learn</span>
1210
<span class="ml-2">
1311
<a href="{{ site.github.url }}" class="d-flex align-items-center">

0 commit comments

Comments
 (0)