diff --git a/src/posts/constants.ts b/src/posts/constants.ts index c30ed79..40cbad1 100644 --- a/src/posts/constants.ts +++ b/src/posts/constants.ts @@ -1,6 +1,30 @@ export const stickers = [ { - name: 'jonas', - imageUrl: '/static/stickers/jonas.png', + name: 'android', + imageUrl: '/static/stickers/android.png', + }, + { + name: 'apple', + imageUrl: '/static/stickers/apple.png', + }, + { + name: 'dart', + imageUrl: '/static/stickers/dart.png', + }, + { + name: 'flutter', + imageUrl: '/static/stickers/flutter.png', + }, + { + name: 'java', + imageUrl: '/static/stickers/java.png', + }, + { + name: 'kotlin', + imageUrl: '/static/stickers/kotlin.png', + }, + { + name: 'swift', + imageUrl: '/static/stickers/swift.png', }, ]; diff --git a/static/stickers/android.png b/static/stickers/android.png new file mode 100644 index 0000000..52d80d0 Binary files /dev/null and b/static/stickers/android.png differ diff --git a/static/stickers/apple.png b/static/stickers/apple.png new file mode 100644 index 0000000..b478fe3 Binary files /dev/null and b/static/stickers/apple.png differ diff --git a/static/stickers/dart.png b/static/stickers/dart.png new file mode 100644 index 0000000..82fc24b Binary files /dev/null and b/static/stickers/dart.png differ diff --git a/static/stickers/flutter.png b/static/stickers/flutter.png new file mode 100644 index 0000000..58eaf2c Binary files /dev/null and b/static/stickers/flutter.png differ diff --git a/static/stickers/java.png b/static/stickers/java.png new file mode 100644 index 0000000..a591e8b Binary files /dev/null and b/static/stickers/java.png differ diff --git a/static/stickers/jonas.png b/static/stickers/jonas.png deleted file mode 100644 index 11b4baf..0000000 Binary files a/static/stickers/jonas.png and /dev/null differ diff --git a/static/stickers/kotlin.png b/static/stickers/kotlin.png new file mode 100644 index 0000000..dc6a846 Binary files /dev/null and b/static/stickers/kotlin.png differ diff --git a/static/stickers/swift.png b/static/stickers/swift.png new file mode 100644 index 0000000..6d8f08b Binary files /dev/null and b/static/stickers/swift.png differ