diff --git a/assets/images/getting-started/first-repository/create-repo.png b/assets/images/getting-started/first-repository/create-repo.png
new file mode 100644
index 0000000..cd64d9b
Binary files /dev/null and b/assets/images/getting-started/first-repository/create-repo.png differ
diff --git a/assets/images/getting-started/first-repository/create-repo.webp b/assets/images/getting-started/first-repository/create-repo.webp
new file mode 100644
index 0000000..95ca3a1
Binary files /dev/null and b/assets/images/getting-started/first-repository/create-repo.webp differ
diff --git a/assets/images/security/ssh-key/add-ssh-key.png b/assets/images/security/ssh-key/add-ssh-key.png
index d6c5c79..6d3dfce 100644
Binary files a/assets/images/security/ssh-key/add-ssh-key.png and b/assets/images/security/ssh-key/add-ssh-key.png differ
diff --git a/assets/images/security/ssh-key/add-ssh-key.webp b/assets/images/security/ssh-key/add-ssh-key.webp
new file mode 100644
index 0000000..6ccf02d
Binary files /dev/null and b/assets/images/security/ssh-key/add-ssh-key.webp differ
diff --git a/assets/images/security/2fa/user-settings.png b/assets/images/security/user-settings.png
similarity index 100%
rename from assets/images/security/2fa/user-settings.png
rename to assets/images/security/user-settings.png
diff --git a/assets/images/security/2fa/user-settings.webp b/assets/images/security/user-settings.webp
similarity index 100%
rename from assets/images/security/2fa/user-settings.webp
rename to assets/images/security/user-settings.webp
diff --git a/content/getting-started/first-repository.md b/content/getting-started/first-repository.md
index 9ee83df..e9d35b8 100644
--- a/content/getting-started/first-repository.md
+++ b/content/getting-started/first-repository.md
@@ -8,13 +8,17 @@ eleventyNavigation:
To create a new repository you need to login into your account on Codeberg.org.
-After login you can use one of the two buttons shown in the two following pictures.
+After login you can use one of the two buttons shown in the two following screenshot
+to create a new repository:
-
+
+
+
+
+
+> Please note that it is currently not possible to use git on your local machine to push a fresh repository on Codeberg. (Push-to-Create)
-
-> Note it is not possible to use your git on your local machine to push a fresh repository on Codeberg.
## Connect a local repository to Codeberg
Keep in mind that you first need to create a repository on Codeberg as stated in the section before.
@@ -32,7 +36,7 @@ git commit -m "first commit"
```
### Declare Codeberg repository as 'origin'
-Your local repository need to know where the remote one is. It is usual and common to name it `origin`. The string `origin` could be desribed as an alias for the remote repository on the Codeberg server.
+Your local repository need to know where the remote one is. It is usual and common to name it `origin`. The string `origin` could be described as an alias for the remote repository on the Codeberg server.
Now you have two protocol variantes to connect: SSH and HTTPS.
diff --git a/content/security/2fa.md b/content/security/2fa.md
index a59fc65..9a9be08 100644
--- a/content/security/2fa.md
+++ b/content/security/2fa.md
@@ -26,8 +26,8 @@ use, have a look at Aegis Authenticator
### Step 1: Navigate to your user settings
-
-
+
+
### Step 2: Navigate to the Security tab and click on the Enroll button
diff --git a/content/security/ssh-key.md b/content/security/ssh-key.md
index 6cc9079..7c8c8d0 100644
--- a/content/security/ssh-key.md
+++ b/content/security/ssh-key.md
@@ -45,12 +45,21 @@ In the context of Codeberg you should decide yourself if you add a pasphrase to
```shell
$ type .ssh/id_rsa.pub | clip
```
-2. Go to the settings section __SSH / GPG Keys__ and click on __Add key__.
+2. Navigate to your user settings
+
+
+
+
- 
+3. Go to the settings section __SSH / GPG Keys__ and click on __Add key__.
+
+
+
+
+
-3. Give an appropriate name for the key.
-4. Paste your key string from the clipboard into __content__ field.
+4. Give an appropriate name for the key.
+5. Paste your key string from the clipboard into __content__ field.
## Test the SSH connection
Do this simple test: