Compare commits
No commits in common. "master" and "c19f1b5268ca4eb897be6398ed42482a24216b7a" have entirely different histories.
master
...
c19f1b5268
12
README.md
12
README.md
@ -2,18 +2,6 @@
|
||||
This is an Elm-based implementation of Homework 4c for Human Computer Interaction.
|
||||
Elm is a functional programming language that __compiles to JavaScript__.
|
||||
|
||||
## Changes from Homework 4a and 4b
|
||||
|
||||
From 4a to 4b, I changed the following:
|
||||
* Instead of hovering, you click. This way, you can still preview your schedule while your mouse is elsewhere (perhaps on RateMyProfessor!).
|
||||
You must now click add/remove to make a change. Add/remove are color coded green and red, and have visual icons (for the colorblind)
|
||||
* Clicked (formerly hovered) lines are dashed to help improve accessibility for colorblind people.
|
||||
* Used check marks instead of crosses (communicates “positive” result)
|
||||
|
||||
From 4b to 4c, I changed the following:
|
||||
* Moved away from table structure to support long views (column headers go out of view).
|
||||
* Used icons to indicate various course info, instead.
|
||||
|
||||
## Directory structure
|
||||
* `src/` contains the Elm source code for the application.
|
||||
* `Model.elm` contains descriptions of the data structures used
|
||||
|
2
dist/index.html
vendored
2
dist/index.html
vendored
@ -3,7 +3,7 @@
|
||||
<script src="course.js"></script>
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Lora&family=Roboto+Mono&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" media="screen" href="style.css">
|
||||
<link rel="stylesheet" media="screen" href="css/style.css">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
|
Loading…
Reference in New Issue
Block a user