-
Notifications
You must be signed in to change notification settings - Fork 0
/
readings.html
50 lines (49 loc) · 3.32 KB
/
readings.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Your Name - About</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
color: #000;
margin: 0;
padding: 20px;
display: flex;
justify-content: space-between;
}
.main-content {
max-width: 600px;
}
img {
max-width: 150px;
height: auto;
}
a {
color: #0000FF;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.nav {
text-align: right;
}
.nav a {
display: block;
margin-bottom: 5px;
}
</style>
</head>
<body>
<div class="main-content">
<li>* "We are not unique in suffering from moral confusion — these crises are a familiar story — but we are unique in the tremendous acceleration of the rate of social change and in the tremendous risk of a catastrophic end to all our hopes." ~ Alan Simpson
</li>
<li>* How concise that you can cry from awful wounds, desertion, happiness, memories, humiliation, disappointment, or grandeur ~ Somewhere in the University of Chicago
<li>* When Einstein died, his greatest rival Bohr found for him words of moving admiration. When a few years later Bohr in turn died, someone took a photograph of the blackboard in his study. There's a drawing on it. A drawing of the light-filled box' in Einstein's thought experiment. To the very last, the desire to challenge oneself and understand more. And to the very last: doubt.</li>
* Whenever and wherever there is a decline in religious practice, o descendent of bharata, and a predominant rise of adharma - at that time I descend myself. ~ Krishna…. Beware of putting too much stock in your heroes. greatness is a transitory phenomenon. it is never consistent. the gods briefly act through Men and then leave them to their ordinary fate. ~roon </li>
* It should be noted that there are many people in the space industry who doubt reusable rockets will work, in large part because of the stress the machines and metal go through during launch. It's not clear that the most prized customers will even consider the reused spacecraft for launches due to their inherent risks. This is a big reason that other countries and companies have not pursued the technology. There's a camp of space experts who think Musk is flat-out wasting his time, and that engineering calculations already prove the reusable rockets to be a fool's errand. ~ A note from 2016 </li>
* There's a type of person that doesn't get discouraged even if they make the wrong move five times in a row. They stay passionate about the problem; they stay passionate about trying Lto find a solution. They keep on executing and moving forward"~ Paul Graham to Michael Jordan, Bulls vs Jazz 1998 NBA Finals</li>
</body>