Skip to content

Commit

Permalink
new build
Browse files Browse the repository at this point in the history
  • Loading branch information
roddds committed Mar 11, 2016
1 parent bd48c87 commit f49e99f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">

Expand All @@ -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">
Expand All @@ -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>
Expand All @@ -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>

Expand All @@ -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>
Binary file added build/static/made-with-flask-s.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f49e99f

Please sign in to comment.