Skip to content
Merged
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 static/images/cc-by-sa.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 themes/powershell-community/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ <h4 class="font-medium text-white mb-1">{{ .Site.Params.summit.title }}</h4>
<a href="/privacy/" class="text-gray-400 hover:text-white transition-colors duration-200">Privacy Policy</a>
<a href="/terms/" class="text-gray-400 hover:text-white transition-colors duration-200">Terms of Use</a>
<a href="/contact/" class="text-gray-400 hover:text-white transition-colors duration-200">Contact</a>
<a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank" rel="noopener">
<img src="/images/cc-by-sa.png" alt="Licensed under CC BY-SA 4.0" class="h-6" />
</a>
<a href="https://www.netlify.com" target="_blank" rel="noopener">
<img src="https://www.netlify.com/assets/badges/netlify-badge-color-accent.svg" alt="Deploys by Netlify" class="h-6" />
</a>
</div>
</div>
</div>
Expand Down
Loading