From 2854b1e9d5f35d07bedcc2ecef410c33cfbc626a Mon Sep 17 00:00:00 2001 From: Uvis Grinfelds Date: Thu, 13 Nov 2014 15:31:40 +0100 Subject: [PATCH 1/5] added includes/ga.html --- transfersh-web/download.html | 16 +-------- transfersh-web/download.image.html | 16 +-------- transfersh-web/download.markdown.html | 47 +-------------------------- transfersh-web/download.video.html | 17 ++-------- transfersh-web/includes/ga.html | 15 +++++++++ 5 files changed, 20 insertions(+), 91 deletions(-) create mode 100644 transfersh-web/includes/ga.html diff --git a/transfersh-web/download.html b/transfersh-web/download.html index 18d7ea7..bdc5264 100644 --- a/transfersh-web/download.html +++ b/transfersh-web/download.html @@ -9,22 +9,8 @@ include "includes/head.html" - + include "includes/ga.html" include "includes/navigation.html" diff --git a/transfersh-web/download.image.html b/transfersh-web/download.image.html index f4b9666..977ae67 100644 --- a/transfersh-web/download.image.html +++ b/transfersh-web/download.image.html @@ -9,22 +9,8 @@ include "includes/head.html" - + include "includes/ga.html" include "includes/navigation.html"
diff --git a/transfersh-web/download.markdown.html b/transfersh-web/download.markdown.html index c2c1655..642c683 100644 --- a/transfersh-web/download.markdown.html +++ b/transfersh-web/download.markdown.html @@ -9,22 +9,8 @@ include "includes/head.html" - + include "includes/ga.html" include "includes/navigation.html"
@@ -57,37 +43,6 @@ include "includes/head.html"
- - - - - include "includes/footer.html" include "includes/js.html" diff --git a/transfersh-web/download.video.html b/transfersh-web/download.video.html index 209a7d4..56a4aed 100644 --- a/transfersh-web/download.video.html +++ b/transfersh-web/download.video.html @@ -9,23 +9,10 @@ include "includes/head.html" - + include "includes/ga.html" include "includes/navigation.html" +
diff --git a/transfersh-web/includes/ga.html b/transfersh-web/includes/ga.html new file mode 100644 index 0000000..c6d5bfd --- /dev/null +++ b/transfersh-web/includes/ga.html @@ -0,0 +1,15 @@ + From 7b228f3f68dbc143636dac197c01e82ed80590cb Mon Sep 17 00:00:00 2001 From: Uvis Grinfelds Date: Thu, 13 Nov 2014 15:43:48 +0100 Subject: [PATCH 2/5] added .page-title class --- transfersh-web/download.html | 2 +- transfersh-web/download.image.html | 2 +- transfersh-web/download.markdown.html | 2 +- transfersh-web/download.video.html | 2 +- transfersh-web/index.html | 2 +- transfersh-web/styles/includes/home.less | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/transfersh-web/download.html b/transfersh-web/download.html index bdc5264..597b1d3 100644 --- a/transfersh-web/download.html +++ b/transfersh-web/download.html @@ -17,7 +17,7 @@ include "includes/head.html"

-

{{.Filename}}

+

{{.Filename}}

type: {{.ContentType}}

size: {{.ContentLength | format "#,###."}} bytes

diff --git a/transfersh-web/download.image.html b/transfersh-web/download.image.html index 977ae67..55d7d31 100644 --- a/transfersh-web/download.image.html +++ b/transfersh-web/download.image.html @@ -16,7 +16,7 @@ include "includes/head.html"

-

{{.Filename}}

+

{{.Filename}}

type: {{.ContentType}}

size: {{.ContentLength | format "#,###."}} bytes

diff --git a/transfersh-web/download.markdown.html b/transfersh-web/download.markdown.html index 642c683..e182153 100644 --- a/transfersh-web/download.markdown.html +++ b/transfersh-web/download.markdown.html @@ -16,7 +16,7 @@ include "includes/head.html"

-

{{.Filename}}

+

{{.Filename}}

type: {{.ContentType}}

size: {{.ContentLength | format "#,###."}} bytes

diff --git a/transfersh-web/download.video.html b/transfersh-web/download.video.html index 56a4aed..a8a2628 100644 --- a/transfersh-web/download.video.html +++ b/transfersh-web/download.video.html @@ -17,7 +17,7 @@ include "includes/head.html"

-

{{.Filename}}

+

{{.Filename}}

type: {{.ContentType}}

size: {{.ContentLength | format "#,###."}} bytes

diff --git a/transfersh-web/index.html b/transfersh-web/index.html index 6c51eca..fb98440 100644 --- a/transfersh-web/index.html +++ b/transfersh-web/index.html @@ -31,7 +31,7 @@ include "includes/head.html"
-

+

Easy file sharing from the command line

diff --git a/transfersh-web/styles/includes/home.less b/transfersh-web/styles/includes/home.less index a709d42..5c48f7c 100644 --- a/transfersh-web/styles/includes/home.less +++ b/transfersh-web/styles/includes/home.less @@ -1,11 +1,11 @@ #home { text-align: center; - h2 { + .page-title { font-size: 30px; } @media (min-width: @screen-sm-min) { padding: 50px; - h2 { + .page-title { font-size: 45px; margin-top: -20px; margin-bottom: 45px; From 65b5708e30ef3b95c7851dc6f5e282a892ea4f2a Mon Sep 17 00:00:00 2001 From: Uvis Grinfelds Date: Thu, 13 Nov 2014 16:26:43 +0100 Subject: [PATCH 3/5] .page-title class --- transfersh-web/index.html | 10 +++++----- transfersh-web/styles/includes/global.less | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/transfersh-web/index.html b/transfersh-web/index.html index fb98440..c5f3d44 100644 --- a/transfersh-web/index.html +++ b/transfersh-web/index.html @@ -34,7 +34,7 @@ include "includes/head.html"

Easy file sharing from the command line

-
+
@@ -118,7 +118,7 @@ include "includes/head.html"
-

+

Sample use cases

@@ -257,7 +257,7 @@ include "includes/head.html"
-

Follow on GitHub

+

Follow on GitHub



@@ -322,7 +322,7 @@ include "includes/head.html"
-

Share the love

+

Share the love