{% extends "base.html" %} {% block head %} {% endblock %} {% block content %} {%- set base = site.config.base_url | default(value="") -%} {%- set avatar = site.config.extra.avatar | default(value="") -%} {%- set tagline = site.config.extra.tagline | default(value="") -%} {%- set linkedin_url = site.config.extra.linkedin | default(value="") -%} {%- set github_url = site.config.extra.github | default(value="") -%} {%- set articles_url = site.config.extra.articles_url | default(value="") -%} {%- set sponsor_url = site.config.extra.sponsor_url | default(value="") -%} {%- set source_url = site.config.extra.source_url | default(value="") -%} {%- set book_url = site.config.extra.book_url | default(value="") -%} {%- set hero_pdf = site.config.extra.hero_pdf | default(value="") -%} {%- set hero_pdf_label = site.config.extra.hero_pdf_label | default(value="View PDF") -%} {%- set has_highlights = site.data.highlights -%} {%- set has_experience = site.data.experience -%} {%- set has_crates = site.data.crates -%} {%- set has_projects = site.data.projects -%} {%- set has_education = site.data.education -%} {%- if avatar and not (avatar is starting_with("http")) and not (avatar is starting_with("//")) -%} {%- set avatar = base ~ avatar -%} {%- endif -%} {%- set hero_pdf_url = hero_pdf -%} {%- if hero_pdf_url and not (hero_pdf_url is starting_with("http")) and not (hero_pdf_url is starting_with("//")) -%} {%- set hero_pdf_url = base ~ hero_pdf_url -%} {%- endif -%}
{{ tagline }}
{% endif %}{{ item.description }}
{{ job.company }}
{{ job.period }}
{{ item.description }}
{% if item.technologies %}{{ item.description }}
{% if item.technologies %}{{ degree.institution }}
{{ degree.period }}
{{ degree.description }}