diff --git a/content/about.mdx b/content/about.mdx
index 066723c..5b98bd7 100644
--- a/content/about.mdx
+++ b/content/about.mdx
@@ -36,7 +36,7 @@ I am always looking for new opportunities to grow and learn from. Some of my hob
- Skating
- Video Games
- Cooking
-- [Photography](/creative)
+- [Photography](/creative) - [NYC Pics](/posts/nyc_pics)
- [Public Transit](/posts/ttc)
- [Anime](/posts/anime)
- [Pokemon Cards Collecting](https://app.getcollectr.com/showcase/profile/117acfbd-4c53-4554-adb5-4a83b2e4a6fa)
diff --git a/content/index.mdx b/content/index.mdx
index e6a5053..237475c 100644
--- a/content/index.mdx
+++ b/content/index.mdx
@@ -19,6 +19,7 @@ Computer Engineering Student @ University of Waterloo. Based in Toronto, Canada
+
diff --git a/content/posts/nyc_pics.mdx b/content/posts/nyc_pics.mdx
new file mode 100644
index 0000000..50f8b2d
--- /dev/null
+++ b/content/posts/nyc_pics.mdx
@@ -0,0 +1,25 @@
+---
+title: NYC Pics
+date: 2026-01-27
+description: Pictures of Manhattan
+tag: nyc, pics
+author: Rongbin Gu
+---
+
+import Readingtime from "../../components/read_estimate.js";
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/package-lock.json b/package-lock.json
index d2f33c6..cbe20f2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -4359,9 +4359,9 @@
}
},
"node_modules/lodash-es": {
- "version": "4.17.22",
- "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.22.tgz",
- "integrity": "sha512-XEawp1t0gxSi9x01glktRZ5HDy0HXqrM0x5pXQM98EaI0NxO6jVM7omDOxsuEo5UIASAnm2bRp1Jt/e0a2XU8Q==",
+ "version": "4.17.23",
+ "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.23.tgz",
+ "integrity": "sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg==",
"license": "MIT"
},
"node_modules/longest-streak": {
diff --git a/public/images/beli.jpg b/public/images/beli.jpg
new file mode 100644
index 0000000..683167d
Binary files /dev/null and b/public/images/beli.jpg differ
diff --git a/public/nyc/IMG_0268.jpeg b/public/nyc/IMG_0268.jpeg
new file mode 100644
index 0000000..65722b8
Binary files /dev/null and b/public/nyc/IMG_0268.jpeg differ
diff --git a/public/nyc/IMG_0275.jpeg b/public/nyc/IMG_0275.jpeg
new file mode 100644
index 0000000..f683d0a
Binary files /dev/null and b/public/nyc/IMG_0275.jpeg differ
diff --git a/public/nyc/IMG_0303.jpeg b/public/nyc/IMG_0303.jpeg
new file mode 100644
index 0000000..bb94445
Binary files /dev/null and b/public/nyc/IMG_0303.jpeg differ
diff --git a/public/nyc/IMG_0305.jpeg b/public/nyc/IMG_0305.jpeg
new file mode 100644
index 0000000..54dcd89
Binary files /dev/null and b/public/nyc/IMG_0305.jpeg differ
diff --git a/public/nyc/IMG_0313.jpeg b/public/nyc/IMG_0313.jpeg
new file mode 100644
index 0000000..725828f
Binary files /dev/null and b/public/nyc/IMG_0313.jpeg differ
diff --git a/public/nyc/IMG_0336.jpeg b/public/nyc/IMG_0336.jpeg
new file mode 100644
index 0000000..1c48cf4
Binary files /dev/null and b/public/nyc/IMG_0336.jpeg differ
diff --git a/public/nyc/IMG_0348.jpeg b/public/nyc/IMG_0348.jpeg
new file mode 100644
index 0000000..2a0d3f0
Binary files /dev/null and b/public/nyc/IMG_0348.jpeg differ
diff --git a/public/nyc/IMG_0419.jpeg b/public/nyc/IMG_0419.jpeg
new file mode 100644
index 0000000..96bd606
Binary files /dev/null and b/public/nyc/IMG_0419.jpeg differ
diff --git a/public/nyc/IMG_0429.jpeg b/public/nyc/IMG_0429.jpeg
new file mode 100644
index 0000000..8ee7af1
Binary files /dev/null and b/public/nyc/IMG_0429.jpeg differ
diff --git a/public/nyc/IMG_0438.jpeg b/public/nyc/IMG_0438.jpeg
new file mode 100644
index 0000000..80d6e6e
Binary files /dev/null and b/public/nyc/IMG_0438.jpeg differ
diff --git a/public/nyc/IMG_0445.jpeg b/public/nyc/IMG_0445.jpeg
new file mode 100644
index 0000000..3f5943d
Binary files /dev/null and b/public/nyc/IMG_0445.jpeg differ
diff --git a/public/nyc/IMG_0447.jpeg b/public/nyc/IMG_0447.jpeg
new file mode 100644
index 0000000..4321d03
Binary files /dev/null and b/public/nyc/IMG_0447.jpeg differ
diff --git a/public/nyc/IMG_0568.jpeg b/public/nyc/IMG_0568.jpeg
new file mode 100644
index 0000000..8c82b0b
Binary files /dev/null and b/public/nyc/IMG_0568.jpeg differ
diff --git a/styles/main.css b/styles/main.css
index 7bbaf80..687a732 100644
--- a/styles/main.css
+++ b/styles/main.css
@@ -107,6 +107,16 @@ img.next-image {
margin-left: 10px;
}
+.beli {
+ height: 48px;
+ width: 48px;
+ background: url(/images/beli.jpg) no-repeat 0 0;
+ background-size: cover;
+ margin-left: 10px;
+ border-radius: 12px;
+ display: inline-block;
+}
+
/* ---- Nextra v4 blog theme overrides ---- */
.site-nav {