Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Fix page titles and add microsoft favicon #112

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/favicon.ico
Binary file not shown.
3 changes: 3 additions & 0 deletions bonus-jest/demo/index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>Bonus: Testing with Jest Demo - Frontend Bootcamp</title>
<link rel="shortcut icon" href="../../assets/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="../../assets/step.css" />
</head>

<body class="ms-Fabric">
<div id="markdownReadme" data-src="./README.md"></div>
<div id="app">
Expand Down
3 changes: 3 additions & 0 deletions bonus-jest/exercise/index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>Bonus: Testing with Jest Exercise - Frontend Bootcamp</title>
<link rel="shortcut icon" href="../../assets/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="../../assets/step.css" />
</head>

<body class="ms-Fabric">
<div id="markdownReadme" class="exercise" data-src="./README.md"></div>
<div id="app">
Expand Down
3 changes: 3 additions & 0 deletions bonus-servicecalls/demo/index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>Bonus: Redux: Service Calls Demo - Frontend Bootcamp</title>
<link rel="shortcut icon" href="../../assets/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="../../assets/step.css" />
</head>

<body class="ms-Fabric">
<div id="markdownReadme" data-src="./README.md"></div>
<div id="app"></div>
Expand Down
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://static2.sharepointonline.com/files/fabric/office-ui-fabric-core/9.6.1/css/fabric.min.css" />
<link rel="stylesheet" href="./assets/shared.css" />
<title>Microsoft Days in the Web - Welcome</title>

<title>Microsoft Days in the Web - Frontend Bootcamp - Welcome</title>
<link rel="shortcut icon" href="./assets/favicon.ico" type="image/x-icon" />
</head>

<body class="ms-Fabric">
<div class="Container">
<h1>Frontend Bootcamp <a href="https://github.com/Microsoft/frontend-bootcamp">View on GitHub</a></h1>
Expand Down Expand Up @@ -87,7 +90,8 @@ <h2>Day 2</h2>
<div class="Tile-link">
TypeScript Basics
<div class="Tile-links">
<a target="_blank" href="./step2-01/demo/">demo</a> | <a target="_blank" href="./step2-01/exercise/">exercise</a> | <a target="_blank" href="./step2-01/final/">final</a>
<a target="_blank" href="./step2-01/demo/">demo</a> | <a target="_blank" href="./step2-01/exercise/">exercise</a> |
<a target="_blank" href="./step2-01/final/">final</a>
</div>
</div>
</li>
Expand Down
Loading