Initial commit: Schedule Planner

This commit is contained in:
2026-04-06 13:46:31 +00:00
commit b09cefad34
14 changed files with 9534 additions and 0 deletions

13
favicon.svg Normal file
View File

@@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<rect x="4" y="10" width="56" height="48" rx="8" fill="#667eea"/>
<rect x="4" y="10" width="56" height="16" rx="8" fill="#764ba2"/>
<rect x="4" y="20" width="56" height="6" fill="#764ba2"/>
<circle cx="18" cy="10" r="3" fill="#fff"/>
<circle cx="46" cy="10" r="3" fill="#fff"/>
<rect x="14" y="34" width="10" height="8" rx="2" fill="#e8f5e9"/>
<rect x="27" y="34" width="10" height="8" rx="2" fill="#e3f2fd"/>
<rect x="40" y="34" width="10" height="8" rx="2" fill="#fff3e0"/>
<rect x="14" y="46" width="10" height="8" rx="2" fill="#fce4ec"/>
<rect x="27" y="46" width="10" height="8" rx="2" fill="#f3e5f5"/>
<rect x="40" y="46" width="10" height="8" rx="2" fill="#e0f7fa"/>
</svg>

After

Width:  |  Height:  |  Size: 764 B