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 b7ce9a1 commit c9cefbb
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
padding: 20px;
margin: 20px auto;
}
#backstory {
background-color: rgba(255, 255, 255, 0.9);
color: black;
border: 1px solid #ccc;
}
</style>
</head>
<body>
Expand Down Expand Up @@ -56,7 +61,7 @@ <h2 class="text-4xl font-extrabold">Empowering the Next Generation of Cyber Defe
<section id="backstory" class="text-center">
<div class="container mx-auto">
<h3 class="text-3xl font-bold">The ZPM International Challenge</h3>
<p class="mt-4">In the world of cybersecurity, threats are ever-evolving, and adversaries like APT 42a (yes, this is fiction..) continue to push the boundaries of sophisticated cyberattacks. ZPM International stands at the forefront of this battle, architecting innovative security defenses to counteract these threats.</p>
<p class="mt-4">In the world of cybersecurity, threats are ever-evolving, and adversaries like APT 42a continue to push the boundaries of sophisticated cyberattacks. ZPM International stands at the forefront of this battle, architecting innovative security defenses to counteract these threats.</p>
<p class="mt-4">By diving into these tutorials and labs, you'll take on the role of a cyber defender, learning to mitigate real-world threats, fortify systems, and think like an attacker to better protect against them. The battle against APT 42a is fierce, and the knowledge you gain here could be the difference in turning the tide of cyber warfare.</p>
<p class="mt-4">Are you ready to join the ranks of defenders and rise to the challenge?</p>
<a href="https://github.com/SpiderLabs/zpminternational/tree/main?tab=readme-ov-file#zpm-international-architecting-security-defenses-against-apt-42a" target="_blank" class="text-blue-600 hover:underline">Read the Full Backstory</a>
Expand All @@ -67,11 +72,11 @@ <h3 class="text-3xl font-bold">The ZPM International Challenge</h3>
<section id="tutorials" class="text-center">
<div class="container mx-auto">
<h3 class="text-3xl font-bold">Tutorials</h3>
<p class="mt-4">Guides to strengthen your cybersecurity skills.</p>
<p class="mt-4">Step-by-step guides to strengthen your cybersecurity skills.</p>
<div class="grid place-items-center mt-8">
<div class="bg-white text-black rounded-lg shadow p-6 max-w-md">
<h4 class="text-xl font-semibold">ZPM International Table of Contents</h4>
<p class="mt-2"> Blogs and resources for cybersecurity defense.</p>
<p class="mt-2">Comprehensive tutorials and resources for cybersecurity defense.</p>
<a href="https://github.com/SpiderLabs/zpminternational/blob/main/TOC.md" target="_blank" class="text-blue-600 hover:underline">Explore Tutorials</a>
</div>
</div>
Expand Down

0 comments on commit c9cefbb

Please sign in to comment.