add brinck

This commit is contained in:
Alex Grintsvayg 2018-01-16 13:12:50 -05:00
parent 2fb7a5c631
commit 5efb9eadd2
4 changed files with 17 additions and 5 deletions

View file

@ -1,5 +1,5 @@
---
author: Samuel Bryan
author: lbry
title: 'Howl With Us'
date: '2017-11-24 00:20:30'
cover: ''

View file

@ -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:

View file

@ -1,13 +1,18 @@
### Press & Media Inquiries
Mike Vine, LBRY Evangelist<br/>
[mike@lbry.io](mailto:mike@lbry.io) • [917-719-6333](tel:9177196333)
Brinck Slattery<br/>
[brinck@lbry.io](mailto:brinck@lbry.io)
### Company Profile
LBRYs 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

View file

@ -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 '<p>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.</p>';
case 'reilly':
return '<p>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.</p>';
case 'brinck':
return "<p>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.</p>";
case 'mike':
case 'jimmy':
return '<p>' . $this->getAuthorName() . ' is one of the founding members of LBRY.</p>';