Skip to content

Commit

Permalink
📝 (footer.html): update footer with new layout and additional links
Browse files Browse the repository at this point in the history
The footer is updated to include a more comprehensive layout with additional sections for contact information, consulting services, mentoring services, training services, and resources. This enhances the user experience by providing easy access to important information and services offered by the company. The new layout also includes a call-to-action for booking appointments and contacting the company, making it more engaging and user-friendly.

📝 (docs): update default layout and add support section

Remove unused breadcrumbs include and fix indentation for project details section. Add a new "Getting Support" card to provide users with information on where to find help and professional support options.

🔧 (css): add new background color class for secondary brand color

The changes improve the documentation layout by removing unnecessary elements and adding a dedicated support section, making it easier for users to find help and support options. The new CSS class ensures consistent styling for the new support section.
  • Loading branch information
MrHinsh committed Aug 13, 2024
1 parent 1bd3226 commit 6910b41
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 13 deletions.
88 changes: 82 additions & 6 deletions docs/_includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,86 @@
<footer>
<div class="grid">
<div class="unit one-third center-on-mobiles">
<p>© {{ site.time | date: '%Y' }} <a href="https://nkdagility.com/" title="naked Agility with Martin Hinshelwood">Martin Hinshelwood and naked Agility Ltd</a>. This publication is offered for license under the Attribution Share-Alike license of Creative Commons, accessible at https://creativecommons.org/licenses/by-sa/4.0/legalcode and also described in summary form at https://creativecommons.org/licenses/by-sa/4.0/. By utilizing this Scrum Guide, you acknowledge and agree that you have read and agree to be bound by the terms of the Attribution Share-Alike license of Creative Commons.</p>
<p>Find the fill licence at <a href="{{ site.repository }}/blob/master/LICENSE">MIT&nbsp;License</a>.</p>
</div>
</div>
<!-- p-5 bg-secondary text-white -->
<div class="container-fluid bg-brand-primary text-white">
<div class="container-fluid col-xxl-8 px-4 py-5">
<div class="row g-5 py-5">
<div class="col-lg-7 col-md-12">
<p>Book your free discovery call today!</p>
<h1 class="display-5 fw-bold lh-1 mb-3">Improve with confidence</h1>
</div>
<div class="col-lg-5 col-md-12 text-uppercase align-items-center">
<a class="btn btn-primary btn-lg" href="https://nkdagility.com/book-online/" target="_blank">
Book appointment
</a>
<a class="btn btn-secondary btn-lg" href="https://nkdagility.com/company/general-inquiries/">Contact</a>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-6 col-lg-4 col-xl-4 col-xxl-2">
<h4 class="p-2">Contact</h4>
<ul class="navbar-nav justify-content-end flex-grow-1 pe-3">
<li class="nav-item"><a class="nav-link p-0" href="tel:+441413439621"><i class="fa-light fa-chevron-right"></i> +44 141 343 9621</a></li>
<li class="nav-item"><a class="nav-link p-0" href="https://wa.me/message/HUH4LD467QPTB1"><i class="fa-light fa-chevron-right"></i> Whats App</a></li>
<li class="nav-item"><a class="nav-link p-0" href="mailto:[email protected]"><i class="fa-light fa-chevron-right"></i> contact[at]nkdagility.com</a></li>
</ul>
</div>
<div class="col-sm-12 col-md-6 col-lg-4 col-xl-4 col-xxl-2">
<h4 class="p-2">Consulting Services</h4>
<ul class="navbar-nav justify-content-end flex-grow-1 pe-3">
<li class="nav-item"><a class="nav-link p-0" href="https://nkdagility.com/capabilities/lean-agile-consultancy/"><i class="fa-light fa-chevron-right"></i> Business Consutling</a></li>
<li class="nav-item"><a class="nav-link p-0" href="https://nkdagility.com/capabilities/devops-technology-consultancy/"><i class="fa-light fa-chevron-right"></i> DevOps Consulting</a></li>
<li class="nav-item"><a class="nav-link p-0" href="https://nkdagility.com/capabilities/nkd-insights/"><i class="fa-light fa-chevron-right"></i> NKD Insights™</a></li>
<li class="nav-item"><a class="nav-link p-0" href="https://nkdagility.com/capabilities/evidence-based-leadership/"><i class="fa-light fa-chevron-right"></i> Evidence-based Leadership</a></li>
<li class="nav-item"><a class="nav-link p-0" href="https://nkdagility.com/capabilities/azure-devops-migration-services/"><i class="fa-light fa-chevron-right"></i> Azure DevOps Migration Services</a></li>
</ul>
<ul class="navbar-nav justify-content-end flex-grow-1 pe-3">
<li class="nav-item"><a class="nav-link p-0" href="https://nkdagility.com/terms"><i class="fa-light fa-chevron-right"></i> Terms of Business</a></li>
</ul>
</div>
<div class="col-sm-12 col-md-6 col-lg-4 col-xl-4 col-xxl-2">
<h4 class="p-2">Mentoring Services</h4>
<ul class="navbar-nav justify-content-end flex-grow-1 pe-3">
<li class="nav-item"><a class="nav-link p-0" href="https://nkdagility.com/capabilities/product-management-mentor-program/"><i class="fa-light fa-chevron-right"></i> Product Management Mentoring</a></li>
<li class="nav-item"><a class="nav-link p-0" href="https://nkdagility.com/capabilities/product-development-mentoring-program/"><i class="fa-light fa-chevron-right"></i> Product Development Mentoring</a></li>
<li class="nav-item"><a class="nav-link p-0" href="https://nkdagility.com/capabilities/evidence-based-leadership/"><i class="fa-light fa-chevron-right"></i> Agile Leadership Mentoring</a></li>
</ul>
</div>
<div class="col-sm-12 col-md-6 col-lg-4 col-xl-4 col-xxl-2">
<h4 class="p-2">Training Services</h4>
<ul class="navbar-nav justify-content-end flex-grow-1 pe-3">
<li class="nav-item"><a class="nav-link p-0" href="https://nkdagility.com/training-courses/product-training-courses/"><i class="fa-light fa-chevron-right"></i> Product Training Courses</a></li>
<li class="nav-item"><a class="nav-link p-0" href="https://nkdagility.com/training-courses/scrum-training-courses/"><i class="fa-light fa-chevron-right"></i> Scrum Training Courses</a></li>
<li class="nav-item"><a class="nav-link p-0" href="https://nkdagility.com/training-courses/kanban-training-courses/"><i class="fa-light fa-chevron-right"></i> Kanban Training Courses</a></li>
<li class="nav-item"><a class="nav-link p-0" href="https://nkdagility.com/training-courses/azure-devops-training-courses/"><i class="fa-light fa-chevron-right"></i> Azure DevOps Training Courses</a></li>
</ul>
<ul class="navbar-nav justify-content-end flex-grow-1 pe-3">
<li class="nav-item"><a class="nav-link p-0" href="https://nkdagility.com/training-courses/learning-experiences/immersive-learning-experience/"><i class="fa-light fa-chevron-right"></i> Immersive Training Programs</a></li>
<li class="nav-item"><a class="nav-link p-0" href="https://nkdagility.com/training-courses/prices-by-country/"><i class="fa-light fa-chevron-right"></i> Prices by Country</a></li>
<li class="nav-item"><a class="nav-link p-0" href="https://nkdagility.com/training-courses/refer-a-friend/"><i class="fa-light fa-chevron-right"></i> Refer a Friend</a></li>
<li class="nav-item"><a class="nav-link p-0" href="https://nkdagility.com/training-courses/retraining-program/"><i class="fa-light fa-chevron-right"></i> Retraining Program</a></li>
</ul>
</div>
<div class="col-sm-12 col-md-6 col-lg-4 col-xl-4 col-xxl-2">
<h4 class="p-2">Resources</h4>
<ul class="navbar-nav justify-content-end flex-grow-1 pe-3">
<li class="nav-item"><a class="nav-link p-0" href="https://nkdagility.com/blog/"><i class="fa-light fa-chevron-right"></i> Blog: Technically Agile</a></li>
<li class="nav-item"><a class="nav-link p-0" href="https://community.nkdagility.com/"><i class="fa-light fa-chevron-right"></i> Lean-Agile Community</a></li>
<li class="nav-item"><a class="nav-link p-0" href="https://nkdagility.com/newsletters/"><i class="fa-light fa-chevron-right"></i> Newsletters</a></li>
</ul>
<h4 class="p-2">Tools</h4>
<ul class="navbar-nav justify-content-end flex-grow-1 pe-3">
<li class="nav-item"><a class="nav-link p-0" href="https://nkdagility.com/capabilities/nkd-insights/"><i class="fa-light fa-chevron-right"></i> NKD Insights™</a></li>
<li class="nav-item"><a class="nav-link p-0" href="https://github.com/nkdAgility/azure-devops-migration-tools"><i class="fa-light fa-chevron-right"></i> Azure DevOps Migration Tools</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container-fluid bg-brand-secondary text-white p-3">
<div class="container">
<p>© 2013-2024 naked Agility Limited, trading as "naked Agility with Martin Hinshelwood" is registered in Scotland. All Rights Reserved</p>
</div>
</div>

</footer>


21 changes: 14 additions & 7 deletions docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<div class="container-flow content">
<div class="d-flex justify-content-between">
<div class="">
{% include breadcrumbs.html %}

</div>
<div class="p-2 text-end">
{% include cardpanel-contribute.html %}
Expand All @@ -45,12 +45,21 @@
<div class="card mb-3">
<h5 class="no_toc card-header">Project Details</h5>
<div class="card-body">
<a href="https://chocolatey.org/packages/vsts-sync-migrator/"><img src="https://img.shields.io/chocolatey/dt/vsts-sync-migrator.svg" alt="Chocolatey"></a>
<a href="https://github.com/nkdAgility/azure-devops-migration-tools/releases"><img src="https://img.shields.io/github/release/nkdAgility/vsts-sync-migration.svg" alt="GitHub release"></a>
<img src="https://nkdagility.visualstudio.com/_apis/public/build/definitions/1b52ce63-eccc-41c8-88f9-ae6ebeefdc63/94/badge" alt="Build on VSTS"></p>
<a href="https://chocolatey.org/packages/vsts-sync-migrator/"><img src="https://img.shields.io/chocolatey/dt/vsts-sync-migrator.svg" alt="Chocolatey"></a>
<a href="https://github.com/nkdAgility/azure-devops-migration-tools/releases"><img src="https://img.shields.io/github/release/nkdAgility/vsts-sync-migration.svg" alt="GitHub release"></a>
<img src="https://nkdagility.visualstudio.com/_apis/public/build/definitions/1b52ce63-eccc-41c8-88f9-ae6ebeefdc63/94/badge" alt="Build on VSTS"></p>
</div>
</div>
{% include cardpanel-contribute.html expand = true %}
<div class="card mb-3">
<h5 class="no_toc card-header">Getting Support</h5>
<div class="card-body">
<p><strong>Open Source Support</strong></p>
<p><a href="https://github.com/nkdAgility/azure-devops-migration-tools/discussions">Question & Discussion</a> - The first place to look for usage, configuration, and general help.</p>
<p><strong>Professional Support</strong></p>
<p>We provide training, ad-hoc support, and full service migrations through <a href="https://nkdagility.com/capabilities/azure-devops-migration-services/" title="Azure DevOps Migration Services with Naked Agiity Ltd." target="_blank">Azure DevOps Migration Services</a></p>
</div>
</div>
{% if page.toc == true %}
<div class="card mb-3">
<h5 class="no_toc card-header">In this article</h5>
Expand All @@ -63,9 +72,7 @@ <h5 class="no_toc card-header">In this article</h5>

</div>
</div>
<div class="container-fluid p-5 bg-secondary text-white text-center">
{%- include footer.html -%}
</div>
{%- include footer.html -%}
</body>
</html>

3 changes: 3 additions & 0 deletions docs/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
{
background-color: #713183;
}
.bg-brand-secondary {
background-color: #54595F;
}

.bg-brand-menu
{
Expand Down

0 comments on commit 6910b41

Please sign in to comment.