mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-04 21:05:15 +00:00
top secret windows launch
This commit is contained in:
parent
357dccc9ad
commit
36953ee1b7
4 changed files with 15 additions and 9 deletions
|
@ -50,7 +50,7 @@ download:
|
|||
signup: LBRY is currently in invite only mode. Enter your email to join the waitlist, or your email and invite code for access.
|
||||
unavailable: LBRY is not yet out on your platform. You will receive an email as we expand LBRY to your preferred platform.
|
||||
verb: Download
|
||||
windows: Arrival is expected this month.
|
||||
windows: Download for Windows
|
||||
works: "Works with Ubuntu, Debian, or any distro with <code>apt</code> or <code>dpkg</code>."
|
||||
email:
|
||||
address: Email
|
||||
|
|
|
@ -11,7 +11,4 @@
|
|||
*/ ?>
|
||||
>{{download.osx2}}</a>
|
||||
</p>
|
||||
<p class="meta">{{download.github}}
|
||||
<a href="https://github.com/lbryio/lbry-setup/blob/master/README_OSX.md" class="link-primary">GitHub</a>.
|
||||
</p>
|
||||
</div>
|
|
@ -1,8 +1,3 @@
|
|||
<div class="notice notice-info">
|
||||
<p>{{download.unavailable}}</p>
|
||||
<?php if ($os == DownloadActions::OS_OSX): ?>
|
||||
<p>{{download.osx}}</p>
|
||||
<?php elseif ($os == DownloadActions::OS_WINDOWS): ?>
|
||||
<p>{{download.windows}}</p>
|
||||
<?php endif ?>
|
||||
</div>
|
14
view/template/download/_windows.php
Normal file
14
view/template/download/_windows.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<div class="text-center">
|
||||
<p>
|
||||
<a class="btn-alt" <?php echo $downloadUrl ? 'download' : '' ?>
|
||||
href="<?php echo $downloadUrl ?: 'https://github.com/lbryio/lbry/releases' ?>"
|
||||
<?php /*
|
||||
data-facebook-track-id="XXXXX"
|
||||
data-twitter-track-id="XXXXX"
|
||||
data-analytics-category="Sign Up"
|
||||
data-analytics-action="Download"
|
||||
data-analytics-label="OSX"
|
||||
*/ ?>
|
||||
>{{download.windows}}</a>
|
||||
</p>
|
||||
</div>
|
Loading…
Add table
Reference in a new issue