{% extends 'veriport_dashboard/base.html' %} {% load i18n static %} {% block title %}{% trans 'Profile' %}{% endblock %} {% block profile_active %}active{% endblock %} {% block content %}
User profile picture

{% firstof request.user.get_full_name request.user.email %}

Software Engineer

Follow

About Me

Education

B.S. in Computer Science from the University of Tennessee at Knoxville


Location

Malibu, California


Skills

UI Design Coding Javascript PHP Node.js


Notes

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam fermentum enim neque.

{% endblock %}