mirror of
https://github.com/24eme/signaturepdf
synced 2026-03-14 13:55:44 +01:00
Formatting the homepage blocks
This commit is contained in:
parent
3f1242f046
commit
f80d5764ee
2 changed files with 16 additions and 5 deletions
|
|
@ -21,6 +21,10 @@
|
|||
z-index: 10000;
|
||||
}
|
||||
|
||||
#search_tools::placeholder {
|
||||
opacity: 0.65;
|
||||
}
|
||||
|
||||
#modalFichier {
|
||||
z-index: 10001;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="row justify-content-center mt-2">
|
||||
<div class="col-lg-4 col-md-10 col-sm-12 mt-4">
|
||||
<div class="col-lg-5 col-md-10 col-sm-12 mt-4">
|
||||
<div class="card shadow-sm">
|
||||
<a tabindex="-1" href="<?php echo $REVERSE_PROXY_URL; ?>/signature" class="card-header text-body-secondary link-underline link-underline-opacity-0"><?php echo _("Sign") ?></a>
|
||||
<div class="list-group list-group-flush">
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-4 col-md-10 col-sm-12 mt-4">
|
||||
<div class="col-lg-5 col-md-10 col-sm-12 mt-4">
|
||||
<div class="card shadow-sm">
|
||||
<a tabindex="-1" href="<?php echo $REVERSE_PROXY_URL; ?>/organization" class="card-header text-body-secondary link-underline link-underline-opacity-0"><?php echo _("Organize") ?></a>
|
||||
<div class="list-group list-group-flush">
|
||||
|
|
@ -49,18 +49,25 @@
|
|||
<a href="<?php echo $REVERSE_PROXY_URL; ?>/organization" class="list-group-item list-group-item-action"><i class="bi bi-arrows-move"></i> <?php echo _("Reorder pages") ?></a>
|
||||
<a href="<?php echo $REVERSE_PROXY_URL; ?>/organization" class="list-group-item list-group-item-action"><i class="bi bi-download"></i> <?php echo _("Extract pages") ?></a>
|
||||
<a href="<?php echo $REVERSE_PROXY_URL; ?>/organization" class="list-group-item list-group-item-action"><i class="bi bi-arrow-clockwise"></i> <?php echo _("Rotate pages") ?></a>
|
||||
<a href="<?php echo $REVERSE_PROXY_URL; ?>/organization" class="list-group-item list-group-item-action position-relative"><i class="bi bi-rulers"></i> <?php echo _("Change or standardize the paper size") ?></a>
|
||||
<a href="<?php echo $REVERSE_PROXY_URL; ?>/organization" class="list-group-item list-group-item-action position-relative"><i class="bi bi-rulers"></i> <?php echo _("Change or standardize the paper size") ?><span class="badge rounded-pill text-dark border border-dark position-absolute top-50 end-0 translate-middle-y me-3"><?php echo _("New") ?></span></a>
|
||||
<a href="<?php echo $REVERSE_PROXY_URL; ?>/organization" class="list-group-item list-group-item-action"><i class="bi bi-trash"></i> <?php echo _("Delete pages") ?></a>
|
||||
<a href="<?php echo $REVERSE_PROXY_URL; ?>/organization#booklet" class="list-group-item list-group-item-action position-relative"><i class="bi bi-book"></i> <?php echo _("Generate a booklet") ?><span class="badge rounded-pill text-dark border border-dark position-absolute top-50 end-0 translate-middle-y me-3"><?php echo _("New") ?></span></a>
|
||||
<a href="<?php echo $REVERSE_PROXY_URL; ?>/organization" class="list-group-item list-group-item-action position-relative"><i class="bi bi-images"></i> <?php echo _("Convert images to PDF") ?><span class="badge rounded-pill text-dark border border-dark position-absolute top-50 end-0 translate-middle-y me-3"><?php echo _("New") ?></span></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-4 col-md-10 col-sm-12 mt-4">
|
||||
<div class="col-lg-5 col-md-10 col-sm-12 mt-4">
|
||||
<div class="card shadow-sm">
|
||||
<div class="card-header text-body-secondary"><?php echo _("Metadata & Optimize") ?></div>
|
||||
<a tabindex="-1" href="<?php echo $REVERSE_PROXY_URL; ?>/metadata" class="card-header text-body-secondary link-underline link-underline-opacity-0"><?php echo _("Metadata") ?></a>
|
||||
<div class="list-group list-group-flush">
|
||||
<a href="<?php echo $REVERSE_PROXY_URL; ?>/metadata" class="list-group-item list-group-item-action"><i class="bi bi-tags"></i> <?php echo _("Add, edit, or remove metadata from a PDF") ?></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-5 col-md-10 col-sm-12 mt-4">
|
||||
<div class="card shadow-sm">
|
||||
<a tabindex="-1" href="<?php echo $REVERSE_PROXY_URL; ?>/compress" class="card-header text-body-secondary link-underline link-underline-opacity-0"><?php echo _("Compress") ?></a>
|
||||
<div class="list-group list-group-flush">
|
||||
<a href="<?php echo $REVERSE_PROXY_URL; ?>/compress" class="list-group-item list-group-item-action"><i class="bi bi-chevron-bar-contract"></i> <?php echo _("Compress and reduce the size of a PDF") ?></a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue