Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Content/photos/0002-capitol/info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
});
2 changes: 1 addition & 1 deletion src/Content/photos/0003-purpura-nubes/info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
});
2 changes: 1 addition & 1 deletion src/Content/photos/0004-rosea-nubes/info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
});
2 changes: 1 addition & 1 deletion src/Content/photos/0005-infrablue/info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
});
2 changes: 1 addition & 1 deletion src/Content/photos/0007-sternwarte/info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
});
2 changes: 1 addition & 1 deletion src/Content/photos/0017-sunburn/info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
});
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/Content/photos/0018-architecture-00/info.tsx
Original file line number Diff line number Diff line change
@@ -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"],
});
Binary file removed src/Content/photos/0018-eve-25/image.jpg
Binary file not shown.
14 changes: 0 additions & 14 deletions src/Content/photos/0018-eve-25/info.tsx

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/Content/photos/0019-emperor-claudius/info.tsx
Original file line number Diff line number Diff line change
@@ -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"],
});
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/Content/photos/0020-architecture-01/info.tsx
Original file line number Diff line number Diff line change
@@ -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"],
});