Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #126 from nextcloud/styling-install
Browse files Browse the repository at this point in the history
Remove AppStore Buttons / Fix Styling of the Buttons
  • Loading branch information
Jos Poortvliet authored Sep 7, 2016
2 parents a2a6250 + 699345e commit a5c89b3
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions page-install.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<i class="icon-download"></i>
</div>
<h2>1. Get Nextcloud Server</h2>
<p>Set up a server for yourself<!--, deploy to the cloud--> or find a provider:
<p>Set up a server for yourself, use our appliances or find a provider:</p>
<div class="btn-group">
<a class="btn btn-default btn-large" href="<?php echo $DOWNLOAD_SERVER_STABLE_ZIP; ?>">Download</a>
<a class="btn btn-default btn-large" href="/providers">Providers</a>
Expand All @@ -26,15 +26,9 @@
</div>
<h2>2. Sync your data</h2>
<p>Connect to your Nextcloud with our clients:</p>
<a target="_blank" href="<?php echo $DOWNLOAD_CLIENT_MOBILE_ANDROID; ?>">
<img src="<?php echo get_template_directory_uri(); ?>/assets/img/clients/buttons/googleplay.png">
</a>
<a target="_blank" href="<?php echo $DOWNLOAD_CLIENT_MOBILE_IOS; ?>">
<img src="<?php echo get_template_directory_uri(); ?>/assets/img/clients/buttons/appstore.png">
</a>
<div class="btn-group">
<a class="btn btn-default btn-lg" role="button" href="#install-clients" rel="tooltip" id="desktop" data-toggle="popover" title="Desktop Clients">Desktop Clients</a>
<a class="btn btn-default btn-lg" role="button" href="#install-clients" rel="tooltip" id="mobile" data-toggle="popover" title="Mobile Clients">More Clients</a>
<a class="btn btn-default btn-large" href="#install-clients" rel="tooltip" id="desktop" data-toggle="popover" title="Desktop Clients">Desktop Clients</a>
<a class="btn btn-default btn-large" href="#install-clients" rel="tooltip" id="mobile" data-toggle="popover" title="Mobile Clients">Mobile Clients</a>
</div>
</div>
<!--<div class="col-md-4">
Expand Down

0 comments on commit a5c89b3

Please sign in to comment.