forked from alexcorvi/apexo-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
691 lines (684 loc) · 18.6 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<meta charset="utf-8" />
<title>Apexo - Free Dental Clinic Practice Manager</title>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<link rel="icon" type="image/x-icon" href="fav.png" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-touch-fullscreen" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta
name="description"
content="Keep your dental clinic records at your finger tips with a beautifully designed application that meets most needs of any
dental clinic. From patient records, history, appointments and scheduling, to finances and detailed reports."
/>
<meta name="author" content="" />
<link
href="assets/plugins/bootstrap/css/bootstrap.min.css"
rel="stylesheet"
type="text/css"
/>
<link
href="assets/plugins/font-awesome/css/font-awesome.css"
rel="stylesheet"
type="text/css"
/>
<link
class="main-stylesheet"
href="assets/css/styles.css"
rel="stylesheet"
type="text/css"
/>
<link
class="main-stylesheet"
href="assets/css/custom.css"
rel="stylesheet"
type="text/css"
/>
</head>
<body class="windows desktop">
<nav
class="header md-header light-solid"
data-pages="header"
data-pages-header="autoresize"
>
<div class="container relative">
<div class="pull-left">
<div class="header-inner">
<img
src="assets/images/logo.png"
height="22"
data-src-retina="assets/images/logo_2x.png"
class=""
alt=""
/>
</div>
</div>
<div class="pull-right">
<div class="header-inner">
<div
class="hidden-lg-up menu-toggler pull-right p-l-10"
data-pages="header-toggle"
data-pages-element="#header"
>
<div class="one"></div>
<div class="two"></div>
<div class="three"></div>
</div>
</div>
</div>
<div
class="menu-content mobile-dark pull-right clearfix"
data-pages-direction="slideRight"
id="header"
>
<div class="pull-right">
<a
href="#"
class="padding-10 hidden-lg-up pull-right m-t-10 m-b-10 m-r-10"
data-pages="header-toggle"
data-pages-element="#header"
>
<i class="pg-close_line"></i>
</a>
</div>
<div class="header-inner">
<ul class="menu">
<li>
<a
class="btn btn-warning"
href="#getting-started"
>Get Started</a
>
</li>
<li>
<a href="https://docs.apexo.app" target="_blank"
>Docs</a
>
</li>
<li>
<a href="https://demo.apexo.app" target="_blank"
>Demo</a
>
</li>
<li>
<a
href="https://github.com/alexcorvi/apexo"
target="_blank"
>GitHub</a
>
</li>
</ul>
</div>
</div>
</div>
</nav>
<div class="page-wrappers">
<section class="p-b-85 p-t-100" id="sectionLayout">
<div class="container">
<div class="md-p-l-20 md-p-r-20 xs-no-padding m-b-45">
<h5 class="fs-16 m-b-20 hint-text no-margin">
Say goodbye to pen and paper
</h5>
<div class="row">
<div class="col-sm-5 col-md-4">
<h2 class="m-t-5">
By <i>dentist</i> for <i>dentists</i>
</h2>
</div>
<div
class="col-sm-7 col-md-7 no-padding xs-p-l-15 xs-p-r-15"
>
<div class="p-l-35 md-p-l-5 md-p-t-15">
<p>
Keep your dental clinic records at your
finger tips with a beautifully designed
application that meets most needs of any
dental clinic. From patient records,
history, appointments and scheduling, to
finances and detailed reports.
</p>
<p
class="hint-text small-text col-md-7 no-padding"
>
+ More optional modules
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="feature-svg">
<img
src="assets/svg/calendar.svg"
alt="condensed layout"
class="lazy loaded"
/>
</div>
<span
class="feature-text p-t-30 p-b-35 sm-p-l-15 p-l-35 p-r-35"
>
<p class="fs-16 text-black">
Appointments management
</p>
<h3 class="normal text-black">
Calendar
</h3>
<p class="fs-15 p-b-35">
A weekly calendar, that has been
specifically designed and optimized for
appointments management.
</p>
</span>
</div>
<div class="col-md-4">
<div class="feature-svg">
<img
src="assets/svg/pt-management.svg"
alt="condensed layout"
class="lazy loaded"
/>
</div>
<span
class="feature-text p-t-30 p-b-35 sm-p-l-15 p-l-35 p-r-35"
>
<p class="fs-16 text-black">
Keep record of your
</p>
<h3 class="normal text-black">
Patients
</h3>
<p class="fs-15 p-b-35">
Easily accessible and searchable patients
records. With medical history and dental
history that is detailed on graphic chart on
each tooth.
</p>
</span>
</div>
<div class="col-md-4">
<div class="feature-svg">
<img
src="assets/svg/stats.svg"
alt="condensed layout"
class="lazy loaded"
/>
</div>
<span
class="feature-text p-t-30 p-b-35 sm-p-l-15 p-l-35 p-r-35"
>
<p class="fs-16 text-black">
Tracking & reporting
</p>
<h3 class="normal text-black">
Statistics
</h3>
<p class="fs-15 p-b-35">
Detailed reports about patients, doctors,
appointments and finances, for a single or
all doctors.
</p>
</span>
</div>
<div class="col-md-4">
<div class="feature-svg">
<img
src="assets/svg/polyclinics.svg"
alt="condensed layout"
class="lazy loaded"
/>
</div>
<span
class="feature-text p-t-30 p-b-35 sm-p-l-15 p-l-35 p-r-35"
>
<p class="fs-16 text-black">
Multiple doctors & staff
</p>
<h3 class="normal text-black">
Polyclinics
</h3>
<p class="fs-15 p-b-35">
It can be used with multiple accounts, each
staff member or doctor can have specific
permissions on the application.
</p>
</span>
</div>
<div class="col-md-4">
<div class="feature-svg">
<img
src="assets/svg/sync.svg"
alt="condensed layout"
class="lazy loaded"
/>
</div>
<span
class="feature-text p-t-30 p-b-35 sm-p-l-15 p-l-35 p-r-35"
>
<p class="fs-16 text-black">
Multiple devices
</p>
<h3 class="normal text-black">
Synchronization
</h3>
<p class="fs-15 p-b-35">
Install the application on any device you
use, and all of your devices will be in
synchronization with each other.
</p>
</span>
</div>
<div class="col-md-4">
<div class="feature-svg">
<img
src="assets/svg/offline.svg"
alt="condensed layout"
class="lazy loaded"
/>
</div>
<span
class="feature-text p-t-30 p-b-35 sm-p-l-15 p-l-35 p-r-35"
>
<p class="fs-16 text-black">
Also works when
</p>
<h3 class="normal text-black">
Offline
</h3>
<p class="fs-15 p-b-35">
The application is fully functional when
you're offline, and just as you become
online, all of your devices will be back on
sync again.
</p>
</span>
</div>
<div class="col-md-4">
<div class="feature-svg">
<img
src="assets/svg/languages.svg"
alt="condensed layout"
class="lazy loaded"
/>
</div>
<span
class="feature-text p-t-30 p-b-35 sm-p-l-15 p-l-35 p-r-35"
>
<p class="fs-16 text-black">
Many languages
</p>
<h3 class="normal text-black">
Internationalization
</h3>
<p class="fs-15 p-b-35">
You can use the application in any of the
supported languages; English, German,
Spanish, Chinese, Arabic, and Kurdish.
</p>
</span>
</div>
<div class="col-md-4">
<div class="feature-svg">
<img
src="assets/svg/secure.svg"
alt="condensed layout"
class="lazy loaded"
/>
</div>
<span
class="feature-text p-t-30 p-b-35 sm-p-l-15 p-l-35 p-r-35"
>
<p class="fs-16 text-black">
Protected and encrypted
</p>
<h3 class="normal text-black">
Secure
</h3>
<p class="fs-15 p-b-35">
Our servers are HIPAA-compliant, encrypted &
secure. The data are two-way encrypted, in
your local device and in our servers.
</p>
</span>
</div>
<div class="col-md-4">
<div class="feature-svg">
<img
src="assets/svg/backups.svg"
alt="condensed layout"
class="lazy loaded"
/>
</div>
<span
class="feature-text p-t-30 p-b-35 sm-p-l-15 p-l-35 p-r-35"
>
<p class="fs-16 text-black">
Safe and portable
</p>
<h3 class="normal text-black">
Backups
</h3>
<p class="fs-15 p-b-35">
Your data is automatically backed up and
saved securely (encrypted) on multiple
locations. You can retrieve any backup in a
matter of second.
</p>
</span>
</div>
</div>
</div>
</section>
<section class="p-b-200 p-t-100 bg-primary relative no-overflow">
<img
src="assets/images/mac1.png"
class="dev-macbook hidden-md-down"
/>
<div class="container p-t-30">
<div class="row sm-p-l-15 sm-p-r-15">
<div class="col-lg-6">
<div class="row p-b-70">
<div class="col-md-9">
<p class="text-warning fs-16 normal p-b-20">
See for yourself
</p>
<p class="fs-16 light text-white lh-fix">
Here's a demo of different modules of
the application. This is a readonly
demo, all the changes will be lost as
soon as you leave the application.
</p>
<p class="fs-16 light text-white lh-fix">
This demo is a web application, no
installation required.
</p>
</div>
</div>
<a
class="btn btn-warning demo-btn"
href="http://demo.apexo.app"
target="_blank"
>Open Demo</a
>
</div>
</div>
</div>
</section>
<section
class="container plans relative no-overflow bg-white"
id="getting-started"
style="z-index: 1;"
>
<div class="row">
<div class="col-md-12 plan-container">
<div class="plan">
<div class="feature-svg">
<img
src="assets/svg/developer.svg"
alt="condensed layout"
class="lazy loaded"
/>
</div>
<span
class="feature-text p-t-30 p-b-35 sm-p-l-15 p-l-35 p-r-35"
>
<p class="fs-16 text-black">
Get started
</p>
<h3 class="normal text-black">
with <i>Apexo</i> App
</h3>
<h5 class="price">100% free</h5>
<ol style="text-align: left;">
<li>Either build your application front using the <a href="https://github.com/alexcorvi/apexo">Github repository</a> or use prebuilt application front from the <a href="https://web.apexo.app/">web.apexo.app</a> & <a href="https://github.com/alexcorvi/apexo/releases">PC/Mac executables</a>.</li>
<hr />
<li>Follow the documentation guide <a href="https://docs.apexo.app/">doc.apexo.app</a>.</li> </ol>
</span>
</div>
</div>
<!-- <div class="col-md-6 plan-container">
<div class="plan">
<div class="feature-svg">
<img
src="assets/svg/supported.svg"
alt="condensed layout"
class="lazy loaded"
/>
</div>
<span
class="feature-text p-t-30 p-b-35 sm-p-l-15 p-l-35 p-r-35"
>
<p class="fs-16 text-black">
Use our optimized servers
</p>
<h3 class="normal text-black">
<i>Supported</i> version
</h3>
<h5 class="price">399$ / year</h5>
<p class="plan-hint">
Our servers has been optimized to be used
with our application. It's highly secured,
encrypted, HIPAA-compliant, fast, efficient
regularly maintained, with 99% uptime
guaranteed.
</p>
<hr />
<form
accept-charset="UTF-8"
action="https://getform.io/f/11286b74-f29c-4566-bf22-5d66563fc6af"
method="POST"
target="_blank"
id="ajaxForm"
>
<div class="form-group">
<label for="ContactInputEmail1" required
>Email address</label
>
<input
type="email"
name="email"
class="form-control"
id="ContactInputEmail1"
aria-describedby="emailHelp"
placeholder="Enter email"
required
/>
</div>
<div class="form-group">
<label for="ContactInputName" required
>Your Name</label
>
<input
type="text"
name="name"
class="form-control"
id="ContactInputName"
placeholder="Enter your name"
required
/>
</div>
<div class="success">
We received your submission, thank you!
</div>
<button
type="submit"
class="btn btn-primary"
id="submit-form"
>
Submit
</button>
</form>
</span>
</div>
</div> -->
</div>
</section>
<section class="bg-black p-t-35 relative">
<div class="container">
<br />
</div>
</section>
<section class="bg-black p-t-90 p-b-100 relative">
<div class="container">
<div class="row sm-p-l-15 sm-p-r-15 justify-content-center">
<div class="col-md-5">
<div class="p-b-30">
<h4 class="text-white normal p-b-20">
License
</h4>
<p class="text-white fs-15 flex-1">
<span class="hint-text"
>This application is an open source
effort, was made by a dentist out of
frustration with other free and
commercial applications. The license for
the community version is
</span>
<a
href="https://github.com/alexcorvi/apexo/blob/master/LICENSE.md"
target="_blank"
class="normal text-primary"
>MIT License</a
>
<span class="hint-text"
>A short and simple permissive license
with conditions only requiring
preservation of copyright and license
notices.</span
>
</p>
</div>
</div>
<div class="col-md-5 offset-md-1">
<div class="">
<h4 class="text-white normal p-b-20">
Get support
</h4>
<p class="text-white fs-15 flex-1 hint-text">
I have a very limited time to maintain this project, provide support for users, and
answer questions. However, you can post your queries on
the github repository and I'll try my best to
answer in a timely manner.
</p>
</div>
</div>
</div>
<div class="row justify-content-center">
<p class="p-t-100 fs-16 text-white col-md-5">
<span class="hint-text">Apexo Application is a free, open-source, application, developed by a dentist for dentists, and made with love in Mosul.</span>
</p>
</div>
</div>
</section>
<section class="p-b-55 p-t-75 xs-p-b-20 bg-master-darker relative">
<div class="container">
<div class="row">
<div class="col-sm-4 col-xs-12 xs-m-b-40">
<img
src="assets/images/logo_white.png"
height="18"
data-src-retina="assets/images/logo_white_2x.png"
class="alt"
alt=""
/>
</div>
</div>
<div>
<p
class="fs-11 hint-text no-padding inline rights-bar p-t-10"
>
<a
target="_blank"
style="color: #fff;"
href="./privacy.txt"
>Privacy policy</a
>
-
<a
target="_blank"
style="color: #fff;"
href="./terms.txt"
>Terms & conditions</a
>
-
<a
target="_blank"
style="color: #fff;"
href="./GDPR.txt"
>GDPR Notice</a
>
-
<a
target="_blank"
style="color: #fff;"
href="./disclaimer.txt"
>Disclaimer</a
>
</p>
<ul class="copyright-links">
<li>
<a href="https://demo.apexo.app" target="_blank"
>Demo</a
>
</li>
<li>
<a href="https://docs.apexo.app" target="_blank"
>Docs</a
>
</li>
<li>
<a href="#getting-started">Get started</a>
</li>
</ul>
</div>
</div>
</section>
</div>
<script
type="text/javascript"
src="assets/js/pages.image.loader.js"
></script>
<script
type="text/javascript"
src="assets/plugins/jquery/jquery-1.11.1.min.js"
></script>
<script
type="text/javascript"
src="assets/js/pages.frontend.js"
></script>
<script type="text/javascript" data-cfasync="false">
// send email
$("#ajaxForm").submit(function (e) {
e.preventDefault();
var action = $(this).attr("action");
$.ajax({
type: "POST",
url: action,
crossDomain: true,
data: new FormData(this),
dataType: "json",
contentType: "multipart/form-data",
processData: false,
contentType: false,
headers: {
Accept: "application/json",
},
})
.done(function () {
$(".success").addClass("is-active");
$("#submit-form").addClass("hide");
})
.fail(function () {
alert("An error occurred please try again later.");
});
});
</script>
<script src="https://rawcdn.githack.com/AOEpeople/cookie-notice/8fb91e6e97831821c9fbb427cabe07f1ff0719ac/dist/cookie.notice.min.js"></script>
</body>
</html>