Skip to content

Commit

Permalink
Added Microsoft Store
Browse files Browse the repository at this point in the history
  • Loading branch information
sethcottle committed Mar 6, 2024
1 parent 18d46bd commit df1f9e6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
11 changes: 11 additions & 0 deletions css/brands.css
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,17 @@ button:hover,
filter: brightness(90%);
}

/* Microsoft */
.button.button-microsoft {
color: #ffffff;
background-color: #000000;
border: 1px solid #FFFFFF;
}
.button.button-microsoft:hover,
.button.button-microsoft:focus {
filter: brightness(90%);
}

/* NGL */
.button.button-ngl {
color: #ffffff;
Expand Down
6 changes: 6 additions & 0 deletions images/icons/microsoft.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@ <h1 role="heading">LittleLink</h1>

<!-- Medium -->
<a class="button button-medium" href="#" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/medium.svg" alt="">Medium</a><br>

<!-- Microsoft Store -->
<a class="button button-microsoft" href="#" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/microsoft.svg" alt="">Get it from Microsoft</a><br>

<!-- NGL -->
<a class="button button-ngl" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/ngl.svg" alt="">NGL</a><br>
Expand Down

0 comments on commit df1f9e6

Please sign in to comment.