20 lines
559 B
Plaintext
20 lines
559 B
Plaintext
|
---
|
||
|
title: Welcome to the Pet Activity Monitor Project!
|
||
|
description: Tracking pet activity with microcontrollers and machine learning.
|
||
|
template: splash
|
||
|
hero:
|
||
|
tagline: Tracking pet activity with microcontrollers and machine learning.
|
||
|
image:
|
||
|
file: ../../assets/logo.webp
|
||
|
actions:
|
||
|
- text: Let's go!
|
||
|
link: /0_overview/
|
||
|
icon: right-arrow
|
||
|
- text: Check out the source code.
|
||
|
link: https://avoid.sh/PetActivityMonitor
|
||
|
icon: external
|
||
|
variant: minimal
|
||
|
---
|
||
|
|
||
|
import { Card, CardGrid } from "@astrojs/starlight/components";
|