-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from googlefonts/issue-35-status-definitions
Prepare menu-bar information + add status page with video tutorial
- Loading branch information
Showing
7 changed files
with
137 additions
and
1 deletion.
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,53 @@ | ||
--- | ||
title : Menu bar | ||
layout : default | ||
permalink : /reference/menu/ | ||
draft : true | ||
order : 600 | ||
--- | ||
|
||
<nav aria-label="breadcrumb"> | ||
<ol class="breadcrumb small"> | ||
<li class="breadcrumb-item"><a href="{{ site.url }}">Index</a></li> | ||
<li class="breadcrumb-item"><a href="../../reference">Reference</a></li> | ||
<li class="breadcrumb-item active" aria-current="page">{{ page.title }}</li> | ||
</ol> | ||
</nav> | ||
|
||
<table class='table table-hover'> | ||
<tr> | ||
<th width='5%'>#</th> | ||
<th width='13%'>item</th> | ||
<th width='82%'>description</th> | ||
</tr> | ||
<tr> | ||
<td>1</td> | ||
<td><a href=''>File</a></td> | ||
<td> Will include items like: New..., Open...</td> | ||
</tr> | ||
<tr> | ||
<td>2</td> | ||
<td><a href=''>Edit</a></td> | ||
<td>Undo, redo, etc.</td> | ||
</tr> | ||
<tr> | ||
<td>3</td> | ||
<td><a href=''>View</a></td> | ||
<td>Zoom in and out, etc.</td> | ||
</tr> | ||
<tr> | ||
<td>4</td> | ||
<td><a href='../menu/font'>Font</a></td> | ||
<td>Includes: Font info, Axes, Sources, Status definitions</td> | ||
</tr> | ||
<tr> | ||
<td>5</td> | ||
<td><a href=''>Extensions</a></td> | ||
<td>For example, Plugin Manager</td> | ||
</tr> | ||
<tr> | ||
<td>6</td> | ||
<td><a href=''>Help</a></td> | ||
<td>For example, link to documentation, github, ...</td> | ||
</tr> | ||
</table> |
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,44 @@ | ||
--- | ||
title : Font | ||
layout : default | ||
permalink : /reference/menu/font | ||
draft : true | ||
order : 640 | ||
--- | ||
|
||
<nav aria-label="breadcrumb"> | ||
<ol class="breadcrumb small"> | ||
<li class="breadcrumb-item"><a href="{{ site.url }}">Index</a></li> | ||
<li class="breadcrumb-item"><a href="{{ site.url }}/reference">Reference</a></li> | ||
<li class="breadcrumb-item"><a href="{{ site.url }}/reference/menu">Menu</a></li> | ||
<li class="breadcrumb-item active" aria-current="page">{{ page.title }}</li> | ||
</ol> | ||
</nav> | ||
|
||
<table class='table table-hover'> | ||
<tr> | ||
<th width='5%'>#</th> | ||
<th width='20%'>item</th> | ||
<th width='75%'>description</th> | ||
</tr> | ||
<tr> | ||
<td>1</td> | ||
<td><a href=''>Font Info</a></td> | ||
<td>Settings about various names, vendor information, UPM, ...</td> | ||
</tr> | ||
<tr> | ||
<td>2</td> | ||
<td><a href=''>Axes</a></td> | ||
<td>Axes Setting like min max default values, value mappings, ...</td> | ||
</tr> | ||
<tr> | ||
<td>3</td> | ||
<td><a href=''>Sources</a></td> | ||
<td>Font source settings like name, location, vertical metrics, ...</td> | ||
</tr> | ||
<tr> | ||
<td>4</td> | ||
<td><a href='../font/status-colors'>Status Definitions</a></td> | ||
<td>Status definition settings like color, name, isDefault.</td> | ||
</tr> | ||
</table> |
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,26 @@ | ||
--- | ||
title : Status Colors | ||
layout : default | ||
permalink : /reference/menu/font/status-colors | ||
draft : true | ||
order : 644 | ||
--- | ||
|
||
<nav aria-label="breadcrumb"> | ||
<ol class="breadcrumb small"> | ||
<li class="breadcrumb-item"><a href="{{ site.url }}">Index</a></li> | ||
<li class="breadcrumb-item"><a href="{{ site.url }}/reference">Reference</a></li> | ||
<li class="breadcrumb-item"><a href="{{ site.url }}/reference/menu">Menu</a></li> | ||
<li class="breadcrumb-item"><a href="{{ site.url }}/reference/menu/font">Font</a></li> | ||
<li class="breadcrumb-item active" aria-current="page">{{ page.title }}</li> | ||
</ol> | ||
</nav> | ||
|
||
*Status definitions* have a code, color, name and isDefault flag. | ||
{: .lead } | ||
|
||
|
||
**Status Colors** introduction | ||
------- | ||
<video src="{{ site.url }}/videos/status-colors.mp4" controls="controls" style="width: 100%; max-width: 600px"> | ||
</video> |
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
Binary file not shown.