-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (66 loc) · 3.21 KB
/
Copy pathindex.html
File metadata and controls
66 lines (66 loc) · 3.21 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
60
61
62
63
64
65
66
<!DOCTYPE html>
<html 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.0" />
<title>Tribute Page</title>
<link rel="stylesheet" href="/albert.css" />
</head>
<body>
<div id="main">
<h1 id="title">Albert Einstein</h1>
<div id="img-div">
<img
id="image"
src="https://images.newscientist.com/wp-content/uploads/2019/06/18142824/einstein.jpg"
/>
<div id="img-caption"><b>A photo of Albert Einstein</b></div>
<br />
</div>
<div id="tribute-info">
This is a tribute page to Albert Einstein, the founder of Relativity and
one of the best Physicist that has ever being on the surface of this
life.
<a
href="https://www.britannica.com/biography/Albert-Einstein"
id="tribute-link"
target="_blank"
>Go to Albert Einstein biography on his life</a
>
<p>
Albert Einstein was a German-born theoretical physicist, widely
acknowledged to be one of the greatest and most influential physicists
of all time. Einstein is best known for developing the theory of
relativity, but he also made important contributions to the
development of the theory of quantum mechanics.
</p>
<p>Some of albert einstein favourite quotes are:
<ol>
<li>“Two things are infinite: the universe and human stupidity; and I'm not sure about the universe.”
― Albert Einstein</li>
<li>“There are only two ways to live your life. One is as though nothing is a miracle. The other is as though everything is a miracle.”
― Albert Einstein
</li>
<li>“I am enough of an artist to draw freely upon my imagination. Imagination is more important than knowledge. Knowledge is limited. Imagination encircles the world.”
― Albert Einstein</li>
<li>“If you can't explain it to a six year old, you don't understand it yourself.”
― Albert Einstein</li>
<li>“If you want your children to be intelligent, read them fairy tales. If you want them to be more intelligent, read them more fairy tales.”
― Albert Einstein</li>
<li>“Logic will get you from A to Z; imagination will get you everywhere.”
― Albert Einstein</li>
<li>“Anyone who has never made a mistake has never tried anything new.”
― Albert Einstein</li>
<li>“I speak to everyone in the same way, whether he is the garbage man or the president of the university.”
― Albert Einstein</li>
<li>“When you are courting a nice girl an hour seems like a second. When you sit on a red-hot cinder a second seems like an hour. That's relativity.”
― Albert Einstein</li>
<li>“Any fool can know. The point is to understand.”
― Albert Einstein</li>
</ol>
</p>
</div>
</div>
</body>
</html>