-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog-post.html
105 lines (102 loc) · 5.36 KB
/
blog-post.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Blog Post</title>
<meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport" />
<meta name="description" content="Blog Post" />
<link rel="stylesheet" href="css/blog-post.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
</head>
<body>
<div class="container">
<header class="header">
<div class="logo-container">
<img alt="logo" src="images/app-logo.png" />
<div class="logo-text">Instaread</div>
</div>
<div class="link-container">
<a href="index.html">Home</a>
</div>
</header>
<main class="main">
<div class="main-container">
<h1>
Astrophysics for People in a Hurry's Summary
</h1>
<figure>
<img src="images/blog-post.jpg" alt="book-cover" width="100%" height="100%" />
<figcaption>Astrophysics for People in a Hurry's Summary</figcaption>
</figure>
<div class="author-info">
<div class="author-container author-content">
<div class="avatar-container">
<img src="./images/avatar.png" alt="Avatar" class="avatar" />
<div class="author-container">
<b>Kelly Brogan</b>
<div class="date">Oct 11, 2018 • 2 min read</div>
</div>
</div>
<div class="author-container">
<b>Connect</b>
<div>
<a href="#" class="fa fa-linkedin"></a>
<a href="https://github.com/" class="fa fa-facebook"></a>
<a href="https://twitter.com/" class="fa fa-twitter"></a>
</div>
</div>
</div>
<div class="author-container author-content">
<div class="school-container">
<b>Current School</b>
<div class="content">Bishop Academy</div>
</div>
<div class="author-container">
<b>About Me</b>
<div class="content">I am fun loving person. I want to make new friends</div>
</div>
</div>
</div>
<div class="content">
<p>No matter who you are and what you do for a living, this book is for you. It's beautifully
written and you can learn something new in the process of reading.</p>
<blockquote>(An artist coworker of mine once asked whether alien life forms from Europa would be
called Europeans. The absence of any other plausible answer forced me to say
yes.)
<strong>
<em>- Neil deGrasse Tyson</em>
</strong>
</blockquote>
<p>There's almost no week without some kind of a discovery nowadays. Space, science, tech - you
name
it. But it's also true to some extent that it's not easy to understand all of the details,
because generally these are really technical and it's simply not possible to be acquainted
with
every branch of science, even when you're a scientist. And Tyson clearly understands that!
That's why this book contains knowledge in a form that's pleasant to any reader. There are
no
equations, algorithms, formulas. They seem to scare lot of people and his goal is different
- to
spread science.</p>
<p>I know there are many people that would love to understand space better, but they either
think
<i>it's too complicated or too time-consuming</i>. Worry no more, these 200 pages are all
you
need to
get a <u>grasp of the basics</u>, but not only. Tyson writes about gravity, space, time,
forces
and
many more. It's not too complicated, but please note that it's not the easiest book you'll
ever
read. It makes you think about life, cosmos, nature and other things - and that's super
cool,
but I'm not going to promise you won't need to use Google to understand some aspects of the
book. Or some concepts at least.
</p>
</div>
</div>
</main>
<footer class="footer">Copyright 2023 All rights reserved</footer>
</div>
</body>
</html>