compressed images
BIN
src/assets/gallery/2_cats.jpg
Normal file
After Width: | Height: | Size: 97 KiB |
Before Width: | Height: | Size: 14 MiB |
Before Width: | Height: | Size: 12 MiB |
Before Width: | Height: | Size: 4.5 MiB |
Before Width: | Height: | Size: 12 MiB |
Before Width: | Height: | Size: 6.3 MiB |
Before Width: | Height: | Size: 4.9 MiB |
Before Width: | Height: | Size: 10 MiB |
Before Width: | Height: | Size: 16 MiB |
BIN
src/assets/gallery/another_friend_cat.jpg
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
src/assets/gallery/friend_cat.jpg
Normal file
After Width: | Height: | Size: 97 KiB |
BIN
src/assets/gallery/miku_poster.jpg
Normal file
After Width: | Height: | Size: 53 KiB |
BIN
src/assets/gallery/movie_picture_1.jpg
Normal file
After Width: | Height: | Size: 68 KiB |
BIN
src/assets/gallery/movie_picture_2.jpg
Normal file
After Width: | Height: | Size: 95 KiB |
BIN
src/assets/gallery/networking.jpg
Normal file
After Width: | Height: | Size: 89 KiB |
BIN
src/assets/gallery/pc_case_stickers.jpg
Normal file
After Width: | Height: | Size: 30 KiB |
|
@ -2,41 +2,41 @@ export default [
|
|||
{
|
||||
name: "2 cats",
|
||||
id: "1",
|
||||
path: "gallery/IMG_0391.png"
|
||||
path: "gallery/2_cats.jpg"
|
||||
},
|
||||
{
|
||||
name: "Friends Cat",
|
||||
id: "2",
|
||||
path: "gallery/IMG_2381.png"
|
||||
path: "gallery/friend_cat.jpg"
|
||||
},
|
||||
{
|
||||
name: "Miku Poster",
|
||||
id: "3",
|
||||
path: "gallery/IMG_2798.png"
|
||||
path: "gallery/miku_poster.jpg"
|
||||
},
|
||||
{
|
||||
name: "Networking",
|
||||
id: "4",
|
||||
path: "gallery/IMG_3166.png"
|
||||
path: "gallery/networking.jpg"
|
||||
},
|
||||
{
|
||||
name: "Another Friends Cat",
|
||||
id: "5",
|
||||
path: "gallery/IMG_3898.png"
|
||||
path: "gallery/another_friend_cat.jpg"
|
||||
},
|
||||
{
|
||||
name: "PC Stickers",
|
||||
id: "6",
|
||||
path: "gallery/IMG_4809.png"
|
||||
path: "gallery/pc_case_stickers.jpg"
|
||||
},
|
||||
{
|
||||
name: "Movie Theater Picture 1",
|
||||
id: "7",
|
||||
path: "gallery/IMG_4810.png"
|
||||
path: "gallery/movie_picture_1.jpg"
|
||||
},
|
||||
{
|
||||
name: "Movie Theater Picture 2",
|
||||
id: "8",
|
||||
path: "gallery/IMG_4812.png"
|
||||
path: "gallery/movie_picture_2.jpg"
|
||||
}
|
||||
]
|