Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bobsyourmom authored Jan 10, 2025
1 parent c82656a commit 487d735
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,9 @@ <h3 class="text-3xl font-bold">Interactive Labs</h3>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 mt-8">
<!-- Lab Card -->
<div class="bg-white rounded-lg shadow p-6">
<h4 class="text-xl font-semibold">Defending Against Phishing</h4>
<p class="mt-2 text-gray-600">Simulate a phishing attack and learn to mitigate it.</p>
<a href="#" class="text-blue-600 hover:underline">Try Now</a>
</div>
<div class="bg-white rounded-lg shadow p-6">
<h4 class="text-xl font-semibold">Endpoint Protection</h4>
<p class="mt-2 text-gray-600">Configure Defender for Endpoint to secure devices.</p>
<a href="#" class="text-blue-600 hover:underline">Try Now</a>
</div>
<div class="bg-white rounded-lg shadow p-6">
<h4 class="text-xl font-semibold">Cloud Security</h4>
<p class="mt-2 text-gray-600">Secure cloud workloads using Microsoft Defender for Cloud.</p>
<a href="#" class="text-blue-600 hover:underline">Try Now</a>
<h4 class="text-xl font-semibold">Interactive Labs Directory</h4>
<p class="mt-2 text-gray-600">Explore various labs to practice and enhance your skills.</p>
<a href="https://github.com/SpiderLabs/zpminternational/blob/main/LABS/TOC.md" target="_blank" class="text-blue-600 hover:underline">Explore Labs</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 487d735

Please sign in to comment.