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 content/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions content/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Computer Engineering Student @ University of Waterloo. Based in Toronto, Canada
<SocialIcon url="https://www.instagram.com/rongbin99/" style={{marginLeft: "10px"}}/>
<SocialIcon url="https://github.com/Rongbin99/" style={{marginLeft: "10px"}}/>
<a href="https://strava.com/athletes/102248018" className="strava-badge- strava-badge-follow" target="_blank"><img src="//badges.strava.com/echelon-sprite-48.png" alt="Strava" /></a>
<a href="https://beliapp.co/app/rongbin99" className="beli" target="_blank"></a>
</p>

<div className="-mt-10"><br></br></div>
Expand Down
25 changes: 25 additions & 0 deletions content/posts/nyc_pics.mdx
Original file line number Diff line number Diff line change
@@ -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";

<Readingtime context="https://rongbin99.github.io/posts/2048" />

![WTC](/nyc/IMG_0438.jpeg)
![Grand Central Ceiling](/nyc/IMG_0268.jpeg)
![Grand Central](/nyc/IMG_0275.jpeg)
![NYC1](/nyc/IMG_0303.jpeg)
![NYC2](/nyc/IMG_0305.jpeg)
![MTA Subway @ WTC](/nyc/IMG_0313.jpeg)
![The Vessel](/nyc/IMG_0336.jpeg)
![Me @ The Vessel](/nyc/IMG_0348.jpeg)
![Street by WTC](/nyc/IMG_0419.jpeg)
![Manhattan Bridge](/nyc/IMG_0429.jpeg)
![WTC Night1](/nyc/IMG_0445.jpeg)
![WTC Night2](/nyc/IMG_0447.jpeg)
![Little Island](/nyc/IMG_0568.jpeg)
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added public/images/beli.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/nyc/IMG_0268.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/nyc/IMG_0275.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/nyc/IMG_0303.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/nyc/IMG_0305.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/nyc/IMG_0313.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/nyc/IMG_0336.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/nyc/IMG_0348.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/nyc/IMG_0419.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/nyc/IMG_0429.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/nyc/IMG_0438.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/nyc/IMG_0445.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/nyc/IMG_0447.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/nyc/IMG_0568.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Loading