Skip to content

Commit

Permalink
Added SOC logo to the footer (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapirwo committed Jan 29, 2024
1 parent 7ade2e9 commit d151c72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,12 @@ const config = {
},
{
html: `<div class="footer_copyright tw-w-full">
<img src="img/footer/cloud-native.svg" class="tw-mr-[2000px]" />
<div style="display:flex;">
<img src="img/footer/cloud-native.svg" style="margin-right:20px;"/>
<a href="https://otterize.com/soc2-request" target="_blank" style="height:50px;">
<img src="img/footer/soc.png" style="width:50px;"/>
</a>
</div>
<div class="tw-w-full tw-h-14 tw-flex-col tw-justify-start tw-items-start tw-gap-8 tw-inline-flex">
<div class="tw-self-stretch tw-h-px tw-bg-gray-300"></div>
<div class="tw-self-stretch tw-justify-between tw-items-start tw-inline-flex">
Expand Down
Binary file added static/img/footer/soc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d151c72

Please sign in to comment.