Skip to content

Commit 55c20d2

Browse files
authored
Merge pull request #196 from Dutzu/master
Rebranding
2 parents 947b4d7 + 6d28afc commit 55c20d2

20 files changed

+213
-49
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Contributing
22

3-
Pull Requests from our design, development and operations teams of [Haufe.Group](http://www.haufe-lexware.com) and its subsidiaries are greatly appreciated. If you've never contributed to an open source project before we are more than happy to walk you through how to create a pull request.
3+
Pull Requests from our design, development and operations teams of [Haufe.Group](https://www.haufegroup.com/) and its subsidiaries are greatly appreciated. If you've never contributed to an open source project before we are more than happy to walk you through how to create a pull request.
44

55
The short version of it is to fork this repo your own account and then clone it locally and add your changes where the filename of new posts in the folder `_posts` should be prefixed with the publication date. You can easily run Jekyll locally using docker. Simply `cd` into your `Haufe-Lexware.github.io` fork containing your changes, and then issue the following command:
66

_config.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
#
44

55
# Your site
6-
title:
7-
header-img: images/background2.jpg
6+
title: Haufe Group Dev Blog
7+
repository: Haufe-Lexware/Haufe-Lexware.github.io
8+
header-img: images/HG_Our_people_banner.jpeg
9+
810
9-
copyright_name: Haufe-Lexware Services GmbH & Co.KG
11+
copyright_name: Haufe Group SE
1012
description: Dev + Design Blog from Haufe Group
11-
headline: Silicon Black Forest
13+
headline: Haufe Group Dev Blog
1214

1315
# URL of your avatar or profile pic (you could use your GitHub profile pic)
1416
avatar: https://raw.githubusercontent.com/Haufe-Lexware/Haufe-Lexware.github.io/master/images/haufe-logo.jpg

_includes/footer.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282
·
8383
<a href="/resources/">Resources</a>
8484
</div>
85-
<p class="copyright text-muted">Copyright &copy; <a href="https://www.haufe-lexware.com/" target="_blank">{{ site.copyright_name }}</a> {{ site.time | date: '%Y' }}</p>
86-
<a href="https://www.haufe.lexware.com/" target="_blank"><img id="footerImg" src="{{ "../images/HaufeGroup_Logo_RGB_pos.png" | prepend: site.baseurl }}" alt="Haufe-Gruppe"></a>
85+
<p class="copyright text-muted">Copyright &copy; <a href="https://www.haufegroup.com/" target="_blank">{{ site.copyright_name }}</a> {{ site.time | date: '%Y' }}</p>
86+
<a href="https://www.haufegroup.com/" target="_blank"><img id="footerImg" src="{{ "../images/HG_Logo_Standard_quer_einzeilig_pos_RGB.svg" | prepend: site.baseurl }}" alt="Haufe Group SE"></a>
8787
</div>
8888
</div>
8989
</div>

_posts/2017-08-22-content-as-code.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ Let's Treat Docs Like Code.
3232
When you want to write more content, create accurate technical docs, iterate with collaborators, test drafts, merge, build, and deploy docs.
3333
```
3434

35-
Like today we have DevOps and CI/CD for our code, I strongly feel that ContentOps and CI/CD are just around the corner for our content. And given that we as [Haufe.Group](https://www.haufe-lexware.com/en/about-us/) have our roots in publishing, this is an exciting propostion to think about.
35+
Like today we have DevOps and CI/CD for our code, I strongly feel that ContentOps and CI/CD are just around the corner for our content. And given that we as [Haufe.Group](https://www.haufegroup.com/en/company) have our roots in publishing, this is an exciting propostion to think about.

_posts/2017-10-03-automate-ami-with-packer.md

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ It’s very easy, you have to download and install it from [here](https://www.pa
3838
For this we need to create a template. The format of a template is simple JSON file, like below:
3939

4040
packer_template.json
41+
{% raw %}
4142
```json
4243
{
4344
"variables": {
@@ -69,6 +70,7 @@ packer_template.json
6970
}]
7071
}
7172
```
73+
{% endraw %}
7274

7375
With this template, we will create a CentOS 7 image without GUI, named Minimal-CentOS7 with 80GB disk space and built in “builds” folder from our project as OVA file.
7476

about.md

+11-7
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,22 @@ permalink: /about/
1010

1111
### More Information
1212

13-
The Haufe Group stands for integrated cloud and desktop solutions in the areas of taxation, legal, bookkeeping, learning, and talent management. It is a leading media and software vendor for professional online portals, e-procurement, online communities, and human resource & organizational development solutions.
13+
Welcome to the Haufe Group, a leading provider of software solutions and consulting services for businesses. With a rich history dating back to 1934, we have evolved into a trusted partner for organizations seeking digital transformation and innovation.
1414

15-
The main target groups are large and midsize firms, small businesses and freelancers, tax advisers and lawyers, the public sector, real estate agents, and nonprofit organizations. A number of our brands – Haufe, Haufe Academy, and Lexware – are market leaders in these target groups.
15+
At Haufe Group, we are passionate about empowering businesses through technology. Our diverse portfolio of brands, including Haufe, Lexware, Haufe Akademie, and Haufe Discovery, enables us to cater to a wide range of business needs.
1616

17-
#### Corporate Background
17+
- Haufe: The Haufe brand provides comprehensive software solutions and consulting services for human resources, finance, and legal departments. Their offerings include talent management, payroll, compliance, and document management solutions.
1818

19-
The Haufe Group emerged from a successful publisher and the provider of Lexware, a leading source of commercial software for small firms; over time, it grew to offer a comprehensive portfolio of digital and web-based solutions. Its wide range of products and services have been merged in integrated workstation solutions that allow customers to work effectively.
19+
- Lexware: Lexware focuses on providing software solutions specifically designed for small businesses and freelancers. Their products cover areas such as accounting, invoicing, payroll, and financial management.
2020

21-
#### Current Market Position
21+
- Haufe Akademie: Haufe Akademie is the training and development arm of the Haufe Group. They offer seminars, workshops, and online training courses in various areas such as leadership, HR management, finance, and legal topics.
2222

23-
The Haufe Group is now considered one of the most innovative media and software vendors in Germany. Its solutions use state-of-the-art technology and are very user-friendly and practice-oriented. More than one million customers – including all DAX 30 firms – generate over 366 million euros in revenue. The Freiburg-based firm currently has some 1,950 employees within Germany and abroad. The Group's international growth strategy is based on its current product portfolio, and it expands on an ongoing basis thanks to the synergies which evolve from the core competencies and strengths of the individual firms and brands within the Group.
23+
The Haufe Group is headquartered in Freiburg, Germany, and has additional offices in Germany, Spain and Romania. They serve customers across various industries, including finance, manufacturing, healthcare, and professional services.
24+
25+
Overall, the Haufe Group is known for its expertise in providing software and consulting solutions that enable businesses to optimize their operations, enhance employee productivity, and drive sustainable growth.
26+
27+
Join us on this software development blog as we share insights, trends, and best practices in the ever-evolving world of technology. Together, let's explore the limitless possibilities of software development and drive business success in the digital age with the Haufe Group.
2428

2529
### Contact us
2630

27-
[info(at)haufe-lexware.com](mailto:info@haufe-lexware.com)
31+
[info(at)haufe.com](mailto:[email protected])

css/clean-blog.css

+3-4
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,6 @@ footer .copyright {
389389
margin: 0;
390390
font-size: 0.85em;
391391
line-height: 1.764705882em;
392-
vertical-align: middle;
393392
vertical-align: baseline;
394393
opacity: 0;
395394
-webkit-transition: top 0.3s ease,opacity 0.3s ease;
@@ -516,7 +515,7 @@ code {
516515
}
517516
.nav-logo {
518517
width: 220px;
519-
height: 20px;
518+
height: 60px;
520519
margin-top: 22px;
521520
margin-left: 10px;
522521
float: left;
@@ -532,12 +531,12 @@ code {
532531
}
533532
}
534533
.logo-negative {
535-
background-image: url("../images/HaufeGroup_Logo_RGB_neg.png");
534+
background-image: url("../images/HG_Logo_Standard_quer_einzeilig_neg_RGB.svg");
536535
background-size: 220px;
537536
background-repeat: no-repeat;
538537
}
539538
.logo-positive {
540-
background-image: url("../images/HaufeGroup_Logo_RGB_pos.png");
539+
background-image: url("../images/HG_Logo_Standard_quer_einzeilig_pos_RGB.svg");
541540
background-size: 220px;
542541
background-repeat: no-repeat;
543542
}

favicon.ico

-249 KB
Binary file not shown.
Loading
Loading
Loading

0 commit comments

Comments
 (0)