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

Commit

Permalink
FY2020 updates
Browse files Browse the repository at this point in the history
Added sections for 19, 20, 21, & 22 (years)
  • Loading branch information
ChadHammond-REISys committed Feb 13, 2020
1 parent 11ed367 commit 145dcd0
Show file tree
Hide file tree
Showing 8 changed files with 75 additions and 15 deletions.
25 changes: 25 additions & 0 deletions .idea/$CACHE_FILE$

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/datacenters.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 11 additions & 12 deletions assets/js/bundle.js

Large diffs are not rendered by default.

12 changes: 9 additions & 3 deletions pages/json-conversion-tool.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
sidenav: reporting
---

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

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

Expand All @@ -29,7 +29,13 @@ <h3>Introduction</h3>
<td>2019</td><td>February 15, 2019</td>
</tr>
<tr>
<td>2020</td><td>February 14, 2020</td>
<td>2020</td><td>May 31, 2020</td>
</tr>
<tr>
<td>2021</td><td>May 31, 2021</td>
</tr>
<tr>
<td>2022</td><td>May 31, 2022</td>
</tr>
</table>

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

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

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

2 comments on commit 145dcd0

@krusynth
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ChadHammond-REISys you appear to have broken the a few link references here, and pushed a bunch of local configuration files in this update. Can you please Amend to pull those changes back out? Thanks!

In the future, if you’re using the command line to add, git add -p will prompt you to confirm each piece of code added, avoiding this problem. As a general rule, you should never be committing all changes in an update.

@ChadHammond-REISys
Copy link
Author

@ChadHammond-REISys ChadHammond-REISys commented on 145dcd0 Feb 20, 2020 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.