{% extends "base.html" %} {% block content %}

Get a Quick Project Estimate

Answer a few simple questions—no tech talk required. We’ll review and email you a tailored quote.

About you

What do you need?

Pick the one that fits best. We’ll handle the details later.

{% for val, label, hint in [ ('simple-site', 'A basic website', 'Home, About, Contact'), ('pro-site', 'A website with extras', 'Portfolio, blog, more pages'), ('online-form', 'An online form', 'Collect info, send to email/Sheet'), ('sell-online', 'Sell online', 'Checkout / payments'), ('fix-or-improve', 'Fix or improve something', 'Speed, bugs, cleanup'), ('it-help', 'IT setup/help', 'Email, domains, backups, networks'), ('custom-app', 'A custom tool/app', 'Dashboards, portals, automations'), ('not-sure', 'Not sure yet', 'I need guidance') ] %} {% endfor %}

How big is this?

A rough guess is perfect.

{% for val, label, hint in [ ('small', 'Small', '~1–3 key pages or a simple task'), ('medium', 'Medium', '~4–8 pages or a few features'), ('large', 'Large', 'Many pages/features or complex work') ] %} {% endfor %}

When do you need it?

{% for val, label in [ ('flexible', 'Flexible'), ('soon', 'Soon (2–4 weeks)'), ('rush', 'Rush (under 2 weeks)'), ('critical', 'Urgent (ASAP)') ] %} {% endfor %}

Would any of these help?

Optional add-ons to make life easier.

{% for val, label in [ ('content', 'Write or improve the words'), ('branding', 'Light logo/branding help'), ('training', 'Walkthrough & training'), ('care', 'Ongoing care & updates') ] %} {% endfor %}

Budget comfort zone

This helps us suggest the right approach. Totally fine if you’re unsure.

Anything else?

We’ll never share your info. You’ll get a personal email from us with next steps.

{% endblock %}