-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
89 lines (73 loc) · 4.21 KB
/
blog.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
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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="description" content="Eugene Venger's blog">
<meta name="viewport" content="initial-scale=1, width=device-width">
<title>Eugene Venger — blog</title>
<link rel="shortcut icon" type="image/jpg" href="favicon.ico" />
<!-- fonts -->
<link href='http://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="styles.css">
<!-- Google Tag Manager -->
<script>(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-PVP6F8T');
</script>
<!-- End Google Tag Manager -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PVP6F8T" height="0" width="0"
style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="page-wrap">
<header>
<nav>
<ul>
<li><a href="/resume">CV</a></li>
<li><a href="/blog">Blog</a></li>
<li><a href="/index">About</a></li>
<li><a href="/contact">Contact</a></li>
</ul>
</nav>
<section>
<h2>My Top 5 Books</h2>
<div id="content">
<h3><a href="https://www.goodreads.com/book/show/1305.Gates_of_Fire" target="_blank">Gates of
Fire</a></h3>
A story about Spartans. Tragic and wonderful.
<h3><a href="https://www.goodreads.com/book/show/20696006-being-mortal" target="_blank">Being
Mortal: Medicine and What Matters in the End</a></h3>
The most helpful and profound book I've ever read in my life.
Atul Gawande did a great job collecting the hardships people face during their lives.
I had finished it shortly after my mom's death and it'd helped me accept that everyone sooner or
later dies.
I highly recommend it if you or your relatives/friends face critical health issues.
Really, the author — practicing surgeon — in a down-to-earth manner writes about heart-breaking
cases which include a story of his father. Such courage makes this book very intimate and destroys
the boundaries between the author and the reader.
I suggest that someday Being Mortal will be translated into Russian or Ukrainian so I can buy that
book for my grandma.
<h3><a href="https://www.goodreads.com/book/show/929782.Martin_Eden" target="_blank">Martin Eden</a>
</h3>
Ambitious and uneducated Martin Eden sets on his journey to live in love with Ruth Morse.
Full of touching moments and drama, this book broke my heart more than once.
<h3><a href="https://www.goodreads.com/book/show/71730.Nonviolent_Communication"
target="_blank">Nonviolent Communication: A Language of Life</a></h3>
Must-read for every person in this world. Helps find a common ground with most aggressive people,
and evaluate your own flows.
<h3><a href="https://www.goodreads.com/book/show/24618.The_Art_of_Living" target="_blank">The Art of
Living: The Classical Manual on Virtue, Happiness and Effectiveness</a></h3>
This book shaped my mindset, and helped me to realize I'm interested in the Buddhist path.
</div>
</section>
</div>
</body>
</html>