diff --git a/README.md b/README.md index be263d47..a9061faa 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,6 @@ Contributions to this project are welcome, encouraged, and compensated. For more This project is MIT licensed. For the full license, see [LICENSE](LICENSE). ## Build URLs - lbry.com provides functionality for redirecting to build assets of other LBRY repos. The general structure is: `lbry.com/releases/.` @@ -55,7 +54,7 @@ Extension is used to get the release for the appropriate operating system, even | Windows | msi, exe | macOS | dmg, pkg | Linux (Debian) | deb -| Android | apk +| Android | apk The asset returned will match the latest release on the appropriate GitHub repo. diff --git a/update.php b/update.php index f8715c2f..626d479e 100755 --- a/update.php +++ b/update.php @@ -18,7 +18,8 @@ chdir(ROOT_DIR); Shell::exec('git fetch && git reset --hard origin/master'); Shell::exec('git submodule update --init'); -Shell::exec('git pull --recurse-submodules'); +// Shell::exec('git pull --recurse-submodules'); +Shell::exec('git submodule update --recursive --remote'); Shell::exec('php composer.phar install'); View::compileCss(); diff --git a/view/template/page/join-us.php b/view/template/page/join-us.php index 5796001d..9acc3bb7 100644 --- a/view/template/page/join-us.php +++ b/view/template/page/join-us.php @@ -2,7 +2,7 @@
-
+

Join Team Content Freedom

@@ -12,11 +12,6 @@

Changing the landscape of content distribution is no easy task. LBRY is growing rapidly, and we're always looking for great people to join us. If you're looking for a challenging and rewarding pursuit, if you want to work with a team that shares your passion and curiosity, you've come to the right place.

-
- LBRY Team Photo from April 2018 -
Fortunately, photo shoots are not a regular job activity.
-
-

About LBRY

Some things to know about working at LBRY:

@@ -50,7 +45,7 @@
  • A brief (30 minute max), non-technical, introductory phone call with either the CEO, CTO, or appropriate lead.
  • -

    All technical hires are required to complete compensated code contribution on the repository they'd be working on. Non-technical hires will also be asked to complete a compensated trial task after they apply and complete step 1.

    +

    All technical hires are required to complete compensated code contribution on the repository they'd be working on. Non-technical hires will also be asked to complete a compensated trial task after they apply and complete step 1.

    Issues tagged "good first issue" are suitable for this purpose, though you are welcome to work on another issue or even something not filed at all.

    @@ -70,17 +65,21 @@ - - lbry (daemon)
    - - lbryum (wallet) + Protocol Engineer good first issues - - lbry-desktop
    - - lbry-android
    - - spee.ch + Lead Application Engineer good first issues diff --git a/web/scss/pages/_ancillary.scss b/web/scss/pages/_ancillary.scss index 5236edf0..2d2c50be 100644 --- a/web/scss/pages/_ancillary.scss +++ b/web/scss/pages/_ancillary.scss @@ -104,11 +104,21 @@ p { display: inline-block; + &.join-us-fix { + margin-top: -2rem; + padding-left: 1.25rem; + } + &:not(:first-of-type) { padding-top: 0.5rem; padding-left: 1.25rem; } } + + table { + display: inline-block; + padding-left: 1.25rem; + } } } @@ -230,6 +240,14 @@ table { margin-bottom: 1rem; padding-top: 1rem; + + ul { + margin: 0 !important; padding: 0 !important; + + li { + margin: 0 !important; padding: 0 !important; + } + } } video {