]);
</script>
</section>
+
+ <section style="height: 500px">
+ <h3>Surely You're Exaggerating</h3>
+
+ <ol start="2">
+ <li>
+ How many of them use version control to keep track of
+ their work and collaborate with colleagues?
+ </li>
+ </ol>
+ <canvas id="pie-version-control"
+ data-type="Pie" width="200px" height="200px"
+ style="position: absolute; right: 0; bottom: 0" >
+ </canvas>
+ <script type="text/javascript">
+ PieChart(id="pie-version-control", data=[
+ {value: 7, color: "#F38630"},
+ {value: 3, color: "#69D2E7"},
+ ]);
+ </script>
+ </section>
</section> <!-- surely you're exaggerating -->
<section>