From b88159fb0fb0844c7723ba09b1a0dcf4bdc7d5f0 Mon Sep 17 00:00:00 2001 From: Gagan Deep Singh Date: Tue, 15 Oct 2024 18:25:35 +0530 Subject: [PATCH] Add sections for PPE and PAT --- src/common/index.ejs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/common/index.ejs b/src/common/index.ejs index 7825194..d6f7d49 100644 --- a/src/common/index.ejs +++ b/src/common/index.ejs @@ -9,6 +9,7 @@ <% } %>
+

PPE

<%= renderCard('Analytics Tracking', '🔎', '/analytics') %> <%= renderCard('Embedded Content', '📽️', '/embedded-video') %> @@ -27,5 +28,12 @@ <%= renderCard('Frame Overlay', '🔲', '/frame-overlay') %>
+
+

PAT

+
+ <%= renderCard('Privacy Sandcastle', '🔒', 'https://psat-pat-demos-home.dev/') %> + <%= renderCard('Casale Media Demo', '🛡️', 'https://privacysandboxdemos.domain-aaa.com/') %> +
+
<%- include(commonPath + '/footer.ejs') %>