| 1 | </div> <!-- .col-lg-12 --> |
| 2 | </div> <!-- /div.row --> |
| 3 | </div> <!-- /div#main.container --> |
| 4 | |
| 5 | <!-- TODO(danvk): add a real footer --> |
| 6 | <p> </p> |
| 7 | |
| 8 | <!-- Google Analytics --> |
| 9 | <script type="text/javascript"> |
| 10 | var _gaq = _gaq || []; |
| 11 | _gaq.push(['_setAccount', 'UA-769809-2']); |
| 12 | _gaq.push(['_trackPageview']); |
| 13 | (function() { |
| 14 | var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
| 15 | ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
| 16 | var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
| 17 | })(); |
| 18 | </script> |
| 19 | |
| 20 | </body> |
| 21 | </html> |