Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added mkdocs/overrides/exp-docs-icons/Linkedin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions mkdocs/overrides/exp-docs-icons/litmus-icon-color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions mkdocs/overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ <h3 style="font-size: 22px;">
<br>
<div class="more_resource" style="display: flex;padding:15px 0px">
<div style="display: flex;margin: auto">
<img src="exp-docs-icons/litmus.svg" alt="litmus"/>
<p style="font-size: 14px; margin-top: 15px; margin-left: 10px; color: #777288;"> © 2021 LitmusChaos Authors</p>
<img src="exp-docs-icons/litmus-icon-color.svg" alt="litmus"/>
<p style="font-size: 14px; margin-top: 15px; margin-left: 10px; color: #777288;"> © 2025 LitmusChaos Authors</p>
</div>
<div class="fol" style="display: inline-flex;">
<p style="font-size: 14px;margin-top:0.5px; color: #777288;"> Follow us on:</p>
Expand All @@ -224,6 +224,7 @@ <h3 style="font-size: 22px;">
<a target="_" href="https://dev.to/t/litmuschaos/latest"><img src="exp-docs-icons/Dev.svg" alt="dev" style="margin-left: 10px;"/></a>
<a target="_" href="https://twitter.com/LitmusChaos"><img src="exp-docs-icons/Twitter.svg" alt="twitter" style="margin-left: 10px;"/></a>
<a target="_" href="https://www.youtube.com/channel/UCa57PMqmz_j0wnteRa9nCaw"><img src="exp-docs-icons/Youtube.svg" alt="youtube" style="margin-left: 10px;"/></a>
<a target="_" href="https://www.linkedin.com/company/litmuschaos/"><img src="exp-docs-icons/Linkedin.png" alt="linkedin" style="margin-left: 10px;"/></a>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please add width of 22px in this, else it will break the footer?

</div>
</div>
</div>
Expand Down