-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(demo): demo page updates and slight redesign
- Loading branch information
1 parent
d37c1e9
commit 656657d
Showing
6 changed files
with
74 additions
and
22 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,31 @@ | ||
<nav class="navbar navbar-light bg-light border border-top-0 border-right-0 border-left-0"> | ||
{{#link-to "index" class="navbar-brand"}} | ||
<img class="header-logo d-inline-block align-top" src="img/logo.svg" alt="Transformicon logo">ember-cli-transformicons | ||
{{/link-to}} | ||
|
||
<a href="https://github.com/alexdiliberto/ember-cli-transformicons" class="github-icon"> | ||
<svg width="32" height="32" class="octicon octicon-mark-github" viewBox="0 0 16 16" version="1.1" aria-hidden="true"> | ||
<path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path> | ||
</svg> | ||
</a> | ||
</nav> | ||
|
||
<div class="container"> | ||
<div class="page-header"> | ||
<h1>ember-cli-transformicons</h1><iframe src="https://ghbtns.com/github-btn.html?user=alexdiliberto&repo=ember-cli-transformicons&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe> | ||
</div> | ||
<div class="row"> | ||
<div class="row row-link-icons text-center"> | ||
<div class="col-xs-12"> | ||
<nav class="btn-group" role="group"> | ||
{{link-to 'Menu' 'menu' class="btn btn-default" role="button"}} | ||
{{link-to 'Grid' 'grid' class="btn btn-default" role="button"}} | ||
{{link-to 'Add' 'add' class="btn btn-default" role="button"}} | ||
{{link-to 'Remove' 'remove' class="btn btn-default" role="button"}} | ||
{{link-to 'Scroll' 'scroll' class="btn btn-default" role="button"}} | ||
{{link-to 'Mail' 'mail' class="btn btn-default" role="button"}} | ||
{{link-to 'Form' 'form' class="btn btn-default" role="button"}} | ||
{{link-to 'Video' 'video' class="btn btn-default" role="button"}} | ||
{{link-to 'Loader' 'loader' class="btn btn-default" role="button"}} | ||
{{link-to 'Menu' 'menu' class="btn btn-outline-dark" role="button"}} | ||
{{link-to 'Grid' 'grid' class="btn btn-outline-dark" role="button"}} | ||
{{link-to 'Add' 'add' class="btn btn-outline-dark" role="button"}} | ||
{{link-to 'Remove' 'remove' class="btn btn-outline-dark" role="button"}} | ||
{{link-to 'Scroll' 'scroll' class="btn btn-outline-dark" role="button"}} | ||
{{link-to 'Mail' 'mail' class="btn btn-outline-dark" role="button"}} | ||
{{link-to 'Form' 'form' class="btn btn-outline-dark" role="button"}} | ||
{{link-to 'Video' 'video' class="btn btn-outline-dark" role="button"}} | ||
{{link-to 'Loader' 'loader' class="btn btn-outline-dark" role="button"}} | ||
</nav> | ||
</div> | ||
</div> | ||
|
||
{{outlet}} | ||
</div> | ||
|
||
<a href="https://github.com/alexdiliberto/ember-cli-transformicons"><img class="github-ribbon" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"></a> | ||
</div> |
File renamed without changes