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

Commit 6aa2825

Browse files
author
elrimando
committed
Fix unnecessary white space changes commits
1 parent 74b103d commit 6aa2825

File tree

34 files changed

+492
-386
lines changed

34 files changed

+492
-386
lines changed

bonus-jest/demo/index.html

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
<!DOCTYPE html>
22
<html>
3-
<head>
4-
<link rel="stylesheet" href="../../assets/step.css" />
5-
</head>
6-
<body class="ms-Fabric">
7-
<div id="markdownReadme" data-src="./README.md"></div>
8-
<div id="app">
9-
For this step, we look at unit testing. Run
10-
<pre>npm test</pre>
11-
in the command line.
12-
</div>
13-
<script src="../../assets/scripts.js"></script>
14-
</body>
15-
</html>
3+
4+
<head>
5+
<title>Bonus: Testing with Jest Demo - Frontend Bootcamp</title>
6+
<link rel="SHORTCUT ICON" href="https://c.s-microsoft.com/favicon.ico?v2" type="image/x-icon" />
7+
<link rel="stylesheet" href="../../assets/step.css" />
8+
</head>
9+
10+
<body class="ms-Fabric">
11+
<div id="markdownReadme" data-src="./README.md"></div>
12+
<div id="app">
13+
For this step, we look at unit testing. Run
14+
<pre>npm test</pre>
15+
in the command line.
16+
</div>
17+
<script src="../../assets/scripts.js"></script>
18+
</body>
19+
20+
</html>

bonus-jest/exercise/index.html

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
<!DOCTYPE html>
22
<html>
3-
<head>
4-
<link rel="stylesheet" href="../../assets/step.css" />
5-
</head>
6-
<body class="ms-Fabric">
7-
<div id="markdownReadme" class="exercise" data-src="./README.md"></div>
8-
<div id="app">
9-
For this step, we look at unit testing. Run
10-
<pre>npm test</pre>
11-
in the command line.
12-
</div>
13-
<script src="../../assets/scripts.js"></script>
14-
</body>
15-
</html>
3+
4+
<head>
5+
<title>Bonus: Testing with Jest Exercise - Frontend Bootcamp</title>
6+
<link rel="SHORTCUT ICON" href="https://c.s-microsoft.com/favicon.ico?v2" type="image/x-icon" />
7+
<link rel="stylesheet" href="../../assets/step.css" />
8+
</head>
9+
10+
<body class="ms-Fabric">
11+
<div id="markdownReadme" class="exercise" data-src="./README.md"></div>
12+
<div id="app">
13+
For this step, we look at unit testing. Run
14+
<pre>npm test</pre>
15+
in the command line.
16+
</div>
17+
<script src="../../assets/scripts.js"></script>
18+
</body>
19+
20+
</html>

bonus-servicecalls/demo/index.html

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
<!DOCTYPE html>
22
<html>
3-
<head>
4-
<link rel="stylesheet" href="../../assets/step.css" />
5-
</head>
6-
<body class="ms-Fabric">
7-
<div id="markdownReadme" data-src="./README.md"></div>
8-
<div id="app"></div>
9-
<script src="../../assets/scripts.js"></script>
10-
</body>
11-
</html>
3+
4+
<head>
5+
<title>Bonus: Redux: Service Calls Demo - Frontend Bootcamp</title>
6+
<link rel="SHORTCUT ICON" href="https://c.s-microsoft.com/favicon.ico?v2" type="image/x-icon" />
7+
<link rel="stylesheet" href="../../assets/step.css" />
8+
</head>
9+
10+
<body class="ms-Fabric">
11+
<div id="markdownReadme" data-src="./README.md"></div>
12+
<div id="app"></div>
13+
<script src="../../assets/scripts.js"></script>
14+
</body>
15+
16+
</html>

index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@
44
<meta charset="UTF-8" />
55
<link rel="stylesheet" href="https://static2.sharepointonline.com/files/fabric/office-ui-fabric-core/9.6.1/css/fabric.min.css" />
66
<link rel="stylesheet" href="./assets/shared.css" />
7-
<title>Microsoft Days in the Web - Welcome</title>
7+
8+
<title>Microsoft Days in the Web - Frontend Bootcamp - Welcome</title>
9+
<link rel="SHORTCUT ICON" href="https://c.s-microsoft.com/favicon.ico?v2" type="image/x-icon" />
810
</head>
11+
912
<body class="ms-Fabric">
1013
<div class="Container">
1114
<h1>Frontend Bootcamp <a href="https://github.com/Microsoft/frontend-bootcamp">View on GitHub</a></h1>
@@ -86,7 +89,8 @@ <h2>Day 2</h2>
8689
<div class="Tile-link">
8790
TypeScript Basics
8891
<div class="Tile-links">
89-
<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>
92+
<a target="_blank" href="./step2-01/demo/">demo</a> | <a target="_blank" href="./step2-01/exercise/">exercise</a> |
93+
<a target="_blank" href="./step2-01/final/">final</a>
9094
</div>
9195
</div>
9296
</li>

0 commit comments

Comments
 (0)