Simon B Kirk - Professional Website

A clean, professional website showcasing Simon B Kirk's professional presence with a direct link to LinkedIn.

Features

  • 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

Structure

├── backend/
│   └── index.ts          # Hono server serving the website
├── frontend/
│   └── index.html        # Main website HTML
└── README.md

Technology Stack

  • 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

Customization

To customize the website:

  1. Update LinkedIn URL: Edit the href in the LinkedIn button in /frontend/index.html
  2. Modify Content: Update the about section and other text content
  3. Change Colors: Modify the TailwindCSS classes for different color schemes
  4. Add Sections: Extend the HTML with additional professional information

Deployment

The website is automatically deployed via Val Town's HTTP trigger on the backend service.