automated terminal push
All checks were successful
learn org at code.softwareshinobi.com/bash.softwareshinobi.com/pipeline/head This commit looks good

This commit is contained in:
2025-06-04 20:16:44 -04:00
parent 686b3e6359
commit 2b2c77b808
196 changed files with 12170 additions and 1 deletions

BIN
docs/assets/cover.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

BIN
docs/assets/cover.jpg-bak Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
docs/assets/cover.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 KiB

View File

@@ -0,0 +1,49 @@
ul.nav.navbar-nav.ml-auto {
background: purple;
display: none;
}
div p a {
background: #FF4742;
border: 1px solid #FF4742;
border-radius: 6px;
box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
box-sizing: border-box;
color: #FFFFFF;
cursor: pointer;
display: inline-block;
font-family: nunito,roboto,proxima-nova,"proxima nova",sans-serif;
font-size: 16px;
font-weight: 800;
line-height: 16px;
min-height: 40px;
outline: 0;
padding: 12px 14px;
text-align: center;
text-rendering: geometricprecision;
text-transform: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
}
p a:hover,
p a:active {
background-color: initial;
background-position: 0 0;
color: #FF4742;
}
p a:active {
opacity: .5;
}

View File

@@ -0,0 +1,16 @@
body p {
font-size: 0.9rem;
line-height: 1.5;
}
body a {
font-size: 0.85rem;
line-height: 1.5;
}

16
docs/assets/styling.css Executable file
View File

@@ -0,0 +1,16 @@
body p {
font-size: 0.9rem;
line-height: 1.5;
}
body {
font-size: 0.85rem;
line-height: 1.5;
}