From 9868227968454454957bc8fc3a435fb53b4c4011 Mon Sep 17 00:00:00 2001 From: Xander Bazzi Date: Fri, 23 Feb 2024 18:23:30 -0700 Subject: [PATCH] Update bg image --- assets/style/style.css | 6 ++---- index.html | 16 ++++------------ 2 files changed, 6 insertions(+), 16 deletions(-) diff --git a/assets/style/style.css b/assets/style/style.css index bcc3466..9c39f6d 100644 --- a/assets/style/style.css +++ b/assets/style/style.css @@ -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; diff --git a/index.html b/index.html index 441dc2e..a1bbdd0 100644 --- a/index.html +++ b/index.html @@ -21,18 +21,10 @@
  About
-

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. +

+ Network, aerospace, and software engineer turned + cybersecurity professional. Interested in the intersection of AI with cybersecurity, + software-defined networking, and serverless architectures.