Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
69efb4a
Set the initial theme for new website
pramodbhure Sep 25, 2025
b48f39b
Done some changes in hero section and added custom css
pramodbhure Sep 26, 2025
b5565b5
Merge pull request #1 from pramodbhure/setting_theme
baridepriyanka Sep 26, 2025
c61ef26
home page changes
baridepriyanka Sep 26, 2025
fa91fbe
Done with few changes
pramodbhure Oct 3, 2025
acd400e
media file changes
baridepriyanka Oct 6, 2025
0009865
media page changes
baridepriyanka Oct 7, 2025
54a268e
Modify the connect page layout
pramodbhure Oct 8, 2025
43d64fd
footer
Shreya-Dasnam Oct 8, 2025
badf170
Merge branch 'task/homepage-design' of https://github.com/pramodbhure…
Shreya-Dasnam Oct 8, 2025
c349d29
vervire page changes
baridepriyanka Oct 8, 2025
29398e6
Merge pull request #2 from pramodbhure/task/overview-page
pramodbhure Oct 8, 2025
0060e16
contribute page
ketkisarwadikar Oct 8, 2025
3373c6c
connect-page
Shreya-Dasnam Oct 8, 2025
801fc52
Merge pull request #4 from pramodbhure/task/contribute-page
pramodbhure Oct 8, 2025
94b5101
Merge pull request #3 from pramodbhure/connect-page
pramodbhure Oct 8, 2025
3bc9b60
create sponser page
sanket-usabilitydesigns Oct 8, 2025
4accd26
Merge pull request #5 from pramodbhure/task/sponser-page
pramodbhure Oct 8, 2025
91adcb2
Modified all the pages layout and complete with all the page structure
pramodbhure Oct 9, 2025
63df2bd
Merge pull request #6 from pramodbhure/task/homepage-design
pramodbhure Oct 9, 2025
6041c40
Added some enhancement
pramodbhure Oct 9, 2025
a6f03e4
Modified some code
pramodbhure Oct 9, 2025
e97aedf
UI fixes for all pages
baridepriyanka Oct 9, 2025
2e412b2
Fixed some minor issues
pramodbhure Oct 9, 2025
11f964d
Merge pull request #7 from pramodbhure/task/uifixes
pramodbhure Oct 9, 2025
c572fc7
Some more nits
pramodbhure Oct 9, 2025
88c5dfd
responsive pages and added links on homepage
baridepriyanka Oct 10, 2025
8fa8739
Fix layout issues for mobile
pramodbhure Oct 13, 2025
1c8afbb
Merge pull request #8 from pramodbhure/task/responsive-pages
pramodbhure Oct 14, 2025
6d99822
mobile layout fixes
baridepriyanka Oct 15, 2025
e39357a
Fixed some issues related to overview section
pramodbhure Nov 9, 2025
032df0a
Merge pull request #9 from pramodbhure/task/mobile-layout-fixes
pramodbhure Nov 9, 2025
9524975
Fixed star animation of hero section of home page
pramodbhure Nov 11, 2025
9090f3d
Merge pull request #10 from pramodbhure/hero-animation
pramodbhure Nov 11, 2025
b23c2cd
UI Changes As Suggested
baridepriyanka Nov 13, 2025
c878701
Fixed all the suggested comments of Rob
pramodbhure Nov 19, 2025
5ebc08b
Merge pull request #12 from pramodbhure/task/ui-changes
pramodbhure Nov 19, 2025
f9b76ac
Fixed all the suggested changes
pramodbhure Jan 7, 2026
2e4767e
Merge pull request #11 from pramodbhure/dev
pramodbhure Jan 7, 2026
383843d
Resolved the merge conflicts with latest upstream main branch
pramodbhure Jan 7, 2026
9365460
Merged with latest main branch and fixed some issues
pramodbhure Jan 9, 2026
bfe80da
Done with all the changes
pramodbhure Jan 11, 2026
7d4fcd4
Resolved the conflicts
pramodbhure Jan 11, 2026
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
42 changes: 41 additions & 1 deletion content/ai_exchange/content/connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,46 @@ sidebar:
</div>
</section>

<div class="py-16 px-2 sm:px-4 lg:px-8 bg-[#F1F1F1]">
<div class="container mx-auto p-0">
<h2 class="text-3xl sm:text-4xl font-bold text-gray-900 mb-8 text-center">
OWASP AI Exchange Project Leadership
</h2>
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-8 max-w-5xl mx-auto">
<!-- Behnaz Karimi -->
<div class="flex flex-col items-center bg-white border border-gray-200 rounded-xl shadow-md p-6 hover:shadow-lg transition-shadow">
<img src="/images/Behnaz-Karimi.jpg" alt="Behnaz Karimi" class="w-60 h-60 rounded-full object-cover mb-4 border-1 border-gray-500" />
<h3 class="text-xl font-semibold text-gray-900 mb-2 text-center">Behnaz Karimi</h3>
<div class="flex items-center justify-center mt-2">
<a href="https://www.linkedin.com/in/behnaz-karimi-behi/" target="_blank" class="text-blue-600 hover:text-blue-800 transition-colors" aria-label="LinkedIn">
<i class="fab fa-linkedin-in text-2xl"></i>
</a>
</div>
</div>
<!-- Aruneesh Salhotra -->
<div class="flex flex-col items-center bg-white border border-gray-200 rounded-xl shadow-md p-6 hover:shadow-lg transition-shadow">
<img src="/images/Aruneesh.jpg" alt="Aruneesh Salhotra" class="w-60 h-60 rounded-full object-cover mb-4 border-1 border-gray-500" />
<h3 class="text-xl font-semibold text-gray-900 mb-2 text-center">Aruneesh Salhotra</h3>
<div class="flex items-center justify-center mt-2">
<a href="https://www.linkedin.com/in/aruneeshsalhotra/" target="_blank" class="text-blue-600 hover:text-blue-800 transition-colors" aria-label="LinkedIn">
<i class="fab fa-linkedin-in text-2xl"></i>
</a>
</div>
</div>
<!-- Rob van der Veer -->
<div class="flex flex-col items-center bg-white border border-gray-200 rounded-xl shadow-md p-6 hover:shadow-lg transition-shadow">
<img src="/images/Rob-van-der-Veer.jpg" alt="Rob van der Veer" class="w-60 h-60 rounded-full object-cover mb-4 border-1 border-gray-500" />
<h3 class="text-xl font-semibold text-gray-900 mb-2 text-center">Rob van der Veer</h3>
<div class="flex items-center justify-center mt-2">
<a href="https://www.linkedin.com/in/robvanderveer/" target="_blank" class="text-blue-600 hover:text-blue-800 transition-colors" aria-label="LinkedIn">
<i class="fab fa-linkedin-in text-2xl"></i>
</a>
</div>
</div>
</div>
</div>
</div>

<!-- OWASP AI Project Leader Section -->
<section
class="w-full bg-white py-14 px-4 sm:px-6 md:px-10 font-['Roboto'] text-center sm:text-left"
Expand Down Expand Up @@ -178,7 +218,7 @@ sidebar:
<li class="flex items-start gap-3">
<span class="mt-3 w-3 h-3 bg-emerald-600 rounded-full shrink-0"></span>
<span>
Project leader of <strong>OWASP AI Exchange</strong>, <strong>OpenCRE</strong>,
Founder of <strong>OWASP AI Exchange</strong>, <strong>OpenCRE</strong>,
and author of the Agile guide at <strong>SAMM</strong>. Lead author of
<strong>ISO/IEC 5338</strong> on AI lifecycle, working group member of
<strong>ISO/IEC 27090/91</strong> on AI security and privacy, and
Expand Down
24 changes: 19 additions & 5 deletions content/ai_exchange/content/sponsor.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,21 +84,28 @@ Join us in our mission to protect society from AI security issues by harnessing
<h3 class="text-base sm:text-xl md:text-2xl font-bold mb-2 sm:mb-4 text-white">
Our Sponsors
</h3>
<div class="flex justify-center items-center flex-wrap gap-4 sm:gap-8">
<div class="flex justify-center items-center flex-wrap gap-4 sm:gap-12">
<a href="https://www.straiker.ai/" target="_blank" rel="noopener noreferrer">
<img
src="/images/straikerlogo.png"
alt="Straiker sponsor"
class="h-8 sm:h-10 md:h-12 w-auto"
/>
</a>
<a href="https://www.casco.com/" target="_blank" rel="noopener noreferrer">
<a href="https://casco.com/" target="_blank" rel="noopener noreferrer">
<img
src="/images/cascologo.png"
alt="Casco sponsor"
class="h-10 sm:h-12 md:h-16 w-auto"
/>
</a>
<a href="https://www.aisecurityacademy.ai/" target="_blank" rel="noopener noreferrer">
<img
src="/images/ais-logo.png"
alt="AI Security Academy"
class="h-10 sm:h-12 md:h-16 w-auto"
/>
</a>
</div>
</div>
</div>
Expand Down Expand Up @@ -145,11 +152,11 @@ Join us in our mission to protect society from AI security issues by harnessing
</div>
</div>
<!-- Project Sponsors Section -->
<div class="container mx-auto pt-0 px-4 md:px-8 max-w-6xl">
<div class="container mx-auto pt-0 px-4 md:px-8 max-w-8xl">
<h2 class="text-4xl mb-10 md:text-5xl font-bold text-center text-gray-800">
Project Sponsors
</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 md:gap-10">
<div class="grid grid-cols-1 md:grid-cols-3 gap-8 md:gap-8">
{{< sponsor-card
name="Straker"
tier="Gold"
Expand All @@ -162,7 +169,14 @@ Join us in our mission to protect society from AI security issues by harnessing
tier="Silver"
logo="/images/sp_casco-removebg-preview.png"
description="Casco validates security, safety, and accuracy of AI apps and agents. Continuously."
link="https://www.casco.com/"
link="https://casco.com/"
>}}
{{< sponsor-card
name="AI Security Academy"
tier="Silver"
logo="/images/AISecurityAcademyLogo.png"
description="AI Security Academy is the world's first hands-on training platform dedicated to securing artificial intelligence."
link="https://www.aisecurityacademy.ai/"
>}}
</div>
</div>
Expand Down
Loading
Loading