v1.2.0: Add course info popovers, favicon, and viewport-fitted layout

- Course info popovers with description, instructors, and specialization
  tags; opens on hover (desktop) or tap (mobile) with smart positioning
- Page title and graduation cap favicon in NYU Stern purple
- Desktop layout fits viewport without page-level scrolling
This commit is contained in:
2026-03-27 12:23:15 -04:00
parent 99a39a2581
commit 441d61abc3
7 changed files with 520 additions and 6 deletions

7
app/public/favicon.svg Normal file
View File

@@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<polygon points="32,8 2,24 32,40 62,24" fill="#57068c"/>
<polygon points="32,40 2,24 2,28 32,44 62,28 62,24" fill="#3d0066"/>
<rect x="52" y="24" width="2" height="22" fill="#57068c"/>
<circle cx="53" cy="48" r="3" fill="#57068c"/>
<path d="M16,32 v10 c0,6 16,10 16,10 s16,-4 16,-10 v-10 l-16,8z" fill="#7b2fbe"/>
</svg>

After

Width:  |  Height:  |  Size: 392 B