2024-01-05 19:37:21 -07:00
<!DOCTYPE html>
< html lang = "en" >
< head >
2024-04-02 21:13:07 -06:00
< title > xbazzi.com< / title >
2024-01-05 19:37:21 -07:00
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< link rel = "stylesheet" href = "assets/style/style.css" >
2024-04-02 00:43:27 -06:00
< script src = "assets/scripts/rss.js" > < / script >
< script src = "assets/scripts/aside.js" > < / script >
2024-04-02 21:13:07 -06:00
< script src = "assets/scripts/footer.js" > < / script >
2024-03-12 20:18:14 -06:00
< script src = "https://kit.fontawesome.com/e6a86da546.js" crossorigin = "anonymous" > < / script >
2024-01-05 19:37:21 -07:00
< / head >
< body >
< div id = "container" >
< a href = "https://www.xbazzi.com" > < div class = "topbar" > < / div > < / a >
< div id = "flex" >
< main >
< div class = "wrapper" >
2024-02-25 12:05:29 -07:00
< div class = "title" > < span class = "fa-solid fa-user" > < / span > whoami< / div >
2024-01-05 19:37:21 -07:00
< div class = "content" >
2024-02-23 18:23:30 -07:00
< p >
2024-11-18 19:00:42 -07:00
Software engineer, specializing in algorithms, socket programming, and physics-based models. Passionate about theoretical computer science and low-level programming.
As you can see, I am not a web developer.
2024-01-05 19:37:21 -07:00
< / p >
< / div >
2024-04-02 21:13:07 -06:00
< 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" >
2024-07-03 22:36:37 -06:00
We have datacenter at home
2024-04-02 21:13:07 -06:00
< / 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" >
2024-07-03 22:36:37 -06:00
Overengineered static site (this website)
2024-04-02 21:13:07 -06:00
< / span > < / a >
< / div >
2024-01-05 19:37:21 -07:00
< / div >
< / div >
< / main >
< / div >
2024-04-02 21:13:07 -06:00
< footer id = "footer" > < / footer >
2024-01-05 19:37:21 -07:00
< / div >
< style >
main {
background-color: transparent !important;
}
.content {
background-color: var(--background);
}
.title:first-child {
margin-top: 0 !important;
}
< / style >
2024-11-19 20:05:36 -07:00
<!-- Cloudflare Web Analytics --> < script defer src = 'https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon = '{"token": "851787a3fc454e6e83a8ad922bcfe266"}' > < / script > <!-- End Cloudflare Web Analytics -->
2024-01-05 19:37:21 -07:00
2024-11-18 19:00:42 -07:00
< / body > < / html >