-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbooks.html
More file actions
59 lines (49 loc) · 2.04 KB
/
books.html
File metadata and controls
59 lines (49 loc) · 2.04 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
<?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 | Books</title>
<link rel="stylesheet" type="text/css" href="./css/default.css" />
<link rel="stylesheet" type="text/css" href="./css/main.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="./books.html"> Books </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="books-content" class="mainContent">
<p>I will post here all the highlights and notes of the books I’ve been reading lately.</p>
</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>