diff options
author | Jeff Huang <github@jeffhuang.com> | 2022-10-09 12:39:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-09 12:39:58 -0400 |
commit | 1f1e6c7387d7eef018c5a15b478ed9f494ab556e (patch) | |
tree | 10a7f19f982d81783e37dbd55da3aab5c865d964 | |
parent | e4df9098960404883a0dbedc7083ce6da3147ccf (diff) |
add meta description for seo
-rwxr-xr-x | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> + <meta name="description" content="User Interfaces and User Experience, Fall 2022 at Brown University. 400+ student course taught by instructor Jeff Huang and TAs. Topics include understanding when to use different interfaces, modeling and representing user interaction, principles of user experience design, eliciting requirements and feedback from users, methods for designing and prototyping interfaces, and user interface evaluation."> <link rel="stylesheet" href="styles.css"> <title>CS 1300 - UI/UX 2022</title> |