Advertisement
Guest User

Untitled

a guest
Sep 20th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <!--
  6. Tutorial 4
  7. Author: Courtney Cochran
  8. Date: 9/19/20
  9.  
  10. -->
  11.  
  12. <style>
  13.  
  14. body {
  15. font-size: 1.1em;
  16. font-family: "Verana", sans-serif;
  17. color: black;
  18. background-color: white;
  19. margin-left: 6em;
  20. margin-right: 6em;
  21. margin-bottom: 3em;
  22. }
  23.  
  24. h1 {
  25. color: black;
  26. text-align: center;
  27. }
  28.  
  29. h2, h3, h4, h5, h6 {
  30. color: crimson;
  31. }
  32.  
  33. footer {
  34. background-color: lightgray;
  35. }
  36.  
  37.  
  38. ul.redsquare {
  39. line-height: 2em;
  40. list-style-image: url(images/red_square.jpg);
  41. }
  42.  
  43. .center {
  44. text-align:center;
  45. }
  46.  
  47. </style>
  48.  
  49.  
  50. <script src="modernizr-2.js"></script>
  51. <title>Joseph Brant</title>
  52.  
  53. </head>
  54. <body>
  55.  
  56. <h1>Joseph Brant Biography</h1>
  57.  
  58. <h2>About Joseph Brant</h2>
  59. <p>
  60. The namesake of the college, Joseph Brant, was a Mohawk leader and was a heroic figure in the American Revolutionary War and the Seven Years War, negotiating relationships between the Americans, British, and the six Iroquoian Nations.
  61. <p>
  62.  
  63. <h2>Facts</h2>
  64.  
  65. <ul class="redsquare">
  66.  
  67. <li >Year of birth: 1742</li>
  68. <li>Location of birth: near Akron, OH</li>
  69. <li>Mohawk name: Thayendanegea</li>
  70. <li>Died: November 2, 1807</li>
  71.  
  72. </ul>
  73. <h2> The Chief of Chiefs</h2>
  74.  
  75. <p>After his service in the wars, Joseph Brant settled in Burlington, Ontario, Canada, and became the chief of the Six Nations. The Six Nations comprises the Mohawks, Senecas, Oneidas, Cayugas, Onondagas and Tuscaroras. As the Chief of the Six Nations, each of which had a Chief, Joseph Brant was truly the Chief of Chiefs.
  76. </p>
  77.  
  78. <h2>Portraits</h2>
  79.  
  80. <p>
  81. Portraits of Joseph Brant can be found in the art gallery at Independence National Park in Philadelphia, and in the National Gallery of Canada in Ottawa.
  82. </p>
  83.  
  84. <footer class = "center">
  85. <h4>Contact Information</h4>
  86.  
  87. <strong><em>Joseph Brant Community College Career Fair<br />
  88. P.O. Box 3567<br />
  89. Toledo, OH 43605<br /></em></strong>
  90. </footer>
  91.  
  92. </body>
  93. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement