diff --git a/src/Content/photos/0002-capitol/info.tsx b/src/Content/photos/0002-capitol/info.tsx index 1eea50c..dfff464 100644 --- a/src/Content/photos/0002-capitol/info.tsx +++ b/src/Content/photos/0002-capitol/info.tsx @@ -4,5 +4,5 @@ photo({ name: "Modern Capitol", camera: "Sony α7c", lens: "Samyang AF 24mm f/2.8", - tags: ["digital", "architecture", "moscow", "film-like"], + tags: ["digital", "architecture", "moscow"], }); diff --git a/src/Content/photos/0003-purpura-nubes/info.tsx b/src/Content/photos/0003-purpura-nubes/info.tsx index b42afc2..5265a1e 100644 --- a/src/Content/photos/0003-purpura-nubes/info.tsx +++ b/src/Content/photos/0003-purpura-nubes/info.tsx @@ -4,5 +4,5 @@ photo({ name: "Purpura Nubes", camera: "Sony α7c", lens: "Tamron 70-300mm F/4.5-6.3 Di III RXD", - tags: ["digital", "weather", "film-like"], + tags: ["digital", "weather"], }); diff --git a/src/Content/photos/0004-rosea-nubes/info.tsx b/src/Content/photos/0004-rosea-nubes/info.tsx index 88e0166..a584888 100644 --- a/src/Content/photos/0004-rosea-nubes/info.tsx +++ b/src/Content/photos/0004-rosea-nubes/info.tsx @@ -4,5 +4,5 @@ photo({ name: "Rosea Nubes", camera: "Sony α7c", lens: "Tamron 70-300mm F/4.5-6.3 Di III RXD", - tags: ["digital", "weather", "film-like"], + tags: ["digital", "weather"], }); diff --git a/src/Content/photos/0005-infrablue/info.tsx b/src/Content/photos/0005-infrablue/info.tsx index 4c5804a..637b59a 100644 --- a/src/Content/photos/0005-infrablue/info.tsx +++ b/src/Content/photos/0005-infrablue/info.tsx @@ -11,5 +11,5 @@ photo({ ), camera: "Sony α7c", lens: "Tamron 70-300mm F/4.5-6.3 Di III RXD", - tags: ["digital", "veliky novgorod", "architecture", "film-like"], + tags: ["digital", "veliky novgorod", "architecture", "infrared"], }); diff --git a/src/Content/photos/0007-sternwarte/info.tsx b/src/Content/photos/0007-sternwarte/info.tsx index 8f90aca..c8d919f 100644 --- a/src/Content/photos/0007-sternwarte/info.tsx +++ b/src/Content/photos/0007-sternwarte/info.tsx @@ -4,5 +4,5 @@ photo({ name: "Die Sternwarte", camera: "Sony α7c", lens: "Sony 90mm f/2.8 Macro", - tags: ["digital", "architecture"], + tags: ["digital", "architecture", "moscow"], }); diff --git a/src/Content/photos/0017-sunburn/info.tsx b/src/Content/photos/0017-sunburn/info.tsx index 6e6730f..6cde5a3 100644 --- a/src/Content/photos/0017-sunburn/info.tsx +++ b/src/Content/photos/0017-sunburn/info.tsx @@ -4,5 +4,5 @@ photo({ name: "Sunburn", camera: "Sony α7c", lens: "Tamron 70-300mm F4.5-6.3 Di III RXD", - tags: ["digital", "landscape", "weather"], + tags: ["digital", "weather"], }); diff --git a/src/Content/photos/0018-architecture-00/image.jpg b/src/Content/photos/0018-architecture-00/image.jpg new file mode 100644 index 0000000..47f134d Binary files /dev/null and b/src/Content/photos/0018-architecture-00/image.jpg differ diff --git a/src/Content/photos/0018-architecture-00/info.tsx b/src/Content/photos/0018-architecture-00/info.tsx new file mode 100644 index 0000000..25ab5be --- /dev/null +++ b/src/Content/photos/0018-architecture-00/info.tsx @@ -0,0 +1,8 @@ +import { photo } from "virtual:data"; + +photo({ + name: "Architecture 0", + camera: "Sony α7c", + lens: "Sony FE 28-70mm F3.5-5.6 OSS", + tags: ["digital", "architecture", "veliky novgorod"], +}); diff --git a/src/Content/photos/0018-eve-25/image.jpg b/src/Content/photos/0018-eve-25/image.jpg deleted file mode 100644 index 048ac64..0000000 Binary files a/src/Content/photos/0018-eve-25/image.jpg and /dev/null differ diff --git a/src/Content/photos/0018-eve-25/info.tsx b/src/Content/photos/0018-eve-25/info.tsx deleted file mode 100644 index 2482b88..0000000 --- a/src/Content/photos/0018-eve-25/info.tsx +++ /dev/null @@ -1,14 +0,0 @@ -import { photo } from "virtual:data"; - -photo({ - name: "Eve 2025", - description: ( -

- Happy New Year! Here's to a fresh chapter — one that's even brighter - and better for all of us! -

- ), - camera: "Sony α7c", - lens: "Tamron 28-75mm F2.8 Di III VXD G2", - tags: ["digital", "macro", "product"], -}); diff --git a/src/Content/photos/0019-emperor-claudius/image.jpg b/src/Content/photos/0019-emperor-claudius/image.jpg new file mode 100644 index 0000000..4311777 Binary files /dev/null and b/src/Content/photos/0019-emperor-claudius/image.jpg differ diff --git a/src/Content/photos/0019-emperor-claudius/info.tsx b/src/Content/photos/0019-emperor-claudius/info.tsx new file mode 100644 index 0000000..c1e6942 --- /dev/null +++ b/src/Content/photos/0019-emperor-claudius/info.tsx @@ -0,0 +1,9 @@ +import { photo } from "virtual:data"; + +photo({ + name: "Emperor Claudius", + camera: "Minolta Dynax 500si", + lens: "Tamron 28-80 f/3.5-5.6", + film: "Ilford PAN 400", + tags: ["film"], +}); diff --git a/src/Content/photos/0020-architecture-01/image.jpg b/src/Content/photos/0020-architecture-01/image.jpg new file mode 100644 index 0000000..b0cf7f3 Binary files /dev/null and b/src/Content/photos/0020-architecture-01/image.jpg differ diff --git a/src/Content/photos/0020-architecture-01/info.tsx b/src/Content/photos/0020-architecture-01/info.tsx new file mode 100644 index 0000000..bc4d7fd --- /dev/null +++ b/src/Content/photos/0020-architecture-01/info.tsx @@ -0,0 +1,8 @@ +import { photo } from "virtual:data"; + +photo({ + name: "Architecture 1", + camera: "Sony α7c", + lens: "Sony FE 28-70mm F3.5-5.6 OSS", + tags: ["digital", "architecture", "saint petersburg"], +});