39 lines
913 B
Markdown
39 lines
913 B
Markdown
# Glenn Thompson's Personal Website
|
|
|
|
A modern, responsive personal blog built to share experiences in technology, engineering, and travel, with a focus on life in the Middle East and technical explorations.
|
|
|
|
Visit the live site at [https://glenneth.org](https://glenneth.org)
|
|
|
|
## Features
|
|
- Responsive design optimized for all devices
|
|
- Clean, modern UI with subtle animations
|
|
- Dedicated sections for:
|
|
- Technical blog posts
|
|
- Travel stories
|
|
- Engineering insights
|
|
- About me
|
|
- Project showcase
|
|
|
|
## Technology Stack
|
|
- HTML5
|
|
- CSS (Tailwind CSS for styling)
|
|
- JavaScript
|
|
- Static site generation capabilities
|
|
|
|
## Local Development
|
|
1. Clone this repository
|
|
2. Install dependencies:
|
|
```bash
|
|
npm install
|
|
```
|
|
3. Start the development server:
|
|
```bash
|
|
npm run dev
|
|
```
|
|
|
|
## Contact
|
|
For any inquiries, please reach out to [glenn@glenneth.org](mailto:glenn@glenneth.org)
|
|
|
|
## License
|
|
MIT License
|