|
6 | 6 | </div> |
7 | 7 |
|
8 | 8 |
|
9 | | -<script> |
10 | | - (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
11 | | - (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
12 | | - m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
13 | | - })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
14 | | - |
15 | | - ga('create', 'UA-384017-5', 'chaiscript.com'); |
16 | | - ga('send', 'pageview'); |
17 | | - |
18 | | -</script> |
19 | | - |
20 | 9 |
|
21 | 10 | <nav class="navbar navbar-default navbar-fixed-top" role="navigation"> |
22 | 11 | <div class="container"> |
|
72 | 61 | <li> |
73 | 62 | <a href="http://codecov.io/github/ChaiScript/ChaiScript?branch=master"><img src="http://codecov.io/github/ChaiScript/ChaiScript/coverage.svg?branch=master" alt="Coverage Status" /></a> |
74 | 63 | </li> |
75 | | - <li> |
76 | | - <a href="http://chaiscript.com/ChaiScript-BuildResults/index.html"><img src="https://img.shields.io/badge/dashboard-online-green.svg"/></a> |
77 | | - </li> |
78 | | - <li> |
79 | | - <a href="http://discourse.chaiscript.com"><img src="https://img.shields.io/badge/Discourse_Forums--green.svg"/></a> |
80 | | - </li> |
81 | 64 | </ul> |
82 | 65 | </div> |
83 | 66 | </div> |
|
102 | 85 | <a href="https://twitter.com/intent/tweet?button_hashtag=ChaiScript&text=Embedded%20scripting%20for%20my%20next%20project%3A%20" class="twitter-hashtag-button" data-related="lefticus" data-url="http://chaiscript.com" data-dnt="true">Tweet #ChaiScript</a> |
103 | 86 | <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script> |
104 | 87 | </li> |
105 | | - <li> |
106 | | - <!-- Place this tag where you want the +1 button to render. --> |
107 | | - <div class="g-plusone" data-size="medium" data-annotation="inline" data-width="120" data-href="http://chaiscript.com"></div> |
108 | | - |
109 | | - <!-- Place this tag after the last +1 button tag. --> |
110 | | - <script type="text/javascript"> |
111 | | -(function() { |
112 | | - var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; |
113 | | - po.src = 'https://apis.google.com/js/platform.js'; |
114 | | - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); |
115 | | - })(); |
116 | | - </script> |
117 | | - </li> |
118 | 88 | </ul> |
119 | 89 | </div> |
120 | 90 | </div> |
|
0 commit comments