Public
Like
Website
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
index.ts
https://simonbkirk--baa1418897fa11f0b9e10224a6c84d84.web.val.run
A clean, professional website showcasing Simon B Kirk's professional presence with a direct link to LinkedIn.
- Clean, modern design with professional styling
- Responsive layout that works on all devices
- Direct link to LinkedIn profile
- Fast loading with minimal dependencies
- Professional color scheme and typography
├── backend/
│ └── index.ts # Hono server serving the website
├── frontend/
│ └── index.html # Main website HTML
└── README.md
- Backend: Hono framework for serving static content
- Frontend: HTML with TailwindCSS for styling
- Fonts: Inter font family from Google Fonts
- Icons: Inline SVG for LinkedIn icon
To customize the website:
- Update LinkedIn URL: Edit the href in the LinkedIn button in
/frontend/index.html
- Modify Content: Update the about section and other text content
- Change Colors: Modify the TailwindCSS classes for different color schemes
- Add Sections: Extend the HTML with additional professional information
The website is automatically deployed via Val Town's HTTP trigger on the backend service.