Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jeff readme #28

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions Dev_Readme.md
Original file line number Diff line number Diff line change
@@ -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**

34 changes: 34 additions & 0 deletions what_we_have/collections.md
Original file line number Diff line number Diff line change
@@ -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.

</div>