-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.qmd
44 lines (36 loc) · 2.06 KB
/
index.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Welcome!
BACKGROUND: CHALLENGE
BACKGROUND: NEED
This course is designed to address these issues. We use a variety of
learning activities like code-along sessions (instructor and learner
coding together), reading activities, discussions, a few presentations,
hands-on exercises, as well as a final group project. This website
contains all of the material for the course, from reading material to
exercises to images. It is structured as a book, with "chapters" as
lessons, given in order of appearance. We make heavy use of the website
throughout the course where code-along sessions follow the material on
the website nearly exactly (with slight modifications for time or more
detailed explanations).
The course material was created using [Quarto](https://quarto.org/) to
write the lessons and create the book format,
[GitHub](https://github.com/) to host the [Git](https://git-scm.com/)
repository of the material, and [GitHub
Actions](https://github.com/features/actions) with
[Netlify](https://www.netlify.com/) to create and host the website. The
original source material for this course is found on the
[`git4cats`](https://github.com/rostools/git4cats) GitHub
repository.
Want to contribute to this course? Check out the
[README](https://github.com/rostools/git4cats/blob/main/README.md)
file as well as the
[CONTRIBUTING](https://github.com/rostools/git4cats/blob/main/CONTRIBUTING.md)
file on the GitHub repository for more details. The main way to
contribute is by using [GitHub](https://github.com/) and creating a [new
Issue](https://github.com/rostools/git4cats/issues/new) to make
comments and give feedback for the material.
## Re-use and licensing {#licensing}
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img src="https://i.creativecommons.org/l/by/4.0/80x15.png" alt="Creative Commons License" style="border-width:0"/></a>
The course is licensed under the [Creative Commons Attribution 4.0
International License](https://creativecommons.org/licenses/by/4.0/) so
the material can be used, re-used, and modified, as long as there is
attribution to this source.