Skip to content

Commit

Permalink
Add mac app info
Browse files Browse the repository at this point in the history
  • Loading branch information
kirel committed Feb 13, 2016
1 parent 5a00485 commit 7221979
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions source/classify.haml
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,21 @@ js: classify
.gratipay
%script(data-gratipay-username="kirel" data-gratipay-widget="button" src="//gttp.co/v1.js")
#classify--info-area
%h2 Want a desktop app?
%h2 Want a Mac app?
%p
Please fill out this mini-survey!
%a(href="http://goo.gl/forms/K0zoCpfhVq" target="_new" onlick="trackOutboundLink('http://goo.gl/forms/K0zoCpfhVq'); return false;") http://goo.gl/forms/K0zoCpfhVq
Download an alpha version
= succeed(".") do
%a(href="https://www.dropbox.com/s/87m02m8o72yqia7/Detexify%20Mac.zip?dl=0" target="_new" onlick="trackOutboundLink('https://www.dropbox.com/s/87m02m8o72yqia7/Detexify%20Mac.zip?dl=0'); return false;") here
:javascript
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {'hitCallback':
function () {
document.location = url;
}
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
There will be bugs and it might eat your computer. Please send feedback to
= succeed(".") do
%a(href="mailto:mail@danielkirs.ch") [email protected]
%h2 What is this?
%p
Anyone who works with LaTeX knows how time-consuming it can be
Expand Down

0 comments on commit 7221979

Please sign in to comment.