-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (27 loc) · 1.41 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
<!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">
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>
<header class="header">
<h1 class="title">Dr C.V. Raman</h1>
<p class="description">1888-1970</p>
</header>
<section class="tribute">
<blockquote>
"Ask the right questions, and nature will open the doors to her secrets"
</blockquote>
<img src="./download.jpeg" alt="Photo of c.v.ramen">
</section>
<section class="bio">
<h2>Biography</h2>
<p>Sir Chandrasekhara Venkata Raman FRS (7 November 1888 – 21 November 1970) was an Indian physicist known for his work in the field of light scattering.Using a spectrograph that he developed, he and his student K. S. Krishnan discovered that when light traverses a transparent material, the deflected light changes its wavelength and frequency. This phenomenon, a hitherto unknown type of scattering of light, which they called "modified scattering" was subsequently termed the Raman effect or Raman scattering. Raman received the 1930 Nobel Prize in Physics for the discovery and was the first Asian to receive a Nobel Prize in any branch of science.</p>
<hr>
</section>
</body>
</html>