From e98d09da42aaaa60924ea515c480404fb576f5af Mon Sep 17 00:00:00 2001
From: Grace Copplestone <gracecopplestone@dhcp-18-111-17-197.dyn.mit.edu>
Date: Fri, 23 Jun 2017 13:43:20 -0400
Subject: [PATCH] index page

---
 index.html | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 index.html

diff --git a/index.html b/index.html
new file mode 100644
index 0000000..da9dd74
--- /dev/null
+++ b/index.html
@@ -0,0 +1,14 @@
+<html>
+<head>
+  <title>CBA</title>
+  <link rel="stylesheet" href="https://copplestone.pages.cba.mit.edu/styling/stylesheet.css">
+</head>
+
+<body id="main">
+  <h1>Fab Libraries</h1>
+  <p>This repository holds libraries of components commonly used during How to Make (almost) Anything. Currently we have libraries for Eagle and KiCAD. If you have updated or different libraries to add then please submit a <a href="https://gitlab.cba.mit.edu/pub/ring/merge_requests">merge request.<a/></p>
+
+  <p>Eagle - <a href="eagle/fab.lbr">fab.lbr</a> - <a href="https://learn.sparkfun.com/tutorials/how-to-install-and-setup-eagle/using-the-sparkfun-libraries">Instructions to add library to Eagle</a></p>
+  <p>KiCAD - <a href="kicad/fab.mod">fab.mod</a> and <a href="kicad/fab.lib">fab.lib</a> - <a href="https://www.accelerated-designs.com/help/KiCad_Library.html">Instructions to add library to KiCAD</a></p>
+
+</body>
-- 
GitLab