https://github.com/johnlk/johnlk.github.io
Personal web page
https://github.com/johnlk/johnlk.github.io
Last synced: 4 months ago
JSON representation
Personal web page
- Host: GitHub
- URL: https://github.com/johnlk/johnlk.github.io
- Owner: johnlk
- Created: 2016-09-08T02:25:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-21T22:36:55.000Z (over 1 year ago)
- Last Synced: 2025-09-14T21:00:03.248Z (9 months ago)
- Language: HTML
- Homepage: https://johnkuhn.me
- Size: 468 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Website
My personal website hosted on GitHub Pages. A simple, static site showcasing my current work and projects.
## View the Site
Visit [johnkuhn.me](https://johnkuhn.me)
## About
This is a minimal static website built with plain HTML and CSS. It serves as a central hub for links to my various projects and social media profiles.
## Local Development
The site is purely static - no build process or dependencies required.
To run locally:
1. Clone the repository
2. Open `index.html` in your browser
3. Make changes and refresh to see updates
## Structure
```
.
├── index.html # Main webpage
├── styles.css # Stylesheet
└── assets/ # Images and other static assets
├── headshot.jpeg # Profile photo
└── favicon.ico # Site favicon
```
## Connect
- Twitter: [@johnkuhn58](https://x.com/johnkuhn58)
- GitHub: [@johnlk](https://github.com/johnlk)
- Medium: [johnlkuhn](https://johnlkuhn.medium.com/)
## License
Copyright © 2024 John Kuhn. All rights reserved.