Skip to content
Merged
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
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# piech.dev

[piech.dev](https://piech.dev)
[![Netlify Status](https://api.netlify.com/api/v1/badges/4df86a71-2a3f-40f9-9bd5-b6dacd4f420c/deploy-status)](https://app.netlify.com/projects/piech-dev/deploys)
[![Web status](https://img.shields.io/website?url=https%3A%2F%2Fpiech.dev&label=web%20status)](https://piech.dev)
Comment on lines 1 to 4
Copy link

Copilot AI Apr 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR title says this only removes the license badge, but this diff also removes the standalone homepage link at the top and rewrites the intro sentence. Consider updating the PR title/description to reflect the additional README changes, or split into a separate PR to keep the change focused.

Copilot uses AI. Check for mistakes.

Expand All @@ -14,9 +13,7 @@

[![Node version](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/Tenemo/piech.dev/badge-data/node.json)](./.nvmrc)

[![License](https://img.shields.io/github/license/Tenemo/piech.dev)](./LICENSE)

My personal page. Over time it turned into a complex project itself:
My personal page, [piech.dev](https://piech.dev). Over time it turned into a complex project itself:

- Despite being written in React, the whole page is pre-rendered and served with zero JavaScript!
- It supports loading all projects' information directly from GitHub.
Expand Down
Loading