Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Physical Science | Home</title>
  5. <link rel="stylesheet" href ="bootstrap.css">
  6. <link rel="stylesheet" href ="stylesheet.css">
  7. <link rel="shortcut icon" href="imgs/atomlogo22.png">
  8. <meta charset="utf-8">
  9. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  10. </head>
  11.  
  12. <!-- nav -->
  13.  
  14. <nav>
  15. <ul>
  16. <a href="home.html"><img src = "imgs/atomlogo22.png" width="55" style="float:left; margin-left:0.7em;"></a>
  17. <li><a style="color:brown;" href="Home.html">Home</a></li>
  18. <li><a href="Topics.html">Topics</a></li>
  19. <li><a href="History.html">History</a></li>
  20. <li><a href="About.html">About</a></li>
  21.  
  22. <li style="float:right;"><a href="Others.html">Others</a></li>
  23. <li style="float:right;"><a href="Sources.html">Sources</a></li>
  24. </ul>
  25. </nav>
  26.  
  27. <!-- Body -->
  28.  
  29. <body>
  30. <div class="mainrow">
  31. <img class="movedown atom" style="float:right; padding-right:5em;" src="imgs/atomlogo.png" height="500">
  32.  
  33. <p id="maintitle" class="fade-in one">Physical Science</p>
  34.  
  35. <div id="mainp" class="fade-in two">
  36. <p>The sciences concerned with the study of inanimate natural objects, including physics, chemistry, astronomy, and related subjects.</p>
  37.  
  38. <p>Physical science, the systematic study of the inorganic world, as distinct from the study of the organic world, which is the province of biological science. Physical science is ordinarily thought of as consisting of four broad areas: astronomy, physics, chemistry, and the Earth sciences. Each of these is in turn divided into fields and subfields. This website discusses the historical development—with due attention to the scope, principal concerns, and methods—of the first three of these areas. Join scientists on an endeavor to discover the world of Physical Science.</p>
  39.  
  40.  
  41. </div>
  42. <img class="fade-in two" src="imgs/physics.gif" height="250" style="padding-top:1em;">
  43. </div>
  44.  
  45. <div class="roh1">
  46. <a href="Cosmology.html"><p id="title" style="color:white; opacity:0.9;">IN THE BEGINNING...</p>
  47.  
  48. <div style="color:white; opacity:0.9;">Learn about Cosmology and the different theories of how the universe was formed.</div>
  49.  
  50. </a>
  51. </div>
  52.  
  53. <div class="roh2">
  54. <a href="HE.html"><p id="title" style="color:white; opacity:0.9;">WE ARE ALL MADE OF STAR STUFF</p>
  55.  
  56. <div style="color:white; opacity:0.9;">Familiarize yourself with the formation of heavy elements from iron and beyond.</div>
  57.  
  58. </a>
  59. </div>
  60.  
  61. </body>
  62.  
  63. <!-- Footer -->
  64.  
  65. <div class="footer">
  66. <a href="nc.html">
  67. <img style="float:right;" height="35" src="imgs/social/fb.png">
  68. <img style="float:right; margin-right:1em;" height="35" src="imgs/social/tw.png">
  69. <img style="float:right; margin-right:1em;" height="35" src="imgs/social/yt.png">
  70. </a>
  71.  
  72. <ul>
  73. <li><a href="Contact.html">Contact</a></li>
  74. <li><a href="About.html">About</a></li>
  75. </ul>
  76.  
  77. <div class="fp">
  78. Website created with the utmost care by Patrick Pangilinan, Jonas Sandoval and Kim Jeiro Lumalang.
  79. </div>
  80.  
  81. <div class="fp">
  82. Currently v1.1. Code licensed BEC, docs CC by BEC Media Group&copy;
  83. </div>
  84. </div>
  85.  
  86. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement