-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (54 loc) · 3.12 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tribute to Stephen Hawking</title>
<link rel="stylesheet" href="codsoft.css">
</head>
<body>
<header>
<h1>Stephen Hawking:A brilliant Mind</h1>
</header>
<div class="container">
<div class="main-content">
<img src="https://upload.wikimedia.org/wikipedia/commons/e/eb/Stephen_Hawking.StarChild.jpg" alt="Stephen Hawking">
<h2>About Stephen Hawking</h2>
<p>
Stephen William Hawking was one of the most renowned theoretical physicists and cosmologists in history.
His groundbreaking work in theoretical physics and cosmology brought a deeper understanding of black holes,
quantum mechanics,and nature of the universe.Diagnosed with ALS at the age of 21,Hawking was given only a few years,
yet he defued all odds,living for over dive decades and making profound contributions to science
</p>
<p>
Despite his physical limitations,Hawking communicated his complex theories with clarity and a sense of wonder.
He became a symbol of resillience,brilliance, and human potential.His bestselling book<em> Brief History of Time</em>,
made complex scientific concepts accesible to millions and brught him global recognition.
</p>
<h2>Admirable Qualities</h2>
<p>
-**Perseverence**:Hawking's determination in the face of adversity was unparalleled.
Even as his body failed him,his mind continued to exlore the depths of the cosmos.
</p>
<p>
-**Curiosity**:He maintained an instiable curiosity about the universe,continously seeking to understand the nature of reality and our place in it.
</p>
<p>
-**Creativity**:Hawking's brilliance was not only rooted in his scientific knowledge, but also in his exceptional creativity.
He had a unique ability to think beyond traditional theories and imagine groundbreaking possibilities that others might not.
His bold and revolutionary concept of "Hawking radiation", where black holes can emit radiation and eventually evaporate,
challenged long-standing scientific assumptions.
His creative approach to the universe has inspired generations to look at the world differently and push the boundaries of
human understanding, making him not just a scientific icon, but a creative visionary.
</p>
<p>
-**Humility**:Despite his achievements,Hawking remained humble,often saying that he was no different than anyone else,
but just a child who never lost his wonder about the universe.
</p>
</div>
</div>
<footer>
For more information ,refer to <a href="https://en.wikipedia.org/wiki/Stephen_Hawking" target="_blank">Stephen Hawking's Wikipedia page</a>.
</footer>
</body>
</html>