diff options
author | Rahiel Kasim <rahielkasim@gmail.com> | 2016-04-22 11:55:24 +0200 |
---|---|---|
committer | Rahiel Kasim <rahielkasim@gmail.com> | 2016-04-22 11:55:24 +0200 |
commit | 58530eba4e0ad82d642699f125dd077b62110c55 (patch) | |
tree | b4961c7a63f6910bcb8589ab5781681ca3ae20ea | |
parent | 0451c95d49baad9716e56def949804160eb433c7 (diff) |
add background pictures
-rw-r--r-- | Pictures/apocalypse.jpg | bin | 0 -> 405757 bytes | |||
-rw-r--r-- | Pictures/lagrangian.png | bin | 0 -> 78711 bytes | |||
-rw-r--r-- | index.html | 16 |
3 files changed, 6 insertions, 10 deletions
diff --git a/Pictures/apocalypse.jpg b/Pictures/apocalypse.jpg Binary files differnew file mode 100644 index 0000000..5522cdd --- /dev/null +++ b/Pictures/apocalypse.jpg diff --git a/Pictures/lagrangian.png b/Pictures/lagrangian.png Binary files differnew file mode 100644 index 0000000..ef62de3 --- /dev/null +++ b/Pictures/lagrangian.png @@ -46,8 +46,8 @@ <section> <h1>Introduction</h1> </section> - <section> - <blockquote style="width:1000px; margin-bottom:0px;"> + <section data-background="Pictures/apocalypse.jpg"> + <blockquote style="width:1000px; margin-bottom:0px; background-color: #272b23; opacity: 0.85;"> “If, in some cataclysm, all of scientific knowledge were to be destroyed, and only one sentence passed on to the next generation of creatures, what statement would contain the most information in the fewest words? I believe it is the <i>atomic hypothesis</i> @@ -77,15 +77,11 @@ <h1>Goal</h1> </section> <!-- <section data-background-iframe="MDstep1bg.html"> --> - <section > + <section data-background="Pictures/lagrangian.png"> <h3>Disadvantages of Conventional Education</h3> <ul> - <li class="fragment"> - Only ideal gasses, equilibria, thermodynamic limit - </li> - <li class="fragment"> - No physics, only mathematics - </li> + <li class="fragment">No physics, only mathematics</li> + <li class="fragment">Only ideal gasses, equilibria, thermodynamic limit</li> </ul> </section> @@ -124,8 +120,8 @@ <section data-background="Pictures/lj.svg" data-background-size="900px"> <h1>Newton</h1> <ul> - <li class="fragment">$$ F = -\frac{du}{dr} $$</li> <li class="fragment">$$ F = m a$$</li> + <li class="fragment">$$ F = -\frac{du}{dr} $$</li> </ul> </section> </section> |