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