From 63e257062875872171d0a69de6211487e4c2a18b Mon Sep 17 00:00:00 2001
From: Quentin Bolsee <quentinbolsee@hotmail.com>
Date: Tue, 23 Apr 2024 00:34:14 -0400
Subject: [PATCH] links on front page

---
 README.md | 3 +++
 index.md  | 6 ++++++
 2 files changed, 9 insertions(+)

diff --git a/README.md b/README.md
index cc719bf..ab747b4 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,6 @@
 # Computer vision lecture 865.24
 
 This repository contains the jekyll source for the computer vision lecture.
+
+Served at:
+https://ma865-24-computer-vision-quentinbolsee-251329cf45ac35c4cc76da85.pages.cba.mit.edu/
diff --git a/index.md b/index.md
index b660168..a298869 100644
--- a/index.md
+++ b/index.md
@@ -5,3 +5,9 @@ nav_order: 1
 ---
 
 # Computer vision
+
+## [Camera sensors]({{ '/01_cameras.html' | relative_url }})
+
+## [Passive scanning]({{ '/02_passive.html' | relative_url }})
+
+## [Active scanning]({{ '/03_active.html' | relative_url }})
-- 
GitLab