mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-04-30 09:38:38 -05:00
- Book: New Year greeting + navbar, TinyTorch, Kits, Newsletter - Kits: New Year greeting + navbar, Kits intro, Textbook link - Labs: New Year greeting + navbar, Labs coming 2026, Textbook link
18 lines
856 B
YAML
18 lines
856 B
YAML
# =============================================================================
|
|
# ANNOUNCEMENT BAR CONFIGURATION - HARDWARE KITS
|
|
# =============================================================================
|
|
# This file contains the announcement bar configuration for the kits site.
|
|
# It's included via metadata-files in _quarto-html.yml
|
|
# =============================================================================
|
|
|
|
website:
|
|
announcement:
|
|
icon: megaphone
|
|
dismissable: true
|
|
type: primary
|
|
position: below-navbar
|
|
content: |
|
|
🎉 **Happy New Year!** New navbar with dropdown menus. Try them out!<br>
|
|
📦 **Hardware Kits:** Hands-on ML labs for Arduino, Seeed & Raspberry Pi. [Get started →](/contents/getting-started.html)<br>
|
|
📚 **Textbook:** Read the ML Systems book. [Explore →](https://mlsysbook.ai/book)
|