adding icon to static folder

This commit is contained in:
2025-01-23 17:22:25 -05:00
parent f49d3c6674
commit f8c4dc633a
2 changed files with 13 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<div id="top"> <div id="top">
<!-- HEADER STYLE: COMPACT --> <!-- HEADER STYLE: COMPACT -->
<img src="readmeai/assets/logos/purple.svg" width="30%" align="left" style="margin-right: 15px"> <img src="src/frontend/static//purple.svg" width="30%" align="left" style="margin-right: 15px">
# PYGENTIC-AI # PYGENTIC-AI
<em></em> <em></em>

View File

@ -0,0 +1,12 @@
<!-- Book outline icon with blueviolet color scheme -->
<svg width="128" height="128" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" style="color: blueviolet;">
<path fill-rule="evenodd" clip-rule="evenodd" d="M4 5.5H9C10.1046 5.5 11 6.39543 11 7.5V16.5C11 17.0523 10.5523 17.5 10 17.5H4C3.44772 17.5
3 17.0523 3 16.5V6.5C3 5.94772 3.44772 5.5 4 5.5ZM14 19.5C13.6494 19.5 13.3128 19.4398 13
19.3293V19.5C13 20.0523 12.5523 20.5 12 20.5C11.4477 20.5 11 20.0523 11 19.5V19.3293C10.6872
19.4398 10.3506 19.5 10 19.5H4C2.34315 19.5 1 18.1569 1 16.5V6.5C1 4.84315 2.34315 3.5 4 3.5H9C10.1947
3.5 11.2671 4.02376 12 4.85418C12.7329 4.02376 13.8053 3.5 15 3.5H20C21.6569 3.5 23 4.84315 23
6.5V16.5C23 18.1569 21.6569 19.5 20 19.5H14ZM13 7.5V16.5C13 17.0523 13.4477 17.5 14 17.5H20C20.5523
17.5 21 17.0523 21 16.5V6.5C21 5.94772 20.5523 5.5 20 5.5H15C13.8954 5.5 13 6.39543 13 7.5ZM5
7.5H9V9.5H5V7.5ZM15 7.5H19V9.5H15V7.5ZM19 10.5H15V12.5H19V10.5ZM5 10.5H9V12.5H5V10.5ZM19
13.5H15V15.5H19V13.5ZM5 13.5H9V15.5H5V13.5Z" fill="currentColor" />
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB