diff --git a/assets/css/style.scss b/assets/css/style.scss index 2434329d792e6fdcbce1b0d6a34ba74691078ab6..845e441e0a9df78b2a7725136fb63bde27a2ac3c 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -334,3 +334,49 @@ img.page-picture { .font-14pt { font-size: 12pt; } + + +blockquote{ + background:#f9f9f9; + border-left:1em solid #eee; + margin:1.5em 1em; + padding:.5em 1em; + quotes:"\201C""\201D"; +} +blockquote:before{ + color:#808080; + content:open-quote; + font-size:4em; + line-height:.1em; + margin-right:.25em; + vertical-align:-.4em; +} +blockquote p { + display: inline; +} + +.quote{ + background:#f9f9f9; + border-left:1em solid #eee; + margin: .5em 0 .5em; + padding: 0 1em 0 .5em; + position:relative; +} +.quote:before{ + content: "\201C"; + font-size:4em; + line-height:.1em; + margin-right:.05em; + vertical-align:-.4em; +} +.quote:after{ + font-size: 5em; + position:absolute; + right:3px; + bottom: 0em; + line-height: 0.1em; +} +.quote p { + display: inline; +} + diff --git a/index.md b/index.md index 503a61a5e88b8e17b3489106c0ce643d8af9dfa8..a3a606ec567e30c8043d8420e0dd702903af616a 100755 --- a/index.md +++ b/index.md @@ -2,7 +2,11 @@ layout: default --- -<h1> Welcome to Class! </h1> +<h1> Why take this class?</h1> + +Highly recommend this course to be [mandatory in CS]... I will keep the lessons learned and try to apply them in my career wherever applicable. -- 2019 student. +{: .quote} + How can computing enable new solutions to accessibility, including both access to the world and access to computers? Similarly, how can a disability studies perspective guide us in developing empowering and relevant solutions to accessibility problems? This course explores both of those questions through a combination of discussions, reading, and building. Access technology (AT) has the potential to increase autonomy, and improve millions of people’s ability to live independently. This potential is currently under-realized because the expertise needed to create the right AT is in short supply and the custom nature of AT makes it difficult to deliver inexpensively. Yet computers’ flexibility and exponentially increasing power have revolutionized and democratized access technologies. In addition, by studying access technology, we can gain valuable insights into the future of all user interface technology.