feature: Change theme to enterprise.
This commit is contained in:
parent
ac6bcedf1e
commit
aeff27ab48
BIN
assets/img/title-bars-win95.png
Normal file
BIN
assets/img/title-bars-win95.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
assets/img/xbazzi_logo.png
Normal file
BIN
assets/img/xbazzi_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.1 KiB |
BIN
assets/img/xbazzi_logo2.png
Normal file
BIN
assets/img/xbazzi_logo2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
@ -11,10 +11,10 @@
|
|||||||
--accent-1: #8d0081;
|
--accent-1: #8d0081;
|
||||||
--accent-2:#00FFFF;
|
--accent-2:#00FFFF;
|
||||||
--content-spacing:5px;
|
--content-spacing:5px;
|
||||||
--background-img:url('../img/bg-beach5.png');
|
--background-img:url('../img/space-2.png');
|
||||||
--banner:url('../img/bg_ascii2.png');
|
--banner:url('../img/xbazzi_logo2.png');
|
||||||
--banner-footer: url('../img/tiny-bar-green.png');
|
--banner-footer: url('../img/title-bars-win95.png');
|
||||||
--titleBars:url('../img/tiny-bar-green.png');
|
--titleBars:url('../img/title-bars-win95.png');
|
||||||
--text-color: white;
|
--text-color: white;
|
||||||
--text-shadow-custom: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
|
--text-shadow-custom: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
|
||||||
--link-color:var(--accent-1);
|
--link-color:var(--accent-1);
|
||||||
@ -143,6 +143,7 @@ aside {
|
|||||||
font-family: 'Monocraft';
|
font-family: 'Monocraft';
|
||||||
padding: 3px 10px; /* Adjust top/bottom and left/right padding as needed */
|
padding: 3px 10px; /* Adjust top/bottom and left/right padding as needed */
|
||||||
background-image: var(--titleBars);
|
background-image: var(--titleBars);
|
||||||
|
background-repeat: round;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
border:var(--border);
|
border:var(--border);
|
||||||
@ -158,7 +159,7 @@ aside {
|
|||||||
color: var(--title-text-color);
|
color: var(--title-text-color);
|
||||||
text-shadow: var(--text-shadow-custom);
|
text-shadow: var(--text-shadow-custom);
|
||||||
background-image: var(--titleBars);
|
background-image: var(--titleBars);
|
||||||
background-repeat: repeat-x;
|
background-repeat: round;
|
||||||
margin-top: var(--content-spacing);
|
margin-top: var(--content-spacing);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
<div class="content">
|
<div class="content">
|
||||||
<p>
|
<p>
|
||||||
Software engineer, especializing in algorithms and physics-based models. Passionate about theoretical computer science and low-level programming.
|
Software engineer, especializing in algorithms and physics-based models. Passionate about theoretical computer science and low-level programming.
|
||||||
|
As you can see, I am not a web developer.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="title"><span class="fa-solid fa-lightbulb"></span> projects </div>
|
<div class="title"><span class="fa-solid fa-lightbulb"></span> projects </div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user