-
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.
Very initial commit. Still work in progress.
- Loading branch information
Showing
18 changed files
with
890 additions
and
245 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,17 +1,19 @@ | ||
doctype html | ||
html(lang="en") | ||
head | ||
title Start your prototyping | ||
// todo: get all these bower files to come out of the same concatenated file | ||
script(src='/bower/jquery/dist/jquery.js') | ||
script(src='/bower/lodash/lodash.js') | ||
script(src='/bower/angular/angular.js') | ||
script(src='/bower/angular-ui-router/release/angular-ui-router.js') | ||
script(src='/bower/bower-angular-placeholders/src/img/img.js') | ||
script(src='/bower/bower-angular-placeholders/src/txt/txt.js') | ||
script(src='/scripts/app.js') | ||
title QMK Cheatsheet | ||
script(src='/bower/prism/prism.js') | ||
script(src='/bower/prism/components/prism-c.js') | ||
link(rel='stylesheet', href='/styles/vendor.css') | ||
link(rel='stylesheet', href='/styles/app.css') | ||
|
||
body(ng-app="prototypeAngularApp") | ||
main-component | ||
body | ||
h1 QMK Cheatsheet | ||
main | ||
include pages/layer | ||
include pages/modifiers | ||
include pages/macros | ||
include pages/tap-dance | ||
footer. | ||
Version 0.1 by Jay Liu | ||
#[a(href="https://github.com/jayliu50/qmk-cheatsheet/issues" target="_blank") Report Issues] |
Oops, something went wrong.