-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
195 lines (113 loc) · 7.58 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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
<!doctype html>
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Nando Kstro Net Blog | Web Developer Contents</title>
<meta name="description" content="A responsive Jekyll theme with editorial tendencies by designer Michael Rose.">
<meta name="keywords" content="Jekyll, theme, responsive, blog, template">
<!-- Twitter Cards -->
<meta name="twitter:title" content="Nando Kstro Net Blog | Web Developer Contents">
<meta name="twitter:description" content="A responsive Jekyll theme with editorial tendencies by designer Michael Rose.">
<meta name="twitter:site" content="@NandoKstroNet">
<meta name="twitter:creator" content="@NandoKstroNet">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="http://nandokstronet.github.io/images/texture-feature-01.jpg">
<!-- Open Graph -->
<meta property="og:locale" content="en_US">
<meta property="og:type" content="article">
<meta property="og:title" content="Nando Kstro Net Blog | Web Developer Contents">
<meta property="og:description" content="A responsive Jekyll theme with editorial tendencies by designer Michael Rose.">
<meta property="og:url" content="http://nandokstronet.github.io/">
<meta property="og:site_name" content="Nando Kstro Net Blog | Web Developer Contents">
<link rel="canonical" href="http://nandokstronet.github.io/">
<link href="http://nandokstronet.github.io/feed.xml" type="application/atom+xml" rel="alternate" title="Nando Kstro Net Blog | Web Developer Contents Feed">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- For all browsers -->
<link rel="stylesheet" href="http://nandokstronet.github.io/assets/css/main.css">
<meta http-equiv="cleartype" content="on">
<!-- HTML5 Shiv and Media Query Support -->
<!--[if lt IE 9]>
<script src="http://nandokstronet.github.io/assets/js/vendor/html5shiv.min.js"></script>
<script src="http://nandokstronet.github.io/assets/js/vendor/respond.min.js"></script>
<![endif]-->
<!-- Modernizr -->
<script src="http://nandokstronet.github.io/assets/js/vendor/modernizr-2.7.1.custom.min.js"></script>
<link href='//fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700%7CPT+Serif:400,700,400italic' rel='stylesheet' type='text/css'>
<!-- Icons -->
<!-- 16x16 -->
<link rel="shortcut icon" href="http://nandokstronet.github.io/favicon.ico">
<!-- 32x32 -->
<link rel="shortcut icon" href="http://nandokstronet.github.io/favicon.png">
<!-- 57x57 (precomposed) for iPhone 3GS, pre-2011 iPod Touch and older Android devices -->
<link rel="apple-touch-icon-precomposed" href="http://nandokstronet.github.io/images/apple-touch-icon-precomposed.png">
<!-- 72x72 (precomposed) for 1st generation iPad, iPad 2 and iPad mini -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://nandokstronet.github.io/images/apple-touch-icon-72x72-precomposed.png">
<!-- 114x114 (precomposed) for iPhone 4, 4S, 5 and post-2011 iPod Touch -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://nandokstronet.github.io/images/apple-touch-icon-114x114-precomposed.png">
<!-- 144x144 (precomposed) for iPad 3rd and 4th generation -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://nandokstronet.github.io/images/apple-touch-icon-144x144-precomposed.png">
</head>
<body class="home">
<!--[if lt IE 9]><div class="browser-upgrade alert alert-info">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</div><![endif]-->
<div class="navigation-wrapper">
<div class="site-name">
<a href="http://nandokstronet.github.io">Nando Kstro Net Blog | Web Developer Contents</a>
</div><!-- /.site-name -->
<div class="top-navigation">
<nav role="navigation" id="site-nav" class="nav">
<ul>
<li><a href="http://nandokstronet.github.io/" >Home</a></li>
<li><a href="http://nandokstronet.github.io/about/" >Sobre</a></li>
<li><a href="http://nandokstronet.github.io/projects/" >Projetos</a></li>
<li><a href="http://nandokstronet.github.io/e-book/" >E-book</a></li>
</ul>
</nav>
</div><!-- /.top-navigation -->
</div><!-- /.navigation-wrapper -->
<div class="image-wrap">
<img src=
"http://nandokstronet.github.io/images/texture-feature-01.jpg"
alt=" feature image">
<span class="image-credit">Photo Credit: <a href="http://texturelovers.com">Texture Lovers</a></span>
</div><!-- /.image-wrap -->
<div class="article-author-side">
<img src="http://nandokstronet.github.io/images/bio-photo.jpg" class="bio-photo" alt="Nando Kstro Net bio photo">
<h3>Nando Kstro Net</h3>
<p>Web Developer por amor! Profundo estudante do mundo web e amante das boas práticas, sempre buscando melhorar um pouco a cada dia!</p>
<a href="http://www.zend.com/en/yellow-pages/ZEND027398" target="_blank"><img src="http://nandokstronet.github.io/images/zcpe-logo.jpg" alt="Zend Certified PHP Engineer " width="100px"></a><hr style="width: 100px;"/>
<a href="mailto:[email protected]" class="author-social" target="_blank"><i class="fa fa-envelope-square"></i> Email</a>
<a href="http://twitter.com/NandoKstroNet" class="author-social" target="_blank"><i class="fa fa-twitter-square"></i> Twitter</a>
<a href="http://facebook.com/NandoKstroNet" class="author-social" target="_blank"><i class="fa fa-facebook-square"></i> Facebook</a>
<a href="http://github.com/NandoKstroNet" class="author-social" target="_blank"><i class="fa fa-github"></i> Github</a>
</div>
<div id="index">
<h3><a href="http://nandokstronet.github.io/posts/">Recent Posts</a></h3>
<article>
<h2><a href="http://nandokstronet.github.io/sobre-o-curso-be-mobile-ninja/" title="Curso BeMobile.Ninja em São Luis - MA">Curso BeMobile.Ninja em São Luis - MA</a></h2>
<p>Curso BeMobile.Ninja em São Luis - MA, saiba como participar do mesmo.</p>
</article>
<article>
<h2><a href="http://nandokstronet.github.io/introducao-ao-silex-middlewares/" title="[Introdução ao Silex] - Middlewares">[Introdução ao Silex] - Middlewares</a></h2>
<p>Video aula prática sobre a utilização dos Middlewares no Silex Framework</p>
</article>
<article>
<h2><a href="http://nandokstronet.github.io/introducao-ao-silex/" title="[Introdução ao Silex] - Hello World">[Introdução ao Silex] - Hello World</a></h2>
<p>Introdução ao micro framework Silex.</p>
</article>
</div><!-- /#index -->
<div class="footer-wrap">
<footer>
<span>© 2015 Nando Kstro Net. Powered by <a href="http://jekyllrb.com">Jekyll</a> using the <a href="http://mademistakes.com/minimal-mistakes/">Minimal Mistakes</a> theme.</span>
</footer>
</div><!-- /.footer-wrap -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="http://nandokstronet.github.io/assets/js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script src="http://nandokstronet.github.io/assets/js/scripts.min.js"></script>
</body>
</html>