Browse Source

Updated website links to timelinejs

pull/512/head
jenny 11 years ago
parent
commit
05555d51b6
  1. 2
      website/templates/_demo.html
  2. 2
      website/templates/_make.html
  3. 4
      website/templates/base.html
  4. 2
      website/templates/examples/houston/index.html
  5. 2
      website/templates/examples/republican/index.html
  6. 2
      website/templates/examples/shit-people-say/index.html
  7. 2
      website/templates/examples/user-interface/index.html

2
website/templates/_demo.html

@ -14,7 +14,7 @@
font: 'NewsCycle-Merriweather',
};
</script>
<!-- build:js http://cdn.knightlab.com/libs/timeline/latest/js/storyjs-embed.js -->
<!-- build:js http://cdn.knightlab.com/libs/timelinejs/latest/js/storyjs-embed.js -->
<script type="application/javascript">
var embed_path = "/build/"
</script>

2
website/templates/_make.html

@ -200,7 +200,7 @@
<div class="span11">
<h4>Embed the code into your website</h4>
<p>Grab the embed code and paste it on your site where you want your TimelineJS to appear (just like a YouTube video).</p>
<textarea readonly="readonly" style="width: 100%; height: 160px; min-height: 110px; max-height: 300px; resize: none; font-family: Menlo,Monaco,'Courier New',monospace; font-size: 12px;" id="embed_code"><iframe src='http://cdn.knightlab.com/libs/timeline/latest/embed?source=0Agl_Dv6iEbDadHdKcHlHcTB5bzhvbF9iTWwyMmJHdkE&font=Bevan-PotanoSans&maptype=toner&width=600&height=600' width='600' height='600' frameborder='0'></iframe></textarea><br><br>
<textarea readonly="readonly" style="width: 100%; height: 160px; min-height: 110px; max-height: 300px; resize: none; font-family: Menlo,Monaco,'Courier New',monospace; font-size: 12px;" id="embed_code"><iframe src='http://cdn.knightlab.com/libs/timelinejs/latest/embed?source=0Agl_Dv6iEbDadHdKcHlHcTB5bzhvbF9iTWwyMmJHdkE&font=Bevan-PotanoSans&maptype=toner&width=600&height=600' width='600' height='600' frameborder='0'></iframe></textarea><br><br>
<p><a href="#preview-embed" data-scroll="true" id="iframe-preview-button" class="btn btn-primary">Preview</a></p>
</div>
</div>

4
website/templates/base.html

@ -117,9 +117,9 @@
<script src="http://cdn.knightlab.com/libs/blueline/latest/js/blueline.min.js"></script>
<!-- Override auto-setting of generator embed path -->
<script type="text/javascript">
var generator_embed_path = "http://cdn.knightlab.com/libs/timeline/latest/embed/index.html";
var generator_embed_path = "http://cdn.knightlab.com/libs/timelinejs/latest/embed/index.html";
</script>
<!-- build:js http://cdn.knightlab.com/libs/timeline/latest/js/storyjs-embed-generator.js -->
<!-- build:js http://cdn.knightlab.com/libs/timelinejs/latest/js/storyjs-embed-generator.js -->
<script type="text/javascript">
var generator_embed_path = "/source/embed/index.html";
</script>

2
website/templates/examples/houston/index.html

@ -41,7 +41,7 @@
font: 'Bevan-PotanoSans'
}
</script>
<!-- build:js http://cdn.knightlab.com/libs/timeline/latest/js/storyjs-embed.js -->
<!-- build:js http://cdn.knightlab.com/libs/timelinejs/latest/js/storyjs-embed.js -->
<script type="application/javascript">
var embed_path = "/build/"
</script>

2
website/templates/examples/republican/index.html

@ -41,7 +41,7 @@
font: 'PT'
}
</script>
<!-- build:js http://cdn.knightlab.com/libs/timeline/latest/js/storyjs-embed.js -->
<!-- build:js http://cdn.knightlab.com/libs/timelinejs/latest/js/storyjs-embed.js -->
<script type="application/javascript">
var embed_path = "/build/"
</script>

2
website/templates/examples/shit-people-say/index.html

@ -41,7 +41,7 @@
font: 'Pacifico-Arimo'
}
</script>
<!-- build:js http://cdn.knightlab.com/libs/timeline/latest/js/storyjs-embed.js -->
<!-- build:js http://cdn.knightlab.com/libs/timelinejs/latest/js/storyjs-embed.js -->
<script type="application/javascript">
var embed_path = "/build/"
</script>

2
website/templates/examples/user-interface/index.html

@ -41,7 +41,7 @@
font: 'SansitaOne-Kameron'
}
</script>
<!-- build:js http://cdn.knightlab.com/libs/timeline/latest/js/storyjs-embed.js -->
<!-- build:js http://cdn.knightlab.com/libs/timelinejs/latest/js/storyjs-embed.js -->
<script type="application/javascript">
var embed_path = "/build/"
</script>

Loading…
Cancel
Save