-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.blade.php
More file actions
357 lines (344 loc) · 17.6 KB
/
index.blade.php
File metadata and controls
357 lines (344 loc) · 17.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
@extends('_layouts.main')
@section('body')
<!-- ====== Princiapl Banner Start ====== -->
<section class="ud-hero" id="home">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="ud-hero-content wow fadeInUp" data-aos-delay=".2s">
<h1 class="ud-hero-title">
{{ $page->t( "Simplify your digital signatures and document management safely and efficiently") }}
</h1>
<p class="ud-hero-desc">
{{ $page->t("Easily create, send, sign and track all your contracts in one place") }}
</p>
<ul class="ud-hero-buttons">
<li>
<a href="{{ $page->baseUrl . locale_path($page, 'contact-us') }}" class="ud-main-btn ud-white-btn mt-1">
{{ $page->t('Talk to sales') }}
</a>
</li>
</ul>
</div>
<div class="ud-hero-image wow fadeInUp" data-aos-delay=".25s">
<img src="{{ $page->baseUrl }}assets/images/print_main_screen.png" alt="print_main_screen"/>
<img
src="{{ $page->baseUrl }}assets/images/dotted-shape.svg"
alt="shape"
class="shape shape-1"
/>
<img
src="{{ $page->baseUrl }}assets/images/dotted-shape.svg"
alt="shape"
class="shape shape-2"
/>
</div>
</div>
</div>
</div>
</section>
<!-- ====== Princiapl Banner End ====== -->
<!-- ====== Features Start ====== -->
<section id="features" class="ud-features">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="ud-section-title">
<span>{{ $page->t("Features")}}</span>
<h2>{{ $page->t("Main features")}}</h2>
<p>
{{ $page->t("Beyond offering agility and security in digital signatures and document management, LibreSign features functionalities that adapt to the specific needs of your organization.") }}
</p>
</div>
</div>
</div>
<div class="row">
@foreach ($page->getFromCategory('features') as $item)
<div class="col-xl-3 col-lg-3 col-sm-6">
<div class="ud-single-feature wow fadeInUp" data-aos-delay=".1s">
<div class="ud-feature-icon">
<i class="lni lni-{{ $item['icon'] }}"></i>
</div>
<div class="ud-feature-content">
<div class="size-box-feature">
<h3>
<a class="ud-feature-title ud-feature-link fs-5 fw-bold" href="{{ $item['url'] }}">{{ $page->t($item['title']) }}</a>
</h3>
<p class="ud-feature-desc">{{ $page->t($item['description']) }}</p>
</div>
<div>
<a class="ud-main-btn" href="{{ $item['url'] }}">{{ $page->t("Learn more")}}</a>
</div>
</div>
</div>
</div>
@endforeach
</div>
</div>
</section>
<!-- ====== Features End ====== -->
<!-- ====== About Start ====== -->
<section id="about" class="ud-about">
<div class="container">
<div class="ud-about-wrapper wow fadeInUp" data-aos-delay=".2s">
<div class="ud-about-content-wrapper">
<div class="ud-about-content">
<span class="tag">{{ $page->t("About Us")}}</span>
<h2>{{ $page->t("The perfect tool to manage the signature flow of your documents")}}</h2>
<p>
{{ $page->t("LibreSign is a web application for electronic signatures (e-Sign) developed by the LibreCode cooperative (Brazilian cooperative specialized in free software development). Its development began at the beginning of 2020, in the midst of the pandemic, when people and companies were migrating their physical documentation to digital, and then there was a need to develop a web solution that could offer the possibility of signing documents, contracts and proposals online with security and agility.")}}
</p>
<p>
{{ $page->t("We use PKI technology to generate digital certificate keys. LibreSign is open source (and always will be), which allows it to be audited and customized for various needs and integrated with any system and, of course, maintained by the community.") }}
</p>
{{-- <a href="javascript:void(0)" class="ud-main-btn">Learn More</a> --}}
</div>
</div>
<div class="ud-about-image">
<img src="{{ $page->baseUrl }}assets/images/about/about-image.svg" alt="about-image" />
</div>
</div>
</div>
</section>
<!-- ====== About End ====== -->
@include('_partials/testimonial_card')
<!-- ====== Target Audience Start ====== -->
<section id="target_audience" class="ud-about">
<div class="container bg-white p-5 cards-one-below-the-other">
<div class="row">
<div class="col-lg-12">
<div class="ud-section-title text-center mx-auto">
<h3 class="card-title fs-4 fw-bold">{{ $page->t("Target audience")}}</h3>
</div>
</div>
</div>
<div class="row text-center">
<div class="col-4 text-card">
<div class="cards-target-audience">
<h5 class="mb-3 text-white fs-5 fw-bold">{{ $page->t("Public sector")}}</h5>
<hr class="mb-3 border border-2 opacity-50 rounded-pill">
<p class="text-white">
{{ $page->t("Optimize document management in the public sector with LibreSign. Our solution provides effective administration to handle specific government documentation, ensuring security, speed, and strict compliance with the General Data Protection Law (GDPR). Simplify bureaucratic processes, expedite document signing, and promote more efficient management with LibreSign for the public sector.") }}
</p>
</div>
</div>
<div class="col-4 text-card">
<div class="cards-target-audience">
<h5 class="mb-3 text-white fs-5 fw-bold">{{ $page->t("Education")}}</h5>
<hr class="mb-3 border border-2 opacity-50 rounded-pill">
<p class="text-white">
{{$page->t("LibreSign is the ideal choice for educational institutions looking to enhance their document processes with legal validity. Simplify the signing of contracts, authorizations, and other essential documents for academic administration. Promote effective document management, providing a streamlined and modern experience for students, teachers, and administrative staff.")}}
</p>
</div>
</div>
<div class="col-4 text-card">
<div class="cards-target-audience">
<h5 class="mb-3 text-white fs-5 fw-bold">{{ $page->t("Private companies")}}</h5>
<hr class="mb-3 border border-2 opacity-50 rounded-pill">
<p class="text-white">
{{ $page->t("Our electronic signature and document management solution streamline workflows, reducing time spent on manual processes. Achieve greater productivity, promote document security, and ensure compliance with the General Data Protection Law (GDPR), providing an agile experience for your clients and collaborators.") }}
</p>
</div>
</div>
</div>
</div>
</section>
<!-- ====== Start Importance of digital signature ====== -->
<section id="features" class="ud-features">
<div class="container">
<h3 class="mb-5">{{ $page->t('Did you know that digital signature is the safest and most efficient way to validate electronic documents?') }}</h3>
<div class="row justify-content-md-center">
<div class="col-lg-6 mb-4">
<p>{{ $page->t("By using digital certificates issued by a Certification Authority, it is possible to ensure the signer's identity and the document's integrity. Physical signatures can be forged, compromising the validity of your documents. However, digital signatures, regulated by Provisional Measure No. 2.200-2/2001, provide the necessary security to protect the authenticity and legal validity of your documents.") }}</p>
<h4 class="mb-3 mt-4">{{ $page->t('Transform your processes with more security and efficiency') }}</h4>
<div class="row justify-content-md-center">
<div class="col-lg-6 mb-2 d-flex justify-content-center">
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="me-2 card-title"><i class="lni lni-protection"></i> {{ $page->t('Security') }}</h5>
<p class="card-text">{{ $page->t('Encrypted signatures that guarantee the integrity of your documents.') }}</p>
</div>
</div>
</div>
<div class="col-lg-6 mb-2 d-flex justify-content-center">
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title"><i class="lni lni-dashboard"></i> {{ $page->t('Speed') }}</h5>
<p class="card-text">{{ $page->t('Sign and send documents in seconds, from anywhere in the world.') }}</p>
</div>
</div>
</div>
<div class="col-lg-6 d-flex justify-content-center">
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title"><i class="lni lni-sprout"></i> {{ $page->t('Sustainability') }}</h5>
<p class="card-text">{{ $page->t('Contribute to a greener world by eliminating the use of paper.') }}</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<img src="{{ $page->baseUrl }}assets/images/mobile_libresign.png" alt="print_main_screen"/>
</div>
<div class="col-lg-12 d-flex justify-content-center mt-5">
<a href="{{ $page->baseUrl . locale_path($page, 'contact-us') }}contact-us" class="ud-main-btn ud-border-btn">
{{ $page->t('Talk to sales') }}
</a>
</div>
</div>
</div>
</section>
<!-- ====== End Importance of digital signature ====== -->
<!-- ====== FAQ Start ====== -->
<section id="faq" 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>
<h2>{{ $page->t("Any Questions? Answered")}}</h2>
<p>
{{ $page->t("LibreSign frequently asked questions")}}
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<div class="ud-single-faq wow fadeInUp" data-aos-delay=".1s">
<div class="accordion">
<button
class="ud-faq-btn collapsed"
data-bs-toggle="collapse"
data-bs-target="#collapseOne"
>
<span class="icon flex-shrink-0">
<i class="lni lni-chevron-down"></i>
</span>
<span>{{ $page->t("Why LibreSign?")}}</span>
</button>
<div id="collapseOne" class="accordion-collapse collapse">
<div class="ud-faq-body">
{{ $page->t("LibreSign allows documents to be signed securely and with legal validity, since the system generates hashing - an algorithm that ensures that the file has not been altered after being signed - as well as numbers and records the times of each signature carried out in the document. In this way, the system meets all the requirements of the GDPR - General Data Protection Law.")}}
</div>
</div>
</div>
</div>
<div class="ud-single-faq wow fadeInUp" data-aos-delay=".15s">
<div class="accordion">
<button
class="ud-faq-btn collapsed"
data-bs-toggle="collapse"
data-bs-target="#collapseTwo"
>
<span class="icon flex-shrink-0">
<i class="lni lni-chevron-down"></i>
</span>
<span>{{ $page->t("What is electronic signature capture?")}}</span>
</button>
<div id="collapseTwo" class="accordion-collapse collapse">
<div class="ud-faq-body">
{{ $page->t("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.")}}
</div>
</div>
</div>
</div>
<div class="ud-single-faq wow fadeInUp" data-aos-delay=".2s">
<div class="accordion">
<button
class="ud-faq-btn collapsed"
data-bs-toggle="collapse"
data-bs-target="#collapseThree"
>
<span class="icon flex-shrink-0">
<i class="lni lni-chevron-down"></i>
</span>
<span>
{{ $page->t("What are the key features of LibreCode signature pads?")}}
</span>
</button>
<div id="collapseThree" class="accordion-collapse collapse">
<div class="ud-faq-body">
{{ $page->t("File Creation, Signature with Digital Certificate, Signature Management, Document Management, Validation, API")}}
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="ud-single-faq wow fadeInUp" data-aos-delay=".1s">
<div class="accordion">
<button
class="ud-faq-btn collapsed"
data-bs-toggle="collapse"
data-bs-target="#collapseFour"
>
<span class="icon flex-shrink-0">
<i class="lni lni-chevron-down"></i>
</span>
<span>
{{ $page->t("Is a digital signature the same as a digitized signature?")}}
</span>
</button>
<div id="collapseFour" class="accordion-collapse collapse">
<div class="ud-faq-body">
{{ $page->t("No. The digitized signature is the reproduction of the handwritten signature as an image using scanner-type. It does not guarantee the authorship and of the electronic document, as there is no association between the signer and the text, as it can be easily copied and inserted another document.")}}
</div>
</div>
</div>
</div>
<div class="ud-single-faq wow fadeInUp" data-aos-delay=".15s">
<div class="accordion">
<button
class="ud-faq-btn collapsed"
data-bs-toggle="collapse"
data-bs-target="#collapseFive"
>
<span class="icon flex-shrink-0">
<i class="lni lni-chevron-down"></i>
</span>
<span>
{{ $page->t("What is the name of the company that LibreSign was developed by?")}}
</span>
</button>
<div id="collapseFive" class="accordion-collapse collapse">
<div class="ud-faq-body">
{{ $page->t("LibreCode, a Brazilian cooperative of free software developers.")}}
</div>
</div>
</div>
</div>
{{-- <div class="ud-single-faq wow fadeInUp" data-aos-delay=".2s">
<div class="accordion">
<button
class="ud-faq-btn collapsed"
data-bs-toggle="collapse"
data-bs-target="#collapseSix"
>
<span class="icon flex-shrink-0">
<i class="lni lni-chevron-down"></i>
</span>
<span>Where and how to host this template?</span>
</button>
<div id="collapseSix" class="accordion-collapse collapse">
<div class="ud-faq-body">
Lorem Ipsum is simply dummy text of the printing and
typesetting industry. Lorem Ipsum has been the industry's
standard dummy text ever since the 1500s, when an unknown
printer took a galley of type and scrambled it to make a
type specimen book.
</div>
</div>
</div>
</div> --}}
</div>
</div>
</div>
</section>
<!-- ====== FAQ End ====== -->
@include('_partials/contact_form')
@endsection