-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (45 loc) · 1.79 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
<!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- is-">
<div id="wrapper">
<div id="container">
<div id="home">
<section>
<img id="main-photo" src="/img/pic.jpg"/>
<p class="head">I'm <strong>José Victor Catalani</strong>, a web developer with love in art and coding.</p>
<p class="head">You can visit <a href="/projects" title="Projects">projects</a> i've worked, or if you are bored, you can read about <a href="/me" title="me">me</a>.</p>
</section>
<section id="posts">
<h2>Recent blogs</h2>
<ul class="post-list">
<li>
<p class="blog-title"><a href="experiencias-com-redux.html" title="Experiências com Redux">Experiências com Redux</a></p>
<p class="blog-tags">
<a href="tags/react/">#react</a>
<a href="tags/redux/">#redux</a>
<a href="tags/js/">#js</a>
</p>
<p class="blog-date">07 janeiro, 2018</p>
</li>
</ul>
</section>
</div>
</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>