-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(gh-pages/#3801): Remove unused folders and timeline. Add service…
… offerings and logo. Change footer, design and landing page.
- Loading branch information
1 parent
dfd662a
commit b76173f
Showing
29 changed files
with
154 additions
and
91 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
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 was deleted.
Oops, something went wrong.
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,18 @@ | ||
--- | ||
permalink: /docs/service-offerings/overview | ||
title: "Service offerings" | ||
--- | ||
|
||
Your company has the dire need in understanding their code base and knowing how to move on? We at [MaibornWolff](https://www.maibornwolff.de/en) offer a lot of different services to help you with legacy and unmaintainable code. | ||
We analyze your codebase and give you valuable insights in your code. Here are two popular services we offer: | ||
|
||
# Code Quality Insights | ||
|
||
Get a report about your hotspots and areas for improvement. This is currently free of charge. | ||
|
||
<b>Click</b> the link to learn more: [Code Quality Insights](https://www.maibornwolff.de/en/code-quality-insights?utm_source=github&utm_medium_website&utm_campaign=code_charta_at_github&utm_id=code_charta_at_github) | ||
|
||
# Software Health Check | ||
|
||
A full Software Health Check for your codebase and everything around it. | ||
<b>Click</b> the link to learn more: [Software Health Check](https://www.maibornwolff.de/software-audits) |
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,81 @@ | ||
<style> | ||
.feature-row { | ||
display: flex; | ||
flex-wrap: wrap; | ||
justify-content: center; | ||
gap: 10px; | ||
box-sizing: border-box; | ||
} | ||
|
||
.feature-item { | ||
width: 400px; | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
text-align: center; | ||
} | ||
|
||
.feature-item h3 { | ||
margin-top: 15px; | ||
} | ||
|
||
.feature-item p { | ||
margin-top: 10px; | ||
color: #555; | ||
} | ||
|
||
.image-container { | ||
height: 300px; | ||
} | ||
|
||
.image-container img { | ||
max-height: 300px; | ||
} | ||
</style> | ||
<div class="feature-row"> | ||
<div class="feature-item"> | ||
<div class="image-container"> | ||
<img src="assets/images/features/visualize.png" alt="Interactive Visualization" /> | ||
</div> | ||
<h3>Interactive Visualization</h3> | ||
<p> | ||
Turn your codebase into a dynamic, city-like map. Navigate through your code with ease and uncover insights you’ve never seen | ||
before. | ||
</p> | ||
</div> | ||
|
||
<div class="feature-item"> | ||
<div class="image-container"> | ||
<img src="assets/images/features/tangible.png" alt="Tangible Models" /> | ||
</div> | ||
<h3>Tangible Models</h3> | ||
<p>Bring your code to life! Print your codebase as a 3D model! Perfect for presentations.</p> | ||
</div> | ||
|
||
<div class="feature-item"> | ||
<div class="image-container"> | ||
<img src="assets/images/features/history.png" alt="Track your changes" /> | ||
</div> | ||
<h3>Track your changes</h3> | ||
<p>See how your codebase has grown ver time. Compare older maps to understand the impact your decisions had!</p> | ||
</div> | ||
|
||
<div class="feature-item"> | ||
<div class="image-container"> | ||
<img src="assets/images/features/imports.png" alt="Seamless Import" /> | ||
</div> | ||
<h3>Seamless Import</h3> | ||
<p>You can get metrics from a lot of different parsers and importers.</p> | ||
</div> | ||
|
||
<div class="feature-item"> | ||
<div class="image-container"> | ||
<img src="assets/images/features/cli.png" alt="Powerful CLI" /> | ||
</div> | ||
<h3>Powerful CLI</h3> | ||
<p> | ||
Easily import metrics from a wide range of parsers and tools. Get a comprehensive view of your codebase without the hassle of | ||
building it yourself. | ||
</p> | ||
</div> | ||
</div> |
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,27 @@ | ||
<div class="page__footer-follow"> | ||
<ul class="social-icons"> | ||
<li> | ||
<a href="https://github.com/MaibornWolff/codecharta" rel="nofollow noopener noreferrer"> | ||
<i class="fab fa-fw fa-github" aria-hidden="true"></i> | ||
GitHub | ||
</a> | ||
</li> | ||
<li> | ||
<a href="/codecharta/feed.xml"> | ||
<i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> | ||
Feed | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://www.maibornwolff.de/en" rel="nofollow noopener noreferrer"> | ||
<img alt="MaibornWolff" src="{{site.baseurl}}/assets/images/mw_logo.png" class="fab fa-fw" /> | ||
MaibornWolff | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="page__footer-copyright"> | ||
© 2024 <a href="https://maibornwolff.github.io/">CodeCharta</a> made with ♥ by | ||
<a href="https://www.maibornwolff.de/en/">MaibornWolff</a>. Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & | ||
<a href="https://mademistakes.com/work/jekyll-themes/minimal-mistakes/" rel="nofollow">Minimal Mistakes</a>. | ||
</div> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-77.8 KB
...s/images/docs/visualization/timeline/CC-Visualization-2019-10-18-v1-Details.png
Binary file not shown.
Binary file removed
BIN
-65.9 KB
...es/assets/images/docs/visualization/timeline/CC-Visualization-2019-10-18-v1.png
Binary file not shown.
Binary file removed
BIN
-127 KB
...assets/images/docs/visualization/timeline/CC-Visualization-2019-10-18-v1_16.png
Binary file not shown.
Binary file removed
BIN
-120 KB
...assets/images/docs/visualization/timeline/CC-Visualization-2019-10-18-v1_19.png
Binary file not shown.
Binary file removed
BIN
-114 KB
...assets/images/docs/visualization/timeline/CC-Visualization-2019-10-18-v1_25.png
Binary file not shown.
Binary file removed
BIN
-112 KB
...assets/images/docs/visualization/timeline/CC-Visualization-2019-10-18-v1_30.png
Binary file not shown.
Binary file removed
BIN
-120 KB
...images/docs/visualization/timeline/CC-Visualization-2019-10-18-v1_6-Details.png
Binary file not shown.
Binary file removed
BIN
-107 KB
.../assets/images/docs/visualization/timeline/CC-Visualization-2019-10-18-v1_6.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.