diff --git a/_notes/timestamp.md b/_notes/timestamp.md index 6bdb0f7..306928f 100644 --- a/_notes/timestamp.md +++ b/_notes/timestamp.md @@ -1,11 +1,11 @@ --- title: Timestamp +categories: "- '[[Website pages]]'\n- '[[Projects]]'" --- -![Screenshot of the Timestamp app and the settings window.](../assets/project/timestamp-screenshot.png) +![Screenshot of the Timestamp app and the settings window.](/assets/img/timestamp.png) -A simple, unintrusive Pomodoro timer for macOS which lives in the menu bar. I -built it with SwiftUI and made it open source. +A simple, unintrusive Pomodoro timer for macOS which lives in the menu bar. I built it with SwiftUI and made it open source. -[Download the app](https://github.com/brendan-ch/timestamp/releases) -[View the code](https://github.com/brendan-ch/timestamp) +- [Download the app through GitHub Releases](https://github.com/brendan-ch/timestamp/releases) +- [GitHub](https://github.com/brendan-ch/timestamp) diff --git a/assets/img/timestamp.png b/assets/img/timestamp.png new file mode 100644 index 0000000..24b6f1c Binary files /dev/null and b/assets/img/timestamp.png differ