diff --git a/index.html b/index.html index f54e18c..af65d13 100755 --- a/index.html +++ b/index.html @@ -209,11 +209,16 @@

States of matter

-
+ +

diff --git a/light/JSz.gif b/light/JSz.gif new file mode 100644 index 0000000..13cbe62 Binary files /dev/null and b/light/JSz.gif differ diff --git a/light/Refraction.jpg b/light/Refraction.jpg new file mode 100644 index 0000000..659be28 Binary files /dev/null and b/light/Refraction.jpg differ diff --git a/light/diffraction.png b/light/diffraction.png new file mode 100644 index 0000000..9c805d5 Binary files /dev/null and b/light/diffraction.png differ diff --git a/light/gif.mp4 b/light/gif.mp4 new file mode 100644 index 0000000..56cf74f Binary files /dev/null and b/light/gif.mp4 differ diff --git a/light/gif1.gif b/light/gif1.gif new file mode 100644 index 0000000..279b15e Binary files /dev/null and b/light/gif1.gif differ diff --git a/light/gif2.gif b/light/gif2.gif new file mode 100644 index 0000000..d68bba5 Binary files /dev/null and b/light/gif2.gif differ diff --git a/light/gif3.gif b/light/gif3.gif new file mode 100644 index 0000000..13cbe62 Binary files /dev/null and b/light/gif3.gif differ diff --git a/light/gif4.gif b/light/gif4.gif new file mode 100644 index 0000000..33900e1 Binary files /dev/null and b/light/gif4.gif differ diff --git a/light/gif5.gif b/light/gif5.gif new file mode 100644 index 0000000..f69dbe3 Binary files /dev/null and b/light/gif5.gif differ diff --git a/light/gif6.mp4 b/light/gif6.mp4 new file mode 100644 index 0000000..d50383a Binary files /dev/null and b/light/gif6.mp4 differ diff --git a/light/lesson.html b/light/lesson.html new file mode 100644 index 0000000..32e2bee --- /dev/null +++ b/light/lesson.html @@ -0,0 +1,194 @@ + + + + + + + + + + + + + + + + + + + + +
+
+
+ +
+
+
+ +
+
+ + +
+



+ + + + +



+ + + +
+
+ + + +
+ +
+

Fig.Polarization in Light

+ +
+
+
+ + + + + +
+
+

Light and it's Dual Nature

+ +

+ Definition of light +

+ +

Light is electromagnetic radiation within a certain portion of the electromagnetic spectrum. The word usually refers to visible light, which is the visible spectrum that is visible to the human eye and is responsible for the sense of sight.

+ +

Light exhibits the following properties and phenomena

+ +

+ Wave or stream of particles +

+ +

In some of the experiments light exhibits properties that prove the wave nature of light. Whereas in some other experiments, the observations reveal that light is a stream of particles travelling from one place to another. But now scientists have explained that because of its dual nature light can be considered as particle in some cases and as a wave in some other cases

+ +

+ Characteristics of wave nature of light +

+ +

Wavelength -distance between two consecutive crests/troughs ,Frequency -number of waves passing through a point per second ,Interference -overlapping of two or more light waves ,Diffraction -spreading of light waves when it passes though the corners of an object

+ +

Diffusion in liquids is slower than in gases because the particles in a liquid move more slowly.

+ +

+ Other Phenomena +

+ + +

Reflection -bouncing off of light from an object ,Refraction -bending of a wave on change of medium ,Scattering -redirection of light in many different directions when it interacts with matter ,Polarization -When the electric field vectors are restricted to a single plane by filtration, then the light is said to be polarized with respect to the direction of propagation

+
+ +
+ + + + + + + \ No newline at end of file diff --git a/light/modification.css b/light/modification.css new file mode 100644 index 0000000..2962742 --- /dev/null +++ b/light/modification.css @@ -0,0 +1,112 @@ +button#reflection { + background-color: #fff; + color: #E376C4; + border: none; + font-size: 1.2em; + font-family: 'Courier new', monospace, sans-serif; + font-weight: bold; + font-style: oblique; +} + +button#refraction { + background-color: #fff; + color: #6EF5DE; + border: none; + font-size: 1.2em; + font-family: 'Courier new', monospace, sans-serif; + font-weight: bold; + font-style: oblique; +} + +button#diffraction { + background-color: #fff; + color: #E7932E; + border: none; + font-size: 1.2em; + font-family: 'Courier new', monospace, sans-serif; + font-weight: bold; + font-style: oblique; +} + + +body { + padding: 2em; + border-top: none; + background-color:#999999; + +} + +table.table { + width: 100%; + border-top: none; +} + +.table th, +.table td { + text-align: left; + padding: 0.25em; +} + +.table tr { + border-bottom: none; + border-top: none; +} + +.table > tbody > tr > th, { + padding: 8px; + line-height: 1.42857143; + vertical-align: top; + border-top: none; +} + +td.edit-buttons { + text-align: right; +} + +button { + border: none; + margin: 0 0.25em; + transition: all 0.3s; +} + +button:hover { + box-shadow: 0 0 4px rgba(3, 3, 3, 0.8); + opacity: 0.9; +} + +button.edit { + background: #6F9; +} + +button.delete { + background: #F69; +} + +@media screen and (max-width: 800px) { + tr { + display: flex; + flex-direction: row; + flex-wrap: wrap; + margin: 0.5em 0; + border: none; + } + td, + th { + flex: 1 1 150px; + border: none; + } + td.edit-buttons, + td.empty { + /*flex: 1 0 90%; + text-align: center;*/ + } +} + +* { + box-model: border-box; + font-family: 'Space Mono'; +} + + + + diff --git a/light/reflect.jpg b/light/reflect.jpg new file mode 100644 index 0000000..7e77ad9 Binary files /dev/null and b/light/reflect.jpg differ diff --git a/light/reflection.jpg b/light/reflection.jpg new file mode 100644 index 0000000..3cc0f5f Binary files /dev/null and b/light/reflection.jpg differ diff --git a/light/reflection1.jpg b/light/reflection1.jpg new file mode 100644 index 0000000..d4f3feb Binary files /dev/null and b/light/reflection1.jpg differ diff --git a/light/reflectionjif.mp4 b/light/reflectionjif.mp4 new file mode 100644 index 0000000..50829cf Binary files /dev/null and b/light/reflectionjif.mp4 differ diff --git a/navigation.html b/navigation.html index e3714c1..0a33120 100644 --- a/navigation.html +++ b/navigation.html @@ -140,16 +140,18 @@

_Biology

  • Levels of organisation
  • Movement across cell membranes
  • +
  • _Lesson 1
  • +
  • _Lesson 2
  • +
  • _Lesson 3
  • +
  • _Lesson 4
  • +