-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature(resources): docs for sketch & axure (#60)
* feature(resources): sketch & axure downloads * update(colors): remove cite * update(resources): axure image & links
- Loading branch information
1 parent
d11f0a9
commit 13110bf
Showing
9 changed files
with
138 additions
and
2 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
107 changes: 107 additions & 0 deletions
107
src/app/components/style-guide/resources/resources.component.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,107 @@ | ||
<md-card> | ||
<md-card-header> | ||
<md-icon md-card-avatar>cloud_download</md-icon> | ||
<md-card-title class="md-display-1">Resources</md-card-title> | ||
</md-card-header> | ||
<md-divider></md-divider> | ||
<md-card-content> | ||
<p>User Experience and User Interface design templates and libraries to provide a seamless transition from visual design to prototypes to production interfaces with Covalent. </p> | ||
</md-card-content> | ||
</md-card> | ||
<md-card> | ||
<md-card-header> | ||
<img md-card-avatar src="app/assets/icons/sketchapp.svg"> | ||
<md-card-title>Sketch Template</md-card-title> | ||
<md-card-subtitle>Covalent template for the OSX Sketch App</md-card-subtitle> | ||
</md-card-header> | ||
<md-divider></md-divider> | ||
<md-card-content> | ||
<p>Create static mockups that are identical to the Covalent layouts and Angular-Material components!</p> | ||
<a md-ripple md-tooltip="Download" tooltip-position="below" md-button color="primary" href="https://dribbble.com/shots/2846624-Covalent-Material-Design-Sketch-Template-Free-download/attachments/585808"> | ||
<img width="100%" class="md-whiteframe-z1" src="https://d13yacurqjgara.cloudfront.net/users/13496/screenshots/2846624/covalent-sketch-template.gif"> | ||
</a> | ||
<md-divider></md-divider> | ||
<td-expansion-panel label="Features"> | ||
<md-list> | ||
<md-list-item> | ||
<h3 md-line>4 Covalent Layouts</h3> | ||
<p md-line>nav view, manage list, card over & nav list</p> | ||
</md-list-item> | ||
<md-list-item> | ||
<h3 md-line>4 responsive formats</h3> | ||
<p md-line>desktop, tablet landscape, table portrait & mobile</p> | ||
</md-list-item> | ||
<md-list-item> | ||
<h3 md-line>All Core Material Design Components</h3> | ||
<p md-line>built using scalable Sketch symbols</p> | ||
</md-list-item> | ||
<md-list-item> | ||
<h3 md-line>Material Design Patterns</h3> | ||
<p md-line>tons of cards, lists, settings & forms</p> | ||
</md-list-item> | ||
<md-list-item> | ||
<h3 md-line>Material Design Typography & Iconography</h3> | ||
<p md-line>Sketch shared text styles & SVG icons</p> | ||
</md-list-item> | ||
</md-list> | ||
</td-expansion-panel> | ||
</md-card-content> | ||
<md-divider></md-divider> | ||
<md-card-actions> | ||
<a md-button color="accent" href="https://dribbble.com/shots/2846624-Covalent-Material-Design-Sketch-Template-Free-download/attachments/585808"> | ||
Download Sketch Template | ||
</a> | ||
</md-card-actions> | ||
</md-card> | ||
<md-card> | ||
<md-card-header> | ||
<img md-card-avatar src="app/assets/icons/axure.png"> | ||
<md-card-title>Axure Widget Library</md-card-title> | ||
<md-card-subtitle>Covalent widget library for Axure RP</md-card-subtitle> | ||
</md-card-header> | ||
<md-divider></md-divider> | ||
<md-card-content> | ||
<p>Prototype interactive UX flows that perfectly complement the Sketch template and production Covalent code.</p> | ||
<a md-ripple md-tooltip="Download" tooltip-position="below" md-button color="primary" href="http://jmp.sh/5CPc4lB"> | ||
<img width="100%" class="md-whiteframe-z1" src="https://storage.jumpshare.com/preview/1WLTjl9z_5D4Wiz9Xt_O0fXM1LRIbWE7JSkScP2FOhaJCQ1ycdC5VC0gnf8uypayxr7sWrcqS8CW5ObURJhVWn8t7wA9n-vlT_jkylN98IjJmZ_gxzDuijCC6OnKLtdF"> | ||
</a> | ||
<md-divider></md-divider> | ||
<td-expansion-panel label="Features"> | ||
<md-list> | ||
<md-list-item> | ||
<h3 md-line>4 Covalent Layouts</h3> | ||
<p md-line>nav view, manage list, card over & nav list</p> | ||
</md-list-item> | ||
<md-list-item> | ||
<h3 md-line>Interactive Prototype Elements</h3> | ||
<p md-line>buttons, tabs, stepper</p> | ||
</md-list-item> | ||
<md-list-item> | ||
<h3 md-line>Interactive Navigation Drawer</h3> | ||
<p md-line>mimics the Material Design responsive sidenav</p> | ||
</md-list-item> | ||
<md-list-item> | ||
<h3 md-line>Form and Form Components</h3> | ||
<p md-line>interactive inputs, radio, checkboxes, toggles & more</p> | ||
</md-list-item> | ||
<md-list-item> | ||
<h3 md-line>Vector SVG Iconsets</h3> | ||
<p md-line>Material Design sets of icons</p> | ||
</md-list-item> | ||
<md-list-item> | ||
<h3 md-line>Pre-built Material Design Patterns</h3> | ||
<p md-line>cards, lists, settings & more</p> | ||
</md-list-item> | ||
</md-list> | ||
</td-expansion-panel> | ||
</md-card-content> | ||
<md-divider></md-divider> | ||
<md-card-actions> | ||
<a md-button color="accent" href="http://jmp.sh/5CPc4lB"> | ||
Download Axure Library | ||
</a> | ||
<a md-button color="primary" href="http://gxkfh3.axshare.com/"> | ||
View Prototype | ||
</a> | ||
</md-card-actions> | ||
</md-card> |
Empty file.
11 changes: 11 additions & 0 deletions
11
src/app/components/style-guide/resources/resources.component.ts
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,11 @@ | ||
import { Component } from '@angular/core'; | ||
|
||
@Component({ | ||
moduleId: module.id, | ||
selector: 'style-guide-resources', | ||
templateUrl: 'resources.component.html', | ||
styleUrls: ['resources.component.css'] | ||
}) | ||
export class ResourcesComponent { | ||
|
||
} |
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