Skip to content

Commit

Permalink
Update recordings
Browse files Browse the repository at this point in the history
  • Loading branch information
gup-13 committed Nov 9, 2024
1 parent d2e0949 commit ad47553
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion content/beginner/session1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ number: 1
date: 2024-10-17T00:00:00-00:00
slides: "https://docs.google.com/presentation/d/1BA1dj4BM_3ycLB81Il7CtbHLD5kJKhlNg6y9Ollyxd4/edit?usp=sharing"
ready: True
recording: "https://www.youtube.com/watch?v=R1jnH9Y3-F0"
recording: "https://www.youtube.com/watch?v=PkMhgAtsLj8"
---

In this session we will give an intro to the coding platform we use and the basics of python. These basics will be the fundamental building blocks of all of our code!
2 changes: 1 addition & 1 deletion content/beginner/session2.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ number: 2
date: 2024-10-24T00:00:00-00:00
slides: "https://docs.google.com/presentation/d/15S9oHrph5eIXtCvTx_-degEuNa3oNTftBAOEhtVcjJ8/edit?usp=sharing"
ready: True
recording:
recording: "https://www.youtube.com/watch?v=Jx0_huGXtdg"
---

In this session we will build on the types and uses of variables and arithmetic operators. Proper variable and operator use is crucial to the simplicity and maintainability of our code.
2 changes: 1 addition & 1 deletion content/flare/session1.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Introduction to Python and Pygame"
number: 1
date: 2024-10-16T00:00:00-00:00
slides: "https://docs.google.com/presentation/d/1ifxkSSYnHVMcwgq3zxUeDQRZOJuXLFW-dku2NxUcfYE/edit?usp=share_link"
recording:
recording: "https://www.youtube.com/watch?v=IAs6ffvYEss"
ready: True
---

Expand Down
2 changes: 1 addition & 1 deletion content/flare/session2.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Introduction to Classes and Objects"
number: 2
date: 2024-10-23T00:00:00-00:00
slides: "https://docs.google.com/presentation/d/1ulQhulHG-8e6eOqMfaPCg9VyZRRiCKzFaSfdPJMe2oI/edit?usp=sharing"
recording:
recording: "https://www.youtube.com/watch?v=IAoXsPqbADA"
ready: True
---

Expand Down
2 changes: 1 addition & 1 deletion content/flare/session3.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Introduction to Methods and Events"
number: 3
date: 2024-10-30T00:00:00-00:00
slides: "https://docs.google.com/presentation/d/1RJBnvNBWRtzzgw8ZlEEArYYwkzPO1eGLDKph9LAZs_s/edit?usp=share_link"
recording:
recording: "https://www.youtube.com/watch?v=5lr6tVTXtSw"
ready: True
---

Expand Down
2 changes: 1 addition & 1 deletion content/scorch/session1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ number: 1
date: 2024-10-18T00:00:00-00:00
slides: "https://docs.google.com/presentation/d/1UeeeqP4xZ2r_ykNOLOZfKaOWVbhgrW9bHaAn81_3CGQ/edit?usp=sharing"
ready: True
recording:
recording: "https://www.youtube.com/watch?v=yKLTCf-Taxo"
---

This session will help cover the basics of how webpages work, building basic pages, and a bit about design!
2 changes: 1 addition & 1 deletion content/scorch/session2.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ number: 2
date: 2024-10-25T00:00:00-00:00
slides: "https://docs.google.com/presentation/d/1Oieq85RO95CwR1lQUK_f1akb_AifEJgLI7VatIOztf4/edit?usp=sharing"
ready: True
recording:
recording: "https://www.youtube.com/watch?v=HermL1cf63M"
---

This session will cover using advanced CSS, and CSS frameworks!
2 changes: 1 addition & 1 deletion content/scorch/session3.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ number: 3
date: 2024-11-01T00:00:00-00:00
slides: "https://docs.google.com/presentation/d/1yJsuSJqDy4bKW2JAeeewxk3_-V74yy6GbY9unA9NDgQ/edit?usp=sharing"
ready: True
recording: "https://www.youtube.com/watch?v=k_-aOCJSGj4"
recording:
---

This session will cover using advanced CSS to design sites, and continuing to use CSS frameworks (specifically bootstrap) as well as introducing javascript!

0 comments on commit ad47553

Please sign in to comment.