Skip to content

Commit

Permalink
added landingpage for agencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed Nov 7, 2024
1 parent d6f5b3f commit 5725097
Show file tree
Hide file tree
Showing 8 changed files with 218 additions and 5 deletions.
8 changes: 8 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ collections:
output: true
landingpage:
output: true
industries:
output: true
blog_tags:
output: true

Expand Down Expand Up @@ -238,6 +240,12 @@ defaults:
layout: landingpage
permalink: "/en/:title"
lang: en
- scope:
path: "_industries/en/"
values:
layout: industry
permalink: "/en/:title-time-tracking"
lang: en

markdown: kramdown
kramdown:
Expand Down
8 changes: 4 additions & 4 deletions _data/testimonials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
url: 'http://cenas.uy'
text: "kimai is a super web for keeping tracks of our daily work, the interface is clean and very useful, just easy, couple clicks and data, and that is done. \n<mark>we have used since 5 years ago, and the reports are easy to run</mark>. only 1 time i have to support a ticket, because we forgot the password!. \nthanks for all the work here!"
date: '2024-04-03'
tags: [English, Cloud, WallOfLove, SliderHomepage]
tags: [English, Cloud, WallOfLove, SliderHomepage, Consulting]
avatar: mathias.webp
logo: ''
video: ''
Expand All @@ -36,7 +36,7 @@
url: 'https://klosebrothers.de/'
text: 'Wir nutzen Kimai seit Kurzem für unser Zeitmanagement und sind sehr zufrieden. Ein schönes Design und eine einfache Bedienung waren uns wichtig, der größte Pluspunkt ist jedoch der Support: <mark>Das Team antwortet schnell und geht auf alle Wünsche und Anliegen ein</mark>, auch wenn es mal eine Sonderlösung sein muss. Dadurch für uns eine absolute Empfehlung an alle, die eine Lösung zur Zeiterfassung suchen 👍'
date: '2024-04-17'
tags: [Cloud, German, WallOfLove, SliderHomepage, FeaturedShort, Support]
tags: [Cloud, German, WallOfLove, SliderHomepage, FeaturedShort, Support, Agency, Software]
avatar: jasmin.webp
logo: ''
video: ''
Expand All @@ -51,7 +51,7 @@
url: 'https://van-bracht.de/'
text: "Ich nutze Kimai seit mehreren Jahren. Zuerst in einem Unternehmen als Teil eines Projektteams. Später, als ich mich nebenbei selbständig gemacht habe, habe ich ein einfaches Timetracking-Tool gesucht und bin zu Kimai zurückgekehrt. Zuerst selbst installiert, dann in der Cloud. Für 3 Euro Betriebsausgaben im Monat bekomme ich als kleiner Nebenerwerbler genau das, was ich brauche: <mark>Schnelles Tracking, Übersicht über ausstehende Posten und eine blitzschnelle Abrechnung mit einem sauberen Timesheet</mark>. Aber auch für riesengroße Projekte mit einer großen Menge an Leuten bleibt es übersichtlich, nachvollziehbar und für alle einfach zu bedienen.\nUnd der Support, in Persona Kevin, reagiert schnell und umfassend auf alles, was man braucht. Vielen Dank dafür!"
date: '2024-04-10'
tags: [German, Cloud, WallOfLove, FeaturedShort, Support]
tags: [German, Cloud, WallOfLove, FeaturedShort, Support, Agency]
avatar: christoph-van-bracht.webp
logo: ''
video: ''
Expand Down Expand Up @@ -366,7 +366,7 @@
url: 'https://www.sf-solutions.net'
text: 'I was testing Kimai several years ago and then I decided to move to different time tracking tools and the last time I was mostly working with Clockify and now I found Kimai back and I''m very impressed how the software is working, How fast it is. And I also really like a lot the approach to host the software on my own so that we keep our confidential data in our own systems. The software is easy to use, it''s fast, and I get all the features that I need, and the possibility to discuss on GitHub also helps a lot to find fast solutions. Thank you very much for your very good work and let''s work together for the future.'
date: '2024-05-31'
tags: [WallOfLove, English, OnPremise]
tags: [WallOfLove, English, OnPremise, Agency]
avatar: niels-przybilla.webp
logo: sf-solutions.webp
video: niels-przybilla.mp4
Expand Down
13 changes: 13 additions & 0 deletions _includes/cta-customizable.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

<section class="container mb-5">
<div class="position-relative bg-dark rounded-3 overflow-hidden px-3 py-5">
<span class="position-absolute top-0 start-0 w-100 h-100" style="background-color: rgba(255, 255, 255, .05)"></span>
<div class="position-relative zindex-5 text-center my-xl-3 py-1 py-md-4 py-lg-5">
{% if include.question %}
<p class="lead text-light opacity-70 mb-3">{{ include.question }}</p>
{% endif %}
<h2 class="h1 text-light pb-3 pb-lg-0 mb-lg-5">{{ include.title }}</h2>
{% include link-cloud-start.html classes="btn btn-success btn-lg" %}
</div>
</div>
</section>
25 changes: 25 additions & 0 deletions _includes/feature-box.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{% assign feature = include.feature %}
{% assign feature_key = feature.name %}
{% assign feature_documentation = feature.documentation %}
{% assign lang_replacer = page.lang | append: '/' %}
{% if page.lang == 'en' %}
{% assign lang_replacer = '' %}
{% endif %}
{% assign feature_documentation = feature.documentation | replace: '%language%', lang_replacer %}
{% assign feature_title = site.data[page.lang].translation.feature[feature_key].name %}
{% assign feature_description = site.data[page.lang].translation.feature[feature_key].description %}
<div class="card card-hover bg-secondary border-0 mb-4">
<div class="card-body d-flex align-items-start">
<div class="flex-shrink-0 bg-light rounded-3 p-3">
<i class="bx {{ feature.icon }} fs-2" title="{{ feature_title }}"></i>
</div>
<div class="ps-4">
<h3 class="h5 pb-2 mb-1">{{ feature_title }}</h3>
<p class="pb-2 mb-1">{{ feature_description }}</p>
<a href="{% link {{ feature_documentation }} %}" class="btn btn-link stretched-link px-0">
{{ site.data[page.lang].translation.read-more }}
<i class="bx bx-right-arrow-alt fs-xl ms-2"></i>
</a>
</div>
</div>
</div>
6 changes: 5 additions & 1 deletion _includes/testimonials-slider.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{% assign title = include.title | default: site.data[page.lang].translation.testimonials.title %}
<section class="container py-5 my-2 my-md-4 my-lg-5">
<div class="row pt-2 py-xl-3">
<div class="col-lg-3 col-md-4">
<h2 class="h1 text-center text-md-start mx-auto mx-md-0 pt-md-2" style="max-width: 300px;">{{ site.data[page.lang].translation.testimonials.title }}</h2>
<h2 class="text-center text-md-start mx-auto mx-md-0 pt-md-2" style="max-width: 300px;">{{ title }}</h2>
{% if include.introduction %}
<p class="mb-3">{{ include.introduction }}</p>
{% endif %}

<!-- Slider controls (Prev / next buttons) -->
<div class="d-flex justify-content-center justify-content-md-start pb-4 mb-2 pt-2 pt-md-4 mt-md-5">
Expand Down
29 changes: 29 additions & 0 deletions _industries/en/agency.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: "Time Tracking for agencies"
subtitle: "The key to profitability"
introduction: |
Are you running an agency - whether it's in digital marketing, PR, design, consulting, HR, or architecture? Then you know how critical time tracking is to your business. Tracking employee hours and client project time is essential for billing accurately, understanding profitability, and managing your growing team.
But managing time tracking through spreadsheets and disconnected tools can quickly become a mess, especially as your agency scales. That's where a dedicated time tracking solution can be a game-changer.
In this post, we'll explore why successful agencies rely on time tracking software and what essential features to look for. We’ll use Kimai as an example of a user-friendly solution built with agencies in mind.
image: "/images/industry/agency.jpg"
features:
title: "How Kimai helps AGENCIES"
introduction: "Not all time tracking tools are created equal. The best solutions for agencies offer a specialized set of features to streamline your workflows. Look for capabilities like:"
list: ['plugins', 'teams', 'saml', 'multi-user']
testimonials:
tag: Agency
title: "What AGENCIES say about time-tracking"
introduction: |
At Kimai, we've designed our time tracking platform to meet the needs of agencies, teams, and freelancers. Our intuitive interface and powerful features help agencies like yours work smarter and more profitably. You can now “listen” to the reviews of the real users.
about:
title: "First steps for a better time tracking"
introduction: |
Hope this article has highlighted the benefits of easy-to-use, scalable time-tracking tools for agencies, helping you make an informed choice. Some solution providers offer free versions, which may have limitations, while others provide free demos, trials, or pricing options based on business size or number of users.
At Kimai, we offer a free trial so you can explore our solution before deciding if additional users, features, or plugins are needed. Try it for free today, and have a more organized workday!
cta:
question: ""
title: "Ready to start tracking time in your agency?"
---
134 changes: 134 additions & 0 deletions _layouts/industry.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,134 @@
---
layout: base
---

<main class="page-wrapper">
{% include header-navigation.html %}

<section class="container pt-4 pb-5 mb-lg-5">

<!-- Breadcrumb mobile -->
<nav class="d-md-none pb-3 mb-2 mb-lg-3" aria-label="breadcrumb">
<ol class="breadcrumb mb-0">
<li class="breadcrumb-item">
<a href="index.html"><i class="bx bx-home-alt fs-lg me-1"></i>Home</a>
</li>
<li class="breadcrumb-item">
<a href="#">Industries</a>
</li>
<li class="breadcrumb-item active" aria-current="page">{{ page.title }}</li>
</ol>
</nav>

<div class="row row-cols-1 row-cols-md-2 g-0 pb-2">

<div class="col order-md-2 position-relative bg-position-center bg-size-cover bg-repeat-0 zindex-2" style="background-image: url({{ page.image }}); border-radius: .5rem .5rem .5rem 0;">
<div style="height: 250px;"></div>
</div>

<div class="col order-md-1">
<nav class="d-none d-md-block py-3 mb-2 mb-lg-3" aria-label="breadcrumb">
<ol class="breadcrumb mb-0">
<li class="breadcrumb-item">
<a href="index.html"><i class="bx bx-home-alt fs-lg me-1"></i>Home</a>
</li>
<li class="breadcrumb-item">
<a href="#">Industries</a>
</li>
<li class="breadcrumb-item active" aria-current="page">{{ page.title }}</li>
</ol>
</nav>

<div class="bg-secondary rounded-3 p-4 p-lg-5 mt-n2 mt-md-0 me-md-n2">
<div class="px-sm-3 px-xl-4 pt-4 py-md-3 py-lg-4 py-xl-5">
<h1 class="pb-2 pb-xxl-3">{{ page.title }}</h1>
<h3>{{ page.subtitle }}</h3>
<div class="pb-2 mb-4 mb-xxl-5">{{ page.introduction|markdownify }}</div>
<div class="d-xxl-flex align-items-center">
<a href="#" class="btn btn-primary shadow-primary btn-lg">Try Kimai for free</a>
{% comment %}
<ul class="list-unstyled ps-xxl-4 pt-4 pt-xxl-0 ms-xxl-2">
<li><strong>Mon — Fri:</strong> 9:00 am — 22:00 am</li>
<li><strong>Sat — Sun:</strong> 9:00 am — 20:00 am</li>
</ul>
{% endcomment %}
</div>
</div>
</div>
</div>
</div>
</section>

<section class="container pb-5 mb-md-2 mb-lg-5">
<div class="row">
<div class="col-lg-4 text-center text-lg-start pb-3 pb-lg-0 mb-4 mb-lg-0">
<h2 class="h1 mb-lg-4">{{ page.features.title }}</h2>
<div class="pb-4 mb-0 mb-lg-3">{{ page.features.introduction|markdownify }}</div>
<a href="#" class="btn btn-primary shadow-primary btn-lg">All features</a>
</div>
<div class="col-xl-7 col-lg-8 offset-xl-1">
<div class="row row-cols-1 row-cols-md-2">
<div class="col">
{% for name in page.features.list %}
{% assign features = site.data.feature | where_exp: "feature", "feature.name == name" %}
{% for feature in features %}
{% include feature-box.html feature=feature %}
{% endfor %}
{% assign mod = forloop.index1 | modulo: 2 %}
{% if mod == 0 %}
</div>
<div class="col">
{% endif %}
{% endfor %}
</div>
</div>
</div>
</div>
</section>

{% assign testimonial_tag = page.testimonials.tag %}
{% assign testimonial_title = page.testimonials.title %}
{% assign testimonial_intro = page.testimonials.introduction %}
{% assign testimonials = site.data.testimonials | where_exp: "item", "item.tags contains testimonial_tag" | sample: 5 %}
{% include testimonials-slider.html testimonials=testimonials title=testimonial_title introduction=testimonial_intro %}

{% comment %}
https://silicon.createx.studio/landing-medical.html
{% endcomment %}
<section class="container text-center pb-5 mb-3 mb-md-4 mb-lg-5">
<h2 class="h1 pt-1 mb-4">{{ page.about.title }}</h2>
<div class="row justify-content-center">
<div class="col-lg-6 col-md-8">
<div class="fs-lg text-muted mb-lg-0">{{ page.about.introduction|markdownify }}</div>
</div>
</div>
{% comment %}
<div class="position-relative rounded-3 overflow-hidden mb-lg-3">
<div class="position-absolute top-0 start-0 w-100 h-100 d-flex align-items-center justify-content-center zindex-5">
<a href="https://www.youtube.com/watch?v=wJC1LFT_GD0" class="btn btn-video btn-icon btn-xl stretched-link bg-white" data-bs-toggle="video" aria-label="Play video" data-lg-id="1ab3fbc9-3ad4-48b6-93b7-eef9d8c09a39">
<i class="bx bx-play"></i>
</a>
</div>
<span class="position-absolute top-0 start-0 w-100 h-100 bg-dark opacity-35"></span>
<img src="assets/img/landing/medical/video-cover.jpg" alt="Cover image">
</div>
{% endcomment %}
</section>

<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="mb-0">
{% assign cta_question = page.cta.question %}
{% assign cta_title = page.cta.title %}
{% include cta-customizable.html question=cta_question title=cta_title %}
</div>
</div>
</div>
</div>
</section>

</main>

{% include footer.html %}
Binary file added images/industry/agency.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5725097

Please sign in to comment.