This repository has been archived by the owner on May 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(links): update page locations and cleanup
update the location of various pages, clean up links/references
- Loading branch information
Showing
28 changed files
with
159 additions
and
369 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<div class="container-fluid"> | ||
<div class="col-sm-7 col-sm-offset-5"> | ||
<ul class="status-list col-sm-3"> | ||
<li class="legend">LEGEND</li> | ||
</ul> | ||
<ul class="status-list col-sm-3"> | ||
<li class="orange">In Progress</li> | ||
<li class="blue">Ready for implementation</li> | ||
</ul> | ||
<ul class="status-list col-sm-3"> | ||
<li class="green">UXD verified</li> | ||
<li class="red">Designs need to be updated</li> | ||
</ul> | ||
<ul class="status-list col-sm-3"> | ||
<li class="purple">Planned - current goal by UXD</li> | ||
<li class="grey">Unplanned - future goal by UXD</li> | ||
</ul> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width,initial-scale=1"> | ||
<meta name="description" content="fabric8 UXD"> | ||
<meta name="author" content="Adam J. Jolicoeur"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<link rel="shortcut icon" href="{{ page.relative_path }}assets/img/fabric8.png"> | ||
<title>{% if page.title %}{{ page.title }}{% endif %}</title> | ||
<!-- link to main stylesheet --> | ||
<link rel="stylesheet" type="text/css" href="{{ page.relative_path }}assets/css/styles.css"> | ||
<!-- jQuery --> | ||
<script src="{{ page.relative_path }}assets/js/vendor/jquery.min.js"></script> | ||
<!-- Bootstrap JS --> | ||
<script src="{{ page.relative_path }}assets/js/vendor/bootstrap.min.js"></script> | ||
<!-- PatternFly JS --> | ||
<script src="{{ page.relative_path }}assets/js/vendor/patternfly.min.js"></script> | ||
<!-- Site JS --> | ||
<script src="{{ page.relative_path }}assets/js/designSearch.js"></script> | ||
<script src="{{ page.relative_path }}assets/js/designSort.js"></script> | ||
<!-- Place this tag in your head or just before your close body tag. --> | ||
<script async defer src="https://buttons.github.io/buttons.js"></script> | ||
</head> | ||
<body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.