diff --git a/config.toml b/config.toml index 01cd3f26..81079949 100644 --- a/config.toml +++ b/config.toml @@ -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" diff --git a/content/beginner/session0.md b/content/beginner/session0.md index f6a1acb4..295f49f2 100644 --- a/content/beginner/session0.md +++ b/content/beginner/session0.md @@ -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! \ No newline at end of file diff --git a/content/beginner/session1.md b/content/beginner/session1.md index 4a5a6b32..9e1a77c3 100644 --- a/content/beginner/session1.md +++ b/content/beginner/session1.md @@ -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" diff --git a/content/beginner/session2.md b/content/beginner/session2.md index e28c176b..b5795ce5 100644 --- a/content/beginner/session2.md +++ b/content/beginner/session2.md @@ -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. diff --git a/content/beginner/session3.md b/content/beginner/session3.md index fa8a75fc..2d9b24f7 100644 --- a/content/beginner/session3.md +++ b/content/beginner/session3.md @@ -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. diff --git a/content/beginner/session4.md b/content/beginner/session4.md index b954522d..1965e654 100644 --- a/content/beginner/session4.md +++ b/content/beginner/session4.md @@ -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. \ No newline at end of file diff --git a/content/beginner/session5.md b/content/beginner/session5.md index 41674682..a1d57330 100644 --- a/content/beginner/session5.md +++ b/content/beginner/session5.md @@ -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 --- diff --git a/content/beginner/session6.md b/content/beginner/session6.md index ffaa0deb..8f253bef 100644 --- a/content/beginner/session6.md +++ b/content/beginner/session6.md @@ -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 --- diff --git a/content/beginner/session7.md b/content/beginner/session7.md index 3db8508d..372a758f 100644 --- a/content/beginner/session7.md +++ b/content/beginner/session7.md @@ -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 --- diff --git a/content/beginner/session8.md b/content/beginner/session8.md index 400e8da0..0b6ef521 100644 --- a/content/beginner/session8.md +++ b/content/beginner/session8.md @@ -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 --- diff --git a/content/flare/session0.md b/content/flare/session0.md index 79026c73..785bbe23 100644 --- a/content/flare/session0.md +++ b/content/flare/session0.md @@ -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! \ No newline at end of file diff --git a/content/flare/session1.md b/content/flare/session1.md index 0d6940f0..50d097f4 100644 --- a/content/flare/session1.md +++ b/content/flare/session1.md @@ -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 --- diff --git a/content/flare/session2.md b/content/flare/session2.md index 5d5293c3..cc11eb09 100644 --- a/content/flare/session2.md +++ b/content/flare/session2.md @@ -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 --- diff --git a/content/flare/session3.md b/content/flare/session3.md index 2c76fbba..64bb41ca 100644 --- a/content/flare/session3.md +++ b/content/flare/session3.md @@ -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 --- diff --git a/content/flare/session4.md b/content/flare/session4.md index b5dbaee1..74c9569e 100644 --- a/content/flare/session4.md +++ b/content/flare/session4.md @@ -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 --- diff --git a/content/flare/session5.md b/content/flare/session5.md index 527f5217..fd4dcb23 100644 --- a/content/flare/session5.md +++ b/content/flare/session5.md @@ -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 --- diff --git a/content/flare/session6.md b/content/flare/session6.md index 46d44c7f..7c0cd789 100644 --- a/content/flare/session6.md +++ b/content/flare/session6.md @@ -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 --- diff --git a/content/flare/session7.md b/content/flare/session7.md index 9effe939..dd5b3d16 100644 --- a/content/flare/session7.md +++ b/content/flare/session7.md @@ -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 --- diff --git a/content/flare/session8.md b/content/flare/session8.md index 5a104f67..55cb6abb 100644 --- a/content/flare/session8.md +++ b/content/flare/session8.md @@ -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 --- diff --git a/content/scorch/session0.md b/content/scorch/session0.md index bd281d57..0ca0ad66 100644 --- a/content/scorch/session0.md +++ b/content/scorch/session0.md @@ -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! diff --git a/content/scorch/session1.md b/content/scorch/session1.md index 3c2951f4..a6108e2c 100644 --- a/content/scorch/session1.md +++ b/content/scorch/session1.md @@ -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! \ No newline at end of file diff --git a/content/scorch/session2.md b/content/scorch/session2.md index 738681c6..c350800d 100644 --- a/content/scorch/session2.md +++ b/content/scorch/session2.md @@ -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! \ No newline at end of file diff --git a/content/scorch/session3.md b/content/scorch/session3.md index 98ae75b6..65fe63cb 100644 --- a/content/scorch/session3.md +++ b/content/scorch/session3.md @@ -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" diff --git a/content/scorch/session4.md b/content/scorch/session4.md index 1d59a491..18bbe618 100644 --- a/content/scorch/session4.md +++ b/content/scorch/session4.md @@ -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 \ No newline at end of file diff --git a/content/scorch/session5.md b/content/scorch/session5.md index b1a55fb9..a0105e7d 100644 --- a/content/scorch/session5.md +++ b/content/scorch/session5.md @@ -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 \ No newline at end of file diff --git a/content/scorch/session6.md b/content/scorch/session6.md index 6af5e97c..92d1163e 100644 --- a/content/scorch/session6.md +++ b/content/scorch/session6.md @@ -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 \ No newline at end of file diff --git a/content/scorch/session7.md b/content/scorch/session7.md index bca5b499..e51984cf 100644 --- a/content/scorch/session7.md +++ b/content/scorch/session7.md @@ -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! \ No newline at end of file diff --git a/content/scorch/session8.md b/content/scorch/session8.md index e0d7b1dc..cefa425a 100644 --- a/content/scorch/session8.md +++ b/content/scorch/session8.md @@ -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: "" diff --git a/content/team/abhari_limbu.md b/content/team/abhari_limbu.md deleted file mode 100644 index 52d42a8a..00000000 --- a/content/team/abhari_limbu.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -name: "Abhari Limbu" -role: "Jr. VP Communications" -team: "exec" -image: "/img/gallery/abhari_limbu.jpg" -email: "abhari.limbu@gmail.com" -linkedin: "https://www.linkedin.com/in/abhari-limbu" ---- - -Hi everyone! My name is Abhari and I’m the Jr. VP Communications at Schulich Ignite. I support and work alongside the VP Communication, Pooja, with several tasks such as external outreach, social media content, recruitment announcements and emails, and much more! - -I am currently on a 16-month internship at TC Energy and will be returning to complete my final year of Biomedical Engineering next fall. Fun fact: I’m also the SU Engineering Faculty Representative. Outside of school, I like to bake, play soccer and I’ve recently picked up golfing. diff --git a/content/team/chris_k.md b/content/team/chris_k.md deleted file mode 100644 index 5dcc54c3..00000000 --- a/content/team/chris_k.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: "Chris Kwiatkowski" -role: "Lecture Lead" -team: "none" -image: "/img/gallery/chris_k.JPG" ---- - -description \ No newline at end of file diff --git a/content/team/fanny_lo.md b/content/team/fanny_lo.md deleted file mode 100644 index 3f16aa17..00000000 --- a/content/team/fanny_lo.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: "Fanny Lo" -role: "Co-President" -team: "exec" -image: "/img/gallery/fanny_lo.jpg" -email: "fanny.lo@ucalgary.ca" -linkedin: "https://www.linkedin.com/in/fanny-lo-585a91192/" ---- - -My name is Fanny and I am the Co-President of Schulich Ignite. I work closely with my fellow Co-President to guide the executive team to ensure our club runs smoothly and achieves its goals. I am currently on a 16-month internship before I return back to school to complete my degree in Software engineering (with a minor in Biomedical engineering). A fun fact about me is that I am a fanatic on all things fountain pen and ink! Feel free to reach out if you have any questions about Ignite, or if you just want to geek out about pens! diff --git a/content/team/hannah_mudge.md b/content/team/hannah_mudge.md deleted file mode 100644 index fa9b4a74..00000000 --- a/content/team/hannah_mudge.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: "Hannah Mudge" -role: "Website Design" -team: "none" -image: "/img/gallery/hannah-mudge.png" -email: "hannah.wright@ucalgary.ca" -linkedin: "https://www.linkedin.com/in/hannah-k-wright/" ---- - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec facilisis auctor diam sit amet volutpat. Cras in ante pretium est elementum consectetur. Duis mattis risus ligula, ac sagittis enim gravida auctor. Cras malesuada augue lectus, et placerat nunc vehicula at. Mauris libero augue, placerat sit amet diam ut, ullamcorper luctus nunc. \ No newline at end of file diff --git a/content/team/ishita_chandra.md b/content/team/ishita_chandra.md deleted file mode 100644 index 01449069..00000000 --- a/content/team/ishita_chandra.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: "Ishita Chandra" -role: "VP Events" -team: "exec" -image: "/img/gallery/ishita_chandra.jpg" -email: "" -linkedin: "https://www.linkedin.com/in/ishita-chandra-1488b5223/" ---- - -Hello! I’m Ishita Chandra, the VP Events at Schulich Ignite. My role involves curating captivating speakers for our events, collaborating on informative presentations with fellow clubs and organizing the semester-end gala. I’m currently pursuing my third year of Computer Science with a concentration in Software Engineering. In my free time, I enjoy reading fiction, solving puzzles and painting! \ No newline at end of file diff --git a/content/team/jackie_kan.md b/content/team/jackie_kan.md deleted file mode 100644 index 0713e94d..00000000 --- a/content/team/jackie_kan.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: "Jackie Kan" -role: "Lecture Lead" -team: "none" -image: "/img/gallery/jackie_kan.jpg" ---- - -description \ No newline at end of file diff --git a/content/team/jannine_osman.md b/content/team/jannine_osman.md deleted file mode 100644 index fd23bd78..00000000 --- a/content/team/jannine_osman.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -name: "Jannine Osman" -role: "Co-President" -team: "exec" -image: "/img/gallery/jannine_osman.jpg" -email: "jannine.osman@ucalgary.ca" -linkedin: "https://www.linkedin.com/in/jannine-osman-30615421a/" ---- - -Hello! I'm Jannine, your Co-President at Schulich Ignite. My primary role involves collaborating closely with my fellow Co-President and our dedicated executive team to guarantee the delivery of top-tier coding workshops and experiences. - -I am a Software Engineering student currently undergoing a 16-month internship at Bentley Systems. I am set to return to my final year of studies next fall. In my free time I love working on coding projects, reading and knitting! diff --git a/content/team/jehan_pinaroc.md b/content/team/jehan_pinaroc.md index 3ca1369a..056535e6 100644 --- a/content/team/jehan_pinaroc.md +++ b/content/team/jehan_pinaroc.md @@ -1,10 +1,10 @@ --- name: "Jehan Pinaroc" -role: "VP Communciation" +role: "VP Communications" team: "exec" -image: "/img/gallery/generic.png" +image: "/img/gallery/jehan_pinaroc.jpg" email: "jehan.pinaroc@ucalgary.ca" -linkedin: "https://ca.linkedin.com/in/jehan-pinaroc-33961723b?trk=public_profile_browsemap" -draft: true +linkedin: "https://www.linkedin.com/in/jehan-pinaroc-33961723b/" --- + Hi! I'm Jehan, the VP of Communications for Schulich Ignite. I manage the club's social media accounts and work to grow our community by connecting with various groups across Canada and conducting outreach initiatives. I'm currently in my third year of Electrical Engineering. In my free time, I enjoy watching movies, reading, and hiking. \ No newline at end of file diff --git a/content/team/kieran_wood.md b/content/team/kieran_wood.md deleted file mode 100644 index 5e10e93a..00000000 --- a/content/team/kieran_wood.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: "Kieran Wood" -role: "Website Management" -team: "none" -image: "/img/gallery/kieran-wood.jpg" -linkedin: "https://www.linkedin.com/in/kieran-wood/" -github: "https://github.com/Descent098" ---- - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec facilisis auctor diam sit amet volutpat. Cras in ante pretium est elementum consectetur. Duis mattis risus ligula, ac sagittis enim gravida auctor. Cras malesuada augue lectus, et placerat nunc vehicula at. Mauris libero augue, placerat sit amet diam ut, ullamcorper luctus nunc. \ No newline at end of file diff --git a/content/team/liveshmun_mohindee.md b/content/team/liveshmun_mohindee.md deleted file mode 100644 index 4c121c67..00000000 --- a/content/team/liveshmun_mohindee.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: "Liveshmun Mohindee" -role: "VP Finance" -team: "exec" -image: "/img/gallery/liveshmun_mohindee.jpg" -email: "liveshmun.mohindee@ucalgary.ca" -linkedin: "" ---- - -Hi! My name is Livesh and I’m the VP Finance for Schulich Ignite. I’m so excited to be part of such an incredible team and organization! As VP Finance, my responsibilities include budget maintenance, advocating for funding, reaching out to sponsors and dealing with all things monetary related. I am currently in my second year of Accounting and Computer Science, with hopes to eventually specialize in computer game development. When I’m not on my computer, you can find me playing SpikeBall with my friends. A fun fact about me is that I was born in Mauritius, an island off the coast of Madagascar! \ No newline at end of file diff --git a/content/team/logan_nightingale.md b/content/team/logan_nightingale.md deleted file mode 100644 index 8e42e55a..00000000 --- a/content/team/logan_nightingale.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: "Logan Nightingale" -role: "VP Content Development" -team: "exec" -image: "/img/gallery/logan_nightingale.jpg" -email: "lnight890@gmail.com" -linkedin: "https://www.linkedin.com/in/logan-nightingale-935521264/" ---- - -Hi everyone! My name is Logan, I’m the VP of Content Development at Schulich Ignite. My job is to manage anything and everything that has to do with the material that our students learn from along with any technology Ignite uses (such as the website, the Point Tracker, the Discord bot, etc.)! I’m currently in my third year of software engineering and I’m super passionate about all things programming. In my free time, you might find me playing video games (Tears of the Kingdom is my current obsession), working on coding projects, or hiking/skiing in the mountains. I’m very excited to be part of such an amazing executive team! \ No newline at end of file diff --git a/content/team/mehakdeep_kaur.md b/content/team/mehakdeep_kaur.md index d03d58d7..b232ecea 100644 --- a/content/team/mehakdeep_kaur.md +++ b/content/team/mehakdeep_kaur.md @@ -2,9 +2,9 @@ name: "Mehakdeep Kaur" role: "VP Events" team: "exec" -image: "/img/gallery/mehakdeep_kaur.jpg" +image: "/img/gallery/mehakdeep_kaur.jpg" email: "mehakdeep.kaur@ucalgary.ca" linkedin: "https://www.linkedin.com/in/mehakdeep-kaur-507825296/" -draft: true --- + Hello! I’m Mehak and I am the VP Events at Schulich Ignite. I am responsible for organizing the end-of-semester gala to give our mentees a chance to present the projects they worked on. My role also includes organizing informative events with fellow clubs. I’m currently in my third year of software engineering. I like the 3D graphics side of programming! Outside of school, I love to paint and read anything fantasy and mystery (I absolutely love plot twists and Sherlock Holmes-esque detective stories!). \ No newline at end of file diff --git a/content/team/michelle_sadiq.md b/content/team/michelle_sadiq.md new file mode 100644 index 00000000..5aacbae6 --- /dev/null +++ b/content/team/michelle_sadiq.md @@ -0,0 +1,10 @@ +--- +name: "Michelle Sadiq" +role: "VP External" +team: "exec" +image: "/img/gallery/michelle_sadiq.jpg" +email: "michelles8647@gmail.com" +linkedin: "www.linkedin.com/in/michelle-s-84621730a" +--- + +Hello, I’m Michelle, and I’m the VP External for Schulich Ignite. I’m currently a second year BUCS (Business and Computer Science) major at UBC! I’m responsible for planning events such as the hackathons and game jams. Throughout my time at Schulich Ignite, I’m aiming to provide more opportunities via events to expand students’ coding knowledge. Beyond my degree, I’m interested in fitness, language learning (French + Italian!) and reading. \ No newline at end of file diff --git a/content/team/payam_ranjbar.md b/content/team/payam_ranjbar.md deleted file mode 100644 index a230cc59..00000000 --- a/content/team/payam_ranjbar.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: "Payam Ranjbar" -role: "VP External" -team: "exec" -image: "/img/gallery/payam_ranjbar.jpg" -email: "payam.ranjbar@ucalgary.ca" -linkedin: "https://www.linkedin.com/in/payam-ranjbar/" ---- - -Hello! I'm Payam, your friendly VP External of Schulich Ignite. My role here involves building bridges with the world beyond our club's network. From organizing events to facilitating stakeholder meetings, I'm here to ensure that our club connects with the wider community. -I'm studying for a Master of Software Engineering at the University of Calgary, specializing in Human-Computer Interaction and Immersive Technologies in healthcare. Beyond academics, I'm a video game enthusiast, with a particular love for the art and craft of mixing storytelling and engineering. Perhaps one day you'll stumble upon my name in the credits of a big video game! Who knows :) diff --git a/content/team/peter_huang.md b/content/team/peter_huang.md index 57e50b57..ea6f7940 100644 --- a/content/team/peter_huang.md +++ b/content/team/peter_huang.md @@ -5,9 +5,6 @@ team: "exec" image: "/img/gallery/peter_huang.jpg" email: "peterzdhuang@gmail.com" linkedin: "https://www.linkedin.com/in/peterzdhuang/" -draft: true --- -Hi! I am Peter, I’ll be the VP Logistics for Schulite Ignite, I am currently a third year CS major at UofA! I am into esports, traveling, and coding. I’m passionate about creating an environment where our students can explore their potential in computer science while connecting with like-minded peers. If you have any suggestions or ideas, feel free to reach out. - - +Hi! I am Peter, I’ll be the VP Logistics for Schulite Ignite, I am currently a third year CS major at UofA! I am into esports, traveling, and coding. I’m passionate about creating an environment where our students can explore their potential in computer science while connecting with like-minded peers. If you have any suggestions or ideas, feel free to reach out. \ No newline at end of file diff --git a/content/team/philmo_gu.md b/content/team/philmo_gu.md index 26f5df37..9fb3979f 100644 --- a/content/team/philmo_gu.md +++ b/content/team/philmo_gu.md @@ -3,10 +3,8 @@ name: "Philmo Gu" role: "President" team: "exec" image: "/img/gallery/philmo_gu.jpg" -email: "" -linkedin: "www.linkedin.com/in/philmo-gu-31a5b211a" -draft: true +email: "philmoatwork@gmail.com" +linkedin: "https://www.linkedin.com/in/fanny-lo-585a91192/" --- -Hello everyone! My name is Philmo, and I am the president of Schulich Ignite. My responsibilities include guiding the executive team to ensure our club runs smoothly and achieves its goals, which includes delivering quality coding workshops and experiences! I graduated with an MSc in Computer Science, and I am currently employed at Circle Cardiovascular Imaging as a R&D Software Developer. My passion for teaching has led me to teach again at Schulich Ignite. If there is a person among you who loves to watch Starcraft (both Brood War and SC2), then I will be touched. I'm also into drawing and 3D modeling. - +Hello everyone! My name is Philmo, and I am the president of Schulich Ignite. My responsibilities include guiding the executive team to ensure our club runs smoothly and achieves its goals, which includes delivering quality coding workshops and experiences! I graduated with an MSc in Computer Science, and I am currently employed at Circle Cardiovascular Imaging as a R&D Software Developer. My passion for teaching has led me to teach again at Schulich Ignite. If there is a person among you who loves to watch Starcraft (both Brood War and SC2), then I will be touched. I'm also into drawing and 3D modeling. \ No newline at end of file diff --git a/content/team/pooja_veedu.md b/content/team/pooja_veedu.md deleted file mode 100644 index 2d42cdb4..00000000 --- a/content/team/pooja_veedu.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: "Pooja Veedu" -role: "VP Communications" -team: "exec" -image: "/img/gallery/pooja_veedu.jpg" -email: "pooja.veedu@ucalgary.ca" -linkedin: "https://www.linkedin.com/in/pooja-veedu/" ---- - -Hello! My name is Pooja and I am the VP Communications for Schulich Ignite. I am responsible for managing the club’s media platforms, facilitating communication between mentors and mentees as well as conducting overall outreach initiatives to grow the club’s membership. I am also currently finishing my last year of a degree in Mechanical Engineering with a minor in Digital Engineering. In my free time I like to read, play badminton and go rock climbing! \ No newline at end of file diff --git a/content/team/richard_lee.md b/content/team/richard_lee.md deleted file mode 100644 index 079045fc..00000000 --- a/content/team/richard_lee.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: "Richard Lee" -role: "Advisor / Lecture Lead" -team: "none" -image: "/img/gallery/richard_lee.jpg" ---- - -description \ No newline at end of file diff --git a/content/team/rodrigo_h.md b/content/team/rodrigo_h.md deleted file mode 100644 index f06cd5eb..00000000 --- a/content/team/rodrigo_h.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: "Rodrigo Hernandez" -role: "VP of Content Development" -team: "exec" -image: "/img/gallery/fanny_lo.jpg" -email: "rodri.hernandez@ucalgary.ca" -linkedin: "https://www.linkedin.com/in/fanny-lo-585a91192/" -draft: true ---- - -Hi! \ No newline at end of file diff --git a/content/team/rodrigo_hernandes.md b/content/team/rodrigo_hernandes.md new file mode 100644 index 00000000..df62b706 --- /dev/null +++ b/content/team/rodrigo_hernandes.md @@ -0,0 +1,10 @@ +--- +name: "Rodrigo Hernandez" +role: "VP Content Development" +team: "exec" +image: "/img/gallery/rodrigo_hernandez.jpg" +email: "rodri.hernandez@ucalgary.ca" +linkedin: "https://www.linkedin.com/in/rodrigo-hernandez-3974212a1/" +--- + +Hello! I’m Rodrigo, the VP of Content Development, and I'm currently studying engineering. I’m passionate about sports, fantasy and sci-fi novels, chess, and especially programming. At Schulich Ignite I aim to do my best to provide students passionate about coding with the tools they need to succeed in this path and create the right environment for them to learn too! \ No newline at end of file diff --git a/content/team/ryan_leung.md b/content/team/ryan_leung.md new file mode 100644 index 00000000..b596d48c --- /dev/null +++ b/content/team/ryan_leung.md @@ -0,0 +1,8 @@ +--- +name: "Ryan Leong" +role: "Lecture Lead" +team: "none" +image: "/img/gallery/generic.png" +--- + +description \ No newline at end of file diff --git a/content/team/sujesh_padhi.md b/content/team/sujesh_padhi.md new file mode 100644 index 00000000..24ddb24f --- /dev/null +++ b/content/team/sujesh_padhi.md @@ -0,0 +1,12 @@ +--- +name: "Suesh Padhi" +role: "VP Finance" +team: "exec" +image: "/img/gallery/sujesh_padhi.jpg" +email: "sujesh.padhi@ucalgary.ca" +linkedin: "https://www.linkedin.com/in/i-am-sujesh-padhi" +draft: true +--- + +Bonjour! Je m’appelle Sujesh et j'étudie à l'université de Calgary. Well, I still need to practice. Hello I am Sujesh and I love money so that makes me VP of Finance. I am responsible for identifying potential sponsors collaborating with them to keep the club funded round the year. I take care of the budgeting, record keeping and supporting the VPs financially with all the club activities. +I am in the 3rd year of MSc in Software Engineering and before this I was working as a software engineer. I love to play video games, enjoy watching science fiction series/movies (I don’t worry about the ratings 🙂). I like to squash, hike and explore different cuisines. I love technology and am always hungry to learn like a black hole. \ No newline at end of file diff --git a/content/team/tony_vo.md b/content/team/tony_vo.md deleted file mode 100644 index d4223161..00000000 --- a/content/team/tony_vo.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: "Tony Vo" -role: "VP Logistics" -team: "exec" -image: "/img/gallery/tony_vo.jpg" -email: "tony.vo@ucalgary.ca" -linkedin: "https://www.linkedin.com/in/tony-vo-97554818a/" ---- - -Hello! My name is Tony, and I am the VP Logistics of Schulich Ignite. I am responsible for maintaining Schulich Ignite memberships, registering Schulich Ignite workshop participants, along with managing forms, attendance, and feedback for workshop sessions. I’ve recently returned from my internship year, and I am now in my final year of Software Engineering (with a minor in Biomedical Engineering). My interests are brewing and drinking coffee, building LEGO, and learning about social and culinary history. \ No newline at end of file diff --git a/static/img/gallery/jehan_pinaroc.jpg b/static/img/gallery/jehan_pinaroc.jpg new file mode 100644 index 00000000..312ca343 Binary files /dev/null and b/static/img/gallery/jehan_pinaroc.jpg differ diff --git a/static/img/gallery/michelle_sadiq.jpg b/static/img/gallery/michelle_sadiq.jpg new file mode 100644 index 00000000..a650ad22 Binary files /dev/null and b/static/img/gallery/michelle_sadiq.jpg differ diff --git a/static/img/gallery/rodrigo_hernandez.jpg b/static/img/gallery/rodrigo_hernandez.jpg new file mode 100644 index 00000000..c73b2402 Binary files /dev/null and b/static/img/gallery/rodrigo_hernandez.jpg differ diff --git a/static/img/gallery/sujesh_padhi.jpg b/static/img/gallery/sujesh_padhi.jpg new file mode 100644 index 00000000..37e9ccce Binary files /dev/null and b/static/img/gallery/sujesh_padhi.jpg differ