Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request #38 from ft-interactive/minor-changes
Browse files Browse the repository at this point in the history
Several changes
  • Loading branch information
Sumeet Adur committed Dec 9, 2015
2 parents 6082c7a + 5ae46ba commit 6f0a804
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion client/definition-page.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<main>
<h1><a href=".">Guffipedia</a></h1>
<div class="headshot"><img src="images/lucy.png"></div>
<div class="subheader">Lucy Kellaway's dictionary of business jargon and corporate nonsense</div>
<div class="subheader">&ldquo;Lucy Kellaway's dictionary of business jargon and corporate nonsense&rdquo;</div>
<div class="line"></div>
<div class="btnHolder">
<a href="../guffipedia-form" class="o-buttons o-buttons--standout">Suggest your own entry</a>
Expand Down
13 changes: 7 additions & 6 deletions client/main-page.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,18 @@

<h1>Guffipedia</h1>
<div class="headshot"><img src="images/lucy.png"></div>
<div class="subheader">Lucy Kellaway's dictionary of business jargon and corporate nonsense</div>
<div class="subheader">&ldquo;Lucy Kellaway's dictionary of business jargon and corporate nonsense&rdquo;</div>
<div class="line"></div>
<div class="btnHolder">
<a href="../guffipedia-form" class="o-buttons o-buttons--standout">Suggest your own entry</a>
</div>

<div class="intro">
<p>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.</p>
<p>The Guffipedia houses the finest drivel from this archive - as well as fresh twaddle submitted by readers and certified by Lucy</p>
<p>&ldquo;In her weekly Financial Times column and her annual Guff Awards, <a href="http://www.ft.com/comment/lucy-kellaway">Lucy Kellaway</a> has been prosecuting corporate crimes against the English language for two decades.</p>
<p>&ldquo;The Guffipedia houses the finest drivel from this archive - as well as fresh twaddle submitted by readers and certified by Lucy.&rdquo;</p>
</div>

<div class="btnHolder">
<a href="../guffipedia-form" class="o-buttons o-buttons--standout">Suggest your own entry</a>
</div>

<ul class="guffs">
{{#each homewords}}
<li class="guff">
Expand Down
8 changes: 4 additions & 4 deletions gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 6f0a804

Please sign in to comment.