Skip to content

Commit

Permalink
add empty readme files to demo
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-armour committed Oct 19, 2016
1 parent b0b56b4 commit e957bf2
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cookbook-html/templates/core1/0-cor-core/core-r1.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
css = document.body.appendChild( document.createElement('style') );
css.innerHTML =

'html { height: 100%; margin: 0; overflow: hidden; }' +
'html { height: 100%; margin: 0; }' +
'body { font: 12pt monospace; height: 100%; margin: 0; padding: 0; }' +
'h2, h3 { margin: 0; }' +
'a { color: crimson; text-decoration: none; }' +
Expand Down Expand Up @@ -269,6 +269,7 @@
};



COR.setMenuBreadCrumbsFolder = function( dir ) {

//console.log( 'dir', dir );
Expand All @@ -282,8 +283,8 @@
CORbreadCrumbs =

'<h3 class=>' +
'<a href=http://' + DEF.user + '.github.io title="' + DEF.user + ' - ' + DEF.titleTagline + '" >' + DEF.logo + ' </a> &raquo; ' +
'<a href="" >' + DEF.repo + '</a> &raquo; ' +
'<a href=http://' + DEF.user + '.github.io title="' + DEF.user + ' - ' + DEF.titleTagline + '" >' + DEF.logo + ' jaanga </a> &raquo; ' +
// '<a href=https:// >' + DEF.repo + '</a> &raquo; ' +
'</h3>';

} else {
Expand Down
File renamed without changes.
File renamed without changes.
Empty file added demo/cba/readme..md
Empty file.
Empty file added demo/eba/readme..md
Empty file.
Empty file added demo/jordanP/readme..md
Empty file.
Empty file added demo/kevin-t/readme..md
Empty file.
Empty file added demo/pftq/readme..md
Empty file.
6 changes: 6 additions & 0 deletions demo/rb/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

Tania B Read Me
===

[TGIF]( tania-greek-island-fantasy/index.html )

Empty file added demo/three.js/readme..md
Empty file.
Empty file added demo/webgl-dev/readme..md
Empty file.

0 comments on commit e957bf2

Please sign in to comment.