Skip to content

Commit

Permalink
Merge pull request #78 from rtCamp/update/move-home-sections
Browse files Browse the repository at this point in the history
Move the PAT section to the top in demos home page
  • Loading branch information
gagan0123 authored Dec 3, 2024
2 parents 75872ec + 7c0e195 commit cb2d626
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/common/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
<% } %>

<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>
<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') %>
Expand All @@ -27,11 +32,6 @@
<%= renderCard('Storage Access API', 'πŸ—ƒοΈ', '/storage-access-api') %>
<%= renderCard('Frame Overlay', 'πŸ”²', '/frame-overlay') %>
</div>
<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 cb2d626

Please sign in to comment.