-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added description and badge to main html
- Loading branch information
Showing
3 changed files
with
59 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
<title>Rodrigo Deodoro</title> | ||
<meta name="description" content=""> | ||
<meta name="description" content="Rodrigo Deodoro - Python Developer"> | ||
<meta name="viewport" content="width=device-width"> | ||
|
||
<!-- <link rel="stylesheet" href="static/css/bootstrap.min.css"> --> | ||
|
@@ -24,6 +24,15 @@ | |
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p> | ||
<![endif]--> | ||
|
||
<div class="flask"> | ||
<a href="http://flask.pocoo.org/"><img | ||
src="http://flask.pocoo.org/static/badges/made-with-flask-s.png" | ||
border="0" | ||
alt="made with Flask" | ||
title="made with Flask"> | ||
</a> | ||
</div> | ||
|
||
<div class="container-narrow"> | ||
|
||
<hr> | ||
|
@@ -37,34 +46,35 @@ <h1>Rodrigo Deodoro</h1> | |
|
||
</div> <!-- /container --> | ||
|
||
<div class="navlist"> | ||
<ul> | ||
<li class="short"> | ||
<a href="mailto:[email protected]"> | ||
<img src="/static/img/gmail.png" alt="logo gmail" title="email"> | ||
</a> | ||
</li> | ||
|
||
<li> | ||
<a href="http://facebook.com/thisisrod"> | ||
<img src="/static/img/facebook.png" alt="logo facebook" title="facebook"> | ||
</a> | ||
</li> | ||
|
||
<li> | ||
<a href="http://www.linkedin.com/profile/view?id=46681796"> | ||
<img src="/static/img/linkedin.png" alt="logo linkedin" title="linkedin"> | ||
</a> | ||
</li> | ||
|
||
<li> | ||
<a href="https://github.com/roddds"> | ||
<img src="/static/img/github.png" alt="logo github" title="github"> | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
<div class="navlist"> | ||
<ul> | ||
<li class="short"> | ||
<a href="mailto:[email protected]"> | ||
<img src="/static/img/gmail.png" alt="logo gmail" title="email"> | ||
</a> | ||
</li> | ||
|
||
<li> | ||
<a href="http://facebook.com/thisisrod"> | ||
<img src="/static/img/facebook.png" alt="logo facebook" title="facebook"> | ||
</a> | ||
</li> | ||
|
||
<li> | ||
<a href="http://www.linkedin.com/profile/view?id=46681796"> | ||
<img src="/static/img/linkedin.png" alt="logo linkedin" title="linkedin"> | ||
</a> | ||
</li> | ||
|
||
<li> | ||
<a href="https://github.com/roddds"> | ||
<img src="/static/img/github.png" alt="logo github" title="github"> | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
</body> | ||
|
||
<!-- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script> --> | ||
<!-- <script>window.jQuery || document.write('<script src="static/js/vendor/jquery-1.10.1.min.js"><\/script>')</script> --> | ||
|
@@ -79,5 +89,4 @@ <h1>Rodrigo Deodoro</h1> | |
g.src='//www.google-analytics.com/ga.js'; | ||
s.parentNode.insertBefore(g,s)}(document,'script')); | ||
</script> | ||
</body> | ||
</html> |