Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"tightenco/jigsaw": "^1.7",
"gregwar/captcha": "^1.2",
"libresign/espeak": "dev-main",
"elaborate-code/jigsaw-localization": "dev-fix/use-package-default-locale",
"elaborate-code/jigsaw-localization": "dev-main",
"nesbot/carbon": "^3.3",
"samdark/sitemap": "^2.4"
},
Expand Down
885 changes: 448 additions & 437 deletions composer.lock

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion lang/en/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"Electronic document management": "Electronic document management",
"Electronic signature capture is a technology for signing electronic document files with a handwritten signature. The use of this technology allows for the elimination of the mailing, storage, filing, copying, and retrieval of paper documents. This will save your business time and money.": "Electronic signature capture is a technology for signing electronic document files with a handwritten signature. The use of this technology allows for the elimination of the mailing, storage, filing, copying, and retrieval of paper documents. This will save your business time and money.",
"Encrypted signatures that guarantee the integrity of your documents.": "Encrypted signatures that guarantee the integrity of your documents.",
"FAQ": "FAQ",
"Features": "Features",
"File Creation, Signature with Digital Certificate, Signature Management, Document Management, Validation, API": "File Creation, Signature with Digital Certificate, Signature Management, Document Management, Validation, API",
"Fill in the fields below with your data": "Fill in the fields below with your data",
Expand Down
1 change: 0 additions & 1 deletion lang/fr/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"Electronic document management": "Electronic document management",
"Electronic signature capture is a technology for signing electronic document files with a handwritten signature. The use of this technology allows for the elimination of the mailing, storage, filing, copying, and retrieval of paper documents. This will save your business time and money.": "Electronic signature capture is a technology for signing electronic document files with a handwritten signature. The use of this technology allows for the elimination of the mailing, storage, filing, copying, and retrieval of paper documents. This will save your business time and money.",
"Encrypted signatures that guarantee the integrity of your documents.": "Encrypted signatures that guarantee the integrity of your documents.",
"FAQ": "FAQ",
"Features": "Fonctionnalités",
"File Creation, Signature with Digital Certificate, Signature Management, Document Management, Validation, API": "File Creation, Signature with Digital Certificate, Signature Management, Document Management, Validation, API",
"Fill in the fields below with your data": "Fill in the fields below with your data",
Expand Down
1 change: 0 additions & 1 deletion lang/nb-NO/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"Electronic document management": "Electronic document management",
"Electronic signature capture is a technology for signing electronic document files with a handwritten signature. The use of this technology allows for the elimination of the mailing, storage, filing, copying, and retrieval of paper documents. This will save your business time and money.": "Electronic signature capture is a technology for signing electronic document files with a handwritten signature. The use of this technology allows for the elimination of the mailing, storage, filing, copying, and retrieval of paper documents. This will save your business time and money.",
"Encrypted signatures that guarantee the integrity of your documents.": "Krypterte signaturer som garanterer integriteten til dokumentene dine.",
"FAQ": "FAQ",
"Features": "Funksjoner",
"File Creation, Signature with Digital Certificate, Signature Management, Document Management, Validation, API": "File Creation, Signature with Digital Certificate, Signature Management, Document Management, Validation, API",
"Fill in the fields below with your data": "Fyll ut feltene nedenfor med dine data",
Expand Down
1 change: 0 additions & 1 deletion lang/pt-BR/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"Electronic document management": "Gerenciamento eletrônico de documentos",
"Electronic signature capture is a technology for signing electronic document files with a handwritten signature. The use of this technology allows for the elimination of the mailing, storage, filing, copying, and retrieval of paper documents. This will save your business time and money.": "Electronic signature capture is a technology for signing electronic document files with a handwritten signature. The use of this technology allows for the elimination of the mailing, storage, filing, copying, and retrieval of paper documents. This will save your business time and money.",
"Encrypted signatures that guarantee the integrity of your documents.": "Assinaturas criptografadas que garantem a integridade dos seus documentos.",
"FAQ": "FAQ",
"Features": "Recursos",
"File Creation, Signature with Digital Certificate, Signature Management, Document Management, Validation, API": "File Creation, Signature with Digital Certificate, Signature Management, Document Management, Validation, API",
"Fill in the fields below with your data": "Preencha os campos abaixo com seus dados",
Expand Down
2 changes: 1 addition & 1 deletion source/_layouts/footer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<a href="{{ $page->baseUrl }}#about">{{ $page->t("About")}}</a>
</li>
<li>
<a href="{{ $page->baseUrl }}frequently-questions">{{ $page->t("FAQ")}}</a>
<a href="{{ $page->baseUrl }}faq">FAQ</a>
</li>
</ul>
</div>
Expand Down
10 changes: 5 additions & 5 deletions source/frequently-questions.blade.php → source/faq.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
</div>
</section>

<section id="faq" class="ud-faq">
<section class="ud-faq">
<div class="shape">
<img src="{{ $page->baseUrl }}assets/images/faq/shape.svg" alt="shape" />
</div>
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="ud-section-title text-center mx-auto">
<span>FAQ</span>
<span>Teste</span>
<h2>{{ $page->t("Any Questions? Answered")}}</h2>
<p>
{{ $page->t("LibreSign frequently asked questions")}}
Expand All @@ -28,7 +28,7 @@
</div>

<div class="row">
@foreach($page->frequentlyQuestions as $item => $faq)
@foreach($page->frequentlyQuestions as $item => $frequentlyQuestion)
<div class="col-lg-6">
<div class="ud-single-faq wow fadeInUp" data-aos-delay=".1s">
<div class="accordion">
Expand All @@ -40,11 +40,11 @@ class="ud-faq-btn collapsed"
<span class="icon flex-shrink-0">
<i class="lni lni-chevron-down"></i>
</span>
<span>{{ $page->t($faq->question)}}</span>
<span>{{ $page->t($frequentlyQuestion->question)}}</span>
</button>
<div id="collapseOne{{$item}}" class="accordion-collapse collapse">
<div class="ud-faq-body">
{{ $page->t($faq->answer)}}
{{ $page->t($frequentlyQuestion->answer)}}
</div>
</div>
</div>
Expand Down