albertyw/albertyw.com

View on GitHub
app/templates/resume.htm

Summary

Maintainability
Test Coverage
{% extends "includes/base.htm" %}
{% block title %}Albert Wang - Résumé{% endblock %}
{% block description %}Resume{% endblock %}
{% block content %}
  <div class="content">
    <section>
      <h1>R&eacute;sum&eacute;</h1>
      <embed src="/static/gen/resume.pdf" type="application/pdf" style="width:80%;height:800px" />
    </section>
  </div>
{% endblock %}