initial commit
This commit is contained in:
19
src/content/docs/index.mdx
Normal file
19
src/content/docs/index.mdx
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
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";
|
||||
Reference in New Issue
Block a user