Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions _includes/common.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@
<![endif]-->
<!-- END COPYING HERE -->

<script>
((window.gitter = {}).chat = {}).options = {
room: 'ChaiScript/ChaiScript'
};
</script>
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>

<style>
.cs-blue {color:white; background: #31708f}
.body-with-margin {margin-right: 50px; margin-left: 50px;}
Expand Down
24 changes: 0 additions & 24 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,6 @@
</div>


<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-384017-5', 'chaiscript.com');
ga('send', 'pageview');

</script>


<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
Expand Down Expand Up @@ -102,19 +91,6 @@
<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>
<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>
</li>
<li>
<!-- Place this tag where you want the +1 button to render. -->
<div class="g-plusone" data-size="medium" data-annotation="inline" data-width="120" data-href="http://chaiscript.com"></div>

<!-- Place this tag after the last +1 button tag. -->
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/platform.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
</li>
</ul>
</div>
</div>
Expand Down
5 changes: 0 additions & 5 deletions support.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ <h3>Support tickets are handled with <a href="https://github.com/ChaiScript/Chai
</div>


<div class="alert alert-warning">
<a class="alert-link" href="http://discourse.chaiscript.com">Discourse for general discussions and questions.</a>
</div>



<div class="alert alert-success">
<a class="alert-link" href="https://codedocs.xyz/ChaiScript/ChaiScript/">ChaiScript Generated Documents.</a>
Expand Down