Skip to content

Commit

Permalink
Merge pull request #11 from rtCamp/fix/removing-under-construction-bu…
Browse files Browse the repository at this point in the history
…tton

Commenting out under-construction items
  • Loading branch information
gagan0123 authored Dec 13, 2023
2 parents 357106e + 70941b0 commit 8e55c87
Showing 1 changed file with 1 addition and 33 deletions.
34 changes: 1 addition & 33 deletions common/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<h1 class="text-3xl font-bold mb-8 text-center">Privacy Sandbox</h1>
<section class="text-center mb-4">
<h2 class="text-3xl font-bold mb-4 text-center">Scenarios</h2>
<div class="grid grid-cols-1 md:grid-cols-4 gap-4">
<div class="grid grid-cols-1 md:grid-cols-4 gap-4 mb-8">
<a href="/analytics"
class="block p-4 bg-white shadow rounded hover:bg-blue-500 hover:text-white transition duration-300">
🔎 Analytics Tracking
Expand All @@ -24,26 +24,6 @@
class="block p-4 bg-white shadow rounded hover:bg-blue-500 hover:text-white transition duration-300">
🔐 Single Sign-On
</a>
<a href="/content-delivery-networks"
class="block p-4 bg-white shadow rounded hover:bg-blue-500 hover:text-white transition duration-300">
🚧 Content Delivery Networks
</a>
<a href="/create-account"
class="block p-4 bg-white shadow rounded hover:bg-blue-500 hover:text-white transition duration-300">
🚧 Creating an Account
</a>
<a href="/payment-flow"
class="block p-4 bg-white shadow rounded hover:bg-blue-500 hover:text-white transition duration-300">
🚧 Payment Flow
</a>
<a href="/third-party-auth"
class="block p-4 bg-white shadow rounded hover:bg-blue-500 hover:text-white transition duration-300">
🚧 Third-party Authentication
</a>
<a href="/recommendations"
class="block p-4 bg-white shadow rounded hover:bg-blue-500 hover:text-white transition duration-300">
🚧 Personalization/Recommendations
</a>
</div>
</section>
<h2 class="text-3xl font-bold mb-4 text-center mt-4">API Demos</h2>
Expand All @@ -52,18 +32,6 @@
class="block p-4 bg-white shadow rounded hover:bg-blue-500 hover:text-white transition duration-300">
🍪 CHIPS
</a>
<a href="/related-websites-sets"
class="block p-4 bg-white shadow rounded hover:bg-blue-500 hover:text-white transition duration-300">
🚧 Related Website Sets
</a>
<a href="/privacy-state-tokens"
class="block p-4 bg-white shadow rounded hover:bg-blue-500 hover:text-white transition duration-300">
🚧 Privacy State Tokens
</a>
<a href="/fedcm"
class="block p-4 bg-white shadow rounded hover:bg-blue-500 hover:text-white transition duration-300">
🚧 FedCM
</a>
</div>
</div>

Expand Down

0 comments on commit 8e55c87

Please sign in to comment.