-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
666 lines (542 loc) · 22.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>beasy</title>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="description" content="----------------------------------"/>
<meta name="keywords" content="----------------------------------"/>
<meta name="author" content="Rebecca Natterer"/>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="styles/main_styles.css"/>
</head>
<body>
<div id="top" class="over-site-header">
<h1>beasy------------</h1>
<p>------------------------------</p>
<img ... />
</div>
<div class="super_container">
<!-- Header -->
<header class="header d-flex flex-row justify-content-end align-items-center">
<!-- Logo -->
<div class="logo_container mr-auto">
<div class="logo">
<a href="index.html">
<span>B</span>beasy<span>business is easy</span>
</a>
</div>
</div>
<!-- Main Navigation -->
<nav class="main_nav justify-self-end">
<ul class="nav_items">
<li class="active">
<a href="index.html">
<span>Home
</span>
</a>
</li>
<li>
<a href="services.html">
<span>Services
</span>
</a>
</li>
<li>
<a href="login.html">
<span>Log In
</span>
</a>
</li>
<li>
<a href="register.html">
<span>Register
</span>
</a>
</li>
<li>
<a href="contact.html">
<span>Contact
</span>
</a>
</li>
</ul>
</nav> <!-- End Main Navigation -->
<!-- Hamburger -->
<div class="hamburger_container">
<span class="hamburger_icon">
</span>
</div>
</header> <!-- End Header -->
<!-- Hamburger Menu -->
<div class="fs_menu_overlay">
</div>
<div class="fs_menu_container">
<nav class="fs_menu_nav">
<ul class="fs_menu_list">
<li>
<a href="index.html">
<span><span>H</span>Home</span>
</a>
</li>
<li>
<a href="services.html"><span><span>S</span>Services</span>
</a>
</li>
<li>
<a href="login.html"><span><span>L</span>Log In</span>
</a>
</li>
<li>
<a href="register.html"><span><span>R</span>Register</span>
</a>
</li>
<li>
<a href="contact.html"><span><span>C</span>Contact</span>
</a>
</li>
</ul>
</nav>
</div> <!-- End Hamburger Menu -->
<!-- Sticky Side Buttons -->
<div class="icon-bar">
<a href="#" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="#" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="#" class="google"><i class="fa fa-google"></i></a>
<a href="#" class="linkedin"><i class="fa fa-linkedin"></i></a>
<a href="#" class="youtube"><i class="fa fa-youtube"></i></a>
</div>
<!-- Slider -->
<div class="slideshow-container">
<div class="mySlides fade">
<img src="images/slider1.jpg" alt=""/>
<h2 id=>Do you need <span>help</span> with your business organization?</h2>
<span id="slider-text" class="subline">Beasy is an office management system using the Zend Framework and will assist you with your administrative organization!</span>
</div>
<div class="mySlides fade">
<img src="images/slider2.jpg" alt=""/>
<h2>Suitable for <span>every</span> profession</h2>
<span class="subline">Whether on the construction site, in the office or on the way. The easy way to create documents.</span>
</div>
<div class="mySlides fade">
<img src="images/slider3.jpg" alt=""/>
<h2>Simple</span> administration with beasy</h2>
<span class="subline">Suitable for every kind of document. With overview of your document status and dunning control.</span>
</div>
<div class="mySlides fade">
<img src="images/slider4.jpg"" alt=""/>
<h2>Usable from <span>any</span> device</h2>
<span class="subline">When and where ever you need it. No installation required.</span>
</div>
<div class="mySlides fade">
<img src="images/slider5.jpg" alt=""/>
<h2>Let's start <span>Thinking Green</h2>
<span class="subline">Direct document transit to computer or mobile. No printing required.</span>
</div>
<div class="mySlides fade">
<img src="images/slider6.jpg" alt=""/>
<h2>Beasy also <span>manages</span> your accounting</h2>
<span class="subline">Your accountant has less work. And you save money.</span>
</div>
<a class="prev" onclick='plusSlides(-1)'>❮</a>
<a class="next" onclick='plusSlides(1)'>❯</a>
</div>
<div class="dots">
<span class="dot" onclick='currentSlide(1)'></span>
<span class="dot" onclick='currentSlide(2)'></span>
<span class="dot" onclick='currentSlide(3)'></span>
<span class="dot" onclick='currentSlide(4)'></span>
<span class="dot" onclick='currentSlide(5)'></span>
<span class="dot" onclick='currentSlide(6)'></span>
</div>
<!-- End Slider -->
<!-- Features -->
<div class="features">
<div class="container">
<div class="row align-items-end">
<!-- Features Item -->
<div class="col-lg-4 features_col">
<div class="features_item d-flex flex-column align-items-center justify-content-end text-center">
<!-- <div>Icons made by <a href="http://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div> -->
<div class="icon_container d-flex flex-column justify-content-end">
<img src="images/icon_1.svg" alt="">
</div>
<h3>time-saving</h3>
<p>Save time creating your documents by saving old quotations, customers, and delivery notes and using them as templates. Beasy manages your documents and payments completely automatically and summarizes all necessary information for your accounting and tax consultants.
</p>
</div>
</div>
<!-- Features Item -->
<div class="col-lg-4 features_col">
<div class="features_item d-flex flex-column align-items-center justify-content-center text-center">
<!-- <div>Icons made by <a href="http://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div> -->
<div class="icon_container d-flex flex-column justify-content-end">
<img src="images/icon_2.svg" alt="">
</div>
<h3>easy to manage</h3>
<p>Beasy manages your company and your daily planning with the help of a calendar function. Never forget important deadlines or appointments again by letting the system remind you of important dates. You can also let beasy send automatic payment reminders to your customers.
</p>
</div>
</div>
<!-- Features Item -->
<div class="col-lg-4 features_col">
<div class="features_item d-flex flex-column align-items-center justify-content-center text-center">
<!-- <div>Icons made by <a href="http://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div> -->
<div class="icon_container d-flex flex-column justify-content-end">
<img src="images/icon_3.svg" alt="">
</div>
<h3>eco-friendly</h3>
<p>Send documents by mail or fax from your mobile phone and let the system analyze your fax responses. Your customers can accept your documents online and you will be informed immediately - by mobile phone or e-mail. Beasy takes over the complete management and can be used completely paperless!
</p>
</div>
</div> <!-- End Features Item -->
</div>
</div>
</div> <!-- End Features -->
<!-- About -->
<div class="about">
<div class="about_background">
<img src="images/bild1.jpg">
</div>
<div class="container container_about">
<div class="row">
<div class="col-lg-6 offset-lg-3 text-center section_title">
<h2 class="section_title_about">How beasy can assist you
</h2>
</div>
</div>
<div class="row row_about">
<div id="about" class="col-lg-6">
<div class="about_text">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus vestibulum, quam tincidunt venenatis ultrices, est libero mattis ante, ac consectetur diam neque eget quam. Etiam feugiat augue et varius blandit. Praesent mattis, eros a sodales commodo, justo ipsum rutrum mauris, sit amet egestas metus.Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</p>
</div>
</div>
<div class="container_progress">
<h3 class="progress-title">100% Overview</h3>
<div class="progress">
<div class="progress-bar progress-bar-striped active"></div>
</div>
<h3 class="progress-title">100% Transparency</h3>
<div class="progress">
<div class="progress-bar progress-bar-striped active"></div>
</div>
<h3 class="progress-title">100% Control</h3>
<div class="progress">
<div class="progress-bar progress-bar-striped active"></div>
</div>
</div>
</div>
</div>
</div> <!-- End About -->
<!-- Pricing -->
<div id="generic_price_table">
<section>
<div class="container">
<div class="row">
<div class="col-lg-6 offset-lg-3 text-center pricing_title section_title">
<h2>Pricing</h2>
</div>
</div>
</div>
<div id="pricing" class="container">
<div class="row">
<!-- Pricing Item -->
<div class="col-md-4">
<div class="generic_content clearfix">
<div class="generic_head_price clearfix">
<div class="generic_head_content clearfix">
<div class="head_bg">
</div>
<div class="head">
<span>Trial Version
</span>
</div>
</div>
<div class="generic_price_tag clearfix">
<span class="price">
<span id="free" class="currency">free
</span>
</span>
</div>
</div>
<div class="generic_feature_list">
<ul>
<li><span>50</span> Documents</li>
<li><span>20</span> Suppliers</li>
<li><span>20</span> Clients</li>
<li><span>20</span> Articles</li>
<li><span class="fa fa-times"></span> Automated Delivery</li>
<li><span class="fa fa-times"></span> Postal Shipping</li>
<li><span class="fa fa-times"></span> Automatic Follow-Ups</li>
</ul>
</div>
<div class="generic_price_btn_field">
<div class="generic_price_btn clearfix">
<a href="register.html">Sign up
</a>
</div>
</div>
</div>
</div> <!-- End Pricing Item -->
<!-- Pricing Item -->
<div class="col-md-4">
<div class="generic_content active clearfix">
<div class="generic_head_price clearfix">
<div class="generic_head_content clearfix">
<div class="head_bg">
</div>
<div class="head">
<span>Basic
</span>
</div>
</div>
<div class="generic_price_tag clearfix">
<span class="price">
<span class="sign">$</span>
<span class="currency">60</span>
<span class="cent">.00</span>
<span class="month">/QTR</span>
</span>
</div>
</div>
<div class="generic_feature_list">
<ul>
<li><span>100</span> Documents</li>
<li><span>50</span> Suppliers</li>
<li><span>50</span> Clients</li>
<li><span>50</span> Articles</li>
<li><span class="fa fa-check"></span> Automated Delivery</li>
<li><span class="fa fa-check"></span> Postal Shipping</li>
<li><span class="fa fa-times"></span> Automatic Follow-Ups</li>
</ul>
</div>
<div class="generic_price_btn_field">
<div class="generic_price_btn clearfix">
<a href="register.html">Sign up
</a>
</div>
</div>
</div>
</div> <!-- End Pricing Item -->
<!-- Pricing Item -->
<div class="col-md-4">
<div class="generic_content clearfix">
<div class="generic_head_price clearfix">
<div class="generic_head_content clearfix">
<div class="head_bg">
</div>
<div class="head">
<span>Business
</span>
</div>
</div>
<div class="generic_price_tag clearfix">
<span class="price">
<span class="sign">$</span>
<span class="currency">150</span>
<span class="cent">.00</span>
<span class="month">/QTR</span>
</span>
</div>
</div>
<div class="generic_feature_list">
<ul>
<li><span>unlimited</span> Documents</li>
<li><span>unlimited</span> Suppliers</li>
<li><span>unlimited</span> Clients</li>
<li><span>unlimited</span> Articles</li>
<li><span class="fa fa-check"></span> Automated Delivery</li>
<li><span class="fa fa-check"></span> Postal Shipping</li>
<li><span class="fa fa-check"></span> Automatic Follow-Ups</li>
</ul>
</div>
<div class="generic_price_btn_field">
<div class="generic_price_btn clearfix">
<a href="register.html">Sign up
</a>
</div>
</div>
</div>
</div> <!-- End Pricing Item -->
</div>
</div>
</section>
</div> <!-- End Pricing -->
<!-- Services -->
<div class="services">
<div class="services_background">
<img src="images/bild2.jpg">
</div>
<div id="services-container" class="container">
<div class="row service_row">
<!-- Service Item -->
<div class="col-lg-4 service_item text-left d-flex flex-column align-items-start justify-content-start">
<div class="icon_container d-flex flex-column justify-content-end">
<img src="images/icon_4.svg" alt="">
</div>
<h3>for everybody</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus vestibulum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus vestibulum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus vestibulum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus vestibulum.
</p>
</div>
<!-- Service Item -->
<div class="col-lg-4 service_item text-left d-flex flex-column align-items-start justify-content-start">
<div class="icon_container d-flex flex-column justify-content-end">
<img src="images/icon_5.svg" alt="">
</div>
<h3>elements</h3>
<p>Dolor sit amet, consectetur adipiscing elit. Phasellus vestibulum, quam tincidunt.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus vestibulum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus vestibulum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus vestibulum.
</p>
</div>
<!-- Service Item -->
<div class="col-lg-4 service_item text-left d-flex flex-column align-items-start justify-content-start">
<div class="icon_container d-flex flex-column justify-content-end">
<img src="images/icon_6.svg" alt="">
</div>
<h3>all devices</h3>
<p>Adipiscing elit. Phasellus vestibulum, quam tincidunt venen atis ultrices.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus vestibulum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus vestibulum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus vestibulum.
</p>
</div>
<!-- Service Item -->
<div class="col-lg-4 service_item text-left d-flex flex-column align-items-start justify-content-start">
<div class="icon_container d-flex flex-column justify-content-end">
<img src="images/icon_1.svg" alt="">
</div>
<h3>time-saving</h3>
<p>Save time creating your documents by saving old quotations, customers, and delivery notes and using them as templates. Beasy manages your documents and payments completely automatically and summarizes all necessary information for your accounting and tax consultants.
</p>
</div>
<!-- Service Item -->
<div class="col-lg-4 service_item text-left d-flex flex-column align-items-start justify-content-start">
<div class="icon_container d-flex flex-column justify-content-end">
<img src="images/icon_2.svg" alt="">
</div>
<h3>easy to manage</h3>
<p>Beasy manages your company and your daily planning with the help of a calendar function. Never forget important deadlines or appointments again by letting the system remind you of important dates. You can also let beasy send automatic payment reminders to your customers.
</p>
</div>
<!-- Service Item -->
<div class="col-lg-4 service_item text-left d-flex flex-column align-items-start justify-content-start">
<div class="icon_container d-flex flex-column justify-content-end">
<img src="images/icon_3.svg" alt="">
</div>
<h3>eco-friendly</h3>
<p>Send documents by mail or fax from your mobile phone and let the system analyze your fax responses. Your customers can accept your documents online and you will be informed immediately - by mobile phone or e-mail. Beasy takes over the complete management and can be used completely paperless!
</p>
</div>
</div> <!-- End Service Items -->
<!-- Service Button -->
<div class="row button_row">
<div class="col text-center">
<div class="button services_button">
<a id="service-button" href="services.html#features" class="d-flex flex-row align-items-center justify-content-center">
See more
</a>
</div>
</div>
</div>
</div>
</div> <!-- End Services -->
<!-- Testimonials -->
<div class="testimonials">
<div class="container">
<div class="row">
<div class="col-lg-6 offset-lg-3 text-center section_title">
<h2>testimonials</h2>
</div>
</div>
<div class="testimonial_slider">
<input type="radio" name="slider" title="slide1" checked="checked" class="slider__nav"/>
<input type="radio" name="slider" title="slide2" class="slider__nav"/>
<input type="radio" name="slider" title="slide3" class="slider__nav"/>
<div class="slider__inner">
<div class="slider__contents">
<div class="slider__image">
<img src="images/team-01.png" alt="">
</div>
<h3 class="slider__caption">David Roberts</h3>
<p class="slider__txt">Lorem ipsum dolor sit amet, consectetur adipisicing elit. At cupiditate omnis possimus illo quos, corporis minima!</p>
</div>
<div class="slider__contents">
<div class="slider__image">
<img src="images/team-02.png" alt="">
</div>
<h3 class="slider__caption">Samantha Bennett</h3>
<p class="slider__txt">Lorem ipsum dolor sit amet, consectetur adipisicing elit. At cupiditate omnis possimus illo quos, corporis minima!</p>
</div>
<div class="slider__contents">
<div class="slider__image">
<img src="images/team-03.png" alt="">
</div>
<h3 class="slider__caption">Will Price</h3>
<p class="slider__txt">Lorem ipsum dolor sit amet, consectetur adipisicing elit. At cupiditate omnis possimus illo quos, corporis minima!</p>
</div>
</div>
</div>
</div>
</div> <!-- End Testimonials -->
<!-- Contact -->
<div class="contact">
<div class="contact_background">
<img src="images/bild3.jpg">
</div>
<div class="container container_contact">
<div class="row">
<div class="col-lg-6 offset-lg-3 text-center section_title contact_title">
<h2>let's work together
</h2>
</div>
</div>
<div class="row row_contact">
<div class="col-lg-10 offset-lg-1 text-center contact_text">
<p>Dolor sit amet, consectetur adipiscing elit. Phasellus vestibulum, quam tincidunt venen atis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus vestibulum, quam tincidunt venenatis ultrices, est libero mattis ante, ac consectetur diam neque eget quam.
</p>
<div class="button contact_button">
<a href="contact.html" class="d-flex flex-row align-items-center justify-content-center">contact
</a>
</div>
</div>
</div>
<div class="row row_back">
<div class="back_button">
<a href="index.html#top"><i class="fa fa-angle-up"></i></a>
</div>
</div>
</div>
</div> <!-- End Contact -->
<!-- Footer -->
<footer class="footer">
<div class="container footer_container">
<div class="row footer_content d-flex flex-sm-row flex-column align-items-center">
<div class="col-sm-6 cr text-sm-left text-center footer_row">
<p>Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="fa fa-heart" aria-hidden="true"></i> by <a>Rebecca Natterer</a></p>
</div>
<div class="col-sm-6 text-sm-right text-center footer_row">
<div class="footer_social_container">
<ul class="footer_social">
<li><a href="#"><i class="fa fa-facebook-f trans_300"></i></a></li>
<li><a href="#"><i class="fa fa-twitter trans_300"></i></a></li>
<li><a href="#"><i class="fa fa-google trans_300"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin trans_300"></i></a></li>
<li><a href="#"><i class="fa fa-youtube trans_300"></i></a></li>
</ul>
</div>
</div>
<div class="col-sm-6 text-sm-right text-center">
<div class="footer_links">
<li><a class="footer-link" href="#">Terms and Conditions</a></li>
<li><a class="footer-link" href="#">Privacy Policy</a></li>
<li><a class="footer-link" href="contact.html">Contact</a></li>
</div>
</div>
</div>
</div>
</footer> <!-- End Footer -->
</div> <!-- End super_container-->
</body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/java.js"></script>
</html>