Skip to content
Snippets Groups Projects
Commit b2ef4ed4 authored by Jennifer Mankoff's avatar Jennifer Mankoff
Browse files

added a quote from a student to the syllabus

parent 65ac90c4
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment