diff --git a/Dev_Readme.md b/Dev_Readme.md new file mode 100644 index 0000000..8b9865c --- /dev/null +++ b/Dev_Readme.md @@ -0,0 +1,28 @@ +## Dev. Readme + +- git fetch -a + +- git checkout master + +- git pull + +- git checkout -b "jeff_readme" [or other "*name of branch*"] + +- DO SOMETHING + +- git add -A + +- git commit -m "" + +- git push origin [*"name of branch"*]ub + + ​ + +## Head over to Github + +- [github.com/olinlibrary/library-website](https://github.com/olinlibrary/library-website) +- Pull requests +- New Pull Request **Button** +- Base: Master < compare:"*name of branch*" +- Create Pull Request **Button** + diff --git a/what_we_have/collections.md b/what_we_have/collections.md new file mode 100644 index 0000000..1273818 --- /dev/null +++ b/what_we_have/collections.md @@ -0,0 +1,34 @@ +--- +layout: page +title: What We Have +--- +{::options parse_block_html="true" /} + +## Research Materials + +This page was written in HTML and CSS. The CSS was compiled from SASS. I used Normalize as my CSS reset and -prefix-free to save myself some headaches. I haven't quite gotten the hang of Slim for compiling into HTML, but someday I'll use it since its syntax compliments that of SASS. Regardless, this could all be done in plain HTML and CSS. + + +## Media + Documentation + +This page was written in HTML and CSS. The CSS was compiled from SASS. I used Normalize as my CSS reset and -prefix-free to save myself some headaches. I haven't quite gotten the hang of Slim for compiling into HTML, but someday I'll use it since its syntax compliments that of SASS. Regardless, this could all be done in plain HTML and CSS. + + +## The Doc Lab + +Using the sibling and checked selectors, we can determine the styling of sibling elements based on the checked state of the checkbox input eelment. One use, as demonstrated here, is an entirely CSS and HTML accordion element. Media queries are used to make the element responsive to different screen sizes. + + +## Printing + Sewing + +By making the open state default for when :checked isn't detected, we can make this system accessable for browsers that don't recognize :checked. The fallback is simply an open accordion. The accordion can be manipulated with Javascript (if needed) by changing the "checked" property of the input element. + +## Archives + +By making the open state default for when :checked isn't detected, we can make this system accessable for browsers that don't recognize :checked. The fallback is simply an open accordion. The accordion can be manipulated with Javascript (if needed) by changing the "checked" property of the input element. + +## The Space + +By making the open state default for when :checked isn't detected, we can make this system accessable for browsers that don't recognize :checked. The fallback is simply an open accordion. The accordion can be manipulated with Javascript (if needed) by changing the "checked" property of the input element. + +