Project sheet
TechPixels
The marketing site for TechPixels, my UK web-development agency.
- Category
- Web
- Year
- 2025
- Status
- active
- ASP.NET Core MVC
- .NET 8
- C#
- Razor
- jQuery
- SMTP
TechPixels is the agency brand behind several of the client sites I build, and this is its own marketing site. It leads with a video hero and covers the things a small agency site has to get right: SEO metadata, cookie consent, and a contact form that reliably reaches the inbox.
The contact form submits over AJAX and sends mail through an injected email service, so the sending logic stays swappable instead of being hard-wired into the page. It runs on ASP.NET Core MVC and is live at techpixels.co.uk.
Highlights
- Video hero with supporting SEO metadata
- Cookie-consent handling
- AJAX contact form backed by a pluggable email service
- ASP.NET Core MVC, live at techpixels.co.uk