Skip to content

Commit 622a499

Browse files
New GA4 stuff, plus a bit of tidying. by: Giles
1 parent ded7446 commit 622a499

1 file changed

Lines changed: 42 additions & 55 deletions

File tree

index.html

Lines changed: 42 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,75 +1,62 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2-
<!-- saved from url=(0032)http://www.projectdirigible.com/ -->
3-
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
2+
<html>
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
45
<title>
5-
Welcome to Dirigible, a programmable cloud spreadsheet
6-
</title>
6+
Welcome to Dirigible, a programmable cloud spreadsheet
7+
</title>
78

89

910
<link rel="stylesheet" href="base.css" type="text/css" media="screen" charset="utf-8">
10-
11-
<script type="text/javascript" async="" src="ga.js"></script>
12-
1311
<link rel="stylesheet" href="non_sheet_page.css" type="text/css" media="screen" charset="utf-8">
1412
<link rel="stylesheet" href="index.css" type="text/css" media="screen" charset="utf-8">
15-
16-
17-
<script type="text/javascript">
18-
19-
var _gaq = _gaq || [];
20-
_gaq.push(['_setAccount', 'UA-18014859-2']);
21-
_gaq.push(['_trackPageview']);
22-
23-
(function() {
24-
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
25-
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
26-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
27-
})();
28-
29-
</script>
30-
3113
</head>
3214

33-
<body>
34-
<p style="text-align: center">
35-
</p>
36-
37-
<div id="id_container">
38-
<div id="id_content">
15+
<!-- Google tag (gtag.js) -->
16+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SCHM9F7ZQE"></script>
17+
<script>
18+
window.dataLayer = window.dataLayer || [];
19+
function gtag(){dataLayer.push(arguments);}
20+
gtag('js', new Date());
3921

40-
<div id="id_header" class="centered-block">
41-
<div id="id_header_links">
22+
gtag('config', 'G-SCHM9F7ZQE');
23+
</script>
4224

43-
</div>
25+
<body>
26+
<p style="text-align: center">
27+
</p>
4428

29+
<div id="id_container">
30+
<div id="id_content">
4531

46-
<div id="id_big_logo_wrap" class="centered-block">
47-
<img id="id_big_logo" src="logo_transparent_490x112.png" alt="Dirigible Logo" title="Dirigible Logo">
48-
</div>
32+
<div id="id_header" class="centered-block">
33+
<div id="id_header_links">
4934

50-
<div id="id_grey_stripe_hwrap" style="border-radius: 20px;">
35+
</div>
5136

52-
<div class="id_dirigible_tagline" style="margin: 0 20px;">
53-
<p>
54-
<b>End of life</b>: Sadly, Dirigible has been retired.
55-
</p>
5637

57-
<p>
58-
You can check out our new project,
59-
<a href="http://www.pythonanywhere.com/">PythonAnywhere</a>,
60-
or if you'd like to install your own Dirigible server
61-
you can take a look at
62-
<a href="https://github.com/pythonanywhere/dirigible-spreadsheet">the Open Source version on GitHub</a>
63-
</p>
38+
<div id="id_big_logo_wrap" class="centered-block">
39+
<img id="id_big_logo" src="logo_transparent_490x112.png" alt="Dirigible Logo" title="Dirigible Logo">
6440
</div>
6541

66-
</div>
67-
42+
<div id="id_grey_stripe_hwrap" style="border-radius: 20px;">
43+
44+
<div class="id_dirigible_tagline" style="margin: 0 20px;">
45+
<p>
46+
<b>End of life</b>: Sadly, Dirigible has been retired.
47+
</p>
48+
49+
<p>
50+
You can check out our new project,
51+
<a href="http://www.pythonanywhere.com/">PythonAnywhere</a>,
52+
or if you'd like to install your own Dirigible server
53+
you can take a look at
54+
<a href="https://github.com/pythonanywhere/dirigible-spreadsheet">the Open Source version on GitHub</a>
55+
</p>
56+
</div>
57+
</div>
58+
</div>
6859
</div>
60+
</body>
6961

70-
</div>
71-
72-
73-
74-
75-
</body></html>
62+
</html>

0 commit comments

Comments
 (0)