Update bg image
This commit is contained in:
parent
a1724f3185
commit
9868227968
@ -6,15 +6,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
/*background-image: url('../../assets/img/bg.jpg');*/
|
|
||||||
|
|
||||||
--background: #0E191A;
|
--background: #0E191A;
|
||||||
--main-color:#7107AF;
|
--main-color:#7107AF;
|
||||||
--main-color-dk:#441261;
|
--main-color-dk:#441261;
|
||||||
--accent-1:#B5E61D;
|
--accent-1:#B5E61D;
|
||||||
--accent-2:#EB53D3;
|
--accent-2:#EB53D3;
|
||||||
--content-spacing:5px;
|
--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:url('../img/bg_ascii2.png');
|
||||||
--banner-footer: url('../img/tiny-bar-green.png');
|
--banner-footer: url('../img/tiny-bar-green.png');
|
||||||
--titleBars:url('../img/tiny-bar-green.png');
|
--titleBars:url('../img/tiny-bar-green.png');
|
||||||
@ -80,7 +78,7 @@ body::before {
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
content: '';
|
content: '';
|
||||||
background-image: var(--background-img);
|
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 */
|
background-repeat: no-repeat; /* Prevent the image from repeating */
|
||||||
opacity: 0.8; /* Adjust the transparency */
|
opacity: 0.8; /* Adjust the transparency */
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
|
16
index.html
16
index.html
@ -21,18 +21,10 @@
|
|||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<div class="title"> About</div>
|
<div class="title"> About</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p> This is my piece of real estate in the public
|
<p>
|
||||||
internet.
|
Network, aerospace, and software engineer turned
|
||||||
My name's Xander, and I've worked as a SysAdmin,
|
cybersecurity professional. Interested in the intersection of AI with cybersecurity,
|
||||||
rocket engineer, network engineer, scientific
|
software-defined networking, and serverless architectures.
|
||||||
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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user