From: Frank Karlitschek Date: Sat, 9 Feb 2013 08:13:11 +0000 (+0100) Subject: add the buttons for the clients to the personal page. X-Git-Tag: v5.0.0alpha1~23^2~4 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9bd45b26a5db6d97ee58586aed50c12c8a34d8f9;p=nextcloud-server.git add the buttons for the clients to the personal page. Useful and prettier --- diff --git a/core/img/appstore.png b/core/img/appstore.png new file mode 100644 index 00000000000..009b2b51b98 Binary files /dev/null and b/core/img/appstore.png differ diff --git a/core/img/desktopapp.png b/core/img/desktopapp.png new file mode 100644 index 00000000000..182ddd2cf18 Binary files /dev/null and b/core/img/desktopapp.png differ diff --git a/core/img/desktopapp.svg b/core/img/desktopapp.svg new file mode 100644 index 00000000000..93d91e461a6 --- /dev/null +++ b/core/img/desktopapp.svg @@ -0,0 +1,100 @@ + +image/svg+xml + + +Desktop app +Windows, OS X, Linux + \ No newline at end of file diff --git a/core/img/googleplay.png b/core/img/googleplay.png new file mode 100644 index 00000000000..2d9ad629608 Binary files /dev/null and b/core/img/googleplay.png differ diff --git a/settings/css/settings.css b/settings/css/settings.css index 9dd17daaeb7..a767ba41655 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -75,3 +75,8 @@ table.shareAPI td { padding-bottom: 0.8em; } /* HELP */ .pressed {background-color:#DDD;} + +.clientsbox { margin:12px; text-align:center; } +.clientsbox h1 { font-size:40px; font-weight:bold; margin:50px 0 20px; } +.clientsbox h2 { font-size:20px; font-weight:bold; margin:35px 0 10px; } + diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 6ccb607e632..078328442e3 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -8,12 +8,31 @@

t('You have used %s of the available %s', array($_['usage'], $_['total_space']));?>

-
- t('Clients');?> - t('Download Desktop Clients');?> - t('Download Android Client');?> - t('Download iOS Client');?> -
+ + +
+

t('Get the apps to sync your files');?>

+ + + + + + + + + +
+ + + + +
t('Show First Run Wizard again');?>
+ +