Personal link page for Jonathan Stewart (@sqllocks).
Built with the SQLBites brand identity — no Linktree needed.
- Create a new repo called
sqllocks-links(or any name you like) - Push this entire folder to the
mainbranch - Go to Settings → Pages → Source and select
main// (root) - Your page will be live at
https://sqllocks.github.io/sqllocks-links/
Tip: If you name the repo
sqllocks.github.io, the page will be athttps://sqllocks.github.io/(cleaner URL).
Open index.html and find the TODO comments to replace placeholder URLs:
| Link | Search for | Replace with |
|---|---|---|
| Spindle | https://github.com/sqllocks/spindle |
Your actual Spindle repo URL |
| Book a Meeting | https://calendly.com/sqllocks |
Your Calendly / Cal.com / TidyCal URL |
| SQLBites | https://sqlbites.com |
Your actual SQLBites URL |
sqllocks-links/
├── index.html # The entire link page (single file)
├── assets/
│ ├── full_logo.png # SQLBites horizontal wordmark
│ └── short_logo.png # SQLBites icon/mark
└── README.md