-
Notifications
You must be signed in to change notification settings - Fork 602
/
Copy pathindex.hbs
37 lines (26 loc) · 1.05 KB
/
index.hbs
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
{{> header }}
<div class="jumbotron">
<h1>TimeOff management</h1>
<p class="lead">Open source Staff Time off management for companies of all sizes.</p>
<p><a class="btn btn-lg btn-success" href="/register/" role="button">Sign up now</a></p>
<p>or fork us on <a href="https://github.com/vpp/vacation-tracker">GitHub</a></p>
</div>
<div class="row marketing">
<div class="col-lg-6">
<h4>Company Departments</h4>
<p>Create departments to group employees, each one has its own manager.</p>
<h4>Customised Leave Types</h4>
<p>Holidays, Sickness, Maternity, Paternity, Working from home etc. In addition configure whether a type uses vacation allowance or not.</p>
<h4>Calendar Integration</h4>
<p>Broadcast employees whereabout into calendars: Outlook, Gmail. (Work in progess)</p>
</div>
<div class="col-lg-6">
<h4>Customised Public holidays</h4>
<p>Setup public holidays as well as company specific dates.</p>
<h4>Simple Workflow</h4>
<p>Employee requests a leave, manager says yes or no.</p>
<h4></h4>
<p></p>
</div>
</div>
{{> footer }}