diff --git a/content/news/144-Howl-with-us.md b/content/news/144-Howl-with-us.md
index 7510d0a5..8eda489f 100644
--- a/content/news/144-Howl-with-us.md
+++ b/content/news/144-Howl-with-us.md
@@ -1,5 +1,5 @@
---
-author: Samuel Bryan
+author: lbry
title: 'Howl With Us'
date: '2017-11-24 00:20:30'
cover: ''
diff --git a/content/news/146-a-very-special-holiday-special.md b/content/news/146-a-very-special-holiday-special.md
index fab5e694..24ce44b1 100644
--- a/content/news/146-a-very-special-holiday-special.md
+++ b/content/news/146-a-very-special-holiday-special.md
@@ -1,5 +1,5 @@
---
-author:
+author: lbry
title: 'It's A Very Special Holiday Special Movie Night'
date: '2017-12-10 00:16:00'
cover:
diff --git a/content/press-kit.md b/content/press-kit.md
index a77b8851..0bf38bc9 100644
--- a/content/press-kit.md
+++ b/content/press-kit.md
@@ -1,13 +1,18 @@
### Press & Media Inquiries
-Mike Vine, LBRY Evangelist
-[mike@lbry.io](mailto:mike@lbry.io) • [917-719-6333](tel:9177196333)
+Brinck Slattery
+[brinck@lbry.io](mailto:brinck@lbry.io)
### Company Profile
LBRY’s goal: Every film, song, book & game ever made – accessible anywhere.
-LBRY uses blockchain technology to provide a new way for people to publish and share content with each other – with no corporate middleman. It is a decentralized, censorship-resistant, open-source, peer-to-peer information marketplace and discovery protocol. LBRY was incorporated in 2015 by Jeremy Kauffman, and the team has expanded steadily since then. An alpha client was released in late October 2015, and an invite-only beta client was released on July 4th, 2016. LBRY is powered by its own cryptocoin, LBRY Credits (similar to Bitcoin), which began being mined on June 27th, 2016. On July 29th, 2017 the Pop-up Open Beta Was Announced.
+LBRY uses blockchain technology to provide a new way for people to publish and share content with each other – with no corporate middleman.
+It is a decentralized, censorship-resistant, open-source, peer-to-peer information marketplace and discovery protocol.
+LBRY was incorporated in 2015 by Jeremy Kauffman, and the team has expanded steadily since then.
+An alpha client was released in late October 2015, and an invite-only beta client was released on July 4th, 2016.
+LBRY is powered by its own cryptocoin, LBRY Credits (similar to Bitcoin), which began being mined on June 27th, 2016.
+On July 29th, 2017 the Pop-up Open Beta Was Announced.
### FAQ
diff --git a/model/Post.class.php b/model/Post.class.php
index 592cc3eb..0826545a 100644
--- a/model/Post.class.php
+++ b/model/Post.class.php
@@ -239,6 +239,8 @@ class Post
return 'Jack Robison';
case 'reilly':
return 'Reilly Smith';
+ case 'brinck':
+ return 'Brinck Slattery';
case 'lbry':
default:
return 'Samuel Bryan';
@@ -254,6 +256,7 @@ class Post
case 'jimmy':
case 'jack':
case 'reilly':
+ case 'brinck':
return strtolower($this->author) . '@lbry.io';
case 'lbry':
default:
@@ -275,6 +278,8 @@ class Post
return 'https://spee.ch/@lbryteam:6/jack-robison.jpg';
case 'reilly':
return 'https://spee.ch/@lbryteam:6/reilly-smith.jpg';
+ case 'brinck':
+ return 'https://spee.ch/@lbryteam:6/brinck-slattery.jpg';
case 'lbry':
default:
return 'https://spee.ch/@lbryteam:6/spooner.jpg';
@@ -291,6 +296,8 @@ class Post
return '
Jack was one of the first people to discover LBRY and took to it so fast he may understand more about it than anyone. He has Asperger\'s Syndrome and is actively involved in the autism community.
'; case 'reilly': return 'Reilly is LBRY\'s in-house Curator and content liaison. He has worked in the entertainment industry since 2010, having produced two indie feature films and various short content.
'; + case 'brinck': + return "Brinck, LBRY's Directory of Marketing, has experience with national political campaigns, RV sales, crisis PR, SEO writing and optimization, construction labor, and digital marketing consulting.
"; case 'mike': case 'jimmy': return '' . $this->getAuthorName() . ' is one of the founding members of LBRY.
';