Skip to content

Commit

Permalink
Added signature.
Browse files Browse the repository at this point in the history
  • Loading branch information
RodolfoFerro committed Aug 12, 2019
1 parent 5346368 commit 199be5a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions templates/index.html
Expand Up @@ -5,8 +5,8 @@

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<meta name="description" content="A simple resume template built with Flask, based on Start Bootstrap resume template.">
<meta name="author" content="Rodolfo Ferro <rodolfoferroperez@gmail.com>">

<title>Resume - {{ data.profile.first_name }} {{ data.profile.last_name }}</title>

Expand All @@ -20,6 +20,7 @@

<!-- Custom styles for this template -->
<link href="static/css/resume.css" rel="stylesheet">
<link rel="shortcut icon" href="https://avatars3.githubusercontent.com/u/36435547" type="image/x-icon">

</head>

Expand Down Expand Up @@ -253,7 +254,10 @@ <h2 class="mb-5">Awards &amp; Certifications</h2>
</ul>
</div>
</section>


<div class="container">
<p class="small float-right">This Flask template was built with <i class="fas fa-heart text-danger"></i> by <a href="https://rodolfoferro.xyz" target="_blank">Rodolfo Ferro</a>, under a MIT License.</p>
</div>
</div>

<!-- Bootstrap core JavaScript -->
Expand Down

0 comments on commit 199be5a

Please sign in to comment.