upload resource icons,

add some column gap to resource-div
This commit is contained in:
Arthur Lu 2022-12-14 17:23:05 -08:00
parent f12454a56c
commit d64d6f1875
5 changed files with 10 additions and 0 deletions

View File

@ -25,6 +25,7 @@ article {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: flex-start; justify-content: flex-start;
column-gap: 20px;
} }
.resource-div div { .resource-div div {
display: flex; display: flex;

1
images/resources/cpu.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.25,8H9.75A1.752,1.752,0,0,0,8,9.75v4.5A1.752,1.752,0,0,0,9.75,16h4.5A1.752,1.752,0,0,0,16,14.25V9.75A1.752,1.752,0,0,0,14.25,8ZM14,14H10V10h4Zm8-5a1,1,0,0,0,0-2H20V6.75A2.752,2.752,0,0,0,17.25,4H17V2a1,1,0,0,0-2,0V4H13V2a1,1,0,0,0-2,0V4H9V2A1,1,0,0,0,7,2V4H6.75A2.752,2.752,0,0,0,4,6.75V7H2A1,1,0,0,0,2,9H4v2H2a1,1,0,0,0,0,2H4v2H2a1,1,0,0,0,0,2H4v.25A2.752,2.752,0,0,0,6.75,20H7v2a1,1,0,0,0,2,0V20h2v2a1,1,0,0,0,2,0V20h2v2a1,1,0,0,0,2,0V20h.25A2.752,2.752,0,0,0,20,17.25V17h2a1,1,0,0,0,0-2H20V13h2a1,1,0,0,0,0-2H20V9Zm-4,8.25a.751.751,0,0,1-.75.75H6.75A.751.751,0,0,1,6,17.25V6.75A.751.751,0,0,1,6.75,6h10.5a.751.751,0,0,1,.75.75Z"/></svg>

After

Width:  |  Height:  |  Size: 712 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>disk</title><g id="disk"><path d="M12,0A12,12,0,1,0,24,12,12,12,0,0,0,12,0Zm0,22A10,10,0,1,1,22,12,10,10,0,0,1,12,22Z"/><path d="M12,8a4,4,0,1,0,4,4A4,4,0,0,0,12,8Zm0,6a2,2,0,1,1,1.73-3A2,2,0,0,1,12,14Z"/><path d="M12,18a6,6,0,0,1-6-6,1,1,0,0,0-2,0,8,8,0,0,0,8,8A1,1,0,0,0,12,18Z"/><path d="M12,4a1,1,0,0,0,0,2,6,6,0,0,1,6,6,1,1,0,0,0,1,1C21.57,13,19.27,4,12,4Z"/></g></svg>

After

Width:  |  Height:  |  Size: 441 B

1
images/resources/ram.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>RAM</title><g id="RAM"><path d="M23,9a1,1,0,0,0,1-1V5a1,1,0,0,0-1-1H1A1,1,0,0,0,0,5V8A1,1,0,0,0,1,9a1,1,0,0,1,0,2,1,1,0,0,0-1,1v7a1,1,0,0,0,1,1H14a1,1,0,0,0,1-1V16h2v3a1,1,0,0,0,1,1h5a1,1,0,0,0,1-1V12a1,1,0,0,0-1-1A1,1,0,0,1,23,9ZM2,16H5v2H2Zm7,0v2H7V16Zm4,2H11V16h2Zm6,0V16h3v2ZM22,7.17a3,3,0,0,0,0,5.66V14H2V12.83A3,3,0,0,0,2,7.17V6H22Z"/><path d="M9,11V9A1,1,0,0,0,7,9v2A1,1,0,0,0,9,11Z"/><path d="M13,11V9a1,1,0,0,0-2,0v2A1,1,0,0,0,13,11Z"/><path d="M17,11V9a1,1,0,0,0-2,0v2A1,1,0,0,0,17,11Z"/></g></svg>

After

Width:  |  Height:  |  Size: 575 B

View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="21.986" viewBox="0 0 24 21.986">
<g>
<path d="M19.841,3.24A10.988,10.988,0,0,0,8.54.573l1.266,3.8a7.033,7.033,0,0,1,8.809,9.158L17,11.891v7.092h7l-2.407-2.439A11.049,11.049,0,0,0,19.841,3.24Z"/>
<path d="M1,10.942A11.05,11.05,0,0,0,12.013,21.986a11.114,11.114,0,0,0,3.521-.575l-1.266-3.8A7.035,7.035,0,0,1,5.48,8.391L7,9.891V6.034c.021-.02.038-.044.06-.065L7,5.909V2.982H0L2.482,5.431A10.951,10.951,0,0,0,1,10.942Z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 507 B