-
Notifications
You must be signed in to change notification settings - Fork 0
/
accounting.html
193 lines (183 loc) · 8.94 KB
/
accounting.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>CODIS</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- 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,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Top Bar ======= -->
<div id="topbar" class="fixed-top d-flex align-items-center ">
<div class="container d-flex align-items-center justify-content-center justify-content-md-between">
<div class="contact-info d-flex align-items-center">
<i class="bi bi-envelope-fill"></i><a href="mailto: office@codis.tech"> office@codis.tech</a>
</div>
<div class="cta d-none d-md-block">
<a href="index.html#icon-boxes">Get Started</a>
</div>
</div>
</div>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center ">
<div class="container d-flex align-items-center justify-content-between">
<h1 class="logo"><a href="index.html">CODIS</a></h1>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="index.html">Home</a></li>
<li><a class="nav-link scrollto" href="index.html#services"></a></li>
<li class="dropdown"><a href="#"><span>Services</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="efcorebulk.html">EFCore BulkExtensions</a></li>
<li><a href="accounting.html">Accounting System</a></li>
<li><a href="custom_apps.html">Custom made Apps</a></li>
<li><a href="https://bi.codis.tech/">Business Intelligence (BI)</a></li>
</ul>
</li>
<li><a class="nav-link scrollto" href="contact.html">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero3" class="d-flex justify-cntent-center align-items-center">
<div id="heroCarousel" data-bs-interval="5000" class="container carousel carousel-fade" data-bs-ride="carousel">
<!-- Slide 1 -->
<div class="carousel-item active">
<div class="carousel-container">
<br><br><br><br>
<h2 class="animate__animated animate__fadeInDown"><span>KONTIS</span></h2>
<h4 class="animate__animated animate__fadeInUp text-white">ACCOUNTING SOFTWARE</h4>
</div>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= Icon Boxes Section ======= -->
<section id="icon-boxes" class="icon-boxes text-center">
<div class="container">
<br><br><br>
<div class="row text-center justify-content-center" style="">
<div class="col-md-5 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0 text-center" data-aos="fade-up" style="">
<div class="icon-box">
<img src="assets/img/Kontis.png" class="img-fluid" alt="">
<br>
</div>
</div><br style=""><br style="">
</div>
</div>
</section><!-- End Icon Boxes Section -->
<!-- ======= About Us Section ======= -->
<section id="about" class="about">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>About KONTIS</h2>
<p> Advanced Web based Accounting Information System made with collaboration of experienced developers and accountants that are members of our core team.
<br> - Aplication consists of several integrated modules.
</div>
<div class="row content">
<div class="col-lg-6">
<p>Our MISSION is connecting all elements of modern business into integrated ERP and enabling smooth control for management. </p>
</p>
<ul>
<li><i class="ri-check-double-line"></i> Basic settings</li>
<li><i class="ri-check-double-line"></i> Main lists</li>
<li><i class="ri-check-double-line"></i> Financial</li>
<li><i class="ri-check-double-line"></i> Bank Statements</li>
<li><i class="ri-check-double-line"></i> Invoice & Billing</li>
<li><i class="ri-check-double-line"></i> Payroll</li>
</ul>
</div>
<div class="col-lg-6 pt-4 pt-lg-0">
<p>
Tutorial </br>
<a href="https://docs.google.com/document/d/1W2zoDpOpq_Vpu6fn7Ry1lg3NgxYPVenI3JYGG_9bQRM/view" class="btn-learn-more">Uputstvo/app</a>
<p>
Try KONTIS - advanced Web based Accounting Information System </br>
<a href="https://kontis.codis.tech/biro/app/#" class="btn-learn-more">KONTIS/APP</a>
</div>
</div>
</div>
</section><!-- End About Us Section -->
<!-- ======= Cta1 Section ======= -->
<section id="cta1" class="cta1">
<div class="container">
<div class="row" data-aos="zoom-in">
<div class="col-lg-9 text-center text-lg-start">
<h3>Improve your Business with <span>CODIS</span></h3>
<p> Stay in the know, spot trends as they happen, and push your business further.</p>
</div>
<div class="col-lg-3 cta1-btn-container text-center">
<a class="cta1-btn align-middle" href="#">Call To Action</a>
</div>
</div>
</div>
</section><!-- End Cta Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-links">
<div class="swiper-slide"><img src="assets/img/logo-1.png" class="img-fluid" alt=""></div>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Services</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="efcorebulk.html">.NET Libraries</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="KONTIS.html">ACCOUNTING SYSTEM</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="custom_made_aplications.html">CUSTOM MADE APPLICATION</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://bi.codis.tech">BUSINESS INTELLIGENCE (BI)</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-contact">
<h4>Contact Us</h4>
<p>
<strong>Email:</strong> <a href="mailto:office@codis.tech" data-toggle="tooltip" aria-hidden="true" class="text-white"> <span>office@codis.tech</span></a><br>
<strong>Phone:</strong><a href="call:0038765154721" data-toggle="tooltip" data-placement="bottom" aria-hidden="true"> <span> +387 65/154-721</span></a>
<br><br> Dr Mladena Stojanovića 4 <br> 78000 Banja Luka, RS, BIH<br>
</p>
</div>
<div class="col-lg-3 col-md-6 footer-info">
<h3>WORK WITH US</h3>
<p>Improve your Business With CODIS <br> <br> OPTIMISE and enhance your company's procedures with our Software SOLUTIONS</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright"> © Copyright <strong><span>CODIS</span></strong>. All Rights Reserved
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>