forked from jalapic/jalapic.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblockbuilder.html
More file actions
35 lines (24 loc) · 962 Bytes
/
blockbuilder.html
File metadata and controls
35 lines (24 loc) · 962 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<style>
body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 16px;
// background-color: dimgrey;
color: #696969;
padding: 3px;
}
<title>blockbuilder</title>
</style>
<html>
<h1>Trying out blockbuilder.org</h1>
<br>
<body>
<video width="700" controls>
<source src="img/buildingblocks_narrated.mp4" type="video/mp4">
Your broswer does not support HTML5 video.
</video>
<br>
<p>A video demonstrating how easy it is to use the absolutely fantastic <a href="http://blockbuilder.org/"> blockbuilder.org</a> by <a href="http://twitter.com/enjalot">Ian Johnson.</a> for working with d3.js. Watch Ian's tutorial and get more information <a href="http://bl.ocks.org/enjalot/1b26ceafaf49848a111b"> at this page</a>. </p>
<p>For more information please contact me via <a href="http://twitter.com/jalapic">twitter</a> or on <a href="http://jalapic.github.io/">my GitHub page</a></p>
</body>
</html>