forked from rebsweb/enterprise-website-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
453 lines (360 loc) · 15.6 KB
/
services.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>beasy - Services</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/services_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>
<a href="index.html">
<span>Home
</span>
</a>
</li>
<li class="active">
<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>
<!-- 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>
<!-- Page Top -->
<div class="home">
<div class="home_background">
<img src="images/services.jpg">
</div>
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="home_content">
<h2>Services</h2>
<span>What we Do</span>
</div>
</div>
</div>
</div>
</div> <!-- End Page Top -->
<!-- Services -->
<div class="services">
<div class="container">
<div class="row">
<!-- Service Item -->
<div class="col-lg-4 service_item d-flex flex-column 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 d-flex flex-column 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 d-flex flex-column 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>
<!-- Service Item -->
<div class="col-lg-4 service_item d-flex flex-column 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 d-flex flex-column 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 d-flex flex-column 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>
</div> <!-- End Service Items -->
<!-- Service Button -->
<div class="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 -->
<!-- Features -->
<div id="features" class="features">
<div class="container">
<div class="row">
<div class="col-lg-6 offset-lg-3 text-center features_title section_title">
<h2>Features of beasy
</h2>
</div>
</div>
<section class="main">
<!-- Features Item -->
<div class="features_description">
<h3>Management of invoices and documents</h3>
<span>Thanks to the document management module, beasy will save you a lot of time when performing your daily business management tasks. Beasy allows you to create personal templates for each document type, organize and manage your documents so that you can manage the follow-up of a document. You can even print the documents if you want to send them to your accountant, for example.
</span>
</div>
<div class="ia-container">
<figure>
<img src="images/DocumentTemplates.jpg" alt="Document Templates" />
<input type="radio" name="radio-set" checked="checked"/>
<figcaption><span>Document Templates</span></figcaption>
<figure>
<img src="images/Management.jpg" alt="Management" />
<input type="radio" name="radio-set" />
<figcaption><span>Management</span></figcaption>
<figure>
<img src="images/EditingAndMonitoring.jpg" alt="Editing and Monitoring" />
<input type="radio" name="radio-set" />
<figcaption><span>Editing and Monitoring</span></figcaption>
<figure>
<img src="images/Printing.jpg" alt="Printing" />
<input class="ia-selector-last" type="radio" name="radio-set" />
<figcaption><span>Printing</span></figcaption>
</figure>
</figure>
</figure>
</figure> <!-- End Features Item -->
</div><!-- End ia-container -->
<!-- Features Item -->
<div class="features_description">
<h3>Administration of inventory, orders and deliveries</h3>
<span>Managing your inventory can be a tedious task. To prevent this, beasy provides you with simplified modules to manage your inventory, modules to manage your suppliers and modules to manage your orders and deliveries. This allows you to keep track of your goods and inventory.
</span>
</div>
<div id="ia-container-2" class="ia-container">
<figure>
<img src="images/Inventory.jpg" alt="Inventory" />
<input type="radio" name="radio-set"/>
<figcaption><span>Inventory</span></figcaption>
<figure>
<img src="images/AddingGoods.jpg" alt="Adding Goods" />
<input type="radio" name="radio-set" />
<figcaption><span>Adding Goods</span></figcaption>
<figure>
<img src="images/ProductManagement.jpg" alt="Product Management" />
<input class="ia-selector-last" type="radio" name="radio-set" />
<figcaption><span>Product Management</span></figcaption>
</figure>
</figure>
</figure> <!-- End Features Item -->
</div> <!-- End ia-container -->
<!-- Features Item -->
<div class="features_description">
<h3>Management of projects, daily routine and time</h3>
<span>Nowadays, more effective time management is the key to a company's success. The beasy platform provides you with several modules that will help you to better manage your time and keep track of your tasks, memories and meetings.
</span>
</div>
<div id="ia-container-3" class="ia-container">
<figure>
<img src="images/TimeManagement.jpg" alt="Time Management" />
<input type="radio" name="radio-set"/>
<figcaption><span>Time Management</span></figcaption>
<figure>
<img src="images/TasksAndEventManagement.jpg" alt="Tasks and Event Management" />
<input class="ia-selector-last" type="radio" name="radio-set" />
<figcaption><span>Tasks and Event Management</span></figcaption>
</figure>
</figure> <!-- End Features Item -->
</div> <!-- End ia-container -->
<!-- Features Item -->
<div class="features_description">
<h3>Administration of customers and communication</h3>
<span>Manage your customers with beasy and you will never lose the e-mail address or phone number of a customer again! As soon as you create a document, the corresponding customer is saved and you can change the data at any time using the customer administration module. The communication with your customers is very important, therefore beasy provides you some modules to simplify the communication. (E-mail dispatch, SMS dispatch, telephone connections, dispatch of documents by post).
</span>
</div>
<div id="ia-container-4" class="ia-container">
<figure>
<img src="images/CustomerManagement.jpg" alt="Customer management" />
<input type="radio" name="radio-set"/>
<figcaption><span>Customer management</span></figcaption>
<figure>
<img src="images/CustomerOverviewAndDataEntry.jpg" alt="Customer overview and data entry" />
<input class="ia-selector-last" type="radio" name="radio-set" />
<figcaption><span>Customer overview and data entry</span></figcaption>
</figure>
</figure> <!-- End Features Item -->
</div> <!-- End ia-container -->
</section>
</div>
</div>
<!-- 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="services.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>