{% extends 'portfolio/base.html' %} {% block title %}About Me - ChrisDev{% endblock %} {% block content %}

About Me

Get to know me better

{% if about and about.profile_image %} {{ about.full_name }} {% else %}
{% endif %}

{% if about %}{{ about.full_name }}{% else %}Chris Dev{% endif %}

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

{% if about %} {{ about.bio|linebreaks }} {% else %}

I'm a passionate Full Stack Developer with over 5 years of experience creating beautiful, functional websites and applications. I specialize in modern web technologies and love turning ideas into reality.

My journey in web development started with a curiosity about how websites work, and it has grown into a career I'm truly passionate about. I believe in writing clean, maintainable code and creating user experiences that delight.

{% 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.cv_file %} Download CV {% endif %} Contact Me

My Skills

Technologies and tools I work with

Frontend

{% if frontend_skills %} {% for skill in frontend_skills %}
{{ skill.name }} {{ skill.percentage }}%
{% endfor %} {% else %}

No skills added yet

{% endif %}

Backend

{% if backend_skills %} {% for skill in backend_skills %}
{{ skill.name }} {{ skill.percentage }}%
{% endfor %} {% else %}

No skills added yet

{% endif %}

Tools & Others

{% if tools_skills %} {% for skill in tools_skills %}
{{ skill.name }} {{ skill.percentage }}%
{% endfor %} {% else %}

No skills added yet

{% endif %}

Let's Work Together

Have a project in mind? Let's make it happen!

Get In Touch
{% endblock %} {% block extra_js %} {% endblock %}