Skip to content

Commit

Permalink
Add sections for PPE and PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
gagan0123 committed Oct 15, 2024
1 parent acdf7e0 commit b88159f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/common/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<% } %>

<div class="container-lg mx-auto py-8">
<h2 class="text-3xl font-bold text-left">PPE</h2>
<div class="grid grid-cols-1 md:grid-cols-4 gap-6 mb-8 mt-8 w-full md:w-[60rem] mx-auto max-w-80 md:max-w-full">
<%= renderCard('Analytics Tracking', '🔎', '/analytics') %>
<%= renderCard('Embedded Content', '📽️', '/embedded-video') %>
Expand All @@ -27,5 +28,12 @@
<%= renderCard('Frame Overlay', '🔲', '/frame-overlay') %>
</div>
</div>
<div class="container-lg mx-auto py-8">
<h2 class="text-3xl font-bold text-left">PAT</h2>
<div class="grid grid-cols-1 md:grid-cols-4 gap-6 mb-8 mt-8 w-full md:w-[60rem] mx-auto max-w-80 md:max-w-full">
<%= renderCard('Privacy Sandcastle', '🔒', 'https://psat-pat-demos-home.dev/') %>
<%= renderCard('Casale Media Demo', '🛡️', 'https://privacysandboxdemos.domain-aaa.com/') %>
</div>
</div>

<%- include(commonPath + '/footer.ejs') %>

0 comments on commit b88159f

Please sign in to comment.