-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
106 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Class Meeting 6B | ||
|
||
There is no class today - take some time to reflect on the content for this week, do your practice, and take the time to finish up Lab 5 (it's slightly longer this week). | ||
|
||
## Optional links for today | ||
|
||
<!-- | ||
## Important links for today: | ||
- [Canvas](https://canvas.ubc.ca/courses/130127) | ||
- [PrairieLearn](https://canvas.ubc.ca/courses/130127/external_tools/48751) | ||
- [Markdown Tutorial](https://commonmark.org/help/tutorial/) | ||
--> | ||
|
||
## Acknowledgements | ||
|
||
Slides for {{ COURSE_CODE }} were developed and created by [Dr. Cinda Heeren](https://www.cs.ubc.ca/people/cinda-heeren). The current iteration of the course resulted in minor adaptations and updates, but by in large, full credit of these slides belongs to Dr. Cinda Heeren. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
# Videos | ||
|
||
Below are the assigned videos for this week. | ||
The videos are collapsible so once you're done with one, you can move to the next one. | ||
In the sidebar on the right, you can use the checklists to keep track of what's done. | ||
|
||
````{margin} | ||
```{admonition} Checklist of items | ||
:class: tip sticky | ||
<input type="checkbox" id="week06_video1" class="box"> <label>Why use Git?</input></label> | ||
<input type="checkbox" id="week06_video2" class="box"> <label>How Git Works</input></label> | ||
<input type="checkbox" id="week06_video3" class="box"> <label>Creating a repository</input></label> | ||
<input type="checkbox" id="week06_video4" class="box"> <label>Staging Files</input></label> | ||
<input type="checkbox" id="week06_video5" class="box"> <label> Making Commits</input></label> | ||
``` | ||
```` | ||
## Required Videos | ||
|
||
```{attention} | ||
To get the most benefit from class on Tuesday, ou will definitely need to have watched these videos BEFORE class on Tuesday! | ||
``` | ||
|
||
```{dropdown} Why Use Git? | ||
:class-container: sd-shadow-lg | ||
:color: primary | ||
:open: | ||
<div class="container youtube"> | ||
<iframe class="responsive-iframe" src="https://www.youtube-nocookie.com/embed/3RjQznt-8kE" frameborder="0" allow="accelerometer; autoplay="0"; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | ||
</div> | ||
``` | ||
|
||
```{dropdown} How Git Works | ||
:class-container: sd-shadow-lg | ||
:color: primary | ||
:open: | ||
<div class="container youtube"> | ||
<iframe class="responsive-iframe" src="https://www.youtube-nocookie.com/embed/iNP_KmOFqXs" frameborder="0" allow="accelerometer; autoplay="0"; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | ||
</div> | ||
``` | ||
|
||
```{dropdown} Creating a repository | ||
:class-container: sd-shadow-lg | ||
:color: primary | ||
:open: | ||
Note: It is important you know how to create a repository for your own personal projects. However in this course, you will always get a "GitHub Classroom link" that will create a repository with some starter code. | ||
<div class="container youtube"> | ||
<iframe class="responsive-iframe" src="https://www.youtube-nocookie.com/embed/v0Ch3yWQ-Zc" frameborder="0" allow="accelerometer; autoplay="0"; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | ||
</div> | ||
``` | ||
|
||
```{dropdown} Staging Files | ||
:class-container: sd-shadow-lg | ||
:color: primary | ||
:open: | ||
<div class="container youtube"> | ||
<iframe class="responsive-iframe" src="https://www.youtube-nocookie.com/embed/KngvG8WzYLU" frameborder="0" allow="accelerometer; autoplay="0"; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | ||
</div> | ||
``` | ||
|
||
```{dropdown} Making Commits | ||
:class-container: sd-shadow-lg | ||
:color: primary | ||
:open: | ||
<div class="container youtube"> | ||
<iframe class="responsive-iframe" src="https://www.youtube-nocookie.com/embed/Fhgga2s_RmM" frameborder="0" allow="accelerometer; autoplay="0"; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | ||
</div> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters