diff --git a/img/whiteBG.jpg b/img/whiteBG.jpg new file mode 100644 index 0000000000000000000000000000000000000000..85212b4fa12b9a27711119a2eb984a10dbf8223f Binary files /dev/null and b/img/whiteBG.jpg differ diff --git a/index.html b/index.html index 4e2459e2b7e0435adcd7e102a766f1fa882183c7..1eb5507811beeb581b321f2c0f6abdaa7d8503cf 100644 --- a/index.html +++ b/index.html @@ -53,7 +53,7 @@ <section data-separator="^\n\n\n" data-vertical="^\n\n" - data-markdown="slides/overview.md"></section> + data-background="../img/whiteBG.jpg" data-markdown="slides/overview.md"></section> @@ -63,7 +63,7 @@ <section data-separator="^\n\n\n" data-vertical="^\n\n" - data-markdown="slides/the_terminal.md"></section> + data-background="../img/whiteBG.jpg" data-markdown="slides/the_terminal.md"></section> @@ -73,7 +73,7 @@ <section data-separator="^\n\n\n" data-vertical="^\n\n" - data-markdown="slides/what_is_git.md"></section> + data-background="../img/whiteBG.jpg" data-markdown="slides/what_is_git.md"></section> @@ -83,7 +83,7 @@ <section data-separator="^\n\n\n" data-vertical="^\n\n" - data-markdown="slides/installation.md"></section> + data-background="../img/whiteBG.jpg" data-markdown="slides/installation.md"></section> @@ -93,7 +93,7 @@ <section data-separator="^\n\n\n" data-vertical="^\n\n" - data-markdown="slides/essential_commands.md"></section> + data-background="../img/whiteBG.jpg" data-markdown="slides/essential_commands.md"></section> @@ -103,7 +103,7 @@ <section data-separator="^\n\n\n" data-vertical="^\n\n" - data-markdown="slides/github_gitlab.md"></section> + data-background="../img/whiteBG.jpg" data-markdown="slides/github_gitlab.md"></section> @@ -113,7 +113,7 @@ <section data-separator="^\n\n\n" data-vertical="^\n\n" - data-markdown="slides/branches.md"></section> + data-background="../img/whiteBG.jpg" data-markdown="slides/branches.md"></section> @@ -123,7 +123,7 @@ <section data-separator="^\n\n\n" data-vertical="^\n\n" - data-markdown="slides/forks.md"></section> + data-background="../img/whiteBG.jpg" data-markdown="slides/forks.md"></section> @@ -133,7 +133,7 @@ <section data-separator="^\n\n\n" data-vertical="^\n\n" - data-markdown="slides/thanks.md"></section> + data-background="../img/whiteBG.jpg" data-markdown="slides/thanks.md"></section> diff --git a/slides/installation.md b/slides/installation.md index 8808ed3332145ffffd846907f1f9490987e84f1d..564957dcde9f9011d90ddec613919ae5a79ce59c 100644 --- a/slides/installation.md +++ b/slides/installation.md @@ -2,7 +2,35 @@ <img src="img/github_app.png" class="as-is" height="300" /> -[mac.github.com](http://mac.github.com) ou [windows.github.com](http://windows.github.com) +**Linux (Ubuntu)** + +```sh +sudo apt-get install git-all +``` +<br> +**macOS** + +Install *Xcode Command Line Tools* + +<br> +**Windows** + +Follow instructions on *[git-for-windows.github.io](https://git-for-windows.github.io)*. + +**or:** `MobaXTerm` with `git` plugin: *[mobaxterm.mobatek.net](https://mobaxterm.mobatek.net)*. + +<small>More on *[git-scm.com/book/en/v2/Getting-Started-Installing-Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)*</small> + + +## How to start? + +**Linux (Ubuntu)** and **macOS** + +Start the terminal +<br> +**Windows** + +Start `GUI Bash` or, if installed, `MobaXTerm`. ## Configuration diff --git a/slides/list.json b/slides/list.json index 34747f851205d8137b27fde4d812f067fb60b6e1..00710843e679b7714e55debbc9b6f80bc8e45105 100644 --- a/slides/list.json +++ b/slides/list.json @@ -8,46 +8,55 @@ { "filename": "overview.md", "attr": { + "data-background": "../img/whiteBG.jpg" } }, { "filename": "the_terminal.md", "attr": { + "data-background": "../img/whiteBG.jpg" } }, { "filename": "what_is_git.md", "attr": { + "data-background": "../img/whiteBG.jpg" } }, { "filename": "installation.md", "attr": { + "data-background": "../img/whiteBG.jpg" } }, { "filename": "essential_commands.md", "attr": { + "data-background": "../img/whiteBG.jpg" } }, { "filename": "github_gitlab.md", "attr": { + "data-background": "../img/whiteBG.jpg" } }, { "filename": "branches.md", "attr": { + "data-background": "../img/whiteBG.jpg" } }, { "filename": "forks.md", "attr": { + "data-background": "../img/whiteBG.jpg" } }, { "filename": "thanks.md", "attr": { + "data-background": "../img/whiteBG.jpg" } } ]