// initializing virtual studio

{{ story.hero_name }}

{{ story.hero_title }}

{% if story.signature_quote %}
"{{ story.signature_quote }}"
{% endif %}
Scroll to explore

// mission_briefing

{{ story.theme }}

{{ story.opening }}

// career.timeline

Career Timeline

{% for entry in story.timeline %}
{{ entry.year }} {{ entry.period }}

{{ entry.title }}

{% if entry.scene %}

{{ entry.scene }}

{% endif %}

{{ entry.narrative }}

{% if entry.inner_voice %}

"{{ entry.inner_voice }}"

{% endif %} {% if entry.tech_weaved %}

{{ entry.tech_weaved }}

{% endif %} {% if entry.highlight_quote %}

"{{ entry.highlight_quote }}"

{% endif %}
{% endfor %}

// project.wall

Project Wall

{% if story.projects_as_legend %}

{{ story.projects_as_legend }}

{% endif %}
{% for project in resume.projects %}
project_{{ '%02d' % loop.index }}

{{ project.name }}

{% if project.role %}

{{ project.role }}

{% endif %}

{{ project.description }}

{% if project.tech_stack %}
{% for tech in project.tech_stack.split(',') %} {{ tech.strip() }} {% endfor %}
{% endif %} {% if project.url %} View Project {% endif %}
{% endfor %}

// skills.terminal

Code Terminal

{% if story.skills_as_story %}

{{ story.skills_as_story }}

{% endif %}
{{ story.hero_name | lower }}@virtual-studio:~
$ cat skills.json
{
}
$
{% if resume.languages %}

// languages

{% for lang in resume.languages %} {{ lang }} {% endfor %}
{% endif %} {% if resume.certifications %}

// certifications

{% for cert in resume.certifications %} {{ cert }} {% endfor %}
{% endif %}

// experience.architecture

Architecture Board

{% for exp in resume.experience %}

{{ exp.role }}

{{ exp.company }}

{{ exp.period }}
{% if exp.highlights %}

{{ exp.highlights }}

{% endif %} {% if exp.tech_stack %}
{% for tech in exp.tech_stack.split(',') %} {{ tech.strip() }} {% endfor %}
{% endif %}
{% endfor %}

// education.memory_modules

Memory Modules

{% if story.education_origin %}

{{ story.education_origin }}

{% endif %}
{% for edu in resume.education %}

{{ edu.institution }}

{{ edu.period }}

{{ edu.degree }}

{% if edu.highlights %}

{{ edu.highlights }}

{% endif %}
{% endfor %}

// transmission.end

{% if story.closing %}

{{ story.closing }}

{% endif %} {% if story.signature_quote %}
"

{{ story.signature_quote }}

"

— {{ story.hero_name }}

{% endif %}
{{ resume.name }} · {{ resume.title }} · Virtual Studio Active