Removed Google Analytics
This commit is contained in:
parent
19c6c02786
commit
6fae74a18e
154
index.html
154
index.html
@ -8,22 +8,6 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link href="css/main.css" rel="stylesheet" media="screen">
|
||||
<script data-main="js/main" src="js/require.js"></script>
|
||||
<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-39556145-1', 'github.com');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="navbar" class="navbar navbar-fixed-top ui-layout-north">
|
||||
@ -38,15 +22,15 @@
|
||||
<i class="icon-refresh"></i>
|
||||
</button></li>
|
||||
<li class="btn-group"><button class="btn action-create-file"
|
||||
title="Create a new local file">
|
||||
title="New local file">
|
||||
<i class="icon-file"></i>
|
||||
</button>
|
||||
<button class="btn" title="Delete the current file locally"
|
||||
<button class="btn" title="Delete local file"
|
||||
data-toggle="modal" data-target="#modal-remove-file-confirm">
|
||||
<i class="icon-trash"></i>
|
||||
</button>
|
||||
<button class="btn dropdown-toggle" data-toggle="dropdown"
|
||||
title="Open a local file">
|
||||
title="Open local file">
|
||||
<i class="icon-folder-open"></i>
|
||||
</button>
|
||||
<ul id="file-selector" class="dropdown-menu">
|
||||
@ -55,39 +39,32 @@
|
||||
data-toggle="dropdown" href="#" title="Menu"><img
|
||||
src="img/stackedit-16.png" /> <b class="caret"></b></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a class="action-download-md" href="#"
|
||||
title="Download the current file as Markdown"><i
|
||||
<li><a class="action-download-md" href="#"><i
|
||||
class="icon-download-alt"></i> Download as MD</a></li>
|
||||
<li><a class="action-download-html" href="#"
|
||||
title="Download the current file as HTML"><i
|
||||
<li><a class="action-download-html" href="#"><i
|
||||
class="icon-download-alt"></i> Download as HTML</a></li>
|
||||
<li class="divider"></li>
|
||||
<li class="dropdown-submenu"><a href="#"><i
|
||||
class="icon-gdrive"></i> Google Drive</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a class="action-upload-gdrive" href="#"
|
||||
title="Export the current file to Google Drive and synchonize it">Export
|
||||
<li><a class="action-upload-gdrive" href="#">Export
|
||||
to Google Drive</a></li>
|
||||
<li><a href="#" data-toggle="modal" data-target="#modal-download-gdrive"
|
||||
title="Import an existing file from Google Drive and synchonize it">Import
|
||||
<li><a href="#" data-toggle="modal" data-target="#modal-download-gdrive">Import
|
||||
from Google Drive</a></li>
|
||||
</ul></li>
|
||||
<li class="dropdown-submenu"><a href="#"><i
|
||||
class="icon-dropbox"></i> Dropbox</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a class="action-upload-dropbox" href="#"
|
||||
title="Export the current file to Dropbox and synchonize it">Export
|
||||
<li><a class="action-upload-dropbox" href="#">Export
|
||||
to Dropbox</a></li>
|
||||
<li><a class="action-download-dropbox" href="#"
|
||||
title="Import an existing file from Dropbox and synchonize it">Import
|
||||
<li><a class="action-download-dropbox" href="#">Import
|
||||
from Dropbox</a></li>
|
||||
</ul></li>
|
||||
<li><a href="#"
|
||||
title="Change the current file synchronized locations"
|
||||
data-toggle="modal" data-target="#modal-manage-sync"><i
|
||||
class="icon-refresh"></i> Manage synchronization</a></li>
|
||||
<li class="divider"></li>
|
||||
<li><a href="#" title="Modify your preferences"
|
||||
<li><a href="#"
|
||||
data-toggle="modal" data-target="#modal-settings"
|
||||
class="action-load-settings"><i class="icon-cog"></i>
|
||||
Settings</a></li>
|
||||
@ -99,7 +76,7 @@
|
||||
<ul class="nav pull-right">
|
||||
<li><i class="working-indicator icon-spinner hide"></i></li>
|
||||
<li><a class="brand" id="file-title" href="#"
|
||||
title="Rename the current file"> </a></li>
|
||||
title="Rename current file"> </a></li>
|
||||
<li class="navbar-form"><input id="file-title-input"
|
||||
type="text" class="span3 hide" placeholder="File title" /></li>
|
||||
</ul>
|
||||
@ -201,55 +178,66 @@
|
||||
aria-hidden="true">×</button>
|
||||
<img src="img/stackedit-promo.png" />
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<dl>
|
||||
<dt>About:</dt>
|
||||
<dd>
|
||||
<a href="https://github.com/benweet/stackedit/">GitHub page</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a
|
||||
href="https://chrome.google.com/webstore/detail/stackedit/iiooodelglhkcpgbajoejffhijaclcdg">Chrome
|
||||
app</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a href="https://twitter.com/stackedit/">Follow on Twitter</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a href="https://twitter.com/stackedit/">Follow on Google+</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>Developer:</dt>
|
||||
<dd>
|
||||
<a href="http://www.benoitschweblin.com">Benoit Schweblin</a>
|
||||
<dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>Credits:</dt>
|
||||
<dd>
|
||||
<a href="http://jquery.com/">jQuery</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a href="http://twitter.github.com/bootstrap/">Bootstrap</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a href="http://requirejs.org/">RequireJS</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a href="https://code.google.com/p/pagedown/">PageDown</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a href="http://layout.jquery-dev.net/">UI Layout</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a href="https://github.com/stanlemon/jGrowl/">jGrowl</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<p>Copyright 2013 <a href="http://www.benoitschweblin.com">Benoit
|
||||
Schweblin</a><br /> Licensed under an <a
|
||||
href="http://www.apache.org/licenses/LICENSE-2.0">Apache License</a></p>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<dl>
|
||||
<dt>About:</dt>
|
||||
<dd>
|
||||
<a target="_blank" href="https://github.com/benweet/stackedit/">GitHub
|
||||
page</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a target="_blank"
|
||||
href="https://chrome.google.com/webstore/detail/stackedit/iiooodelglhkcpgbajoejffhijaclcdg">Chrome
|
||||
app</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a target="_blank" href="https://twitter.com/stackedit/">Follow
|
||||
on Twitter</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a target="_blank" href="https://www.facebook.com/stackedit/">Follow
|
||||
on Facebook</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a target="_blank"
|
||||
href="https://plus.google.com/b/110816046787593496375/110816046787593496375">Follow
|
||||
on Google+</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>Developer:</dt>
|
||||
<dd>
|
||||
<a target="_blank" href="http://www.benoitschweblin.com">Benoit
|
||||
Schweblin</a>
|
||||
<dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>Credits:</dt>
|
||||
<dd>
|
||||
<a target="_blank" href="http://jquery.com/">jQuery</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a target="_blank" href="http://twitter.github.com/bootstrap/">Bootstrap</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a target="_blank" href="http://requirejs.org/">RequireJS</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a target="_blank" href="https://code.google.com/p/pagedown/">PageDown</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a target="_blank" href="http://layout.jquery-dev.net/">UI
|
||||
Layout</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a target="_blank" href="https://github.com/stanlemon/jGrowl/">jGrowl</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<p>Copyright 2013 <a target="_blank"
|
||||
href="http://www.benoitschweblin.com">Benoit Schweblin</a><br />
|
||||
Licensed under an <a target="_blank"
|
||||
href="http://www.apache.org/licenses/LICENSE-2.0">Apache License</a></p>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<a href="#" class="btn btn-primary" data-dismiss="modal">Close</a>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user