Added projects, updated names

This commit is contained in:
2021-04-09 02:15:18 -05:00
parent 1180e3171f
commit 1f23cb73d1
101 changed files with 513 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 KiB

View File

@@ -0,0 +1,18 @@
#bg {
position: fixed;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
z-index: -1;
}
#bg img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: -1;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 B