GFM changes
This commit is contained in:
49
Design-UI.md
49
Design-UI.md
@@ -1,27 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<link type="image/png" href="assets/logo.png" rel="icon">
|
||||
<title>ReadySet Markdown</title>
|
||||
</head>
|
||||
<script src="https://www.w3schools.com/lib/w3data.js"></script>
|
||||
<body>
|
||||
|
||||
<topbar style="display:none;">
|
||||
<item><a href="index.html">Overview</a></item>
|
||||
<item><a href="plan.html">Project Plan</a></item>
|
||||
<item><a href="index-all.html">Workflows</a></item>
|
||||
<menu name="Themes"><item><a id="settheme"><b>Current</b></a></item></menu>
|
||||
<toc></toc>
|
||||
</topbar>
|
||||
|
||||
<xmp theme="readable" style="display:none;">
|
||||
<!-- Markdown content here -->
|
||||
|
||||
# [Design](Design) > User Interface
|
||||
---
|
||||
|
||||
##### Project:
|
||||
::PROJECTNAME
|
||||
|
||||
@@ -29,6 +5,7 @@
|
||||
::X.Y.Z
|
||||
|
||||
##### Related Documents:
|
||||
- [Design](Design) > User Interface
|
||||
- ::LINKS TO RELEVANT STANDARDS
|
||||
- ::LINKS TO OTHER DOCUMENTS
|
||||
---
|
||||
@@ -36,7 +13,7 @@
|
||||
### Overview
|
||||
|
||||
*TODO: Answer the questions below to help you design the user interface
|
||||
features of your system. Some ecomponents.htmlxample text is provided. Add or delete
|
||||
features of your system. Some example text is provided. Add or delete
|
||||
text as needed.*
|
||||
|
||||
#### What are the most important facts that a developer should know about the user interface of this system?
|
||||
@@ -67,7 +44,7 @@ text as needed.*
|
||||
|
||||
#### What UI design standards, guidelines, and styles are you following?
|
||||
|
||||
- ::[Microsoft UI guidelines](hcomponents.htmlttp://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwue/html/welcome.asp)
|
||||
- ::[Microsoft UI guidelines](http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwue/html/welcome.asp)
|
||||
- ::[Java UI guidelines](http://java.sun.com/products/jlf/ed1/guidelines.html)
|
||||
- ::[Mac UI guidelines](http://developer.apple.com/techpubs/macosx/Essentials/AquaHIGuidelines/AHIGHIGs/index.html)
|
||||
- ::[W3C Accessibility guidelines](http://www.w3.org/TR/WCAG10/)
|
||||
@@ -237,23 +214,3 @@ may add or remove questions to fit your project.*
|
||||
#####Are labels used consistently throughout the system? E.g., not "forward/back" in some contexts and "next/prev" in others.
|
||||
|
||||
::1-3 SENTENCES
|
||||
|
||||
<!-- End Markdown content -->
|
||||
</xmp>
|
||||
|
||||
<div w3-include-html="_words-of-wisdom.html"></div>
|
||||
<div w3-include-html="_footer.html"></div>
|
||||
|
||||
<script>
|
||||
w3IncludeHTML();
|
||||
</script>
|
||||
|
||||
<script src="http://strapdownjs.com/v/0.2/strapdown.js"></script>
|
||||
<!-- Include it AFTER strapdown -->
|
||||
<script src="assets/strapdown/strapdown-topbar.min.js"></script>
|
||||
<!-- Include it AFTER EVERYTHING -->
|
||||
<script src="assets/logo.js"></script>
|
||||
<script src="assets/themeswitcher.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user