-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
139 lines (99 loc) · 4.77 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>diegorv — Ruby, Rails, JS, Arduino, IoT, Games e outras coisas sobre tecnologia</title>
<link href="https://fonts.googleapis.com/css?family=Droid+Sans:400,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="/assets/main.css">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="/images/logo.png"/>
<link href="/feed.xml" rel="alternate" type="application/rss+xml" title="diegorv" />
<meta name="title" content="diegorv">
<link rel="canonical" href="http://incorporated.sendtoinc.com/">
<meta property="og:title" content="diegorv"/>
<meta property="og:url" content="http://incorporated.sendtoinc.com/"/>
<meta property="og:site_name" content="diegorv">
</head>
<body>
<section class="site-nav">
<header>
<nav id="navigation">
<a class="brand" href="/">
<img src="/images/logo.png" alt="Inc">
</a>
<a href="/" class="home">Blog</a>
<a href="http://incorporated.sendtoinc.com/">Product</a>
<a href="https://sendtoinc.com/about/">About</a>
</nav>
<nav class="tagline">
<span>Get a modern blog for your company</span>
<a href="http://incorporated.sendtoinc.com/" class="btn btn-outline">Learn More</a>
</nav>
</header>
</section>
<div class="blog-cover" style="background-image:url(/images/blog-cover.jpg);">
<section>
<div class="container">
<h1>diegorv</h1>
<h3>Ruby, Rails, JS, Arduino, IoT, Games e outras coisas sobre tecnologia</h3>
<a href="https://twitter.com/sendtoinc" title="Follow on Twitter" target="_blank"><i class="icon icon-twitter"></i></a>
<a href="http://facebook.com/sendtoinc" title="Like on Facebook" target="_blank"><i class="icon icon-facebook"></i></a>
<a href="/feed.xml" title="RSS Feed">
<i class="icon icon-rss"></i>
</a>
</div>
</section>
</div>
<article class="container">
<section class="index">
<!-- -->
<div>
<h2 class="title"><a href="/2015/07/14/testando-essa-porcaria/" rel="prefetch">Testando essa porcaria</a></h2>
<p><p>Incorporated provides a great typography, responsive design, author details, semantic markup and more.</p>
<p>You can set customize post covers, and other things directly in the post front matter:</p></p>
<div class="meta">
Escrito por <address></address> —
<time pubdate datetime="2015-14-Julho" title="Julho 14, 2015">Julho 14, 2015</time>
</div>
</div>
<hr>
</section>
<section class="index">
<!-- <img src="/images/ks.png" class="avatar">-->
<div>
<h2 class="title"><a href="/2013/10/08/incorporated/" rel="prefetch">Jekyll Incorporated Features</a></h2>
<p>Incorporated provides a great typography, responsive design, author details, semantic markup and more.</p>
<div class="meta">
Escrito por <address>Karri Saarinen</address> —
<time pubdate datetime="2013-08-Outubro" title="Outubro 08, 2013">Outubro 08, 2013</time>
</div>
</div>
<hr>
</section>
<section class="pagination" style="text-align:center">
</section>
</article>
<footer class="site-footer">
<div class="container">
© 2015
<nav>
<a href="http://sendtoinc.com/">Incorporated</a> ·
<a href="/">Blog</a> ·
<a href="http://incorporated.sendtoinc.com/">Product</a> ·
<a href="https://sendtoinc.com/about/">About</a>
</nav>
<nav class="social">
<a href="https://twitter.com/sendtoinc" title="Follow on Twitter" target="_blank"><i class="icon icon-twitter black"></i></a>
<a href="http://facebook.com/sendtoinc" title="Follow on Facebook" target="_blank"><i class="icon icon-facebook black"></i></a>
<a href="/feed.xml" title="RSS Feed">
<i class="icon icon-rss black"></i>
</a>
</nav>
<p>Incorporated theme by <a href="https://sendtoinc.com">Inc</a></p>
</div>
</footer>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="/assets/main.js"></script>
</body>
</html>