-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
701 lines (596 loc) · 37.5 KB
/
index.html
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
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
<!DOCTYPE html>
<html lang="en">
<!-- =======================================================
* Author: Sahar FRIKHA
* LinkedIn: https://www.linkedin.com/in/sahar-frikha-873585176/
* GitHub: https://github.com/sahar-frikha
======================================================== -->
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>UniQ Soft Technology</title>
<meta content="" name="descriptison">
<meta content="" name="keywords">
<!-- Recaptcha -->
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Raleway:300,400,500,700,800|Montserrat:300,400,700" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet">
<link href="assets/vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Reveal - v2.1.0
* Template URL: https://bootstrapmade.com/reveal-bootstrap-corporate-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Top Bar ======= -->
<section id="topbar" class="d-none d-lg-block">
<div class="container clearfix">
<div class="contact-info float-left">
<i class="fa fa-envelope-o"></i> <a href="mailto:[email protected]">[email protected]</a>
<i class="fa fa-phone"></i> +41227864444
<i class="fa fa-phone"></i> +21671965699
<i class="icofont-presentation-alt"></i> <a href="http://185.48.228.138:8080/UniQ_Financial-Web/login" target="_blank">Demonstration</a>
<i class="icofont-police-van"></i> <a href="https://www.uniqfst.com/ClientPortal/loginform.php" target="_blank">Support</a>
</div>
<div class="social-links float-right">
<a href="https://twitter.com/soft_uniq" class="twitter" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/UniQ-Soft-Technology-109684507340968/?modal=admin_todo_tour" class="facebook" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="https://www.instagram.com/uniqfstch/?hl=fr" class="instagram" target="_blank"><i class="fa fa-instagram"></i></a>
<a href="https://www.youtube.com/channel/UCUGR-rRq1sdDHvA6din4nQA" class="google-plus" target="_blank"><i class="fa fa-youtube-play"></i></a>
<a href="https://www.linkedin.com/company/uniq-soft-technology/" target="_blank" class="linkedin"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</section><!-- End Top Bar-->
<!-- ======= Header ======= -->
<header id="header">
<div class="container">
<div id="logo" class="pull-left">
<a href="index.html" class="logo mr-auto"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>
</div>
<div id="logo" class="pull-left">
<ul class="nav-menu">
<li class="logo mr-auto"><a href="index.html">Uni<span>Q</span> Soft Technology</a></li>
</ul>
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li class="menu-active"><a href="#about">Home</a></li>
<li class="menu-has-children"><a href="Solutions.html">Solutions</a>
<ul>
<li><a href="UniQCore.html">UniQ Core</a></li>
<li><a href="CostAccounting.html">Cost Accounting</a></li>
<li><a href="GeneralLedger.html">General Ledger</a></li>
<li><a href="RegulatoryEngine.html">Regulatory Engine</a></li>
<li><a href="FinancialConsolidation.html">Financial Consolidation</a></li>
<li><a href="AccountsPayables.html">Accounts Payables</a></li>
<li><a href="AccountsReceivables.html">Accounts Receivables</a></li>
<li><a href="FixedAssets.html">Fixed Assets</a></li>
<li><a href="InventoryManagement.html">Inventory Management</a></li>
<li><a href="UniQSalaryWages.html">Salary & Wages</a></li>
<li><a href="UniQHumanResources.html">Human Resources</a></li>
<li><a href="UniQTreasury.html">Treasury</a></li>
<li><a href="MultiCompany.html">Multi-Company</a></li>
</ul>
</li>
<li class="menu-has-children"><a href="Services.html">Services</a>
<ul>
<li><a href="Services.html">Management Consulting</a></li>
<li><a href="Services.html">Business Consulting</a></li>
<li><a href="Services.html">Technical Consulting</a></li>
<li><a href="Services.html">Knowledge Transfer</a></li>
<li><a href="Services.html">Project Management</a></li>
<li><a href="https://www.uniqfst.com/ClientPortal/loginform.php">Help Desk & Support</a></li>
</ul>
</li>
<li><a href="WhyUniQ.html">Why UniQ</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#faq">News</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav><!-- #nav-menu-container -->
</div>
</header><!-- End Header -->
<!-- ======= Intro Section ======= -->
<section id="intro">
<div class="intro-content">
<h2>UniQ, <span>Transforming</span><br> Accounting Processes</h2>
<div>
<a href="#solutions" class="btn-get-started scrollto">Our Solutions</a>
<a href="#services1" class="btn-projects scrollto">Our Services</a>
</div>
</div>
<div id="intro-carousel" class="owl-carousel">
<div class="item" style="background-image: url('assets/img/intro-carousel/1.jpg');"></div>
<div class="item" style="background-image: url('assets/img/intro-carousel/2.jpg');"></div>
<div class="item" style="background-image: url('assets/img/intro-carousel/3.jpg');"></div>
<div class="item" style="background-image: url('assets/img/intro-carousel/4.jpg');"></div>
<div class="item" style="background-image: url('assets/img/intro-carousel/5.jpg');"></div>
</div>
</section><!-- End Intro Section -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container">
<div class="row no-gutters">
<div class="col-lg-6 video-box">
<img src="assets/img/about-img.jpg" class="img-fluid" alt="">
<a href="assets/img/uniq3.gif" class="venobox play-btn mb-4" data-vbtype="img" data-autoplay="true"></a>
</div>
<div class="col-lg-6 content">
<h3>UniQ Financial : an Integrated view of your Business Processes, Financial Positions, and performance in real time, at an effective cost.</h3>
<h4>We provide :</h4>
<ul>
<li><i class="ion-android-checkmark-circle"></i>Skills and expertise to help Financial Institutions better use their Core banking Systems, and kill all the pains.</li>
<li><i class="ion-android-checkmark-circle"></i>A set of ready-made solutions, built around UniQ Technology to help Financial Institutions increasing process automation, and gain efficiency.</li>
</ul>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= solutions Section ======= -->
<section id="solutions">
<div class="container">
<div class="section-header">
<h2>Solutions</h2><h5><a href="http://185.48.228.138:8080/UniQ_Financial-Web/login" target="_blank"><b>UniQ Financial Demo</b></a></h5>
<p>UniQ Financial Solutions aims to maximize automated processes. Consequently, it spares Accountants more time for controlling, analyzing, and forecasting financial information, rather than performing non-value adding tasks.<br>
UniQ Financial includes a General Ledger, An Analytic Ledger, A Regulatory Ledger, Group Ledger, and Sub ledger Solutions. All built around a Rule-Based Accounting Engine, which is able to address contemporary accounting challenges such as multi Gaaps, multi-currency, and multi-companies Accounting.
</p>
</div>
<div class="row">
<div class="col-lg-6">
<div class="box wow fadeInLeft">
<div class="icon"><i class="fa icofont-architecture-alt"></i></div>
<h4 class="title"><a href="UniQCore.html">UniQ Core</a></h4>
<p class="description">UniQ Core is at the heard of UniQ Financial Solutions. It includes Integration & Process Management Tools, referential data, and the rule based accounting engine. UniQ Core is able to address any accounting issues such as MutiGaaps accounting, Provisions, Revaluation, Derivatives and several other specific operations.</p>
</div>
</div>
<div class="col-lg-6">
<div class="box wow fadeInRight">
<div class="icon"><i class="fa icofont-book-alt"></i></div>
<h4 class="title"><a href="GeneralLedger.html">General Leger</a></h4>
<p class="description">UniQ General Ledger provides a holistic view of all accounting data whether gathered from external systems or generated internally by UniQ. It provides such standard accounting reports such as Journal, Trial Balance and Account Statement, as well as an integrated reporting system.</p>
</div>
</div>
<div class="col-lg-6">
<div class="box wow fadeInLeft" data-wow-delay="0.2s">
<div class="icon"><i class="fa icofont-abc"></i></div>
<h4 class="title"><a href="CostAccounting.html">Cost Accounting</a></h4>
<p class="description">UniQ Cost Accounting is an Analytic Ledger that serves both : Department Costing, and Activity Based Costing Methods. UniQ Multi-Level allocation Engine and Transfer Pricing functions provide analytic journal entries in the MIS data base. The latter one is used as the single source for MIS Reports.</p>
</div>
</div>
<div class="col-lg-6">
<div class="box wow fadeInRight" data-wow-delay="0.2s">
<div class="icon"><i class="fa icofont-bank-alt"></i></div>
<h4 class="title"><a href="RegulatoryEngine.html">Regulatory Engine</a></h4>
<p class="description">UniQ Regulatory Engine gathers financial data from UniQ General Ledger and other external Sources. It provides a single source of data for Regulatory Reporting. The Data source can be integrated with Risk Management Systems, Business Intelligence Tools, Excel, or any other Reporting system.</p>
</div>
</div>
<div class="col-lg-6">
<div class="box wow fadeInRight" data-wow-delay="0.2s">
<div class="icon"><i class="fa icofont-briefcase-1"></i></div>
<h4 class="title"><a href="FinancialConsolidation.html">Financial Consolidation</a></h4>
<p class="description">UniQ Financial Consolidation aggregates and produces group financial statements in Multi Gaap. It is based on UniQ Multi-Company where every business unit has its referential data, accounting rules, and Currency and UniQ General Ledger that maintains accounting books for different entities.<br> <br></p>
</div>
</div>
<div class="col-lg-6">
<div class="box wow fadeInRight" data-wow-delay="0.2s">
<div class="icon"><i class="fa icofont-handshake-deal"></i></div>
<h4 class="title"><a href="Solutions.html">Sub-Ledger</a></h4>
<p class="description">UniQ Su-Ledger includes Accounts Payable, Accounts Receivable, Fixed Asset, Inventory Management, Payroll, Human Resources, and the Treasury system that centralizes all In and Out payment, thereby providing one single timewise view of cash position in various currencies. All Sub-Ledger Modules can be deployed in Multi Entities.</p>
</div>
</div>
</div>
</div>
</section><!-- End Services Section -->
<!-- ======= Services Section ======= -->
<section id="services1" class="services1 section-bg">
<div class="container">
<div class="section-header" data-aos="fade-up">
<h2>Services</h2><h5><a href="https://www.uniqfst.com/ClientPortal/loginform.php" target="_blank"><b>UniQ Help Desk</b></a></h5>
<p>In support of UniQ Soft Technology, we provide a large range of services to help Financial Institutions optimize their Information Systems. We facilitate implementation of organization changes & conduct process reviews, and offer Business Consulting with Core Banking, Financial & Management Accounting, Statuary & Regulatory Reporting, as well as IFRS & Taxes. We also provide technology consulting, performance optimization, specific customization, as well as Training and help desk support.</p>
</div>
<div class="row">
<div class="col-lg-6">
<div class="box wow fadeInLeft">
<div class="icon"><i class="fa icofont-people"></i></div>
<h4 class="title"><a href="Services.html">Management Consulting</a></h4>
<p class="description">Our Management Consultants can help in any of the following areas: Change Management, including assistance in the implementation of new Core banking or Accounting System, Business Process Review. This includes the assessment of existing processes in terms of efficiency, cost and risk in order to replace then? them? by new and much more effective processes. In the area of Finance, our services include Accounting for derivatives, IFRS compliances, Multi Gaap Accounting and Reporting, Multi-Currency Accounting, Taxes, Activity Based Costing, reconciliation, and any other Finance issue.</p><br>
</div>
</div>
<div class="col-lg-6">
<div class="box wow fadeInRight">
<div class="icon"><i class="fa icofont-user-suited"></i></div>
<h4 class="title"><a href="Services.html">Business Consulting</a></h4>
<p class="description">Our Business Consultants are highly skilled in both Core Banking and ERP Systems. In Banking we help our Customer optimize their Core systems, we provide them with knowledge and expertise in various areas such as Retail, Corporate, Private Wealth Management, and Investment, Payment, and Islamic Banking. In ERP we help our customers implementing our UniQ Solution, its integration within their own Financial Information Systems. We cover the full implementation life cycle, from Project Management, Business, Analysis, Solution Design, Testing, training, go live, to onsite support.
</p>
</div>
</div>
<div class="col-lg-6">
<div class="box wow fadeInLeft" data-wow-delay="0.2s">
<div class="icon"><i class="fa icofont-under-construction"></i></div>
<h4 class="title"><a href="Services.html">Technical Consulting</a></h4>
<p class="description">Our Technical Consultants can help in any of the following areas: Banking, including technical analysis, customization, specific solution design & development, testing, Integration, Performance, and Support. Our financial services include technical analysis, Customizations, specific Solution Design & Development, testing, Integration, and Support. Interface, as well as Payments, Accounting, CRM, Business Intelligence Tools, Data Warehouse, and any other connections between different solutions. </p><br><br><br><br>
</div>
</div>
<div class="col-lg-6">
<div class="box wow fadeInRight" data-wow-delay="0.2s">
<div class="icon"><i class="fa icofont-education"></i></div>
<h4 class="title"><a href="Services.html">Knowledge Transfer</a></h4>
<p class="description">Training can be provided either at UniQ Soft technology Premises or on the client's premises or at any other suitable location. Functional training is designed for end users, it includes banking operations such as Core, Retail, Islamic, Private wealth and corporate banking, as well as support areas such as Financial Accounting, Statuary and Regultaory Reporting, Cost Accounting, Sub Ledger Accounting, etc. Technical training is designed to cater to the needs of administrators and the IT department personnel, it includes system installation, upgrades, security, Interfaces, Performances, end of period processing, etc. We provide both, standard and bespoke training. </p>
</div>
</div>
</div>
</div>
</section><!-- End Services Section -->
<!-- ======= Clients Section ======= -->
<section id="clients" class="wow fadeInUp">
<div class="container">
<div class="section-header">
<h2>Customers</h2>
<p>Our UniQ Value Proposition is, a front to end enterprise management and accounting system. The overall aim is to Improve management processes which are fully automated based on a reliable internal control mechanism. Accountants are freed from the monotonous repetitive book-keeping and tax calculation tasks, by making them fully automated, based on a solid audit trail system. This provides accurate and reliable financial Information, based on a set of flexible accounting rules and multiple Gaaps.</p>
</div>
<div class="owl-carousel clients-carousel">
<img src="assets/img/clients/client-1.png" alt="">
<img src="assets/img/clients/client-2.png" alt="">
<img src="assets/img/clients/client-4.png" alt="">
<img src="assets/img/clients/client-5.png" alt="">
<img src="assets/img/clients/client-6.png" alt="">
<img src="assets/img/clients/client-7.png" alt="">
<img src="assets/img/clients/client-8.png" alt="">
<img src="assets/img/clients/client-14.png" alt="">
</div>
</div>
</section>
<section id="clients" class="wow fadeInUp">
<div class="container">
<div class="section-header">
<h2>Partners </h2>
<p>UniQ Soft Technology works with multiple partners in many countries. All partner consultants technical and functional are trained and certified with our products. Partners can be engaged in implementation projects?</p>
</div>
<div class="owl-carousel clients-carousel">
<img src="assets/img/clients/client-11.png" alt="">
<a href="http://www.targa-consult.com/" target="_blank"><img src="assets/img/clients/client-12.png" alt=""></a>
<a href="https://www.banktechsoftware.com/" target="_blank"><img src="assets/img/clients/client-13.png" alt=""></a>
<a href="https://www.temenos.com/" target="_blank"><img src="assets/img/clients/client-14.png" alt=""></a>
<a href="https://www.syncordisconsulting.com/" target="_blank"><img src="assets/img/clients/client-15.png" alt=""></a>
<a href="https://www.edwards.com/gb/devices/Hemodynamic-Monitoring/clearsight" target="_blank"><img src="assets/img/clients/client-16.png" alt=""></a>
<img src="assets/img/clients/client-17.png" alt="">
<a href="https://www.linkedin.com/company/quantum-six/" target="_blank"><img src="assets/img/clients/client-18.png" alt=""></a>
<a href="https://www.byteblanket.com/" target="_blank"><img src="assets/img/clients/client-19.png" alt=""></a>
<a href="" target="_blank"><img src="assets/img/clients/client-20.png" alt=""></a>
</div>
</div>
</section><!-- End Clients Section -->
<!-- ======= Team Section ======= -->
<section id="team" class="team">
<div class="container">
<div class="section-header" data-aos="fade-up">
<h2>Team</h2>
<p>Our team is always here to help</p>
</div>
<!--
<div class="row">
<div class="col-xl-3 col-lg-4 col-md-6" data-aos="zoom-in" data-aos-delay="100">
<div class="member">
<img src="assets/img/team-1.jpg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>Walter White</h4>
<span>Chief Executive Officer</span>
</div>
<div class="social">
<a href=""><i class="icofont-twitter"></i></a>
<a href=""><i class="icofont-facebook"></i></a>
<a href=""><i class="icofont-instagram"></i></a>
<a href=""><i class="icofont-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-md-6" data-aos="zoom-in" data-aos-delay="200">
<div class="member">
<img src="assets/img/team-2.jpg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>Sarah Jhonson</h4>
<span>Product Manager</span>
</div>
<div class="social">
<a href=""><i class="icofont-twitter"></i></a>
<a href=""><i class="icofont-facebook"></i></a>
<a href=""><i class="icofont-instagram"></i></a>
<a href=""><i class="icofont-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-md-6" data-aos="zoom-in" data-aos-delay="300">
<div class="member">
<img src="assets/img/team-3.jpg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>William Anderson</h4>
<span>CTO</span>
</div>
<div class="social">
<a href=""><i class="icofont-twitter"></i></a>
<a href=""><i class="icofont-facebook"></i></a>
<a href=""><i class="icofont-instagram"></i></a>
<a href=""><i class="icofont-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-md-6" data-aos="zoom-in" data-aos-delay="400">
<div class="member">
<img src="assets/img/team-4.jpg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>Amanda Jepson</h4>
<span>Accountant</span>
</div>
<div class="social">
<a href=""><i class="icofont-twitter"></i></a>
<a href=""><i class="icofont-facebook"></i></a>
<a href=""><i class="icofont-instagram"></i></a>
<a href=""><i class="icofont-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
-->
</div>
</section><!-- End Team Section -->
<!-- ======= F.A.Q Section ======= -->
<section id="faq" class="faq section-bg">
<div class="container">
<div class="section-header" data-aos="fade-up">
<h2>NEWS</h2>
<p>Latest News</p>
</div>
<ul class="faq-list">
<li data-aos="fade-up" data-aos-delay="800">
<a data-toggle="collapse" href="#faq8" class="collapsed">UniQ Financial awarded Innovative Startup<i class="icofont-simple-up"></i></a>
<div id="faq8" class="collapse" data-parent=".faq-list">
<p>
UniQ Soft Technology, Tunisian Business Unit, was awarded the label of Innovative Startup by the Minister of Technology, Communication, and Digitalization of Tunisia. This label is a recognition of our innovative and technology advanced solution. UniQ Solutions help Financial Institutions optimizing their Digitalization and Automation Processes in Financial & Management Accounting, and Reporting effectively.<br>
<a href="https://www.ilboursa.com/marches/tunisie-33-nouvelles-startups-obtiennent-le-label-startup-_17374?id=17374&fbclid=IwAR1DILgSFXlwB6cwgdANVqVzWIcMk888ctG0Jkk5EuATlHovop2ZNzuglZc" target="_blank">More details</a>
</p>
</div>
</li>
<li data-aos="fade-up" data-aos-delay="600">
<a data-toggle="collapse" href="#faq6" class="collapsed">UniQ Cost Accounting at the Micro Finance Summit in Rome <i class="icofont-simple-up"></i></a>
<div id="faq6" class="collapse" data-parent=".faq-list">
<p>
As a silver Partner of the event, UniQ Soft Technology has presented a case study on how Transaction Cost can affect Financial Institution performances. In this case 4 steps on how to implement an effective cost accounting system has been discussed. These steps are 1. Understanding of the institution cost structure, 2. The definition of the cost accounting strategy, 3. How UniQ Cost Accounting can accommodate the selected strategy, and finally 4. The selection of the partner to implement such strategy.<br>
<a href="https://euro-events.co/microfinance-summit-2020-the-biggest-microfinance-event-under-its-auspices/" target="_blank">More details</a>
</p>
</div>
</li>
<li data-aos="fade-up" data-aos-delay="700">
<a data-toggle="collapse" href="#faq7" class="collapsed">Global Micro Finance Forum in Amsterdam<i class="icofont-simple-up"></i></a>
<div id="faq7" class="collapse" data-parent=".faq-list">
<p>
UniQ Soft Technology represented by it Managing Directeor is glad to discuss the impact of foreign exchange risks occurred by funding transactions in hard currencies, and how it can be addressed. An excellent opportunity to meet and discuss how UniQ Back Office Suite for Micro Finance Institutions accommodates Foreign Currency Transactions, Positions, and the tools provided to manage the fluctuation of the foreign currency exchange rate.<br>
<a href="https://www.uni-global.eu/portfolio-page/15th-annual-global-microfinance-forum/" target="_blank">More details</a>
</p>
</div>
</li>
<li data-aos="fade-up" data-aos-delay="500">
<a data-toggle="collapse" href="#faq5" class="collapsed">UniQ Soft Technology at Temenos GSM in Madrid <i class="icofont-simple-up"></i></a>
<div id="faq5" class="collapse" data-parent=".faq-list">
<p>
<a href="https://www.temenos.com/news/2020/01/28/temenos-goes-big-madrid/" target="_blank">More details</a>
</p>
</div>
</li>
<li data-aos="fade-up" data-aos-delay="300">
<a data-toggle="collapse" href="#faq3" class="collapsed">UniQ Soft Technology at Temenos Community Forum in Dublin <i class="icofont-simple-up"></i></a>
<div id="faq3" class="collapse" data-parent=".faq-list">
<p>
<a href="https://netguardians.ch/tcf-2018-digital-to-the-core-22-24-may-2018-dublin/" target="_blank">More details</a>
</p>
</div>
</li>
<li data-aos="fade-up" data-aos-delay="400">
<a data-toggle="collapse" href="#faq4" class="collapsed">UniQ Soft Technology at Temenos Community Forum in Rotterdam <i class="icofont-simple-up"></i></a>
<div id="faq4" class="collapse" data-parent=".faq-list">
<p>
<a href="https://10times.com/tcf-netherlands" target="_blank">More details</a>
</p>
</div>
</li>
<li data-aos="fade-up" data-aos-delay="900">
<a data-toggle="collapse" href="#faq9" class="collapsed">UniQ Financial is running on the cloud<i class="icofont-simple-up"></i></a>
<div id="faq9" class="collapse" data-parent=".faq-list">
<p>
UniQ Financial our integrated financial solution is now available on the cloud. This release is made for demo purposes, customers can subscribe to get free access. A demo script will be provided to illustrate basic functions. If you like to learn more about UniQ financial solutions, you can email our business solution consultants ([email protected]) we will be glad to provide you with any additional information that you may require.
You need access for a trial period contact <a href="[email protected]">us.</a>
</p>
</div>
</li>
<li data-aos="fade-up" data-aos-delay="200">
<a data-toggle="collapse" href="#faq2" class="collapsed">UniQ Soft technology at Temenos Innovation Jam <i class="icofont-simple-up"></i></a>
<div id="faq2" class="collapse" data-parent=".faq-list">
<p>
<a href="https://www.startupticker.ch/en/news/april-2018/fintech-startups-to-take-the-podium-at-temenos-innovation-jam-in-geneva" target="_blank">More details</a>
</p>
</div>
</li>
<li data-aos="fade-up" data-aos-delay="100">
<a data-toggle="collapse" href="#faq1" class="collapsed">UniQ Soft technology at Temenos Community Forum in Lisbon <i class="icofont-simple-up"></i></a>
<div id="faq1" class="collapse" data-parent=".faq-list">
<p>
UniQ at Temenos Market Place in TCF Lisbon
<a href="https://www.temenos.com/community/marketplace/providers/uniq-financial/" target="_blank">More details</a>
</p>
</div>
</li>
</ul>
</div>
</section><!-- End F.A.Q Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="wow fadeInUp">
<div class="container">
<div class="section-header">
<h2>Contact Us</h2>
<p></p>
</div>
<div class="row contact-info">
<div class="col-md-4">
<div class="contact-address">
<i class="ion-ios-location-outline"></i>
<h3>Address</h3>
<address>Chemin des Pâquerettes, 13, Nyon 1260, Switzerland</address>
</div>
</div>
<div class="col-md-4">
<div class="contact-phone">
<i class="ion-ios-telephone-outline"></i>
<h3>Phone Numbers</h3>
<p><a href="tel:+155895548855">+41227864444</a><br><a href="tel:+155895548855">+41 79 427 2542</a></p>
</div>
</div>
<div class="col-md-4">
<div class="contact-email">
<i class="ion-ios-email-outline"></i>
<h3>Email</h3>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
</div>
</div>
<div class="container mb-4">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2751.8287562735254!2d6.2271146155888015!3d46.392621379122886!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x478c432d020fec19%3A0x2796b37d8391dbd5!2sChemin%20des%20P%C3%A2querettes%2013%2C%201260%20Nyon%2C%20Suisse!5e0!3m2!1sfr!2stn!4v1594045935748!5m2!1sfr!2stn" width="100%" height="380" frameborder="0" style="border:0;" allowfullscreen aria-hidden="false" tabindex="0"></iframe>
<!--width="100%" height="380" frameborder="0" style="border:0" allowfullscreen -->
</div>
<!--<div class="container">
<div class="form">
<form enctype="multipart/form-data" id="test" name="test" onsubmit="return validateCaptcher()" method="post" action="contact_me2.php" class="php-email-form">
<div class="form-row">
<div class="form-group col-md-6">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" data-rule="minlen:4" data-msg="Please enter at least 4 chars" />
<div class="validate"></div>
</div>
<div class="form-group col-md-6">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" data-rule="email" data-msg="Please enter a valid email" />
<div class="validate"></div>
</div>
</div>
<div class="form-group">
<input type="text" class="form-control" name="phone" id="subject" placeholder="Phone" data-rule="minlen:4" data-msg="Please enter at least 8 chars" />
<div class="validate"></div>
</div>
<div class="form-group">
<textarea class="form-control" name="message" rows="5" data-rule="required" data-msg="Please write something for us" placeholder="Message"></textarea>
<div class="validate"></div>
</div>
<div class="g-recaptcha" data-sitekey="6LeuSIgUAAAAAAngIRhdoSRp1gVX5kWhity5XOB3"></div>
<div class="mb-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>-->
<!--======= GET IN TOUCH PART =========-->
<div class="col-md-6 col-sm-6 container">
<div id="contact_form" class="form">
<form enctype="multipart/form-data" id="test" name="test" onsubmit="return validateCaptcher()" method="post" action="contact_me2.php" >
<div class="row">
<div class="col-sm-6">
<div class="form-group ">
<input name="name" type="text" placeholder="Full Name" class="ms" required />
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<input name="phone" type="text" placeholder="Phone Number" class="ms"/>
</div>
</div>
<div class="col-sm-12">
<div class="form-group">
<input name="email" type="email" placeholder="Email" class="ms" required/>
</div>
</div>
<div class="col-md-12">
<textarea name="message" placeholder="Your Message" class="mstt" required></textarea>
<br><br>
<span class="msg-error error"></span>
<div class="g-recaptcha" data-sitekey="6Ld177IZAAAAAJVjoch49pQSt28stQ56PbRtKWcX"></div>
<input name="submit" type="submit" value="SUBMIT YOUR MESSAGE" class="btmstt" />
</div>
</div>
</form>
<div class="clearfix"></div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<div class="copyright">
© Copyright <strong> UniQ Soft Technology</strong>. All Rights Reserved
</div>
<div class="credits">
<!--
All the links in the footer should remain intact.
You can delete the links only if you purchased the pro version.
Licensing information: https://bootstrapmade.com/license/
Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=Reveal-->
Designed by <a href="https://www.linkedin.com/in/sahar-frikha-873585176/" target="_blank">Sahar FRIKHA</a>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/wow/wow.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/jquery-sticky/jquery.sticky.js"></script>
<script src="assets/vendor/superfish/superfish.min.js"></script>
<script src="assets/vendor/hoverIntent/hoverIntent.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script language='javascript'>
function validateCaptcher () {
var $captcha = $( '.g-recaptcha' ),
response = grecaptcha.getResponse();
if (response.length === 0) {
$( '.msg-error').text( "reCAPTCHA is mandatory" );
if( !$captcha.hasClass( "error" ) ){
$captcha.addClass( "error" );
}
return false;
} else {
$( '.msg-error' ).text('');
$captcha.removeClass( "error" );
return true;
}
}
</script>
</body>
</html>