This is an automated email from the ASF dual-hosted git repository.

davidlim pushed a commit to branch download-page
in repository https://gitbox.apache.org/repos/asf/incubator-druid-website.git


The following commit(s) were added to refs/heads/download-page by this push:
     new 11993c1  add google analytics
11993c1 is described below

commit 11993c13a80cfc98e3b13288f60832276573aa80
Author: dclim <[email protected]>
AuthorDate: Fri Dec 14 17:41:47 2018 -0700

    add google analytics
---
 downloads.html |  11 +++++++++--
 favicon.ico    | Bin 0 -> 1595 bytes
 index.html     |  11 +++++++++--
 3 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/downloads.html b/downloads.html
index 7267e8d..2b16261 100644
--- a/downloads.html
+++ b/downloads.html
@@ -2,12 +2,19 @@
 <html lang="en">
 <head>
 <title>Apache Druid (incubating) - Downloads</title>
+
+<script async 
src="https://www.googletagmanager.com/gtag/js?id=UA-131010415-1";></script>
+<script>
+  window.dataLayer = window.dataLayer || [];
+  function gtag(){dataLayer.push(arguments);}
+  gtag('js', new Date());
+  gtag('config', 'UA-131010415-1');
+</script>
+
 <link rel="stylesheet" 
href="//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
 <link rel="stylesheet" href="/css/bootstrap.min.css">
 <link 
href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic|Open+Sans:300italic,400italic,600italic,400,300,600,700'
 rel='stylesheet' type='text/css'>
 <link rel="stylesheet" href="/css/main.css">
-<link rel="stylesheet" href="/css/header.css">
-<link rel="stylesheet" href="/css/footer.css">
 </head>
 <body>
 
diff --git a/favicon.ico b/favicon.ico
new file mode 100644
index 0000000..b6b6c2c
Binary files /dev/null and b/favicon.ico differ
diff --git a/index.html b/index.html
index 619e8c6..10e4809 100644
--- a/index.html
+++ b/index.html
@@ -2,12 +2,19 @@
 <html lang="en">
 <head>
 <title>Apache Druid (incubating)</title>
+
+<script async 
src="https://www.googletagmanager.com/gtag/js?id=UA-131010415-1";></script>
+<script>
+  window.dataLayer = window.dataLayer || [];
+  function gtag(){dataLayer.push(arguments);}
+  gtag('js', new Date());
+  gtag('config', 'UA-131010415-1');
+</script>
+
 <link rel="stylesheet" 
href="//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
 <link rel="stylesheet" href="/css/bootstrap.min.css">
 <link 
href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic|Open+Sans:300italic,400italic,600italic,400,300,600,700'
 rel='stylesheet' type='text/css'>
 <link rel="stylesheet" href="/css/main.css">
-<link rel="stylesheet" href="/css/header.css">
-<link rel="stylesheet" href="/css/footer.css">
 </head>
 <body>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to