Skip to content

Commit

Permalink
corrected image display in README.da.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zecollokaris committed Oct 28, 2018
1 parent e9a5c23 commit 1159cb2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions translations/README.da.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ At læse artikler og se video guides hjælper, men hvad er bedre end at bruge de
[🇮🇩](translations/README.id.md)
[🇫🇷](translations/README.fr.md)
[🇪🇸](translations/README.es.md)
[<img src="assets/catalan1.png" width="22">](translations/README.ca.md)
[<img src="../assets/catalan1.png" width="22">](translations/README.ca.md)
[🇳🇱](translations/README.nl.md)
[🇱🇹](translations/README.lt.md)
[🇷🇺](translations/README.ru.md)
Expand Down Expand Up @@ -49,11 +49,11 @@ At læse artikler og se video guides hjælper, men hvad er bedre end at bruge de
[🇸🇪](translations/README.se.md)
[:slovenia:](translations/README.sl.md)
[🇮🇱](translations/README.hb.md)
[<img src="assets/pirate.png" width="22">](translations/README.en-pirate.md)
[<img src="../assets/pirate.png" width="22">](translations/README.en-pirate.md)



<img align="right" width="300" src="assets/fork.png" alt="fork this repository" />
<img align="right" width="300" src="../assets/fork.png" alt="fork this repository" />

Har du ikke Git på din maskine kan du [installere det]( https://help.github.com/articles/set-up-git/).

Expand All @@ -64,7 +64,7 @@ Dette vil lave en kopi af projektet i din Github konto.

## Clone dette repository

<img align="right" width="300" src="assets/clone.png" alt="clone this repository" />
<img align="right" width="300" src="../assets/clone.png" alt="clone this repository" />

Næste trin er at "clone" dit nye repository til din maskine. Naviger til din Github account og åbn dit nye repository, derefter find "clone" øverst oppe og tryk på knappen. Tryk *copy to clipboard* ikonet.

Expand All @@ -76,7 +76,7 @@ git clone "din url"

hvor "din url" skal erstattes med den URL du kopieret i forrige trin.

<img align="right" width="300" src="assets/copy-to-clipboard.png" alt="copy URL to clipboard" />
<img align="right" width="300" src="../assets/copy-to-clipboard.png" alt="copy URL to clipboard" />

Eksempel:
```
Expand Down Expand Up @@ -106,7 +106,7 @@ git checkout -b add-alonzo-church

Åben filen `Contributors.md` i en text editor og tilføj dit navn til listen. Undgå at tilføje dit navn øverst eller nederst på listen, men helst et sted i mellem. Når dette er gjort så gem filen.

<img align="right" width="450" src="assets/git-status.png" alt="git status" />
<img align="right" width="450" src="../assets/git-status.png" alt="git status" />


Hvis du går til konsollen og kører kommandoen `git status`, vil du se dine ændringer.
Expand Down Expand Up @@ -135,11 +135,11 @@ Erstat `<add-din-branch>` med navnet på den branch du oprettede tidligere.

Hvis du går ind på dit repository på Github, så vil du se en `compare & pull request` knap. Klik på den.

<img style="float: right;" src="assets/compare-and-pull.png" alt="create a pull request" />
<img style="float: right;" src="../assets/compare-and-pull.png" alt="create a pull request" />

Indgiv nu din pull request.

<img style="float: right;" src="assets/submit-pull-request.png" alt="submit pull request" />
<img style="float: right;" src="../assets/submit-pull-request.png" alt="submit pull request" />

Snart vil jeg merge dine ændringer ind i master branch'en af projektet. Du vil modtage en notifikation per email når dine ændringer er blevet merget.

Expand All @@ -158,7 +158,7 @@ Tillad os også at hjælpe dig i gang med dine næste bidrag. Vi har kompileret

## Guides med andre værktøjer

|<a href="github-desktop-tutorial.md"><img alt="GitHub Desktop" src="https://desktop.github.com/images/desktop-icon.svg" width="100"></a>|<a href="github-windows-vs2017-tutorial.md"><img alt="Visual Studio 2017" src="https://www.visualstudio.com/wp-content/uploads/2017/11/microsoft-visual-studio.svg" width="100"></a>|<a href="gitkraken-tutorial.md"><img alt="GitKraken" src="/assets/gk-icon.png" width="100"></a>|<a href="github-windows-vs-code-tutorial.md"><img alt="VS Code" src="https://upload.wikimedia.org/wikipedia/commons/2/2d/Visual_Studio_Code_1.18_icon.svg" width=100></a>|
|<a href="github-desktop-tutorial.md"><img alt="GitHub Desktop" src="https://desktop.github.com/images/desktop-icon.svg" width="100"></a>|<a href="github-windows-vs2017-tutorial.md"><img alt="Visual Studio 2017" src="https://www.visualstudio.com/wp-content/uploads/2017/11/microsoft-visual-studio.svg" width="100"></a>|<a href="gitkraken-tutorial.md"><img alt="GitKraken" src="../assets/gk-icon.png" width="100"></a>|<a href="github-windows-vs-code-tutorial.md"><img alt="VS Code" src="https://upload.wikimedia.org/wikipedia/commons/2/2d/Visual_Studio_Code_1.18_icon.svg" width=100></a>|
|---|---|---|---|
|[GitHub Desktop](github-desktop-tutorial.md)|[Visual Studio 2017](github-windows-vs2017-tutorial.md)|[GitKraken](gitkraken-tutorial.md)|[Visual Studio Code](github-windows-vs-code-tutorial.md)|

Expand Down

0 comments on commit 1159cb2

Please sign in to comment.