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>
|
<p>Here are some of the projects I've worked on recently:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
ProxyManager - A web application that helps managing reverse
|
QuantumGhoster - A quantum-powered Cybersecurity tool that secures
|
||||||
proxies.
|
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>
|
||||||
<li>
|
<li>
|
||||||
CryptoKiller - An automated vulnerability detection tool for the
|
CryptoKiller - An automated vulnerability detection tool for the
|
||||||
Blockchain using AI.
|
Blockchain using AI.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Personal Website - Trying out some web development with this
|
ReverseReverser - A reverse-engineering tool that
|
||||||
website.
|
reverse-engieneers itself, so you can spend twice the time
|
||||||
|
debugging your debugger instead of your malware.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
@ -116,9 +128,11 @@
|
||||||
<section id="gallery">
|
<section id="gallery">
|
||||||
<h2>Gallery</h2>
|
<h2>Gallery</h2>
|
||||||
<div class="gallery">
|
<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/cryptokiller.jpg" alt="CryptoKiller" />
|
||||||
<img src="images/website.jpg" alt="PersonalWebsite" />
|
<img src="images/reversereverser.jpg" alt="ReverseReverser" />
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
@ -137,7 +151,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<p>© 2024 Simon Einzinger. All rights reserved.</p>
|
<p>© 2025 Simon Einzinger. All rights reserved.</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
@ -170,7 +184,7 @@
|
||||||
} else {
|
} else {
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
window.location.href = "me.mp4";
|
window.location.href = "me.mp4";
|
||||||
}, 0);
|
}, 50);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
document.addEventListener("DOMContentLoaded", loadVideo);
|
document.addEventListener("DOMContentLoaded", loadVideo);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue