Skip to content

Instantly share code, notes, and snippets.

@ddahan
Created January 10, 2017 23:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ddahan/b178c021b46bed6fda5bcc07ae8d9e1c to your computer and use it in GitHub Desktop.
Save ddahan/b178c021b46bed6fda5bcc07ae8d9e1c to your computer and use it in GitHub Desktop.
{% extends "base.html" %}
{% block body %}
<div class="container">
<div class="text-zone presentation">
<h1>Hello!</h1>
<p class="lead">
I'm David, 28, French <a href="{{ url_for('consulting') }}">Freelancer</a> and <a href="{{ ext_urls['magnetiz'] }}" target="_blank">Founder</a>, living in Paris.<br>
I work as a Back-End Engineer using Python and Django.<br>
Check my <a href="{{ url_for('projects') }}">Projects</a>, <a href="{{ ext_urls['medium'] }}" target="_blank">Blog articles</a> or <a href="{{ ext_urls['linked_in'] }}" target="_blank">Resume</a>.
</p>
</div>
</div>
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment