Skip to content

Commit

Permalink
made img tags below the introduction a tags, made a tags open i…
Browse files Browse the repository at this point in the history
…n a new tab, rewrote some cards' description
  • Loading branch information
AstonishedLiker committed Nov 11, 2024
1 parent abea4bb commit f068cad
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,15 @@
My main interest is cybersecurity, and I'm working on ways to protect systems from bad actors with my obfuscator "Aperture", and unique solutions for experiences.
</p>
<div class="flex items-center font-rubik gap-3 h-auto">
<img onclick="window.location='https://github.com/AstonishedLiker/';" class="main-link" src="icons/github_monochrome.png">
<img onclick="window.location='https://discord.com/users/991295398780084334/';" class="main-link" src="icons/discord_monochrome.png">
<img onclick="window.location='https://www.roblox.com/users/1114288509/profile';" class="main-link" src="icons/roblox_monochrome.png">
<a href="https://github.com/AstonishedLiker/" target="_blank">
<img class="main-link" src="icons/github_monochrome.png" alt="GitHub">
</a>
<a href="https://discord.com/users/991295398780084334/" target="_blank">
<img class="main-link" src="icons/discord_monochrome.png" alt="Discord">
</a>
<a href="https://www.roblox.com/users/1114288509/profile" target="_blank">
<img class="main-link" src="icons/roblox_monochrome.png" alt="Roblox">
</a>
</div>
<div class="divider"></div>
<p class="section-title">Positions</p>
Expand All @@ -37,15 +43,15 @@
OpenAC offers customized solutions, and advanced protection to stop cheaters and enhance your player base's experience.
</p>
<div class="card-links">
<a href="https://open-ac.xyz/" class="card-link">
<a href="https://open-ac.xyz/" target="_blank" class="card-link">
<img class="card-link-icon" src="icons/website_monochrome.png">
<p class="text-card-link">Website</p>
</a>
<a href="https://github.com/Open-AC/" class="card-link">
<a href="https://github.com/Open-AC/" target="_blank" class="card-link">
<img class="card-link-icon" src="icons/github_monochrome.png">
<p class="text-card-link">GitHub</p>
</a>
<a href="https://discord.gg/mWHmJgGtuP" class="card-link">
<a href="https://discord.gg/mWHmJgGtuP" target="_blank" class="card-link">
<img class="card-link-icon" src="icons/discord_monochrome.png">
<p class="text-card-link">Discord</p>
</a>
Expand All @@ -64,7 +70,7 @@
along with optional call sandboxing and loop throttling.
</p>
<div class="card-links">
<a href="https://devforum.roblox.com/t/secureluavirtualmachine-controlled-execution-environment/2774729" class="card-link">
<a href="https://devforum.roblox.com/t/secureluavirtualmachine-controlled-execution-environment/2774729" target="_blank" class="card-link">
<img class="card-link-icon" src="icons/website_monochrome.png">
<p class="text-card-link">DevForum</p>
</a>
Expand All @@ -76,13 +82,13 @@
<p class="card-description">Full Luau Obfuscator</p>
</div>
<p class="label">
Aperture is a Full Luau Obfuscator, which I developed independently for OpenAC, designed to support the entire Luau syntax including types and compound assignement operations.
Aperture is a Full Luau Obfuscator, which I have and still am developing for OpenAC in collaboration with crossliner, designed to support the entire Luau syntax including types and compound assignement operations.
Aperture features cutting-edge protections such as an advanced anti-tamper, robust Program Counter (PC) protection, and constant encryption.
Its innovative "FlatZone" CF Obfuscation technology combines multiple techniques such as Control Flow Flattening and Block Splitting for heightened security.
Its innovative CF Obfuscation technology combines multiple techniques such as Control Flow Flattening and Block Splitting for heightened security.
Despite its advanced protection mechanisms, Aperture delivers blazingly fast performance, thanks to a handcrafted compiler that ensures optimal efficiency.
</p>
<div class="card-links">
<a href="https://discord.gg/mWHmJgGtuP" class="card-link">
<a href="https://discord.gg/mWHmJgGtuP" target="_blank" class="card-link">
<img class="card-link-icon" src="icons/discord_monochrome.png">
<p class="text-card-link">Discord</p>
</a>
Expand Down

0 comments on commit f068cad

Please sign in to comment.