porfolio
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.
Viewing readonly version of main branch: v4View latest version
A modern, responsive portfolio website showcasing graphic design work with smooth animations and an elegant layout.
- Responsive Design: Works perfectly on desktop, tablet, and mobile
- Portfolio Gallery: Showcase your best work with filtering by category
- Smooth Animations: CSS animations and transitions for a polished feel
- Contact Form: Easy way for clients to get in touch
- About Section: Tell your story and showcase your skills
- Services Section: Highlight what you offer
├── frontend/
│ ├── index.html # Main HTML template
│ ├── style.css # Custom styles
│ ├── script.js # Interactive functionality
│ └── favicon.svg # Site icon
├── backend/
│ └── index.ts # Server entry point
└── README.md
- Frontend: HTML5, CSS3, JavaScript (ES6+)
- Styling: TailwindCSS + Custom CSS
- Backend: Hono (for contact form and static serving)
- Animations: CSS transitions and transforms
The site is automatically deployed and accessible via the HTTP trigger. The backend serves static files and handles the contact form submission.
- Update the portfolio items in
script.js - Modify colors and styling in
style.css - Replace placeholder content in
index.html - Add your own project images (use AI image generation or external links)