build(0.4.0): Update content.
This commit is contained in:
79
index.html
79
index.html
@@ -7,10 +7,9 @@
|
||||
content="https://sadgrl.online/images/og/homepage.png">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="assets/style/style.css">
|
||||
<!-- <script src="assets/scripts/load.js"></script> -->
|
||||
<!-- <script src="//gc.zgo.at/count.js" data-goatcounter="https://sadgrl.goatcounter.com/count" async=""></script> -->
|
||||
<script src="assets/scripts/rss.js"></script>
|
||||
<script src="assets/scripts/aside.js"></script>
|
||||
<script src="https://kit.fontawesome.com/e6a86da546.js" crossorigin="anonymous"></script>
|
||||
<link rel="icon" href="/assets/images/fav.gif" type="image/gif">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -22,73 +21,37 @@
|
||||
<div class="title"><span class="fa-solid fa-user"></span> whoami</div>
|
||||
<div class="content">
|
||||
<p>
|
||||
Network, aerospace, and software engineer turned
|
||||
cybersecurity professional. Exploring the applications of AI in offensive security,
|
||||
software-defined networking, and serverless architectures.
|
||||
Network, aerospace, and software engineer working in cybersecurity.
|
||||
Exploring the applications of AI in red teaming,
|
||||
software-defined networking, and reverse engineering.
|
||||
</p>
|
||||
</div>
|
||||
<div class="title"><span class="fa-solid fa-wrench"></span> updates
|
||||
</div>
|
||||
<div class="content">
|
||||
<p class="update">01/10/2024: Generated the cool bg image with DALL-E.</p>
|
||||
<p class="update">12/26/2023: This site is officially online.</p>
|
||||
<p class="update">12/05/2023: Finished the home datacenter project.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="title"><span class="fa-solid fa-lightbulb"></span> projects </div>
|
||||
<div class="content flex">
|
||||
<a href="./homenetwork.html"><img src="assets/img/dc1.JPG" alt="Datacenter preview" class="project-image"></a>
|
||||
<p class="blog"><a href='./homenetwork.html'>
|
||||
Home datacenter
|
||||
</a>
|
||||
</p>
|
||||
<a href=""><img src="assets/img/website.png" alt="Website preview" class="project-image"></a>
|
||||
<p class="blog"><a href='./website.html'>
|
||||
This website
|
||||
</a>
|
||||
</p>
|
||||
<div class="content" style="display: flex;">
|
||||
<div class="project">
|
||||
<a href="./homenetwork.html"><img src="assets/img/dc1.JPG" alt="Datacenter preview" class="project-image"></a>
|
||||
<a href='./homenetwork.html'><span class="caption">
|
||||
Datacenter at Home
|
||||
</span></a>
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="./website.html"><img src="assets/img/website.png" alt="Website preview" class="project-image"></a>
|
||||
<a href='./website.html'><span class="caption">
|
||||
Overengineered Static Site (this website)
|
||||
</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<aside>
|
||||
<div class="sidebar-container">
|
||||
<div class="sidebar-title">Quick links</div>
|
||||
<nav id="nav">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="index.html">Home</a>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://github.com/alexbazzi" target="_blank"><span class="fa-brands fa-github"></span>GitHub</a>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://linkedin.com/in/alexbazzi" target="_blank"><span class="fa-brands fa-linkedin"></span>LinkedIn</a>
|
||||
</li>
|
||||
</ul>
|
||||
<a target='_blank' rel='noreferrer noopener'
|
||||
href='mailto:x@xbazzi.com'>
|
||||
<img style="height: 40px; margin: 10px;" src="assets/img/email.gif">
|
||||
</a>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<div class="sidebar-container">
|
||||
<div class="sidebar-title">RSS feeds</div>
|
||||
<div id="rss-feed">Loading...</div>
|
||||
<script src="assets/scripts/rss.js" crossorigin="anonymous"></script>
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
</div>
|
||||
<footer id="footer">
|
||||
This site is hosted in an AWS S3 bucket, cached globally by a CloudFront distribution, and updated programmatically through GitHub Actions.
|
||||
</footer>
|
||||
<div class="under-construction">
|
||||
<img src="assets/img/gifs/thispageisunderconstruction.gif" alt="Under construction gif"></img>
|
||||
</div>
|
||||
</div>
|
||||
<style>
|
||||
.update {
|
||||
|
||||
Reference in New Issue
Block a user