-
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.
- Loading branch information
Showing
2 changed files
with
16 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
<meta name="viewport" content="width=device-width"> | ||
|
||
<link rel="stylesheet" href="/static/css/main.css"> | ||
<link href='http://fonts.googleapis.com/css?family=Armata' rel='stylesheet' type='text/css'> | ||
<link href='https://fonts.googleapis.com/css?family=Armata' rel='stylesheet' type='text/css'> | ||
|
||
<link rel="icon" type="image/png" href="/static/img/favicon.ico"> | ||
|
||
|
@@ -20,7 +20,7 @@ | |
|
||
<div class="flask"> | ||
<a href="http://flask.pocoo.org/"><img | ||
src="http://flask.pocoo.org/static/badges/made-with-flask-s.png" | ||
src="/static/made-with-flask-s.png" | ||
border="0" | ||
alt="made with Flask" | ||
title="made with Flask"> | ||
|
@@ -33,7 +33,8 @@ | |
|
||
<div class="jumbotron"> | ||
<h1>Rodrigo Deodoro</h1> | ||
<p class="lead">Python Developer</p> | ||
<h2>Python Developer</h2> | ||
<p class="lead">Rio de Janeiro, Brazil</p> | ||
</div> | ||
|
||
<hr> | ||
|
@@ -43,19 +44,19 @@ <h1>Rodrigo Deodoro</h1> | |
<ul> | ||
<li> | ||
<a href="mailto:[email protected]"> | ||
<img src="/static/img/gmail.png" alt="logo gmail" title="email"> | ||
<img src="/static/img/gmail.png" alt="gmail" title="email"> | ||
</a> | ||
</li> | ||
|
||
<li> | ||
<a href="http://facebook.com/thisisrod"> | ||
<img src="/static/img/facebook.png" alt="logo facebook" title="facebook"> | ||
<img src="/static/img/facebook.png" alt="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"> | ||
<img src="/static/img/linkedin.png" alt="linkedin" title="linkedin"> | ||
</a> | ||
</li> | ||
|
||
|
@@ -71,10 +72,14 @@ <h1>Rodrigo Deodoro</h1> | |
</div> <!-- /container --> | ||
|
||
</body> | ||
<script> | ||
var _gaq=[['_setAccount','UA-42640893-1'],['_trackPageview']]; | ||
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0]; | ||
g.src='//www.google-analytics.com/ga.js'; | ||
s.parentNode.insertBefore(g,s)}(document,'script')); | ||
<script> | ||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | ||
|
||
ga('create', 'UA-42640893-1', 'auto'); // Replace with your property ID. | ||
ga('send', 'pageview'); | ||
</script> | ||
|
||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.