From fabe52f9a2560953991adbfbb15ae1bf68cecd23 Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Sat, 24 Jan 2015 12:59:04 -0500 Subject: [PATCH] added a README.md file --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..935a2c3 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# About this repository + +The files here are copied from Kingsborough Library's LibGuides Admin interface. They will not produce a workable site on their own, but when pasted into the appropriate +fields of the LibGuides Admin pages, they will modify the default LibGuide homepage to produce a page that looks like this: + +http://kbcc.cuny.libguides.com/index.php? + +The three files in this repository are: +* LibGuide-home.html, which is taken from Admin > Homepage > Customize Homepage Template +* LibGuide.css, which is taken from Admin > Custom JS/CSS +* and LibGuide-banner.html, which is taken from Admin > Header/Footer/Tabs/Boxes > Page Header + +LibGuide.css has comments included to explain what the various rules are doing. Please feel free to use and adapt any of these files, and let me know what you make!