Skip to content
Snippets Groups Projects
Commit 0023d1e0 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

Background changes and changes to installation slides

parent 353df615
No related branches found
No related tags found
2 merge requests!18merge all,!8Changes to slides
img/whiteBG.jpg

42.7 KiB

...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
<section data-separator="^\n\n\n" <section data-separator="^\n\n\n"
data-vertical="^\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 @@ ...@@ -63,7 +63,7 @@
<section data-separator="^\n\n\n" <section data-separator="^\n\n\n"
data-vertical="^\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 @@ ...@@ -73,7 +73,7 @@
<section data-separator="^\n\n\n" <section data-separator="^\n\n\n"
data-vertical="^\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 @@ ...@@ -83,7 +83,7 @@
<section data-separator="^\n\n\n" <section data-separator="^\n\n\n"
data-vertical="^\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 @@ ...@@ -93,7 +93,7 @@
<section data-separator="^\n\n\n" <section data-separator="^\n\n\n"
data-vertical="^\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 @@ ...@@ -103,7 +103,7 @@
<section data-separator="^\n\n\n" <section data-separator="^\n\n\n"
data-vertical="^\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 @@ ...@@ -113,7 +113,7 @@
<section data-separator="^\n\n\n" <section data-separator="^\n\n\n"
data-vertical="^\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 @@ ...@@ -123,7 +123,7 @@
<section data-separator="^\n\n\n" <section data-separator="^\n\n\n"
data-vertical="^\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 @@ ...@@ -133,7 +133,7 @@
<section data-separator="^\n\n\n" <section data-separator="^\n\n\n"
data-vertical="^\n\n" data-vertical="^\n\n"
data-markdown="slides/thanks.md"></section> data-background="../img/whiteBG.jpg" data-markdown="slides/thanks.md"></section>
......
...@@ -2,7 +2,35 @@ ...@@ -2,7 +2,35 @@
<img src="img/github_app.png" class="as-is" height="300" /> <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 ## Configuration
......
...@@ -8,46 +8,55 @@ ...@@ -8,46 +8,55 @@
{ {
"filename": "overview.md", "filename": "overview.md",
"attr": { "attr": {
"data-background": "../img/whiteBG.jpg"
} }
}, },
{ {
"filename": "the_terminal.md", "filename": "the_terminal.md",
"attr": { "attr": {
"data-background": "../img/whiteBG.jpg"
} }
}, },
{ {
"filename": "what_is_git.md", "filename": "what_is_git.md",
"attr": { "attr": {
"data-background": "../img/whiteBG.jpg"
} }
}, },
{ {
"filename": "installation.md", "filename": "installation.md",
"attr": { "attr": {
"data-background": "../img/whiteBG.jpg"
} }
}, },
{ {
"filename": "essential_commands.md", "filename": "essential_commands.md",
"attr": { "attr": {
"data-background": "../img/whiteBG.jpg"
} }
}, },
{ {
"filename": "github_gitlab.md", "filename": "github_gitlab.md",
"attr": { "attr": {
"data-background": "../img/whiteBG.jpg"
} }
}, },
{ {
"filename": "branches.md", "filename": "branches.md",
"attr": { "attr": {
"data-background": "../img/whiteBG.jpg"
} }
}, },
{ {
"filename": "forks.md", "filename": "forks.md",
"attr": { "attr": {
"data-background": "../img/whiteBG.jpg"
} }
}, },
{ {
"filename": "thanks.md", "filename": "thanks.md",
"attr": { "attr": {
"data-background": "../img/whiteBG.jpg"
} }
} }
] ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment