Skip to content

Commit bf3e057

Browse files
committed
Updated README.md.
1 parent 71d5dd6 commit bf3e057

2 files changed

Lines changed: 29 additions & 23 deletions

File tree

LICENSE

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Copyright 2025 Anthony Baxter
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4+
5+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6+
7+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8+
9+

README.md

Lines changed: 20 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,33 @@
1-
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
1+
# anthonyb8.github.io
22

3-
## Getting Started
3+
Welcome! This is the source code for my personal website, hosted via [GitHub Pages](https://pages.github.com/) at:
44

5-
First, run the development server:
5+
🔗 **[https://anthonyb8.github.io](https://anthonyb8.github.io)**
66

7-
```bash
8-
npm run dev
9-
# or
10-
yarn dev
11-
# or
12-
pnpm dev
13-
# or
14-
bun dev
15-
```
7+
---
168

17-
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
9+
## 📄 About
1810

19-
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
11+
This site serves as my personal and professional homepage. It includes information about me, my projects, and how to get in touch.
2012

21-
This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.
13+
The site is built using simple, static web technologies (HTML, CSS, and a bit of JavaScript) and automatically deployed through GitHub Pages.
2214

23-
## Learn More
15+
---
2416

25-
To learn more about Next.js, take a look at the following resources:
17+
## 🚀 Deployment
2618

27-
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
28-
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
19+
This site is hosted directly from the `main` branch using GitHub Pages. Any changes pushed to this repository will be reflected live at:
2920

30-
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!
21+
**https://anthonyb8.github.io**
3122

32-
## Deploy on Vercel
23+
---
3324

34-
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
25+
## 📬 Contact
3526

36-
Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.
27+
If you'd like to reach out, you can find my contact details and social links on the website itself.
28+
29+
---
30+
31+
## 🛠 License
32+
33+
This repository is licensed under the [MIT License](LICENSE) unless otherwise stated.

0 commit comments

Comments
 (0)