-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworkshops.js
41 lines (38 loc) · 1.11 KB
/
workshops.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
export default
[ {
shown:false,
date:"9/16",
name:"What is HTML/CSS/JavaScript?",
link:"https://docs.google.com/document/d/1DrCXWE8BSXh9T8O82CfVyFs_3I7FHdTsZ_e6ocrU8-I/edit"
},
{
shown:false,
date:"9/23",
name:"Intro to JS: Making a Fortune Teller",
link:"https://docs.google.com/document/d/1h7U2jrQ-C-2wMvFaypWpuBKaXl-GRCTUMEw1Neyd7ws/edit"
},
{
shown:false,
date:"9/30",
name:"Intro to JS: Making 100,000 Poems",
link:"https://docs.google.com/document/d/18Ek2juKaBW6IYK-lLUk0x-BkRjH7jGZRaaTFjfHDgC8/edit"
},
{
shown:false,
date:"11/04",
name:"Intro to RiTa.js and NLP in the Browser",
link:"https://docs.google.com/document/d/1OjU0fvZ3a2Zuuj_CAtxhcJAlD0kLgqJZObH22IUMoPc/edit"
},
{
shown:false,
date:"10.21",
name:"Python: Quick How-To For Webscraping",
link:"https://docs.google.com/document/d/1viNRCamsYCFXD3SQ6hH2cSYxtYKXbip7Gu8HZ_c0qrE/edit"
},
{
shown:false,
date:"Due 12/02",
name:"Intro to P5.js",
link:"https://docs.google.com/document/d/1OfxlmRscjEVdzbJllTC2Z41fWWuT9V9RX86vc9OTNYY/edit"
},
]