Update bg image

This commit is contained in:
Xander Bazzi 2024-02-23 18:23:30 -07:00
parent a1724f3185
commit 9868227968
2 changed files with 6 additions and 16 deletions

View File

@ -6,15 +6,13 @@
}
:root {
/*background-image: url('../../assets/img/bg.jpg');*/
--background: #0E191A;
--main-color:#7107AF;
--main-color-dk:#441261;
--accent-1:#B5E61D;
--accent-2:#EB53D3;
--content-spacing:5px;
--background-img:url('../img/bg-code.png');
--background-img:url('../img/beach-night-bg.webp');
--banner:url('../img/bg_ascii2.png');
--banner-footer: url('../img/tiny-bar-green.png');
--titleBars:url('../img/tiny-bar-green.png');
@ -80,7 +78,7 @@ body::before {
bottom: 0;
content: '';
background-image: var(--background-img);
background-size: cover; /* Ensure the image covers the entire element */
background-size: 100% 100%; /* Ensure the image covers the entire element */
background-repeat: no-repeat; /* Prevent the image from repeating */
opacity: 0.8; /* Adjust the transparency */
z-index: -1;

View File

@ -21,18 +21,10 @@
<div class="wrapper">
<div class="title">&nbsp; About</div>
<div class="content">
<p> This is my piece of real estate in the public
internet.
My name's Xander, and I've worked as a SysAdmin,
rocket engineer, network engineer, scientific
programmer,
freelancer, and software engineer. Nowadays, I
dedicate my
time to help further
the modernization of our current cyberspace
--specifically in the areas
of cybersecurity, cloud architecture, and
software-defined networking.
<p>
Network, aerospace, and software engineer turned
cybersecurity professional. Interested in the intersection of AI with cybersecurity,
software-defined networking, and serverless architectures.
</p>
</div>