From 5ae46baf734929f14b3826ca867342c3896355ba Mon Sep 17 00:00:00 2001 From: Sumeet Adur Date: Wed, 9 Dec 2015 22:24:27 +0000 Subject: [PATCH] Curly quotes in the subhead and intro text. Moved intro text above submit button. Linked to column in intro. Full stop at end of intro. Date format with full months --- client/definition-page.hbs | 2 +- client/main-page.hbs | 13 +++++++------ gulpfile.babel.js | 8 ++++---- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/client/definition-page.hbs b/client/definition-page.hbs index ec9ce33..52510d4 100755 --- a/client/definition-page.hbs +++ b/client/definition-page.hbs @@ -2,7 +2,7 @@

Guffipedia

-
Lucy Kellaway's dictionary of business jargon and corporate nonsense
+
“Lucy Kellaway's dictionary of business jargon and corporate nonsense”
Suggest your own entry diff --git a/client/main-page.hbs b/client/main-page.hbs index 30119e7..b61aa64 100644 --- a/client/main-page.hbs +++ b/client/main-page.hbs @@ -3,17 +3,18 @@

Guffipedia

-
Lucy Kellaway's dictionary of business jargon and corporate nonsense
+
“Lucy Kellaway's dictionary of business jargon and corporate nonsense”
-
-

In her weekly Financial Times column and her annual Guff Awards, Lucy Kellaway has been prosecuting corporate crimes against the English language for two decades.

-

The Guffipedia houses the finest drivel from this archive - as well as fresh twaddle submitted by readers and certified by Lucy

+

“In her weekly Financial Times column and her annual Guff Awards, Lucy Kellaway has been prosecuting corporate crimes against the English language for two decades.

+

“The Guffipedia houses the finest drivel from this archive - as well as fresh twaddle submitted by readers and certified by Lucy.”

+ +
    {{#each homewords}}
  • diff --git a/gulpfile.babel.js b/gulpfile.babel.js index 139ad28..84ac354 100755 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -278,10 +278,10 @@ gulp.task('download-data', () => fetch(SPREADSHEET_URL) } let monthNames = [ - "Jan", "Feb", "Mar", - "Apr", "May", "Jun", "Jul", - "Aug", "Sep", "Oct", - "Nov", "Dec" + "January", "February", "March", + "April", "May", "June", "July", + "August", "September", "October", + "November", "December" ]; for (const row of spreadsheet) {