Commit Graph

347 Commits

Author SHA1 Message Date
Zhicheng Wang 3634128fff 初步实现了对照翻译功能:自动隐藏原文,并把原文的文本内容设置为译文的title 2016-05-13 13:02:01 +08:00
Eric Jimenez b5d2973163 feat(security badge): add a security badge to api docs. Only appears if @security is present in angular2 2016-05-12 17:48:54 -07:00
Patrice Chalin ef66e38e54 docs(dev guide): Update 'Component Styles' prose (#1320)
Reowork Ts prose and add Dart prose/code

+ Updates to docs and example code

(Starting point for Dart code was taken from #1171.)
2016-05-10 08:51:23 +01:00
Naomi Black 6d80a42bea chore(hero): remove the ng-conf banner post-event 2016-05-09 23:23:11 -07:00
Zhicheng Wang ae6ae103c0 完善了翻译的About。加上了首页的链接。 2016-05-09 19:30:30 +08:00
Patrice Chalin e958be24bf docs(dev guide): attribute-directives - updated dart/ts code and new dart prose
Mainly copyedits and prep for extension

+ example code cleanup & bug fix
+ fix bug in default color initialization
2016-05-06 15:42:01 +01:00
Patrice Chalin ac92e77611 docs(dev guide): lifecycle-hooks - updated dart/ts code and new dart prose
Mainly copyedits, but also

- Dart .jade extends TS .jade file with minor overrides
- Significant update of example code (so it matches the ts example in its
appearance and behavior).
- Tweaks to Dart code.
- A few extra/corrected mixin definitions in `_util-fns.jade`.
2016-05-06 14:17:34 +01:00
Zhicheng Wang efd0a42eac 翻译完了DI 2016-05-05 23:32:48 +08:00
Patrice Chalin ce6c645501 docs(dev guide): structural-directives - ts minor edits, dart first versiondocs(dev guide): structural-directives - ts minor edits, dart first version (#1277)
Copyedits and other minor edits for TS
+ first version of the chapter for Dart
2016-05-04 13:18:38 +01:00
Zhicheng Wang 583247f0f9 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	public/_data.json
#	public/_includes/_footer.jade
#	public/_includes/_hero-home.jade
#	public/_includes/_main-nav.jade
#	public/docs/_includes/_side-nav.jade
#	public/docs/ts/latest/_data.json
#	public/docs/ts/latest/cookbook/_data.json
#	public/docs/ts/latest/glossary.jade
#	public/docs/ts/latest/guide/_data.json
#	public/docs/ts/latest/guide/architecture.jade
#	public/docs/ts/latest/guide/displaying-data.jade
#	public/docs/ts/latest/guide/forms.jade
#	public/docs/ts/latest/guide/user-input.jade
#	public/docs/ts/latest/index.jade
#	public/docs/ts/latest/quickstart.jade
#	public/docs/ts/latest/tutorial/toh-pt2.jade
#	public/docs/ts/latest/tutorial/toh-pt5.jade
#	public/features.jade
#	public/index.jade
2016-05-03 22:33:20 +08:00
Naomi Black f96c0c7d77 chore(hero): update hero banner for ngconf livestream 2016-05-02 15:08:00 -07:00
Eric Jimenez 410b3741f7 feat(images): new frontpage as directed by Alex Wolfe. New images from Fatima Remtullah 2016-05-02 13:03:13 -07:00
Naomi Black 68503b9e41 chore(updates): update resources and livestream hero 2016-05-02 12:02:48 -07:00
Naomi Black 62623d5f9b chore(resources): update resources links and header and footer 2016-04-29 22:57:18 -07:00
Eric Jimenez 36308fe5f6 fix(footer): use cursor pointer on feedback in footer 2016-04-29 17:25:19 -07:00
Eric Jimenez af9793cbbb feat(resources): add more pages. Increase font size. Rename in footer. All encompassing resource page 2016-04-29 20:07:13 -04:00
Eric Jimenez 083842a1b1 feat(resources): add more pages 2016-04-29 18:02:19 -04:00
Eric Jimenez d8fcd5ef3d feat(nav reorg): reorganize footer and top nav 2016-04-28 19:23:13 -07:00
Patrice Chalin 1e64d9e57a docs(guide/dart): hierarchical-dependency-injection without copying
closes #1207
This uses a simpler way to render Dart prose from TS prose without
making a copy. This will make it _much_ easier to keep the two in sync.
2016-04-28 17:03:28 -07:00
Eric Jimenez fbeef5b8ee fix(badge align): fix alignment of badges on all screens. Simplify logic to achieve this 2016-04-26 10:53:53 -07:00
John Papa 3bc94147a7 docs(style-guide): add style-guide - v.3
closes #1170
2016-04-25 22:24:37 -07:00
Zhicheng Wang b86aa26da9 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	public/_includes/_main-nav.jade
#	public/_includes/_version-dropdown.jade
#	public/docs/_includes/_side-nav.jade
2016-04-23 15:13:58 +08:00
Ward Bell 0e63b1f39b chore: "Doc" menu retains current language #1060 2016-04-22 19:59:37 -07:00
alexwolfe 165f6933a6 Fixed shifting content on page load
Fixed shifting content when going from page to page in docs.
2016-04-22 15:49:10 -07:00
Zhicheng Wang 41d9204727 Merge branch 'master' of github.com:angular/angular.io
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2016-04-21 22:48:35 +08:00
Eric Jimenez 3dd114d0df docs(class overview): list instance and static members with in-page hyperlinks. Also link constructor when present. Focus member on click. Badges look better in viewports of 600px or less 2016-04-20 13:14:18 -07:00
Zhicheng Wang b007e835db Merge branch 'master' of github.com:angular/angular.io
# Conflicts:
#	public/docs/ts/latest/tutorial/toh-pt5.jade
2016-04-20 20:09:50 +08:00
Eric Jimenez c934fb704f docs(badges): add badges in hero to identify doc type to viewer, and stability. Stylize var.template for new api style docs. Add stable, experimental, docsNotRequired tagdef in dgeni 2016-04-19 20:49:48 -07:00
Zhicheng Wang 2587cf0105 完成了各种公共页面的汉化 2016-04-13 08:53:17 +08:00
Zhicheng Wang eb7439e17f 移除google CDN,以免被GFW挡住 2016-04-13 08:53:17 +08:00
Kathy Walrath b1acf37945 chore: remove angulardart.org link from footer
closes #1034
2016-04-01 11:54:10 -07:00
Naomi Black a9cbba4178 bug(versionpicker): fix missing / in commit ee5096f 2016-03-18 01:57:35 -07:00
Peter Bacon Darwin ee5096f916 fix(version-dropdown): allow deeper paths to API pages
This is a horrible hack but it works (for now).
Really this needs to be made generic to cope with any level of path.

Closes #970
2016-03-17 08:09:43 +00:00
Ward Bell ed5effa503 docs: only allow 'Next Step' for *nextable* chapters 2016-03-03 17:59:36 -08:00
Naomi Black aac7b43ba0 banner(angularattack): add homepage promo for angular attack 2016-03-02 14:54:15 -08:00
Ward Bell 95c34d27bc docs: temporary TS-referencing chapters for gaps in JS/Dart
Also displays styleguide at language level
Fragmented glossary for JS & Dart
2016-03-01 11:22:04 -08:00
Naomi Black d52c72a73a chore(news): update posts and add twitter feed 2016-02-29 22:51:57 -08:00
Ward Bell d59b05adde docs(quickstart): quickstart revised with verbose mode toggle button 2016-02-28 13:10:15 -08:00
Jay Traband 3926d4202f chore: move jade fragments into separate _fragments subdirs.
closes #842
2016-02-15 13:31:08 -08:00
Naomi Black 6c689671b2 events(new): add an events page to the site 2016-02-01 12:28:23 -08:00
Peter Bacon Darwin af2e8001e5 feat(app): add and use `copy-button` and `copy-container` directives
Closes #728 and issue #720

This change let's users click on a button to automatically copy a code
block to the clipboard to make it easier to follow the guides and tutorials.
2016-01-21 22:38:19 -08:00
Jay Traband 45ac0ee37d docs(tooling): new mixin for sharing jade files
merges #725
2016-01-19 15:43:47 -08:00
Teresa e50e5e0950 Created News & Support pages, added links to main nav 2016-01-13 11:02:34 -08:00
Teresa 38492b603b Moved feedback script to _scripts-include.jade 2016-01-13 11:02:34 -08:00
Teresa 0ddf63957c Moved feedback script to _scripts-include.jade 2016-01-08 17:51:43 -08:00
Naomi Black 8e59fb41ce chore(routing): host the license file on angular.io 2016-01-08 15:14:20 -08:00
Naomi Black 2e0dcc0bbc chore(download): remove vestigial download link 2015-12-15 20:48:26 -08:00
Naomi Black 1832ca3253 chore(beta): remove 1.x from version dropdown 2015-12-15 20:08:24 -08:00
Naomi Black a0345c103f chore(seo): fix old site metadata 2015-12-15 20:00:36 -08:00
Robert Messerle 64f63167de adds retina display support for hero background
updates logo to include 2.0 beta text
updates hero background image
2015-12-15 11:40:02 -08:00
Robert Messerle d52d828bb6 adds `ng-cloak` across site
switches to minified version of angular
2015-12-15 01:02:41 -08:00
Robert Messerle c5637fcfde Updates homepage to include plunker demos 2015-12-14 21:09:17 -08:00
Robert Messerle e8644676ae Corrects the vertical alignment of the Feedback button in `main-nav` 2015-12-14 21:09:17 -08:00
Peter Bacon Darwin a6ca213866 fix(app): ensure headings are visible when navigating to in-page anchors
Closes #477
2015-12-14 10:15:19 +00:00
Peter Bacon Darwin 05a272a116 refact(docs-app): move filtered API list into a directive
Each API index page now displays data from an `api-list.json` file found
locally to that page. This lets us have different API lists for TS, JS
and Dart.
2015-12-10 21:35:02 -08:00
Peter Bacon Darwin b298b9c1af refactor(docs-app): move `bold` directive out of the app controller file 2015-12-10 21:35:02 -08:00
Naomi Black ee5da936da feature(feedback): add feedback API call to the site 2015-12-09 13:05:45 -08:00
Naomi Black fad02f7405 chore(feedback): fixing feedback script 2015-12-09 09:59:07 -08:00
Peter Bacon Darwin 8459a4dd5c chore(doc-gen): allow dart cheatsheet to be generated 2015-12-08 17:31:53 -08:00
Naomi Black 652bf47de4 chore(banner): remove banner until we have new news 2015-12-08 17:28:31 -08:00
Naomi Black 5d3aed2bff chore(quickstart): change learn in 5 mins text 2015-12-08 17:24:23 -08:00
Naomi Black 4d9409672f chore(download): remove download button from homepage 2015-12-08 17:09:35 -08:00
Naomi Black 27d5a3b0a8 chore(social): remove social icons from site 2015-12-08 17:08:06 -08:00
Teresa 377f924ae2 Moved feedback script to _scripts-include.jade 2015-12-08 15:42:07 -08:00
Peter Bacon Darwin 7fb34523ae chore(docs-app): add `code` directive to prevent unwanted compilation 2015-12-01 09:44:33 -08:00
Jay Traband 46ac6bdaa9 Fix for makeExample styling without linenumbers losing scrollbar + default handling of makeExamples with only one line
closes #427
2015-12-01 00:24:21 -08:00
Cory Bateman dbb065a7ed refact(app): use recommended `controller as` syntax
Updated site controllers and directives to use controller as syntax

Closes #84
Closes #135
2015-11-15 20:52:35 +00:00
Peter Bacon Darwin 3b76748cb5 docs(index): update AngularConnect video buttons 2015-10-27 09:42:18 -07:00
Naomi Black ff53defb4f docs(cheatsheet): updates for the cheatsheet, move to angular min 2015-10-19 00:31:07 +01:00
Naomi Black 00edf613a0 site(chore): nitpicks on top level content 2015-10-17 06:17:23 +01:00
Naomi Black 97b59a11d5 docs(typo): fix bad space in hero-home 2015-10-17 03:17:54 +01:00
Naomi Black 9a377db37a chore(links): fix a few more canonical js links to be ts 2015-10-15 13:16:38 -07:00
Peter Bacon Darwin 48c99206e4 add links to Angular Connect live streams 2015-10-15 07:41:04 -07:00
Naomi Black 0870c7a3ac chore(routing): fix routing for nonexistent pages and update background 2015-10-15 00:41:57 -07:00
Naomi Black 876f2dd6b6 chore(nav): Update nav with new structure, make ts default view 2015-10-14 23:04:58 -07:00
Jay Traband 6f6e83722e squashed commits for PR 222 from jtraband
- add warning when bad example tag is encountered.
- shredding for api docs + refactoring of gulpfile to clarify task names.
- added top level gulp tasks + error handling cleanup
- added test-api-builder gulp task
- added warning messages during build-shred-map processing
- mixin signature change
- updated styleguide ... continued.
- added @exampleTabs inlinetag support + refactoring shared services between @example and @exampleTabs
- added new inline tag @linkDevGuide + cleanup
- added angular source watch logic for serve-and-sync and source for examples changed from test -> examples + cleanup
- promisify del
- styleguide explanation of @example, @exampleTabs and @linkDevGuide
2015-09-23 14:04:58 -07:00
Jay Traband 11ab09c30b Fix for styling bug + additional styleguide examples 2015-09-18 13:18:52 -07:00
Jay Traband a9e96389c0 json shredder/extract handling
style guide docs for makeJson
remove dups in git-changed-examples
support for git-changed-examples --after
file pattern exclusion for git-changed-examples
2015-09-18 13:18:50 -07:00
Jay Traband bdb97ed499 partial refactoring for makeJson 2015-09-18 13:18:48 -07:00
Jay Traband bd2d915248 add trimLeftIndent to all makeExample and makeTabs calls 2015-09-18 13:18:45 -07:00
Jay Traband cb136b1028 reorg util-fns.jade 2015-09-18 13:18:44 -07:00
Jay Traband 50e758ba60 improved infrastructure for devguide and revised getting started (TS) 2015-09-10 13:32:57 -07:00
Brian Ford b155ddfa2c List type info for var and const exports 2015-09-01 14:06:17 -07:00
Jay Traband df077c1dc2 added make-example 2015-08-13 15:39:14 -07:00
Jay Traband d9089f215c shred and watch build tooling - v2 ( dgeni, gulp, jade) 2015-08-07 14:49:35 -07:00
Jay Traband 7e6ff558e3 shred and watch build tooling ( dgeni, gulp, jade) 2015-08-07 14:49:35 -07:00
Naomi Black 9169409c21 harp(update): var changes to allow use with harp 0.17.0 2015-07-28 00:14:34 -07:00
Peter Bacon Darwin afaea60a25 update conference links - add AngularConnect; remove ng-conf 2015-06-29 15:04:41 +01:00
Won Song dc1bafd46d #119
1. Removed X from 1.x titles
2. Replaced links with hover cards
3. Changed Download to Install
2015-05-19 22:37:45 -07:00
Alex Wolfe 4210541f24 use one layout, update logic, add prettify to api code tags 2015-05-03 20:28:21 -07:00
Alex Wolfe a5f3214e97 Code examples, now escape html, full directives 2015-05-03 19:09:25 -07:00
Alex Wolfe b9386de4f3 code tabs, and code example directive 2015-05-02 15:34:16 -07:00
Alex Wolfe 6475fb7e51 bio directive 2015-05-01 07:40:25 -07:00
Alex Wolfe d4086a71bb merge with master 2015-05-01 06:51:21 -07:00
Alex Wolfe feabd268fc restructure directories 2015-05-01 06:48:52 -07:00
Alex Wolfe c11737ff73 Standard case for API pages 2015-05-01 06:04:23 -07:00
Alex Wolfe 2611457df7 small update to nav 2015-04-28 14:57:15 -07:00
Alex Wolfe f6c0840673 update nag 2015-04-28 14:50:58 -07:00
Alex Wolfe b8d2122ad8 script update 2015-04-28 14:45:31 -07:00
Naomi Black c4496c0686 docs(devpreview): Change alpha to developer preview and get rid of .x where feasible
closes #47
2015-04-28 12:33:29 -07:00
Alex Wolfe f062d4aa56 ng-touch 2015-04-28 09:39:16 -07:00
Alex Wolfe 66282981d3 fixed footer links 2015-04-28 08:29:58 -07:00
Alex Wolfe 58e607e873 banner for dart and image fix 2015-04-23 08:58:53 -07:00
Alex Wolfe 116df89300 Merge branch 'master' into api-branch 2015-04-23 08:38:36 -07:00
Alex Wolfe 8e0e727f7d fixes 2015-04-22 10:12:55 -07:00
Alex Wolfe cf220fed48 fix for nav 2015-04-22 09:51:13 -07:00
Alex Wolfe fa09eb4a81 side nag update 2015-04-22 08:48:20 -07:00
Alex Wolfe 22d1e8a9c3 dart updates 2015-04-22 07:49:21 -07:00
Alex Wolfe 459ea70464 intro styles update 2015-04-22 07:06:59 -07:00
Alex Wolfe 45587fa0a9 merge fix 2015-04-22 07:00:53 -07:00
Alex Wolfe 9b074c0aed code switchers 2015-04-22 06:59:02 -07:00
David East 15e7997819 Intro layout 2015-04-22 05:42:50 -07:00
Alex Wolfe f9f51a93b5 more fixes 2015-04-22 05:33:17 -07:00
Alex Wolfe b084b3a434 removed index items from nag 2015-04-21 23:13:46 -07:00
Alex Wolfe d69eed18ee guide and api homepage update 2015-04-21 23:09:13 -07:00
Alex Wolfe 6acdbb7597 fixed numbering 2015-04-21 08:49:15 -07:00
Alex Wolfe 01a0745dfd Update to guide icons and landing page 2015-04-21 08:44:56 -07:00
Alex Wolfe 79d0a5022e added updated api content 2015-04-20 13:57:43 -07:00
Alex Wolfe 95e60ce204 update to sidenav and ngbindable 2015-04-19 15:21:21 -07:00
Alex Wolfe 94cc8e9005 First round of api docs 2015-04-19 13:53:18 -07:00
Alex Wolfe 2f95c0d68d next step now auto generated 2015-04-18 09:30:29 -07:00
Alex Wolfe 9eef5a660a scaffolding for guide 2015-04-18 09:12:05 -07:00
Alex Wolfe 5be4e6fbea ordered guide 2015-04-16 07:24:28 -07:00
Alex Wolfe 90d4c0f015 bug fix 2015-04-15 08:15:51 -07:00
Kathy Walrath 8e849b2693 Merge pull request #26 from icaliman/patch-1
Fixed github urls
2015-04-14 09:02:20 -07:00
Alex Wolfe 334d5e2edb secondary list 2015-04-14 05:22:14 -07:00
Alex Wolfe 43651ba8c1 secondary navigation 2015-04-13 23:03:13 -07:00
Alex Wolfe 7dca24cd6e sub nav 2015-04-13 07:29:40 -07:00
John Caliman 5e9e095111 Fixed github urls 2015-04-09 16:08:28 +03:00
Alex Wolfe 78391effbd initial styleguide files 2015-04-06 06:41:08 -07:00
Alex Wolfe 3cea09ad26 Docs(resources): Add ng-conf video and forms blog post 2015-03-20 21:29:34 -07:00
Alex Wolfe 59806948c3 Design Docs & Notes 2015-03-11 20:37:08 -07:00
Alex Wolfe 4fcb755f24 Fixed live search display issue 2015-03-11 20:21:59 -07:00
Alex Wolfe f1b6226140 ng-conf link 2015-03-11 17:57:13 -07:00
Alex Wolfe 7e5ad57ce5 previous changes from other branch 2015-03-11 17:56:08 -07:00
Alex Wolfe 234c1444bb text update 2015-03-11 09:11:08 -07:00
David East 27d06915ce ng-conf video link 2015-03-11 04:36:40 -07:00
Naomi Black 2c2d4acdd5 Remove rawgit change over to CDN dependency 2015-03-05 10:00:55 -07:00
Alex Wolfe 132f6e36a3 meta data 2015-03-05 06:42:15 -08:00
Alex Wolfe 48a26032f4 post image preference 2015-03-05 06:37:48 -08:00
Alex Wolfe bbcd5c5993 fixed drop down flash of content bug 2015-03-05 06:30:53 -08:00
Alex Wolfe 4a43751bba title update 2015-03-04 22:38:45 -08:00
Alex Wolfe 700136dd0f drop down logic now switches to page too 2015-03-04 22:00:27 -08:00
Alex Wolfe 564702adcf more mobile styles 2015-03-04 21:39:57 -08:00
Alex Wolfe 022e5bede4 mobile docs nav 2015-03-04 21:22:03 -08:00
Alex Wolfe 2165887b21 link favicon 2015-03-04 20:50:13 -08:00
Alex Wolfe 8dcf541883 https fix 2015-03-04 20:39:52 -08:00
Alex Wolfe 5575172e8d mobile nav 2015-03-04 20:27:30 -08:00
Alex Wolfe d71c4560a4 fix footer layout 2015-03-04 14:01:39 -08:00
Alex Wolfe 628e8494f2 update drop down 2015-03-04 13:57:29 -08:00
Kathy Walrath ab2a8f68ec Merge pull request #53 from davideast/tweaks
minor copyedits (_footer.jade)
2015-03-04 13:52:30 -08:00
Kathy Walrath 30778750c4 minor copyedits (_footer.jade) 2015-03-04 13:51:05 -08:00
Alex Wolfe 36881e7682 SEO Updates 2015-03-04 13:50:13 -08:00
Alex Wolfe 85d7ddc515 aria labels and fixes 2015-03-04 13:50:13 -08:00
Alex Wolfe ff3264ee4a Merge pull request #50 from davideast/polish
Polish
2015-03-04 13:29:08 -08:00
Alex Wolfe 97b8a733a0 search widget 2015-03-04 11:48:19 -08:00
Naomi Black 5f4886f1e9 Dropdown changes and text consistency 2015-03-04 12:32:15 -07:00
Naomi Black ef11b770b5 Consistency for naming (Angular for JavaScript) 2015-03-04 12:24:16 -07:00
Alex Wolfe 681bb0c067 bug fix 2015-03-04 10:03:49 -08:00
Alex Wolfe b959101963 typo 2015-03-04 07:49:47 -08:00
Alex Wolfe 5c8616fae4 syntax fix 2015-03-04 07:48:12 -08:00
Alex Wolfe 8dff8a8b6a mobile styles initial 2015-03-04 07:13:59 -08:00
Alex Wolfe d6e901caa0 download page 2015-03-04 06:29:50 -08:00
Alex Wolfe c77e4850f1 drop down update 2015-03-04 05:27:48 -08:00
Alex Wolfe 2a020cf129 added alerts style 2015-03-04 05:21:10 -08:00
Alex Wolfe 9c93c2294a dropdown 2015-03-03 14:22:30 -08:00
Alex Wolfe 70aa536e0a base setup for menu 2015-03-03 06:41:37 -08:00
Alex Wolfe cd18967a6e version menu & social icons 2015-03-03 06:34:45 -08:00
Alex Wolfe 20308d21bb drop down update 2015-03-02 22:57:42 -08:00
Alex Wolfe 50e8bcb31a update license & logos 2015-03-02 22:38:35 -08:00
Alex Wolfe b43daa67ce dropdown initial test 2015-03-02 19:07:47 -08:00
Alex Wolfe cf4cf8503c contribute 2015-03-02 07:15:03 -08:00
Alex Wolfe 426496c023 Help Page 2015-03-02 06:29:08 -08:00
Alex Wolfe 154d812cc1 update footer links 2015-03-02 06:15:13 -08:00
Alex Wolfe ee99ae475f bio layout 2015-03-01 23:48:31 -08:00
Alex Wolfe 1eb130891e code syntax highlighting 2015-03-01 20:00:19 -08:00
Alex Wolfe 210c2a39b2 dynamic selecting nav 2015-03-01 16:39:17 -08:00
Alex Wolfe b4d3a06c07 dropdown icon 2015-03-01 15:43:22 -08:00
Alex Wolfe bf1a05881d docs dropdown logice 2015-03-01 06:42:36 -08:00
Alex Wolfe 62d7e3da91 added latests folder and logic to docs 2015-02-28 16:35:18 -08:00
Alex Wolfe 7f8899530c Features Page & Icons 2015-02-28 12:06:30 -08:00
Alex Wolfe 186ac9b872 sidenav 2015-02-27 21:38:49 -08:00
Alex Wolfe 2a4c04fdb1 layout spacers 2015-02-27 21:21:20 -08:00
Alex Wolfe efebaf3d03 homepage copy 2015-02-27 21:06:18 -08:00
Alex Wolfe b3a3587671 placeholders 2015-02-27 07:21:28 -08:00
Alex Wolfe e64f9f3584 dynamic path rendering in docs nag 2015-02-27 07:17:29 -08:00
Alex Wolfe 82d0dea500 footer logo 2015-02-26 21:39:19 -08:00
Alex Wolfe 0e19bfb2ca sub header, cta bar, logos, announcement 2015-02-26 21:30:06 -08:00
Alex Wolfe 1c4697053f more updates 2015-02-26 06:45:32 -08:00
Alex Wolfe e798b67e6e Logo, hero, nav, social , layout, etc. 2015-02-25 07:15:46 -08:00
Alex Wolfe 6f2775b576 Update to core navigation components 2015-02-24 06:38:30 -08:00
Alex Wolfe 9af4a31457 updates 2015-02-19 17:13:47 -08:00
Alex Wolfe e437fdb7b2 Angular Material dependancies 2015-02-19 09:51:07 -08:00
Alex Wolfe 85de9af769 header include 2015-02-19 09:44:05 -08:00
Alex Wolfe e75cc9e4e6 updates to license and includes 2015-02-19 09:43:42 -08:00
Alex Wolfe 7a64f52344 sass scaffolding 2015-02-18 16:57:27 -08:00
Alex Wolfe f969efc1b3 includes and data update 2015-02-18 16:47:52 -08:00