-
Notifications
You must be signed in to change notification settings - Fork 0
/
estar-moveis.html
60 lines (52 loc) · 1.74 KB
/
estar-moveis.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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>José Catalani</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://use.typekit.net/fhv3lft.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body class="is-project is-Estar Móveis">
<div id="wrapper">
<div id="container">
<nav id="main-nav">
<ul>
<li>
<a href="/" title="home">home</a>
</li>
<li>
<a href="/blog" title="blog" class="">blog</a>
</li>
<li>
<a href="/projects" title="projects" class="current">projects</a>
</li>
<li>
<a href="/me" title="me" class="">me</a>
</li>
</ul>
</nav>
<section id="project-details">
<header>
<h1>Estar Móveis<small>2014</small></h1>
<p>Site</p>
<p><a href="http://www.estarmoveis.com.br" title="Estar Móveis" target="_blank" class="visit-site">ver site</a></p>
</header>
<article>
<figure>
<img src="/images/estar-moveis/full.jpg">
</figure>
</article>
</section>
</div>
</div>
<script>
window.ga=function(){ga.q.push(arguments)};ga.q=[];ga.l=+new Date;
ga('create','UA-XXXXX-Y','auto');ga('send','pageview')
</script>
<script src="https://www.google-analytics.com/analytics.js" async defer></script>
<script src="/js/main.js"></script>
</body>
</html>