e2hln's picture
Upload 44 files
6165ba9 verified
raw
history blame
5.06 kB
<footer class="footer-modern">
<div class="footer-modern-container">
<!-- Brand Column -->
<div class="footer-modern-col brand-col">
<a href="https://genai.owasp.org/" target="_blank">
<img src="{{ static_root|default('/static') }}/images/genai_security_project_logo.webp"
alt="OWASP GenAI Security Project" height="45">
</a>
<div class="footer-social-icons">
<a href="https://github.com/GenAI-Security-Project/aibom-generator" target="_blank"
rel="noopener noreferrer" aria-label="GitHub">
<svg viewBox="0 0 24 24" width="22" height="22" stroke="currentColor" stroke-width="2" fill="none"
stroke-linecap="round" stroke-linejoin="round">
<path
d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22">
</path>
</svg>
</a>
<a href="https://www.linkedin.com/company/owasp-aibom/" target="_blank" rel="noopener noreferrer"
aria-label="LinkedIn">
<svg viewBox="0 0 24 24" width="22" height="22" stroke="currentColor" stroke-width="2" fill="none"
stroke-linecap="round" stroke-linejoin="round">
<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path>
<rect x="2" y="9" width="4" height="12"></rect>
<circle cx="4" cy="4" r="2"></circle>
</svg>
</a>
</div>
</div>
<!-- Help Column -->
<div class="footer-modern-col help-col">
<h4>
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"></path>
</svg>
Support
</h4>
<p>If you encountered any problems, found a bug, or have suggestions for improvement, we'd love to hear from
you!</p>
<a href="https://github.com/GenAI-Security-Project/aibom-generator/issues" target="_blank"
title="Report an Issue" aria-label="Report an Issue" class="footer-btn-share">
<svg viewBox="0 0 24 24" width="18" height="18" stroke="currentColor" stroke-width="2" fill="none"
stroke-linecap="round" stroke-linejoin="round">
<path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z">
</path>
<line x1="12" y1="9" x2="12" y2="13"></line>
<line x1="12" y1="17" x2="12.01" y2="17"></line>
</svg>
<span style="font-weight: 700;">Report Issue</span>
</a>
</div>
<!-- Share Column -->
<div class="footer-modern-col share-col">
<h4>
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<circle cx="18" cy="5" r="3"></circle>
<circle cx="6" cy="12" r="3"></circle>
<circle cx="18" cy="19" r="3"></circle>
<line x1="8.59" y1="13.51" x2="15.42" y2="17.49"></line>
<line x1="15.41" y1="6.51" x2="8.59" y2="10.49"></line>
</svg>
Spread the Word
</h4>
<p>If you find this tool useful, share it with your network!</p>
<a href="https://www.linkedin.com/sharing/share-offsite/?url=https://www.linkedin.com/company/owasp-aibom/"
target="_blank" rel="noopener noreferrer" title="Share" aria-label="Share" class="footer-btn-share">
<svg viewBox="0 0 24 24" width="18" height="18" stroke="currentColor" stroke-width="2" fill="none"
stroke-linecap="round" stroke-linejoin="round">
<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path>
<rect x="2" y="9" width="4" height="12"></rect>
<circle cx="4" cy="4" r="2"></circle>
</svg>
<span style="font-weight: 700;">Share</span>
</a>
</div>
</div>
<div class="footer-modern-bottom">
<p>© 2026 OWASP GenAI Security Project - AIBOM Initiative</p>
</div>
</footer>