{% load static %} Saujan Dahal

Hi, I'm {{ hero.name }}

{{ hero.title }}

{{ hero.description }}

{% if hero.profile_image %} Profile {% endif %}

About Me

{{ about_me.bio }}

{% if about_me.resume %} Download Resume {% endif %} Get In Touch
Name:

{{ about_me.full_name }}

Email:

{{ about_me.email }}

Location:

{{ about_me.location }}

Availability:

{{ about_me.availability }}

My Interests:
{% for interest in about_me.get_interests %} {{ interest }} {% endfor %}

My Projects

Here are some of my recent works

{% for project in myprojects %}
{{ project.project_title }}
{{ project.project_title }}

{{ project.project_description }}

{% for tech in project.get_technologies %} {{ tech }} {% endfor %}
View Project View Code
{% endfor %}

My Skills

Here are some of the technologies I work with

{% for category in skill_categories %}

{{ category.name }}

{% for skill in category.skills.all %}
{{ skill.name }}
{% endfor %}
{% endfor %}

Experience & Education

Work Experience

{% for experience in work_experiences %}
{{ experience.title }}

{{ experience.company }} | {{ experience.get_duration }}

{{ experience.description }}

{% endfor %}

Education

{% for edu in education %}
{{ edu.degree }}

{{ edu.institution }} | {{ edu.get_duration }}

{{ edu.description }}

{% endfor %}

Get In Touch

Have a project in mind? Let's work together!

Contact Information

4600,KTM

Sauj0ndahal@gmail.com

+977 908820012

Mon-Fri: 9:00 AM - 6:00 PM

Send Me a Message

{% csrf_token %}