Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Offensive-Panda authored Aug 23, 2024
1 parent 649fb0a commit 3225fe8
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@
height: auto;
object-fit: cover;
}
.card-image windows-icon {
position: absolute;
top: 20px;
right: 20px;
width: 24px;
height: 24px;
opacity: 0.7;
}

/* Right Part Styling (Heading and Description) */
.card-content {
Expand All @@ -70,16 +78,7 @@
font-size: 0.9em;
color: #555;
}
/* Windows Icon Styling */
.card-icon {
position: absolute;
top: 10px; /* Adjust top position as needed */
right: 10px; /* Adjust right position as needed */
width: 20px; /* Adjust icon size as needed */
height: 20px;
}

.card:hover {
.card:hover {
transform: scale(1.05);
}

Expand Down Expand Up @@ -198,11 +197,9 @@ <h2>Check Out My Articles</h2>
<!-- Card 1 -->
<div class="card">
<div class="card-image">
<img src="Assets/windows-icon.png" class="windows-icon" alt="Windows Icon">
<img src="Assets/BYOVD_AI.png" alt="BYOVD A Kernel Attack">
</div>
<div class="card-icon">
<img src="Assets/windows-icon.png" alt="Windows Icon">
</div>
<div class="card-content">
<h3>BYOVD A Kernel Attack: Stealthy Threat to Endpoint Security</h3>
<p>Delve into the intricacies of BYOVD attacks, exploring how malicious actors exploit this technique to blind, terminate, and manipulate endpoint detection and response (EDR) solutions. We will dissect the mechanisms used to obtain NT Authority context and remove EDR callbacks, providing practical demonstrations of these attacks.</p>
Expand Down

0 comments on commit 3225fe8

Please sign in to comment.