--- layout: bootstrap ---

{{ site.data.resume.username }}

{{ site.data.resume.phone }}|{{ site.data.resume.email }}
{{ site.data.resume.address }}
{{ site.data.resume.other | replace: " ", " " | newline_to_br }}
{%- capture height -%}{{ site.data.resume.photo.height| times: site.data.resume.photo.zoom }}{%- endcapture -%} {%- capture width -%}{{ site.data.resume.photo.width| times: site.data.resume.photo.zoom }}{%- endcapture -%} {%- if site.data.resume.photo.src -%} {%- else -%} Placeholder {{ site.data.resume.photo.name | append: width | append: "x" | append: height }} {%- endif -%}
{%- if site.data.resume.tops -%} {%- for top in site.data.resume.tops -%}

{{ top.title }}


{%- if top.blocks -%} {%- for block in top.blocks -%}
{%- if block.title -%} {{ block.title }} {%- endif -%} {%- if block.detail -%}
{{ block.detail }}
{%- endif -%}
{%- if block.time or block.adress -%}
{%- if block.time -%}
{{ block.time }}

{%- endif -%} {%- if block.adress -%}
{{ block.adress }}

{%- endif -%}
{%- endif -%}
{%- if block.lists -%} {%- for list in block.lists -%}
  • {{ list | replace: " ", " " | newline_to_br }}
  • {%- endfor -%} {%- endif -%}
    {%- endfor-%} {%- endif -%}
    {%- endfor -%} {%- endif -%} {{ content }}