Skip to content

Commit

Permalink
Merge pull request #410 from Schulich-Ignite/update_fall_2024
Browse files Browse the repository at this point in the history
Updated the website for Fall 2024
  • Loading branch information
SchulichIgnite authored Oct 11, 2024
2 parents 5b1fba3 + 9ab36b1 commit 7a8e4c2
Show file tree
Hide file tree
Showing 55 changed files with 106 additions and 221 deletions.
12 changes: 6 additions & 6 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ relativeURLs = true
menteeSignUp = ""
ignitePoints = "https://docs.google.com/spreadsheets/d/1YwXV-09PoVZI0_yPvmnEHCQpg4NaA2JGvyP-xfdyBCM/edit?usp=sharing"
sparkDocs = "https://spark.schulichignite.com/"
submitBugBusters = "https://docs.google.com/forms/d/e/1FAIpQLScwCd0u3Tcw8lxQTGhiU5DROfqKgBPkfrhVEKXdn9O-D7K6mg/viewform?usp=sf_link"
submitPythonicLava = "https://docs.google.com/forms/d/e/1FAIpQLSf7CEqEWACdKhn-rZape329ySsR3Zo5oBSdFEgvWxIYNI8ViQ/viewform?usp=sf_link"
submitScorch = "https://docs.google.com/forms/d/e/1FAIpQLSdjPwp-zFQCVFON7PWfL1jtCqcTds2yc9EmaqZdjowjKSQ-rA/viewform?usp=sf_link"
submitFlare = "https://docs.google.com/forms/d/e/1FAIpQLSf17M81kmL-Y2pt5FDxsgHDOt3St299b30ft0oTdMcxa9iVSw/viewform?usp=sf_link"
current_startDate = 2024-02-18T14:15:59-06:00
current_endDate = 2024-04-20T14:15:59-06:00
submitBugBusters = "https://forms.gle/pXge52uyrJK4R5qaA"
submitPythonicLava = "https://forms.gle/Jmp7JKuGh251E5878"
submitScorch = "https://forms.gle/ZUR8dkqcrJLQCR6P9"
submitFlare = "https://forms.gle/gSY5wERM1CzbejS76"
current_startDate = 2024-10-12T14:15:59-06:00
current_endDate = 2024-12-20T14:15:59-06:00
[params.links]
youtube = "https://www.youtube.com/channel/UC7tNvdbu952HOUl_4nK7iww"
instagram = "https://www.instagram.com/schulichignite"
Expand Down
4 changes: 2 additions & 2 deletions content/beginner/session0.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "Introduction to Schulich Ignite"
number: 0
date: 2024-02-18T00:00:00-00:00
date: 2024-10-13T00:00:00-00:00
slides: "https://docs.google.com/presentation/d/1Nr76ezZrlpgS2LORNkA3V5H8pb_xpqrU1NYV8n1ImHY/edit?usp=sharing"
ready: True
recording: "https://www.youtube.com/watch?v=JmvlDu-jhRE"
recording:
---

In this session we will give an intro to the coding platform we use and Schulich Ignite!
2 changes: 1 addition & 1 deletion content/beginner/session1.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Introduction to Python"
number: 1
date: 2024-02-22T00:00:00-00:00
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"
Expand Down
4 changes: 2 additions & 2 deletions content/beginner/session2.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "Operators and Making Objects Move"
number: 2
date: 2024-02-29T00:00:00-00:00
date: 2024-10-24T00:00:00-00:00
slides: "https://docs.google.com/presentation/d/15S9oHrph5eIXtCvTx_-degEuNa3oNTftBAOEhtVcjJ8/edit?usp=sharing"
ready: True
recording: "https://youtu.be/WZ6gEqgKKlw"
recording:
---

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.
4 changes: 2 additions & 2 deletions content/beginner/session3.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "If-Statements and Logical Operators"
number: 3
date: 2024-03-07T00:00:00-00:00
date: 2024-10-31T00:00:00-00:00
slides: "https://docs.google.com/presentation/d/1xEzdYLQO7e1YMqqkrJsvSwQFUx7fkG11AijoeZ63248/edit?usp=sharing"
ready: True
recording: "https://www.youtube.com/watch?v=ZBUtNGx1cmg"
recording:
---

In this session we will focus on if/else statements as well as logical and relational operators. These operators are used in if/else statements to apply limits and restraints to our code.
4 changes: 2 additions & 2 deletions content/beginner/session4.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "Lists and an Introduction to Loops"
number: 4
date: 2024-03-14T00:00:00-00:00
date: 2024-11-07T00:00:00-00:00
slides: "https://docs.google.com/presentation/d/1Ggvc4LAgVqHhBPcHtPPOcbi1h1t2P0SAf7OnrO2WhNM/edit?usp=sharing"
ready: True
recording: "https://youtu.be/JG7XAyiuZvI?si=G3eQ5wpRPvMoGRGR"
recording:
---

This session introduces lists and loops. Lists store multiple values while loops repeat a section of code a certain number of times. Both lists and loops are crucial to keeping our code dynamic.
4 changes: 2 additions & 2 deletions content/beginner/session5.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Loops and User Input"
number: 5
date: 2024-03-21T00:00:00-00:00
date: 2024-11-14T00:00:00-00:00
slides: "https://docs.google.com/presentation/d/1TquAYc8nDGFGcbm4YXl565E8s__s5MOzsgOJDhHUVN4/edit?usp=sharing"
recording: "https://youtu.be/skQf8jN-io8?si=EQWRx-XoORgNhFYi"
recording:
ready: True
---

Expand Down
4 changes: 2 additions & 2 deletions content/beginner/session6.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Functions"
number: 6
date: 2024-03-28T00:00:00-00:00
date: 2024-11-21T00:00:00-00:00
slides: "https://docs.google.com/presentation/d/16l1mpBZBcTib_LSFmveptj3jNI1sEyC8YxqyNcqUyts/edit?usp=sharing"
recording: "https://www.youtube.com/watch?v=WGx0bWK1PWA"
recording:
ready: True
---

Expand Down
4 changes: 2 additions & 2 deletions content/beginner/session7.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Bonus Topics"
number: 7
date: 2024-04-04T00:00:00-00:00
date: 2024-11-28T00:00:00-00:00
slides: "https://docs.google.com/presentation/d/1UCWVnwsLThOpFi-E58KwKnKx1eRfbaQKeL6TMyR6WlI/edit?usp=sharing"
recording: "https://www.youtube.com/watch?v=VI3t51xE5vA"
recording:
ready: True
---

Expand Down
2 changes: 1 addition & 1 deletion content/beginner/session8.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Review"
number: 8
date: 2024-04-11T00:00:00-00:00
date: 2024-12-05T00:00:00-00:00
slides: "https://docs.google.com/presentation/d/1TvydxebSnUwk6liMWuLHnm3TsgolWmgCraZbnU2TbWs/edit?usp=sharing"
ready: True
---
Expand Down
4 changes: 2 additions & 2 deletions content/flare/session0.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "Introduction to Schulich Ignite"
number: 0
date: 2024-02-18T00:00:00-00:00
date: 2024-10-13T00:00:00-00:00
slides: "https://docs.google.com/presentation/d/1PHYCXI6ndRzgIQsyXaAoazCnQTdauV1Rr-QxPXG2WQY/edit?usp=sharing"
recording: "https://www.youtube.com/watch?v=Dd4VI-8AKMs"
ready: True
recording:
---

In this session we will give an intro to the coding platform we use and Schulich Ignite!
4 changes: 2 additions & 2 deletions content/flare/session1.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Introduction to Python and Pygame"
number: 1
date: 2024-02-21T00:00:00-00:00
date: 2024-10-16T00:00:00-00:00
slides: "https://docs.google.com/presentation/d/1ifxkSSYnHVMcwgq3zxUeDQRZOJuXLFW-dku2NxUcfYE/edit?usp=share_link"
recording: "https://www.youtube.com/watch?v=aevo8dvNkSw"
recording:
ready: True
---

Expand Down
4 changes: 2 additions & 2 deletions content/flare/session2.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Introduction to Classes and Objects"
number: 2
date: 2024-02-28T00:00:00-00:00
date: 2024-10-23T00:00:00-00:00
slides: "https://docs.google.com/presentation/d/1ulQhulHG-8e6eOqMfaPCg9VyZRRiCKzFaSfdPJMe2oI/edit?usp=sharing"
recording: "https://youtu.be/_bdgOKmOQDw"
recording:
ready: True
---

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

Expand Down
4 changes: 2 additions & 2 deletions content/flare/session4.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Introduction to Inheritance and Sprites"
number: 4
date: 2024-03-13T00:00:00-00:00
date: 2024-11-06T00:00:00-00:00
slides: "https://docs.google.com/presentation/d/11EdZM12tBwzQ_UAl-yXM3h4LW7PPM674xczxVCOQNjo/edit?usp=share_link"
recording: "https://youtu.be/i0jD8CmMqTg?si=Tw_nEcz1Orbq_gcn"
recording:
ready: True
---

Expand Down
4 changes: 2 additions & 2 deletions content/flare/session5.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Introduction to Physics and Collision"
number: 5
date: 2024-03-20T00:00:00-00:00
date: 2024-11-13T00:00:00-00:00
slides: "https://docs.google.com/presentation/d/1mJt4GzgP4JrUyEc7f_vFUf7nPMqhEg_nHkjiu0q_bJg/edit?usp=share_link"
recording: "https://youtu.be/ePzYzIMZ1pc?si=i1hgVLTT02QCcPXr"
recording:
ready: True
---

Expand Down
4 changes: 2 additions & 2 deletions content/flare/session6.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Problem Solving, Enemies, And Starting Your Game"
number: 6
date: 2024-03-27T00:00:00-00:00
date: 2024-11-13T00:00:00-00:00
slides: "https://docs.google.com/presentation/d/1w1Wl-MNWhDfzAkqLlTN9r7Ci-w15ninSxsL2L3iDSBc/edit?usp=share_link"
recording: "https://www.youtube.com/watch?v=niJQeQDohmA"
recording:
ready: True
---

Expand Down
4 changes: 2 additions & 2 deletions content/flare/session7.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Best Practices, and Level Design"
number: 7
date: 2024-04-03T00:00:00-00:00
date: 2024-11-20T00:00:00-00:00
slides: "https://docs.google.com/presentation/d/10ZFVBxoU_VzJSXJ7Bq2HrnMu6VCshQGb8sO_kFSk-hw/edit?usp=share_link"
recording: "https://www.youtube.com/watch?v=Zc-3UvVq2Ao"
recording:
ready: True
---

Expand Down
4 changes: 2 additions & 2 deletions content/flare/session8.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Review"
number: 8
date: 2024-04-10T00:00:00-00:00
date: 2024-11-27T00:00:00-00:00
slides: "https://docs.google.com/presentation/d/1dLZ8-5hdjwfaYl1USiWd0BeKfl0v9D0LJtUQRWB0V0M/edit?usp=share_link"
recording: ""
recording:
ready: True
---

Expand Down
4 changes: 2 additions & 2 deletions content/scorch/session0.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "Introduction to Schulich Ignite"
number: 0
date: 2024-02-18T00:00:00-00:00
date: 2024-10-13T00:00:00-00:00
slides: "https://docs.google.com/presentation/d/1YDLnu2izdXAPugegnC6_VTLPRpyskd-Hcz-Yai4ye9Y/edit?usp=sharing"
ready: True
recording: "https://www.youtube.com/watch?v=OTwxVgkBaxM"
recording:
---

This session is here to have everyone setup their development environments and get introduced to the course!
4 changes: 2 additions & 2 deletions content/scorch/session1.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "HTML, CSS, basic design"
number: 1
date: 2024-02-23T00:00:00-00:00
date: 2024-10-18T00:00:00-00:00
slides: "https://docs.google.com/presentation/d/1UeeeqP4xZ2r_ykNOLOZfKaOWVbhgrW9bHaAn81_3CGQ/edit?usp=sharing"
ready: True
recording: "https://www.youtube.com/watch?v=t37iqmLvzds"
recording:
---

This session will help cover the basics of how webpages work, building basic pages, and a bit about design!
4 changes: 2 additions & 2 deletions content/scorch/session2.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "Advanced CSS, and frameworks"
number: 2
date: 2024-03-01T00:00:00-00:00
date: 2024-10-25T00:00:00-00:00
slides: "https://docs.google.com/presentation/d/1Oieq85RO95CwR1lQUK_f1akb_AifEJgLI7VatIOztf4/edit?usp=sharing"
ready: True
recording: "https://youtu.be/czSNMJqUn-w"
recording:
---

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
@@ -1,7 +1,7 @@
---
title: "Bootstrap & intro Javascript"
number: 3
date: 2024-03-08T00:00:00-00:00
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"
Expand Down
4 changes: 2 additions & 2 deletions content/scorch/session4.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "Javascript, and Vendoring (Using other people's code)"
number: 4
date: 2024-03-15T00:00:00-00:00
date: 2024-11-08T00:00:00-00:00
slides: "https://docs.google.com/presentation/d/11wsO5GInwXgOYPZpMVZZcEoyw6hejeBGTJDzuDC6uys/edit?usp=share_link"
ready: True
recording: "https://www.youtube.com/watch?v=BMNe0C9hmD0"
recording:
---

This session will cover how to use existing code effectively, and legally. As well as some more advanced Javascript techniques
4 changes: 2 additions & 2 deletions content/scorch/session5.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "Markup languages, templating & SSG's"
number: 5
date: 2024-03-22T00:00:00-00:00
date: 2024-11-15T00:00:00-00:00
slides: "https://docs.google.com/presentation/d/1E0M7G5Ukue1cqFQ3SvwbuNGYzey7WnlY_dEnDqFQRCM/edit?usp=sharing"
ready: True
recording: "https://youtu.be/40FV7mi1QIM?si=tUvrtVROiYM1S5h5"
recording:
---

In this session we cover the basics of markup languages, how to get data into our HTML and static site generators to create sites that are easier to maintain
4 changes: 2 additions & 2 deletions content/scorch/session6.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "Basic networking & Deploying sites"
number: 6
date: 2024-03-29T00:00:00-00:00
date: 2024-11-22T00:00:00-00:00
slides: "https://docs.google.com/presentation/d/16miIc0UGVLDbKlSoBHTC3bLk78eb3AAqmhmWSQNdMzk/edit?usp=sharing"
ready: True
recording: "https://www.youtube.com/watch?v=u2A4qDjZ8NQ"
recording:
---

In this session we will look at how to deploy sites, how basic networking works, and the basics of CI/CD (automation) systems
4 changes: 2 additions & 2 deletions content/scorch/session7.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "Intro to backend and API's"
number: 7
date: 2024-04-05T00:00:00-00:00
date: 2024-12-06T00:00:00-00:00
slides: "https://docs.google.com/presentation/d/11rxddvSzH_xCEhj9S1IA2prXLg6NhsA4w37Ex4I_UmI/edit?usp=sharing"
ready: True
recording: "https://www.youtube.com/watch?v=C61ab4yQ9R8"
recording:
---

In this session we will look at how to build out a backend, get data from users, and how to retrieve data from external sources!
2 changes: 1 addition & 1 deletion content/scorch/session8.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Security"
number: 8
date: 2024-04-12T00:00:00-00:00
date: 2024-12-13T00:00:00-00:00
slides: "https://docs.google.com/presentation/d/1mITkYLOuPbeC6Pt63TuX2OJUUq9NPtGVBeeXVX9h7vw/edit?usp=sharing"
ready: True
recording: ""
Expand Down
12 changes: 0 additions & 12 deletions content/team/abhari_limbu.md

This file was deleted.

8 changes: 0 additions & 8 deletions content/team/chris_k.md

This file was deleted.

10 changes: 0 additions & 10 deletions content/team/fanny_lo.md

This file was deleted.

10 changes: 0 additions & 10 deletions content/team/hannah_mudge.md

This file was deleted.

Loading

0 comments on commit 7a8e4c2

Please sign in to comment.