Skip to content

Commit

Permalink
Merge pull request #360 from Schulich-Ignite/update-sess2-links
Browse files Browse the repository at this point in the history
Update session 2 links and bug fix
  • Loading branch information
Descent098 authored Nov 5, 2023
2 parents f6705fe + 9f501f3 commit 417e6f7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 14 deletions.
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: 2023-10-26T00:00:00-00:00
slides: "https://docs.google.com/presentation/d/15S9oHrph5eIXtCvTx_-degEuNa3oNTftBAOEhtVcjJ8/edit?usp=sharing"
ready: True
recording: ""
recording: "https://youtu.be/WZ6gEqgKKlw"
---

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/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: 2023-10-25T00:00:00-00:00
slides: "https://docs.google.com/presentation/d/1ulQhulHG-8e6eOqMfaPCg9VyZRRiCKzFaSfdPJMe2oI/edit?usp=sharing"
recording: ""
recording: "https://youtu.be/_bdgOKmOQDw"
ready: True
---

Expand Down
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: 2023-10-27T00:00:00-00:00
slides: "https://docs.google.com/presentation/d/1Oieq85RO95CwR1lQUK_f1akb_AifEJgLI7VatIOztf4/edit?usp=sharing"
ready: True
recording: ""
recording: "https://youtu.be/czSNMJqUn-w"
---

This session will cover using advanced CSS, and CSS frameworks as well as introducing javascript!
18 changes: 7 additions & 11 deletions layouts/flare/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,14 @@ <h2>How do I sign up?</h2>

{{ end}}
{{ if eq "live" .Site.Params.status}}
<h2>Looking to submit an exercise?</h2>
<div class="row">
<div class="col-lg-4 col-md-6 my-3">
<a class="btn btn-secondary singup-button" href="{{ .Site.Params.submitBugBusters }}" target="_blank"
rel="noopener noreferrer">Submit Bug Buster Exercise</a>
</div>
<div class="col-lg-4 col-md-6 my-3">
<a class="btn btn-secondary singup-button" href="{{ .Site.Params.submitPythonicLava }}" target="_blank"
rel="noopener noreferrer">Submit Pythonic Lava Exercise</a>
</div>
<h2>Looking to submit an exercise?</h2>
<div class="row">
<div class="col-lg-8 col-md-8">
<a class="btn btn-secondary singup-button" href="{{ .Site.Params.submitFlare }}" target="_blank"
rel="noopener noreferrer">Submit Exercise</a>
</div>
{{ end }}
</div>
{{ end }}
</div>
</div>
</div>
Expand Down

0 comments on commit 417e6f7

Please sign in to comment.