72 lines
3.3 KiB
HTML
72 lines
3.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Xander Bazzi</title>
|
|
<meta property="og:image"
|
|
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/rss.js"></script>
|
|
<script src="assets/scripts/aside.js"></script>
|
|
<script src="https://kit.fontawesome.com/e6a86da546.js" crossorigin="anonymous"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="container">
|
|
<a href="https://www.xbazzi.com"><div class="topbar" ></div></a>
|
|
<div id="flex">
|
|
<main>
|
|
<div class="wrapper">
|
|
<div class="title"><span class="fa-solid fa-user"></span> whoami</div>
|
|
<div class="content">
|
|
<p>
|
|
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-lightbulb"></span> projects </div>
|
|
<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>
|
|
|
|
</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 {
|
|
border: 2px dashed var(--main-color);
|
|
padding: 5px;
|
|
}
|
|
main {
|
|
background-color: transparent !important;
|
|
}
|
|
.content {
|
|
background-color: var(--background);
|
|
}
|
|
.title:first-child {
|
|
margin-top: 0 !important;
|
|
}
|
|
</style>
|
|
|
|
</body></html> |