Skip to content
This repository was archived by the owner on Mar 3, 2022. It is now read-only.

Commit 145dcd0

Browse files
FY2020 updates
Added sections for 19, 20, 21, & 22 (years)
1 parent 11ed367 commit 145dcd0

File tree

8 files changed

+75
-15
lines changed

8 files changed

+75
-15
lines changed

.idea/$CACHE_FILE$

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.gitignore

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/codeStyles/codeStyleConfig.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/datacenters.iml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/bundle.js

Lines changed: 11 additions & 12 deletions
Large diffs are not rendered by default.

pages/json-conversion-tool.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
sidenav: reporting
66
---
77

8-
<link type="text/css" rel="stylesheet" href="/assets/css/json-editor-styles.css"/>
8+
<link type="text/css" rel="stylesheet" href="C:/Users/chade/OneDrive/Documents/GitHub/datacenters/assets/css/json-editor-styles.css"/>
99

1010
<h2 id="strategic-plan-generator">Strategic Plan Generator</h2>
1111

@@ -29,7 +29,13 @@ <h3>Introduction</h3>
2929
<td>2019</td><td>February 15, 2019</td>
3030
</tr>
3131
<tr>
32-
<td>2020</td><td>February 14, 2020</td>
32+
<td>2020</td><td>May 31, 2020</td>
33+
</tr>
34+
<tr>
35+
<td>2021</td><td>May 31, 2021</td>
36+
</tr>
37+
<tr>
38+
<td>2022</td><td>May 31, 2022</td>
3339
</tr>
3440
</table>
3541

@@ -44,4 +50,4 @@ <h3>Guidance</h3>
4450

4551
<div id="app" class="strat-plan row app"></div>
4652

47-
<script src="{{ site.baseurl }}/assets/js/bundle.js"></script>
53+
<script src="C:/Users/chade/OneDrive/Documents/GitHub/datacenters/assets/js/bundle.js"></script>

0 commit comments

Comments
 (0)