-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c0bdd47
commit 8fa4db0
Showing
10 changed files
with
315 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
nonprofit: 'bx bxs-gift' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
id: nonprofit | ||
name: Non-Profit | ||
visible: false | ||
metered: false | ||
annual: true | ||
price: 99 | ||
highlight: false | ||
features: | ||
max_customers: unlimited | ||
max_projects: unlimited | ||
max_activities: unlimited | ||
rest_api: true | ||
tls_included: true | ||
automatic_upgrades: true | ||
server_maintenance: true | ||
github_support: true | ||
email_support: true | ||
backup_frequency: weekly | ||
priority_features: false | ||
invoices: true | ||
invoice_documents: 1 | ||
audit_logs: true | ||
export: true | ||
expense: true | ||
custom_fields: true | ||
task_management: true | ||
custom_css: true | ||
ip_restriction: true | ||
custom_domain: true | ||
translation: true | ||
saml: true | ||
export_templates: true | ||
work_contract: true | ||
kiosk: true | ||
max_users: unlimited | ||
teaser: | ||
all_from_plan: { '%plan%': Standard, class: font-weight-bold } | ||
work_contract: { } | ||
absences: { } | ||
expense_tracking: { } | ||
custom_fields: { } | ||
task_management: { } | ||
daily_backups: { } | ||
'': { } | ||
saml: { } | ||
custom_domain: { } | ||
ip_whitelist: { } | ||
annual_payment: { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
{% if page.lang == 'de' %} | ||
|
||
Heute sage ich Danke an die vielen NGOs und NPOs: | ||
|
||
- Gemeinnützige- und Wohltätigkeitsorganisationen | ||
- Öffentliche und freie Schulen, Universitäten, Volkshochschulen | ||
- Behörden und Organisationen mit Sicherheitsaufgaben, Rettungsdienste, Katastrophenschutz, Feuerwehr, THW | ||
- Naturschutz-, Sport und alle anderen Vereine, die das miteinander gestalten und Fähigkeiten vermitteln | ||
- Soziale Dienste und kirchliche Träger, Altenpflege- und Jugendeinrichtungen | ||
- … und noch so viele andere, die ich hier vergessen habe aufzuzählen | ||
|
||
Ihr gebt Eure Zeit, verschenkt kleine und große Wunder und bereichert das Leben von so vielen: Danke, dass Ihr da seid! | ||
|
||
Spätestens wenn eine Organisation größer wird, mehr Spendeneinnahmen verzeichnet oder Personal einstellt, wird es wichtig die Arbeitszeiten der Mitarbeiter zu erfassen und auszuwerten. | ||
Arbeitsabläufe sollten analysiert und mögliche Effizienzsteigerungen früh erkannt werden. | ||
Nicht nur um mehr Zeit und Geld für den eigentlichen Zweck freizumachen, sondern auch um nachvollziehbare Rechenschaftsberichte abgeben zu können. | ||
|
||
Ich möchte Euch unterstützen und biete daher einen unschlagbar günstigen und jährlich abgerechneten Non-Profit-Tarif an: | ||
|
||
{% else %} | ||
|
||
Today I want to say thank you to the many NGOs and NPOs: | ||
|
||
- Non-profit and charitable organisations | ||
- Public and independent schools, universities, adult education centres | ||
- Authorities and organisations with security tasks, rescue services, civil protection, fire brigade | ||
- Nature conservation, sports and all other community-building and skills-development organisations | ||
- Social services and church organisations, elderly care and youth facilities | ||
- … and so many others that I have forgotten to mention here | ||
|
||
You give your time, work small and big miracles and enrich the lives of so many: Thank you for being there! | ||
|
||
As an organisation grows, receives more donations or employs more staff, it becomes important to record and analyse the working hours of employees. | ||
Workflows should be analysed and potential efficiency improvements should be identified at an early stage. | ||
This is not only to free up time and money for the real work, but also to be able to submit transparent accountability reports. | ||
|
||
I want to support you and therefore offer an unbeatable and annually billed non-profit rate: | ||
|
||
{% endif %} | ||
|
||
<div class="table-responsive-lg w-xl-50 w-md-75 w-100"> | ||
<div class="row flex-nowrap pb-4"> | ||
<div class="col"> | ||
{% include pricing-card.html id="nonprofit" %} | ||
</div> | ||
</div> | ||
</div> | ||
|
||
{% if page.lang == 'de' %} | ||
|
||
Wenn Du einen gemeinnützigen Verein bzw. eine Organisation repräsentierst, dann registriere Dich mit einer offiziellen E-Mail-Adresse des Vereins und verfasse eine kurze Support-Nachricht. Der Tarif wird nach manueller Prüfung freigeschaltet. | ||
|
||
Es wäre toll, wenn ich Euer Logo und den Namen als Referenz auf [www.kimai.cloud](https://www.kimai.cloud) und [www.kimai.org](https://www.kimai.org) nutzen dürfte. | ||
|
||
{% else %} | ||
|
||
If you represent a non-profit association or organisation, please register with an official e-mail address of the organisation and write a support message. The plan will be activated after a manual approval. | ||
|
||
It would be great if I could use your logo and name as a reference on [www.kimai.cloud](https://www.kimai.cloud) and [www.kimai.org](https://www.kimai.org). | ||
|
||
{% endif %} | ||
|
||
{% include cta-begin-journey.html %} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{% if include.id %} | ||
{% assign plan = site.data.plans[include.id] %} | ||
|
||
<div class="card h-100 border-0 shadow-sm p-xxl-3" style="min-width: 18rem;"> | ||
<div class="card-body"> | ||
<div class="d-flex align-items-center pb-2 pb-md-3 mb-4"> | ||
<div class="flex-shrink-0 rounded-3"> | ||
<i class="{{ site.data.icons[include.id] }} display-4"></i> | ||
</div> | ||
<div class="ps-4"> | ||
<h3 class="fs-lg fw-normal text-body mb-2">{{ plan.name }}</h3> | ||
<h4 class="h3 lh-1 mb-0"> | ||
{% assign pricing = plan.price | divided_by: 100.0 | round: 2 %} | ||
{{ pricing | replace: '.', '.<span class="fs-5">' }}</span> € | ||
<span class="text-body fs-sm fw-normal">/ {{ site.data[page.lang].translation.pricing.short_monthly }}</span> | ||
</h4> | ||
</div> | ||
</div> | ||
<ul class="list-unstyled fs-sm pb-md-3 mb-3"> | ||
{% for teaser in plan.teaser %} | ||
{% if teaser[0] != "" %} | ||
<li class="d-flex mb-2"> | ||
{% assign key = teaser[0] %} | ||
<i class="bx bx-check fs-xl text-primary me-1"></i> | ||
{% assign text = site.data[page.lang].translation.plans[key] %} | ||
{% for replacer in teaser[1] %} | ||
{% assign text = text | replace: replacer[0], replacer[1] %} | ||
{% endfor %} | ||
{{ text }} | ||
</li> | ||
{% endif %} | ||
{% endfor %} | ||
</ul> | ||
</div> | ||
<div class="card-footer border-0 pt-0 pb-4"> | ||
{% include link-cloud-start.html classes="btn btn-outline-primary w-100" %} | ||
</div> | ||
</div> | ||
{% endif %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
layout: base | ||
--- | ||
{% assign pagetitle = page.title %} | ||
{% if site.data[page.lang].translation[page.slug].title != nil %} | ||
{% assign pagetitle = site.data[page.lang].translation[page.slug].title %} | ||
{% elsif site.data[page.lang].translation[page.slug].name != nil %} | ||
{% assign pagetitle = site.data[page.lang].translation[page.slug].name %} | ||
{% endif %} | ||
{% assign subtitle = nil %} | ||
{% if page.subtitle != nil %} | ||
{% assign subtitle = page.subtitle %} | ||
{% endif %} | ||
{% if site.data[page.lang].translation[page.slug].subtitle != nil %} | ||
{% assign subtitle = site.data[page.lang].translation[page.slug].subtitle %} | ||
{% endif %} | ||
|
||
<main class="page-wrapper"> | ||
{% include header-navigation.html %} | ||
|
||
<section class="container py-5 my-1 my-md-4 my-lg-5"> | ||
<div class="row"> | ||
<div class="col-lg-12 mb-4 mb-lg-0"> | ||
<div class="pe-lg-4 me-lg-3 pe-xl-0 me-xl-0"> | ||
<div class="m-auto w-50 text-center mb-4 pb-4"> | ||
<p class="small">{{ site.data[page.lang].translation.slogan }}</p> | ||
<h2 class="h1 mb-4">{{ pagetitle }} ✨</h2> | ||
{% if subtitle != nil %} | ||
<p class="mb-4">{{ subtitle }}</p> | ||
{% endif %} | ||
</div> | ||
<div class="mb-0"> | ||
{{ content }} | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
</main> | ||
|
||
{% include footer.html %} | ||
|
Oops, something went wrong.