Improved index.html by a lot
This commit is contained in:
parent
4324fdf01f
commit
3d7b2f0896
1 changed files with 22 additions and 8 deletions
30
index.html
30
index.html
|
|
@ -99,16 +99,28 @@
|
|||
<p>Here are some of the projects I've worked on recently:</p>
|
||||
<ul>
|
||||
<li>
|
||||
ProxyManager - A web application that helps managing reverse
|
||||
proxies.
|
||||
QuantumGhoster - A quantum-powered Cybersecurity tool that secures
|
||||
your network by making all malicious actors, packets, and even
|
||||
your data disappear into a quantum void.
|
||||
</li>
|
||||
<li>
|
||||
PhishPhinder - Utilizing AI to automatically craft, detect and
|
||||
fall for phising emails - because why only stop the attackers when
|
||||
you can also automate their job?
|
||||
</li>
|
||||
<li>
|
||||
PayloadPal - A browser extension that suggests payloads for every
|
||||
input field you encounter, because who wouldn't want SQL injection
|
||||
to be as easy as spellchecks?
|
||||
</li>
|
||||
<li>
|
||||
CryptoKiller - An automated vulnerability detection tool for the
|
||||
Blockchain using AI.
|
||||
</li>
|
||||
<li>
|
||||
Personal Website - Trying out some web development with this
|
||||
website.
|
||||
ReverseReverser - A reverse-engineering tool that
|
||||
reverse-engieneers itself, so you can spend twice the time
|
||||
debugging your debugger instead of your malware.
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
|
@ -116,9 +128,11 @@
|
|||
<section id="gallery">
|
||||
<h2>Gallery</h2>
|
||||
<div class="gallery">
|
||||
<img src="images/proxymanager.jpg" alt="ProxyManager" />
|
||||
<img src="images/quantumghoster.jpg" alt="QuantumGhoster" />
|
||||
<img src="images/phishphinder.jpg" alt="PhishPhinder" />
|
||||
<img src="images/payloadpal.jpg" alt="PayloadPal" />
|
||||
<img src="images/cryptokiller.jpg" alt="CryptoKiller" />
|
||||
<img src="images/website.jpg" alt="PersonalWebsite" />
|
||||
<img src="images/reversereverser.jpg" alt="ReverseReverser" />
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
|
@ -137,7 +151,7 @@
|
|||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© 2024 Simon Einzinger. All rights reserved.</p>
|
||||
<p>© 2025 Simon Einzinger. All rights reserved.</p>
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
|
|
@ -170,7 +184,7 @@
|
|||
} else {
|
||||
setTimeout(function () {
|
||||
window.location.href = "me.mp4";
|
||||
}, 0);
|
||||
}, 50);
|
||||
}
|
||||
}
|
||||
document.addEventListener("DOMContentLoaded", loadVideo);
|
||||
|
|
|
|||
Loading…
Reference in a new issue