Advertisement
Guest User

Untitled

a guest
Nov 25th, 2014
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.42 KB | None | 0 0
  1. <head>
  2. <style>
  3. html,body{
  4. width:100%;
  5. margin:0;
  6. padding:0;
  7. font-family: "Arial";
  8. }
  9. .MainHeader{
  10. background-color:#BFBFBF;
  11. padding: 20px;
  12. overflow: hidden;
  13. }
  14. .MainHeaderTitle{
  15. display: inline-block;
  16. line-height: 64px;
  17. margin:0;
  18. vertical-align: top;
  19. color:#404040;
  20. }
  21. .MainHeaderLogo {
  22. display: inline-block;
  23. height: 64px;
  24. width: 64px;
  25. }
  26. nav{
  27.  
  28. overflow: hidden;
  29. }
  30. nav ul{
  31. margin:0;
  32. padding: 0;
  33. display: inline-block;
  34. overflow: hidden;
  35. }
  36. nav ul li{
  37. list-style-type:none;
  38. background-color: #404040;
  39. float: left;
  40. width: 140px;
  41. line-height: 40px;
  42. text-align: center;
  43. margin: 2px;
  44. }
  45. nav ul li a{
  46. color: #BFBFBF;
  47. text-decoration: none;
  48.  
  49. }
  50. section ul li a{
  51. color: #404040;
  52. text-decoration: none;
  53. }
  54.  
  55. img{
  56. max-width: 100%;
  57. }
  58. .img-container{
  59. text-align: center;
  60. }
  61. main{
  62. width:100%;
  63. padding: 20px;
  64. box-sizing: border-box;
  65. }
  66. footer{
  67. background-color:#404040;
  68. color: #BFBFBF;
  69. overflow: hidden;
  70. padding: 20px;
  71. }
  72. footer a,footer p{
  73. color: #BFBFBF;
  74. margin: 5px;
  75. display: inline-block;
  76.  
  77. }
  78. .col-3{
  79. width:25%;
  80. float:left;
  81.  
  82. }
  83. </style>
  84. </head>
  85. <body>
  86. <header class="MainHeader">
  87. <div class="HeaderWrap">
  88. <img src="http://charactercounts.north-staracademy.com/images/Climbing_to_Character-Logo.png" alt="Climbing to Character Logo" class="MainHeaderLogo">
  89. <h1 class="MainHeaderTitle">
  90. Climbing to Character
  91. </h1>
  92. <nav>
  93. <ul class="NavList">
  94. <li class="NavListItems1">
  95. <a href="index.html" class="NavLinks1">Home</a>
  96. </li>
  97. <li class="NavListItems">
  98. <a href="trustworthiness.html" class="NavLinks">Trustworthiness</a>
  99. </li>
  100. <li class="NavListItems">
  101. <a href="respect.html" class="NavLinks">Respect</a>
  102. </li>
  103. <li class="NavListItems">
  104. <a href="responsibility.html" class="NavLinks">Responsibility</a>
  105. </li>
  106. <li class="NavListItems">
  107. <a href="fairness.html" class="NavLinks">Fairness</a>
  108. </li>
  109. <li class="NavListItems">
  110. <a href="caring.html" class="NavLinks">Caring</a>
  111. </li>
  112. <li class="NavListItems">
  113. <a href="citizenship.html" class="NavLinks">Citizenship</a>
  114. </li>
  115. </ul>
  116. </nav>
  117. </div>
  118. </header>
  119. <main>
  120. <section class="ContentSection">
  121. <header class="ContentSectionHeader">
  122. <h1 class="ContentSectionTitle">
  123. Home
  124. </h1>
  125. </header>
  126. <p class="ContentSectionInformation">
  127. Teaching good character is one of the things that has made North Star Academy what it is today. We use a program called Character Counts to teach students how to have good character. The Character Counts program is made up of six basic pillars of character. These pillars of character will help everyone to succeed.
  128. <br />
  129. <br />
  130. They are:
  131. </p>
  132. <ul class="ContentSectionList">
  133. <li class="ContentSectionListItems">
  134. <a href="trustworthiness.html" class="ContentSectionListLinks">Trustworthiness</a>
  135. </li>
  136. <li class="ContentSectionListItems">
  137. <a href="respect.html" class="ContentSectionListLinks">Respect</a>
  138. </li>
  139. <li class="ContentSectionListItems">
  140. <a href="responsibility.html" class="ContentSectionListLinks">Responsibility</a>
  141. </li>
  142. <li class="ContentSectionListItems">
  143. <a href="fairness.html" class="ContentSectionListLinks">Fairness</a>
  144. </li>
  145. <li class="ContentSectionListItems">
  146. <a href="caring.html" class="ContentSectionListLinks">Caring</a>
  147. </li>
  148. <li class="ContentSectionListItems">
  149. <a href="citizenship.html" class="ContentSectionListLinks">Citizenship</a>
  150. </li>
  151. </ul>
  152. <div class="img-container">
  153. <img class="main-img" src="http://charactercounts.north-staracademy.com/images/Climbing_to_Character-Six_Pillars.png" class="ContentSectionImages" alt="The six pillars of character are trustworthiness, respect, responsibility, fairness, caring, and citizenship." />
  154. </div>
  155.  
  156. </section>
  157. </main>
  158. <footer>
  159. <div class="FooterWrap">
  160. <div class="col-3">
  161. <p class="FooterInformation">
  162. Made by students at North Star Academy
  163. </p>
  164. </div>
  165. <div class="col-3">
  166. <p class="FooterInformation">
  167. Last Updated on <time datetime="2014-10-27">10/27/2014</time>
  168. </p>
  169. </div>
  170. <div class="col-3">
  171. <a href="http://north-staracademy.com/index.html" class="FooterNorthStarLink">North Star Academy</a>
  172. </div>
  173. <div class="col-3">
  174. <a href="http://charactercounts.org/sixpillars.html" class="FooterSixPillarsLink">Six Pillars of Character Official Website</a>
  175. </div>
  176.  
  177.  
  178.  
  179.  
  180. </div>
  181. </footer>
  182. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement