diff --git a/index.html b/index.html new file mode 100644 index 0000000000000000000000000000000000000000..da9dd74d954808940559e48403ff82e17a6c596e --- /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>