-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnow.html
More file actions
70 lines (60 loc) · 2.78 KB
/
now.html
File metadata and controls
70 lines (60 loc) · 2.78 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
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Alberto Sadde">
<meta name="description" content="Alberto Sadde's personal webpage.">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>aesadde | What I'm doing now</title>
<link rel="stylesheet" type="text/css" href="./css/default.css" />
<link rel="stylesheet" type="text/css" href="./css/now.css" />
<link href="http://fonts.googleapis.com/css?family=Lato:300,700,300italic,700italic" rel="stylesheet" type="text/css">
</head>
<body>
<div id="header">
<div id="headerWrapper">
<a id="name" href="./now.html"> What I'm doing now </a>
<div id="info">
<a href="./index.html"> Alberto Sadde </a>
</div>
</div>
<div id="navigation">
<a href="./blog.html">Blog</a>
<a href="./now.html">Now</a>
<a href="./projects.html">Projects</a>
<a href="./books.html">Books</a>
</div>
</div>
<div id="wrapper">
<div id="now-content" class="mainContent">
<p>This is a <a href="http://nownownow.com/about">Now page</a>. It details what I am currently focused and working on. You can also check my previous <a href="./old-now.html">now pages</a></p>
<ul>
<li><p>I am currently working as a research engineer at <a href="http://aifi.io/">AiFi</a> an early stage startup developing cool computer vision products.</p></li>
<li><p>I am trying to keep up with Haskell development by writing my side projects and automation scripts only with Haskell.</p></li>
<li><p>I am also trying to figure out the best way to publish notes and highlights I extract from all the books I read.</p></li>
</ul>
<h3 id="books-im-reading">Books I’m reading</h3>
<ul>
<li>The Singularity is Near <em>by Ray Kurzweil</em><br />
</li>
<li>A Guide to The Good Life <em>by William B. Irvine</em></li>
</ul>
</div>
</div>
<div id="footer">
This site is generated using <a href="http://jaspervdj.be/hakyll">Hakyll</a>
</div>
<script type="text/javascript" src="js/default.js"></script>
<!-- Google Analytics -->
<script async src="https://www.google-analytics.com/analytics.js"></script>
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-19951364-4', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
</body>
</html>