Skip to content

Commit

Permalink
vs-css-2024 Enable css (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanessashultz authored Mar 9, 2024
1 parent a45b6fa commit 5fd1c52
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/data/sessions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ export const TOPICS: Topic[] = [
'https://kansascitywomenintechnology.github.io/cocktails-worksheets/#/?id=worksheets',
areLinksEnabled: true,
},
// {
// name: 'CSS Basics',
// slidesLink:
// 'https://kansascitywomenintechnology.github.io/CodingCocktailsSlideTemplate/css-series/2023-css.html#/',
// worksheetLink:
// 'https://kansascitywomenintechnology.github.io/cocktails-worksheets/#/?id=worksheets',
// areLinksEnabled: true,
// },
{
name: 'CSS Basics',
slidesLink:
'https://kansascitywomenintechnology.github.io/CodingCocktailsSlideTemplate/css-series/2023-css.html#/',
worksheetLink:
'https://kansascitywomenintechnology.github.io/cocktails-worksheets/#/?id=worksheets',
areLinksEnabled: true,
},
// {
// name: 'Intro to JavaScript',
// slidesLink:
Expand Down

0 comments on commit 5fd1c52

Please sign in to comment.