-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbooks.html
More file actions
41 lines (38 loc) · 1.29 KB
/
books.html
File metadata and controls
41 lines (38 loc) · 1.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Mica Huynh</title>
<link rel="stylesheet" href="css/style.css" type="text/css">
<link rel="stylesheet" href="http://static.tumblr.com/ybdgkw4/JSPkya1tr/base64_quicksandfonts.css" type="text/css" charset="utf-8">
</head>
<body>
<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-58689489-1', 'auto');
ga('send', 'pageview');
</script>
<div class="center-block">
<p><b>Ever wanted to read more, but can't remember which books to pick up next?</b><br>Here's a list of my recommended reads.</p>
<br>
<br>
<p><b>Personal Development</b>
<ul>
<li>The 7 habits of highly effective people, Stephen R. Covey</li>
<li>The Life-Changing Magic of Tidying Up, Marie Kondo</li>
</ul>
</p>
<br>
<p><b>Fiction</b>
<ul>
<li>The Martian, Andy Weir</li>
<li>Harry Potter Series, J.K. Rowling</li>
<li>The Night Circus, Erin Morgenstern</li>
</ul>
</p>
</div>
</body>
</html>