Participate
-- While the LBRY revolution will be bloodless, we still need more boots on the ground. - If you're talented, want to participate, and believe in the ideals of LBRY, email Jeremy. -
-diff --git a/.gitignore b/.gitignore index c6a0fcdd..137a157a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,6 @@ /log /data/access_list.php /web/zohoverify +nbproject .ht* diff --git a/view/View.class.php b/view/View.class.php index fc5b001a..d53cafb4 100644 --- a/view/View.class.php +++ b/view/View.class.php @@ -7,6 +7,9 @@ */ class View { + protected static $metaDescription = '', + $metaImg = ''; + public static function render($template, array $vars = []) { if (!static::exists($template)) @@ -46,4 +49,24 @@ class View { return '/img/' . $image; } + + public static function setMetaDescription($description) + { + static::$metaDescription = $description; + } + + public static function setMetaImage($url) + { + static::$metaImg = $url; + } + + public static function getMetaDescription() + { + return static::$metaDescription ?: 'A Content Revolution'; + } + + public static function getMetaImage() + { + return static::$metaImg ?: 'https://lbry.io/img/lbry-dark-1600x528.png'; + } } \ No newline at end of file diff --git a/view/layout/basic.php b/view/layout/basic.php index cf8db2b6..9d2a6e8f 100644 --- a/view/layout/basic.php +++ b/view/layout/basic.php @@ -1,9 +1,21 @@ -
-- While the LBRY revolution will be bloodless, we still need more boots on the ground. - If you're talented, want to participate, and believe in the ideals of LBRY, email Jeremy. -
-- After graduating from RPI with a degree in physics and computer science, Jimmy found himself - mired in government bureaucracy, spending too much time to get too little done. -
-- A Bitcoin fanatic since it's early days, Jimmy has long been interested in the benefits of decentralization. - Ready to work on a project he believed in, Jimmy quit his job to start LBRY and here we are! -
-- Because graduating from RPI with degrees in physics and computer science is the hip thing to do, Jeremy did the same. -
-- Jeremy is the founder of TopScore, a startup that processes millions of dollars monthly in event and activity registrations. - He is a longtime BitTorrent community enthusiast. -
-- Despite not getting degrees in physics and computer science from RPI, Brandon managed to win the total degree count with ornately adorned parchment in math, economics, engineering, and law. -
-- Brandon is the founder of B.D. Ross Law, a law firm focusing on IP concerns. - - He is also an early mover in the Free State Project. Brandon regularly tells Jeremy and Jimmy that he had this idea years ago. -
-- Do you think opening up information would facilitate human flourishing? - Do you want to join a bright core of people with an obsession for upending broken systems? - Say hello. - -
-Join our mailing list for updates about LBRY.
- 'Subscribe' - ]) ?> -++ Mike Vine Technology Evangelist +Working with LBRY is a chance to align philosophy and profit.
+
+ Because graduating from RPI with degrees in physics and computer science is the hip thing to do, Jeremy did the same. Jeremy is also the founder and CEO of TopScore, a startup that processes millions of dollars monthly in event and activity registrations. +
++ Jeremy has been responsible for the packing, presentation, and strategy of LBRY, as well as some design aspects. Jeremy is a longtime BitTorrent community enthusiast. +
++ After graduating from RPI with a degree in physics and computer science, Jimmy found himself mired in government bureaucracy, spending too much time to get too little done. Jimmy has been a Bitcoin fanatic since its early days as well as long been interested in the benefits of decentralization. +
++ Ready to work on a project he believed in, Jimmy quit his national security job to start LBRY several months ago. Jimmy created the LBRY protocol and the first LBRY application. +
++ With a humble BA in Philosophy from Tulane University, Mike has built a successful financial services marketing company, Centinel Consulting. Centinel recently built a client’s website from 20K visitors per month to 150K, and manages email marketing lists and social media accounts with hundreds of thousands of followers. +
++ Mike has been involved with the Bitcoin community since the early days. His friends have launched companies like Lamassu BTM, Coinapult, and Shapeshift. Now, he wants a turn to help change the world by harnessing blockchain technology. Mike heads up LBRY’s marketing efforts and serves as an ambassador for our platform to media, investors, and the public. +
++ Brandon is the founder of B.D. Ross Law, a law firm focusing on IP concerns. He holds degrees in math, economics, engineering, and law. Brandon regularly tells Jeremy and Jimmy that he had this idea years ago. +
++ Do you think opening up information would facilitate human flourishing? + Do you want to join a bright core of people with an obsession for upending broken systems? + Say hello. + +
+Join our mailing list for updates about LBRY.
+ 'Subscribe' + ]) ?> +