{% extends 'portfolio/base.html' %} {% block title %}ChrisDev - Full Stack Developer & Designer{% endblock %} {% block content %}

Hi, I'm Chris

{% if about %}{{ about.tagline }}{% else %}Full Stack Developer & Designer{% endif %}

{% if about %}{{ about.bio|truncatewords:30 }}{% else %} I build beautiful, functional websites and applications that help businesses grow and succeed in the digital world. {% endif %}

{% if about %}{{ about.years_experience }}{% else %}5{% endif %}+

Years Experience

{% if about %}{{ about.projects_completed }}{% else %}50{% endif %}+

Projects Done

{% if about %}{{ about.happy_clients }}{% else %}30{% endif %}+

Happy Clients

{% if about and about.profile_image %} Chris {% else %}
{% endif %}
Available for Work

What I Do

I offer a range of services to help bring your ideas to life

{% if services %} {% for service in services %}

{{ service.title }}

{{ service.description }}

{% endfor %} {% else %}

Web Development

Building responsive, modern websites using latest technologies like Django, React, and Tailwind CSS.

Mobile Apps

Creating beautiful, user-friendly mobile applications for iOS and Android platforms.

UI/UX Design

Designing intuitive interfaces that provide excellent user experiences and drive conversions.

{% endif %}

Featured Projects

Some of my recent work that I'm proud of

{% for project in featured_projects %}
{% if project.image %} {{ project.title }} {% else %}
{% endif %}

{{ project.title }}

{% if project.live_url %} Live {% endif %}
{% endfor %}
{% if testimonials %}

What Clients Say

Don't just take my word for it

{% for testimonial in testimonials %}
{% if testimonial.client_image %} {{ testimonial.client_name }} {% else %}
{% endif %}

{{ testimonial.client_name }}

{{ testimonial.client_position }}

{% for i in "12345"|make_list %} {% endfor %}

"{{ testimonial.testimonial }}"

{% endfor %}
{% endif %} {% if blog_posts %}

Latest from Blog

Insights, tutorials, and stories from my journey

{% for post in blog_posts %} {% endfor %}
{% endif %}

Ready to Start Your Project?

Let's work together to bring your ideas to life

Get Started Today
{% endblock %}