-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
233 lines (190 loc) · 7.35 KB
/
home.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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
<!DOCTYPE html>
<html>
<head>
<title>Tableless</title>
<meta charset="utf-8">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header class="header">
<div class="container">
<menu class="menu">
<span class="icon-menu">Menu</span>
<ul class="menu">
<li><a href="#">Blog</a></li>
<li><a href="#">Lojinha</a></li>
<li><a href="#">Anuncie</a></li>
<li><a href="#">Nossos Serviços</a></li>
<li><a href="#">Fórum</a></li>
<li><a href="#">Vagas e Trampos</a></li>
<li><a href="#">Vídeos Tutoriais</a></li>
<li><a href="#">Nosso Evento</a></li>
<li><a href="#">Contato</a></li>
</ul>
</menu>
<div class="search icon-search">
<form role="search" method="get" id="searchform" class="searchform" action="http://localhost/tableless/">
<div>
<label class="screen-reader-text" for="s">Pesquisar por:</label>
<input type="text" value="" name="s" id="s">
<input type="submit" id="searchsubmit" value="Pesquisar">
</div>
</form> </div>
<h1 class="logo"><a href="http://localhost/tableless">Tableless </a></h1>
<ul class="social-links">
<li><a href="#">Twitter</a></li>
<li><a href="#">Facebook</a></li>
<li><a href="#">FEED Rss</a></li>
<li><a href="#">Google+</a></li>
</ul>
</div>
</header>
<nav class="second-menu">
<ul class="categ-menu">
<li><a href="#">Para Iniciantes</a></li>
<li><a href="#">CSS3</a></li>
<li><a href="#">HTML5</a></li>
<li><a href="#">Javascript</a></li>
<li><a href="#">JQuery</a></li>
<li><a href="#">WordPress</a></li>
<li><a href="#">UX & Design</a></li>
<li><a href="#">SEO</a></li>
<li><a href="#">Acessibilidade</a></li>
<li><a href="#">Artigos</a></li>
<li><a href="#">Traduções</a></li>
</ul>
</nav>
<hr>
<div class="highlight-home">
<h1><a href="#">Criando efeito de fadeIn e fadeOut com javascript puro</a></h1>
<time class="post-time" datetime="2014-01-20 10:04"> 20 de janeiro de 2014</time>
<span class="categ-name"><a href="#">CSS3</a></span>
<span class="author-name"><a href="#">Por Diego Eis</a></span>
<span class="comments-number"><a href="#">03</a></span>
</div>
<hr>
<section class="line-posts">
<h2 class="categ-title"><a href="#">Notícias</a></h2>
<div><a href="#">
<time class="post-time" datetime="2013-11-25 9:24"> 25 de novembro de 2013</time>
<h3>Resultados do Survey 2013</h3>
</a></div>
<div><a href="#">
<time class="post-time" datetime="2013-10-28 9:00"> 28 de outubro de 2013</time>
<h3>Por dentro da Web.br 2013: Web's Got Talent</h3>
</a></div>
<div><a href="#">
<time class="post-time" datetime="2013-08-06 11:04"> 6 de agosto de 2013</time>
<h3>Emmet LiveStyle</h3>
</a></div>
</section>
<hr>
<section class="line-posts">
<h2 class="categ-title"><a href="#">CSS3</a></h2>
<div><a href="#">
<time class="post-time" datetime="2013-11-25 9:24"> 25 de novembro de 2013</time>
<h3>Resultados do Survey 2013</h3>
</a></div>
<div><a href="#">
<time class="post-time" datetime="2013-10-28 9:00"> 28 de outubro de 2013</time>
<h3>Por dentro da Web.br 2013: Web's Got Talent</h3>
</a></div>
<div><a href="#">
<time class="post-time" datetime="2013-08-06 11:04"> 6 de agosto de 2013</time>
<h3>Emmet LiveStyle</h3>
</a></div>
</section>
<hr>
<section class="line-posts">
<h2 class="categ-title"><a href="#">HTML5</a></h2>
<div><a href="#">
<time class="post-time" datetime="2013-11-25 9:24"> 25 de novembro de 2013</time>
<h3>Resultados do Survey 2013</h3>
</a></div>
<div><a href="#">
<time class="post-time" datetime="2013-10-28 9:00"> 28 de outubro de 2013</time>
<h3>Por dentro da Web.br 2013: Web's Got Talent</h3>
</a></div>
<div><a href="#">
<time class="post-time" datetime="2013-08-06 11:04"> 6 de agosto de 2013</time>
<h3>Emmet LiveStyle</h3>
</a></div>
</section>
<hr>
<section class="line-posts">
<h2 class="categ-title"><a href="#">Javascript</a></h2>
<div><a href="#">
<time class="post-time" datetime="2013-11-25 9:24"> 25 de novembro de 2013</time>
<h3>Resultados do Survey 2013</h3>
</a></div>
<div><a href="#">
<time class="post-time" datetime="2013-10-28 9:00"> 28 de outubro de 2013</time>
<h3>Por dentro da Web.br 2013: Web's Got Talent</h3>
</a></div>
<div><a href="#">
<time class="post-time" datetime="2013-08-06 11:04"> 6 de agosto de 2013</time>
<h3>Emmet LiveStyle</h3>
</a></div>
</section>
<hr>
<footer class="footer">
<div class="container">
<h1 class="logo"><a href="#">Tableless</a> <span>© 2003 - 2014 / 10 anos, véi!</span></h1>
<nav>
<h4>Serviços</h4>
<ul>
<li><a href="http://tableless.com.br/servicos/wordpress.php">Wordpress</a></li>
<li><a href="http://tableless.com.br/servicos/front-end.php">Código Front-end</a></li>
<li><a href="http://tableless.com.br/servicos/aula-particular.php">Aula particular</a></li>
<li><a href="http://tableless.com.br/servicos/treinamento.php">Treinamento para empresas</a></li>
</ul>
</nav>
<nav>
<h4>O Tableless</h4>
<ul>
<li><a href="http://tableless.com.br/sobre-nos/">Sobre nós</a></li>
<li><a href="http://tableless.com.br/anuncie/">Anuncie aqui</a></li>
<li><a href="http://tableless.com.br/contato/">Fale conosco</a></li>
</ul>
</nav>
<nav>
<h4>Siga o Tableless</h4>
<ul>
<li><a href="http://twitter.com/tableless">Twitter</a></li>
<li><a href="http://facebook.com/tablelessbr">Facebook</a></li>
<li><a href="http://tableless.com.br/feed/">Feed</a></li>
</ul>
</nav>
<p class="credit">Arquitetura de Informação e UX: <a href="http://twitter.com/diegoeis/">Diego Eis</a>. Design: <a href="http://lvilela.com">Luis Vilela</a>. Ilustrações: <a href="http://geometrydaily.tumblr.com">Tilman Zitzmann</a>.</p>
</div>
</footer>
</div>
<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-335027-1', 'tableless.com.br');
ga('send', 'pageview');
</script>
<?php wp_footer();?>
<script type="text/javascript" src="<?php bloginfo('template_url');?>/js/jquery.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_url');?>/js/modernizr.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_url');?>/js/prettify/src/prettify.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_url');?>/js/jquery.royalslider.min.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_url');?>/js/scripts.js"></script>
<script type='text/javascript' src='http://partner.googleadservices.com/gampad/google_service.js'></script>
<script type='text/javascript'>
GS_googleAddAdSenseService("ca-pub-8115861735629092");
GS_googleEnableAllServices();
GA_googleAddSlot("ca-pub-8115861735629092", "RetanguloMedio-TopoSidebar");
GA_googleAddSlot("ca-pub-8115861735629092", "RetanguloMedio-MiddleSidebar");
GA_googleAddSlot("ca-pub-8115861735629092", "RetanguloMedio-Home");
GA_googleAddSlot("ca-pub-8115861735629092", "Post");
GA_googleAddSlot("ca-pub-8115861735629092", "header");
GA_googleFetchAds();
</script>
</body>
</html>