{% extends "base.html" %} {% block title %}Profile - JobKit{% endblock %} {% block content %}

Your Profile

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}

Import Your Resume

Upload your resume to automatically extract your background for tailored applications.

Upload Resume

PDF, DOCX, TXT

LinkedIn

Opens browser if login needed

GitHub

Public repos & languages

{% if profile.background %}
Resume loaded ({{ profile.background|length }} characters)
{% else %}
No resume uploaded yet. Upload your resume above to get started.
{% endif %}

Contact Information

Review and update your contact details. These are auto-filled from your resume.

Cancel
{% endblock %}