Skip to content

Commit 6f27591

Browse files
committed
Adds a readme file.
Adds community health files and updates theme. Changes layout for modernity. Re-jigger layouts. Updates config file. Fixes baseurl. Import base theme. Fixes baseurl. Back to old theme as I broke it all. Change layout. Change SCSS Update baseurl Prettier scss Revert back Layout Updates title Layout Update layout.
1 parent 282f748 commit 6f27591

File tree

8 files changed

+268
-264
lines changed

8 files changed

+268
-264
lines changed

CONTRIBUTING.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Contributing to this project
2+
3+
This project welcomes contributions and suggestions from Avanade employees and content owners. By contributing, you confirm that you have the right to, and actually do, grant us the rights to use your contribution. More information below.
4+
5+
Please feel free to contribute code, ideas, improvements, and patches - we've added some general guidelines and information below, and you can propose changes to this document in a pull request.
6+
7+
This project has adopted the [Contributor Covenant Code of Conduct](https://avanade.github.io/code-of-conduct/).
8+
9+
10+
## Rights to your contributions
11+
By contributing to this project, you:
12+
- Agree that you have either:
13+
- Authored 100% of the content, or;
14+
- the appropriate licenses and copyrights are contributed along with any other necessary attribution, following the [Developer Certificate of Origin](https://developercertificate.org/).
15+
- Agree that you have the necessary rights to the content
16+
- Agree that you have received the necessary permissions from your employer to make the contributions (if applicable)
17+
- Agree that the content you contribute may be provided under the Project license(s)
18+
19+
## Code of Conduct
20+
This project, and people participating in it, are governed by our [code of conduct](https://avanade.github.io/code-of-conduct/). By taking part, we expect you to try your best to uphold this code of conduct. If you have concerns about unacceptable behaviour, please contact the community leaders responsible for enforcement at
21+
22+
23+
## What should I know before I get started?
24+
### Workflow
25+
We use the [standard GitHub workflow](https://guides.github.com/introduction/flow/), and asking our contributors to use [semantic commits](https://nitayneeman.com/posts/understanding-semantic-commit-messages-using-git-and-angular/#common-types) to support their contributions.
26+
27+
### Developer Certificate of Origin (DCO)
28+
Avanade asks that all commits sign the [Developer Certificate of Origin](https://developercertificate.org/), to ensure that every developer is confirming that they have the right to upload the code they submit.
29+
30+
Sign-offs are added to the commit. Git has a `-s` command line option to append this automatically to your commit message, and [sign offs can be added through the web interface](https://github.blog/changelog/2022-06-08-admins-can-require-sign-off-on-web-based-commits/).

LICENCE

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
The code for avanade.github.io is available under the MIT licence, but the theme, brand assets, and content are copyright Avanade Inc (c) 2025.

README.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# avanade.github.io
2+
> This is the markdown repository and website that supports avanade.github.io, as well as research.avanade.ai.
3+
4+
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
5+
![GitHub issues](https://img.shields.io/github/issues/Avanade/avanade.github.io)
6+
![GitHub](https://img.shields.io/github/license/Avanade/avanade.github.io)
7+
![GitHub Repo stars](https://img.shields.io/github/stars/Avanade/avanade.github.io?style=social)
8+
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](https://avanade.github.io/code-of-conduct/)
9+
[![Incubating InnerSource](https://img.shields.io/badge/Incubating-Ava--Maturity-%23FF5800?labelColor=yellow)](https://avanade.github.io/maturity-model/)
10+
11+
12+
13+
## Licensing
14+
The code for avanade.github.io is available under the MIT licence, but the theme, brand assets, and content are copyright Avanade Inc (c) 2025.
15+
16+
## Contact
17+
Feel free to [raise an issue on GitHub](https://github.com/Avanade/avanade.github.io/issues), or see our [security disclosure](./SECURITY.md) policy.
18+
19+
## Contributing
20+
Contributions are accepted from Avanade employees and content owners. See our [code of conduct](https://avanade.github.io/code-of-conduct/). Avanade asks that all commits sign the [Developer Certificate of Origin](https://developercertificate.org/).
21+
22+
## Who are Avanade?
23+
24+
[Avanade](https://www.avanade.com) is the world’s leading expert on Microsoft. Trusted by over 5,000 clients worldwide, we deliver AI-driven solutions that unlock the full potential of people and technology, optimize operations, foster innovation and drive growth.
25+
26+
As Microsoft’s Global SI Partner we combine global scale with local expertise in AI, cloud, data analytics, cybersecurity, and ERP to design solutions that prioritize people and drive meaningful impact.
27+
28+
We champion diversity, inclusion, and sustainability, ensuring our work benefits society and business.
29+
30+
Learn more at [www.avanade.com](https://www.avanade.com)
31+
32+
For employees, full details at https://avanade.sharepoint.com/sites/opensource and https://community.avanade.com

SECURITY.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Avanade responsible disclosure
2+
Avanade operates a 🔐 [Responsible disclosure policy](https://www.avanade.com/en/about-avanade/approach/trust-center/responsible-disclosure).
3+
4+
For repositories not covered by this policy, please open an issue.

_config.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
theme: jekyll-theme-slate
2-
title: Avanade - Innovation
2+
title: avanade.ai
3+
tagline: "Insights and Innovation" # (example tagline)
4+
description: "Avanade Research - Latest insights and innovation updates."
5+
baseurl: ""
6+
url: "https://research.avanade.ai"

_layouts/default.html

+43-40
Original file line numberDiff line numberDiff line change
@@ -12,60 +12,63 @@
1212
href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
1313

1414
{% seo %}
15+
<title>{{ page.title | escape }} - {{ site.title | escape }}</title>
1516
{% include head-custom.html %}
1617
</head>
1718

1819
<body>
1920

20-
<!-- HEADER -->
21-
<div id="header_wrap" class="outer">
22-
<header class="inner">
23-
<!-- Project title and tagline -->
24-
<div>
25-
<h1 id="project_title">{{ site.title | default: site.github.repository_name }}</h1>
26-
<h2 id="project_tagline">{{ site.description | default: site.github.project_tagline }}</h2>
21+
<!-- Fixed Navigation Bar -->
22+
<nav class="navbar">
23+
<div class="navbar-inner">
24+
<!-- Brand or site title -->
25+
<div class="navbar-brand">
26+
<a href="{{ site.baseurl | prepend: site.url }}">
27+
{{ site.title }}
28+
</a>
2729
</div>
2830

29-
<!-- Optional nav (links to typical Avanade site pages) -->
30-
<nav>
31-
<ul id="main_nav">
32-
<li><a href="#">Industries</a></li>
33-
<li><a href="#">Services</a></li>
34-
<li><a href="#">Insights</a></li>
35-
<li><a href="#">Careers</a></li>
36-
<li><a href="#">About</a></li>
37-
<li><a href="#" style="font-weight:600;">Contact Us</a></li>
38-
</ul>
39-
</nav>
40-
</header>
41-
</div>
31+
<!-- Nav links (edit as you like) -->
32+
<ul class="nav-links">
33+
<li><a href="{{ site.baseurl | prepend: site.url }}">Home</a></li>
34+
<li><a href="https://research.avanade.ai/research/">Research</a></li>
35+
<!-- Add more menu items here -->
36+
</ul>
37+
</div>
38+
</nav>
4239

43-
<!-- MAIN CONTENT -->
44-
<div id="main_content_wrap" class="outer">
45-
<section id="main_content" class="inner">
46-
{{ content }}
47-
</section>
48-
</div>
40+
<!-- Gradient Header (Hero) -->
41+
<header class="header-banner">
42+
<div class="header-content">
43+
<h1>{{ site.title }}</h1>
44+
<h2>{{ site.description }}</h2>
45+
</div>
46+
</header>
4947

50-
<!-- FOOTER -->
51-
<div id="footer_wrap" class="outer">
52-
<footer class="inner">
48+
<!-- Main Content -->
49+
<main class="content container">
50+
{{ content }}
51+
</main>
52+
53+
<!-- Footer -->
54+
<footer class="site-footer">
55+
<div class="footer-content container">
56+
<!-- Example: if this is a GitHub Pages project, you can conditionally show project details. -->
5357
{% if site.github.is_project_page %}
54-
<p class="copyright">
55-
{{ site.title | default: site.github.repository_name }}
58+
<p>
59+
{{ site.title }}
5660
maintained by
57-
<a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>
61+
<a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.
5862
</p>
5963
{% endif %}
60-
6164
<p>
62-
Published with <a href="https://pages.github.com">GitHub Pages</a>
63-
| &copy;Avanade 2025
64-
| <a href="https://www.avanade.com/en/utility/terms-of-use">Terms of Use</a>
65-
| <a href="https://www.avanade.com/en/utility/privacy-policy">Privacy</a>
65+
&copy;Avanade 2025 &bull;
66+
Published with <a href="https://pages.github.com">GitHub Pages</a> &bull;
67+
<a href="https://www.avanade.com/en/utility/terms-of-use">Terms of Use</a> &bull;
68+
<a href="https://www.avanade.com/en/utility/privacy-policy">Privacy</a>
6669
</p>
67-
</footer>
68-
</div>
70+
</div>
71+
</footer>
6972

7073
</body>
71-
</html>
74+
</html>

0 commit comments

Comments
 (0)