Skip to content

Commit

Permalink
add headings for slides
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <[email protected]>
  • Loading branch information
szaimen committed May 12, 2023
1 parent 10f0235 commit 108de7b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export default {
font-size: 14px;
}
}
.content-final {
.page-final {
h3 {
background-position: 0;
background-size: 16px 16px;
Expand Down Expand Up @@ -324,7 +324,7 @@ export default {
}
}
&.content-final {
&.page-final {
padding-bottom: 50px;
}
}
Expand Down
3 changes: 3 additions & 0 deletions templates/page.apps.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
*/
?>
<div class="page" data-title="<?php p($l->t('Extend your cloud')); ?>" data-subtitle="">
<div class="content content-apps">
<h2><?php p($l->t('Extend with apps')); ?></h2>
</div>
<div class="image"><img src="<?php p(image_path('firstrunwizard', 'appstore.svg')); ?>" /></div>
<div class="description">
<p><?php p($l->t('Find more than 100 apps in the Nextcloud App Store to customize your cloud:')); ?></p>
Expand Down
1 change: 1 addition & 0 deletions templates/page.clients.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

<div class="page" data-title="<?php p($l->t('Stay in sync')); ?>" data-subtitle="">
<div class="content content-clients">
<h2><?php p($l->t('Connect with desktop and mobile')); ?></h2>
<p><?php p($l->t('Nextcloud gives you access to your files wherever you are.')); ?><br />
<?php p($l->t('Our easy to use desktop and mobile clients are available for all major platforms at zero cost!')); ?></p>
<div class="description-block">
Expand Down
5 changes: 4 additions & 1 deletion templates/page.final.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
*/
?>

<div class="page content-final" data-title="<?php p($l->t('Get help')); ?>" data-subtitle="">
<div class="page page-final" data-title="<?php p($l->t('Get help')); ?>" data-subtitle="">
<div class="content content-final">
<h2><?php p($l->t('Get support or participate')); ?></h2>
</div>
<div class="description">
<div class="description-block">
<h3 class="icon-user"><?php p($l->t('Start contributing')); ?></h3>
Expand Down
1 change: 1 addition & 0 deletions templates/page.values.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

<div class="page" data-title="<?php p($l->t('A safe home for all your data')); ?>" data-subtitle="">
<div class="content content-values">
<h2><?php p($l->t('Our values')); ?></h2>
<p>
<?php p($l->t('Nextcloud puts your data at your fingertips, under your control. Store your documents, calendar, contacts and photos on a server in your company, at home, at one of our providers or in a data center you know.')); ?>
</p>
Expand Down

0 comments on commit 108de7b

Please sign in to comment.