Skip to content

Commit

Permalink
add an explanatory paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
Blundell committed Sep 9, 2017
1 parent 41839f2 commit b9797ca
Showing 1 changed file with 18 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,18 @@ public String generate(Stream<Article> articleStream) {
+ " margin: 0px;"
+ "}"
+ "#title h2 {"
+ " font: bold 20px/1.3 Helvetica, Verdana, sans-serif;"
+ " font: bold 20px/1.0 Helvetica, Verdana, sans-serif;"
+ " color: #26A3DB;"
+ " margin: 0px;"
+ "}"
+ "#title a {"
+ " text-decoration: none;"
+ " color: #26A3DB;"
+ "}"
+ "#title p {"
+ " font: bold 12px/1.0 Helvetica, Verdana, sans-serif;"
+ " color: #6d6d6d;"
+ "}"
+ "li {"
+ " list-style-type: none; margin: 0;"
+ " padding: 10px;"
Expand Down Expand Up @@ -100,6 +104,19 @@ public String generate(Stream<Article> articleStream) {
.text("powered by ")
.a().href("https://twitter.com/novoda").target("_blank").text("@novoda").end()
.end()
.p()
.text("Welcome to the latest edition."
+ " For those of you unacquainted with how this newsletter works."
+ " See below for a brief explanation."
+ " Everyone else, welcome back and skip to the first article!")
.br()
.br()
.text("Each day the whole of Novoda come together to share project updates, insights and exciting opportunities happening across the company."
+ " One of these snippets is #enews where we share interesting things we've read or viewed on the web."
+ " Our serverless technology peon then takes this knowledge and curates it as a summary each week."
+ " Therefore the text below is exactly what was written by the author as they shared the news on slack, so apologies for fast finger spelling mistakes or slightly missing context."
+ " :-)")
.end()
.end()
.div();
makeList();
Expand Down

0 comments on commit b9797ca

Please sign in to comment.