Added new projects

Update .htaccess, sidebar.php, and 16 more files...
This commit is contained in:
2022-11-20 00:05:19 +01:00
parent 483edf88a8
commit 30b1c55687
18 changed files with 771 additions and 298 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -26,7 +26,7 @@ div.last-inner-collapse-border-fix {
max-width: 100vw;
}
// Removes tha wasted stace on Chrome !
// Removes the wasted space on Chrome !
.overflow-x-scroll {
overflow-x: auto !important;
}

View File

@@ -18,4 +18,8 @@
background: linear-gradient(90deg, rgba(180,134,77,0.4) 0%, rgba(180,134,77,0.3) 1.5px, rgba(180,134,77,0.0) 7px);
border-radius: 5px 0 0 5px;
}
.l-lab-dotnet {
background: linear-gradient(90deg, rgba(81,43,212,0.4) 0%, rgba(81,43,212,0.3) 1.5px, rgba(81,43,212,0.0) 7px);
border-radius: 5px 0 0 5px;
}
}