Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
minor rename: Tech Creation Canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunicorn committed Sep 9, 2015
1 parent 7228133 commit f9d4b5b
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<title>Tech Creationist Canvas</title>
<title>Tech Creation Canvas</title>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="A free and open source YAML-file-based Tech Venture Canvas editor supporting Tech Creationist Canvas, Lean Startup Canvas and Business Model Canvas">
<meta name="keywords" content="tech creationist canvas, lean startup canvas, business model canvas, editor, yaml">
<meta name="description" content="A free and open source YAML-file-based Tech Venture Canvas editor supporting Tech Creation Canvas, Lean Startup Canvas and Business Model Canvas">
<meta name="keywords" content="tech creation canvas, lean startup canvas, business model canvas, editor, yaml">
<link rel="stylesheet" href="css/codemirror.css">
<link rel="stylesheet" href="css/codemirror.default.css">
<link rel="stylesheet" href="css/demo.css">
<meta property="og:title" content="Tech Creationist Canvas Editor">
<meta property="og:title" content="Tech Creation Canvas Editor">
<meta property="og:site_name" content="Create.Build.Execute.">
<meta property="og:description" content="A free and open source YAML-file-based Tech Venture Canvas editor supporting Tech Creationist Canvas, Lean Startup Canvas and Business Model Canvas">
<meta propert="og:image" content="http://www.create-build-execute.com/assets/content/posts/tech-creationist-canvas.png">
<meta property="og:description" content="A free and open source YAML-file-based Tech Venture Canvas editor supporting Tech Creation Canvas, Lean Startup Canvas and Business Model Canvas">
<meta propert="og:image" content="http://www.create-build-execute.com/assets/content/posts/tech-creation-canvas.png">
</head>
<body onLoad="runDemo();">
<span id="ribbon"><a href="http://www.create-build-execute.com/">a Tech Creationist Canvas</a></span>
<span id="ribbon"><a href="http://www.create-build-execute.com/">a Tech Creation Canvas</a></span>

<div id='modal' class="modalBoxWrap">
<div class="modalBoxOverlay">
Expand All @@ -27,27 +27,27 @@
<h3>Load an Example</h3>
<ul>
<li>
<h4>Tech Creationist Canvas</h4>
<h4>Tech Creation Canvas</h4>
<ul>
<li><a onclick="javascript:document.getElementById('modal').style.display = 'none'" href="#github=ligthyear/tech-creationist-canvas">Tech Creationist Canvas</a> (Default)</li>
<li><a onclick="javascript:document.getElementById('modal').style.display = 'none'" href="#github=ligthyear/tech-creationist-canvas:examples/discourse.yml">Discourse</a></li>
<li><a onclick="javascript:document.getElementById('modal').style.display = 'none'" href="#github=ligthyear/tech-creationist-canvas:examples/firefox.yml">Firefox</a></li>
<li><a onclick="javascript:document.getElementById('modal').style.display = 'none'" href="#github=ligthyear/tech-creationist-canvas:examples/wikileaks.yml">Wikileaks</a></li>
<li><a onclick="javascript:document.getElementById('modal').style.display = 'none'" href="#github=ligthyear/tech-creationist-canvas:examples/empty-canvas.yml"><i>Empty Canvas</i></a></li>
<li><a onclick="javascript:document.getElementById('modal').style.display = 'none'" href="#github=ligthyear/tech-creation-canvas">Tech Creation Canvas</a> (Default)</li>
<li><a onclick="javascript:document.getElementById('modal').style.display = 'none'" href="#github=ligthyear/tech-creation-canvas:examples/discourse.yml">Discourse</a></li>
<li><a onclick="javascript:document.getElementById('modal').style.display = 'none'" href="#github=ligthyear/tech-creation-canvas:examples/firefox.yml">Firefox</a></li>
<li><a onclick="javascript:document.getElementById('modal').style.display = 'none'" href="#github=ligthyear/tech-creation-canvas:examples/wikileaks.yml">Wikileaks</a></li>
<li><a onclick="javascript:document.getElementById('modal').style.display = 'none'" href="#github=ligthyear/tech-creation-canvas:examples/empty-canvas.yml"><i>Empty Canvas</i></a></li>
</ul>
</li>

<li>
<h4>Lean Startup Canvas</h4>
<ul>
<li><a onclick="javascript:document.getElementById('modal').style.display = 'none'" href="#github=ligthyear/tech-creationist-canvas:examples/soundcloud.yml">Soundcloud</a></li>
<li><a onclick="javascript:document.getElementById('modal').style.display = 'none'" href="#github=ligthyear/tech-creation-canvas:examples/soundcloud.yml">Soundcloud</a></li>
</ul>
</li>

<li>
<h4>Business Model Canvas</h4>
<ul>
<li><a onclick="javascript:document.getElementById('modal').style.display = 'none'" href="#github=ligthyear/tech-creationist-canvas:examples/car2go.yml">Car2Go</a></li>
<li><a onclick="javascript:document.getElementById('modal').style.display = 'none'" href="#github=ligthyear/tech-creation-canvas:examples/car2go.yml">Car2Go</a></li>
</ul>
</li>
</div>
Expand Down Expand Up @@ -564,7 +564,7 @@ <h3>Covered through</h3>
</script>
<div class='dst'>
<div id="result"></div>
<p class="credits">build with <a href="http://ligthyear.github.io/tech-creationist-canvas">The Tech Creationist Canvas</a> <br>– a project by <a href="http://www.create-build-execute.com/">Benjamin Kampmann</a></p>
<p class="credits">build with <a href="http://canvas.create-build-eceute.com/">The Tech Creation Canvas</a> <br>– a project by <a href="http://www.create-build-execute.com/">Benjamin Kampmann</a></p>
</div>

<div class='src'>
Expand Down

0 comments on commit f9d4b5b

Please sign in to comment.