Skip to content

Commit

Permalink
Update CS 290 topics. Add HTML code link.
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhess committed Oct 4, 2023
1 parent c9259a9 commit a3552d6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/data/courses/f23/cs290/topics.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const topics = [
{
title: 'Git and GitHub',
weeks: [ 0, 1 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
Expand Down Expand Up @@ -51,17 +50,18 @@ const topics = [

{
title: 'HTML',
weeks: [ 1, 2 ],
weeks: [ 1 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
link: 'https://docs.google.com/document/d/1RB_zhgQNrXyWiLBS7YQHMM3pTckI0lssYjkq2D5Sag8/edit?usp=sharing'
},
// {
// title: 'Example code',
// link: 'https://github.com/osu-cs290-f22/html',
// description: 'GitHub repo for code written in lecture'
// }
{
title: 'Example code',
link: 'https://github.com/osu-cs290-f23/html',
description: 'GitHub repo for code written in lecture'
}
],
readings: [
{
Expand Down

0 comments on commit a3552d6

Please sign in to comment.