-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
132 lines (91 loc) · 4.1 KB
/
index.html
File metadata and controls
132 lines (91 loc) · 4.1 KB
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
<!DOCTYPE HTML>
<html lang="en-us">
<html>
<head>
<meta name="generator" content="Hugo 0.16" />
<title>João Da Silva - João Da Silva</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Software Developer">
<meta name="author" content="João Da Silva">
<meta name="keywords" content="scala, akka, playframework, finagle, ansible, spark, neo4j, cassandra, kafka">
<link rel="stylesheet" href="https://jsilva.github.io/assets/css/main-blue.css" />
<link rel="icon" type="image/ico" href="https://jsilva.github.io/images/favicon-16x16.ico" sizes="16x16" />
<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-XXXXXXX-Y', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<section id="header">
<header>
<span class="image avatar"><a href="https://jsilva.github.io/"><img src="https://jsilva.github.io/images/avatar.jpg" alt="" /></a></span>
<h1 id="logo"><a href="https://jsilva.github.io/">João Da Silva</a></h1>
<p>Software Developer, Designer, Capoeirista, DJ and Music Producer.</p>
</header>
<nav id="nav">
<ul>
<li><a href="/about"><span class="label">About</span></a></li>
<li><a href="/blog"><span class="label">Blog</span></a></li>
<li><a href="/works"><span class="label">Projects</span></a></li>
<li><a href="/contact"><span class="label">Hire Me</span></a></li>
</ul>
</nav>
<footer>
<ul class="icons">
<li><a href="https://github.com/JSilva" class="icon fa-github"><span class="label">Github</span></a></li>
</ul>
</footer>
</section>
<div id="wrapper">
<div id="main">
<section>
<div class="container">
<header class="major">
<h2><a href="https://jsilva.github.io/blog/akka-notes/">Akka notes</a></h2>
<p>19 September 2016</p>
<ul class="actions small">
<li><a href="https://jsilva.github.io/categories/scala" class="button special small icon fa-sitemap">scala</a></li><li><a href="https://jsilva.github.io/categories/akka" class="button special small icon fa-sitemap">akka</a></li>
</ul>
</header>
</div>
</section>
<section>
<div class="container">
<header class="major">
<h2><a href="https://jsilva.github.io/blog/scala-type-covariance-and-contravariance/">Scala Type covariance and contravariance</a></h2>
<p>19 July 2016</p>
<ul class="actions small">
<li><a href="https://jsilva.github.io/categories/scala" class="button special small icon fa-sitemap">scala</a></li>
</ul>
</header>
</div>
</section>
<section>
<div class="container">
<ul class="actions">
<li><span class="button special disabled">Page 1 of 1</span></li>
</ul>
</div>
</section>
</div>
<section id="footer">
<div class="container">
<ul class="copyright">
<li>2016 © All rights reserved.</li>
</ul>
</div>
</section>
</div>
<script src="https://jsilva.github.io/assets/js/jquery.min.js"></script>
<script src="https://jsilva.github.io/assets/js/jquery.scrollzer.min.js"></script>
<script src="https://jsilva.github.io/assets/js/jquery.scrolly.min.js"></script>
<script src="https://jsilva.github.io/assets/js/skel.min.js"></script>
<script src="https://jsilva.github.io/assets/js/util.js"></script>
<script src="https://jsilva.github.io/assets/js/main.js"></script>
</body>
</html>