forked from Diullei/diullei.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
102 lines (90 loc) · 3.69 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Diullei Gomes</title>
<link href="css/style2.css" rel="stylesheet" type="text/css" />
<link href="css/style1.css" rel="stylesheet" type="text/css" />
<script src="js/libs/linqjs/linq.js"></script>
<script src="js/libs/date/date.js"></script>
<script src="js/libs/date/pretty.js"></script>
<script data-main="js/main" src="js/libs/require/require.js"></script>
<!--[if lte IE 6]><script src="/blog/js/libs/UpdateIE/warning.js"></script><script>window.onload=function(){e()}</script><![endif]-->
<!--[if lte IE 7]><script src="/blog/js/libs/UpdateIE/warning.js"></script><script>window.onload=function(){e()}</script><![endif]-->
<!--[if lte IE 8]><script src="/blog/js/libs/UpdateIE/warning.js"></script><script>window.onload=function(){e()}</script><![endif]-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33515162-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body class="logged_in windows vis-public env-production ">
<div id="wrapper">
<div id="header" class="true clearfix">
<div class="container clearfix">
<div id="user">
<a href="#"><img height="20" src="https://secure.gravatar.com/avatar/5e93890c5b54d18dd454f14789c2b225" width="20"></a>
</div>
<a class="site-logo" href="#">
<h1>Diullei Gomes</h1>
</a>
<div class="topsearch ">
<ul class="top-nav">
<li class="explore"><a href="#">Home</a></li>
<li><a href="#!/posts">Posts</a></li>
</ul>
</div>
</div>
</div>
<div class="site hfeed">
<div class="container hentry">
<div id="page"><div id="loading" style="text-align:center"><img src="/img/ajax-loader.gif" alt="loading.." /></div></div>
<br/>
<div id="disqus_thread"></div>
</div>
<div class="context-overlay"></div>
</div>
<div id="footer-push">
</div>
<!-- hack for sticky footer -->
</div>
<!-- end of wrapper - hack for sticky footer -->
<!-- footer -->
<div id="footer">
<div class="upper_footer">
<div class="container clearfix">
<ul class="footer_nav">
<h4>Contato</h4>
<li><a href="http://twitter.com/diullei">Twitter</a></li>
<li><a href="https://github.com/diullei">GitHub</a></li>
<li><a href="http://br.linkedin.com/in/diullei">Linkedin</a></li>
</ul>
<ul class="footer_nav">
<h4>Blogroll</h4>
<li><a href="http://rodrigovidal.net/">Rodrigo Vidal</a></li>
<li><a href="http://dotnetarchitects.net/">.NET Architects</a></li>
<li><a href="http://elemarjr.net/">Elemar DEV</a></li>
<li><a href="http://backbonetutorials.com/">Backbone Tutorials</a></li>
</ul>
</div>
<!-- /.site -->
</div>
<!-- /.upper_footer -->
</div>
<!-- /#footer -->
<a href="https://github.com/Diullei/diullei.github.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a>
<link rel="stylesheet" href="http://yandex.st/highlightjs/7.0/styles/github.min.css">
<script src="http://yandex.st/highlightjs/7.0/highlight.min.js"></script>
<script>
//hljs.tabReplace = ' ';
//hljs.initHighlightingOnLoad();
//$('pre code').each(function(i, e) {hljs.highlightBlock(e)});
</script>
</body>
</html>