Guest User

Untitled

a guest
Jan 16th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.23 KB | None | 0 0
  1. 1)
  2.  
  3. <!-- Showcase Section-->
  4. <div id="showcase">
  5. <header>
  6. <nav class="cf">
  7. <ul class="cf">
  8. <li class="hide-on-small">
  9. <a href="https://www.centro.net/">
  10. <img src="https://www2.centro.net/l/75412/2019-01-
  11. 15/4kzjqb/75412/179423/Centro_Webinar_logo.png" alt="Centro Webinars">
  12. </a>
  13. </li>
  14. </ul>
  15. <a href="#" id='openup'>Centro Webinars</a>
  16. </nav>
  17. </header>
  18.  
  19. /* Showcase */
  20. #showcase {
  21. margin: 0;
  22. padding: 0;
  23. padding-bottom: 20px;
  24. background: url('https://www2.centro.net/l/75412/2019-01-
  25. 15/4kzjql/75412/179431/herotallerwider.png') no-repeat center/cover;
  26. width: 100%;
  27. position: relative;
  28. overflow-y: hidden;
  29. }
  30.  
  31. #showcase .container {
  32. margin-top: 13vh;
  33. margin-left: 0vw;
  34. margin-right: 43vw;
  35. }
  36.  
  37. #showcase h1 {
  38. margin-left: 7vw;
  39. font-size: 1.5rem;
  40. margin-bottom: -0.1em;
  41. color: #1fadde;
  42. }
  43.  
  44. #showcase h3 {
  45. margin-left: 7vw;
  46. font-size: 0.9rem;
  47. margin-bottom: -1.3em;
  48. color: #3a3d40;
  49. }
  50.  
  51. #showcase h2 {
  52. margin-left: 7vw;
  53. font-size: 1.2rem;
  54. margin-bottom: -0.5em;
  55. color: #1fadde;
  56. }
  57.  
  58. #showcase p {
  59. margin-left: 7vw;
  60. font-size: 14px;
  61. margin-bottom: -0.5em;
  62. color: #3a3d40;
  63. width: 70%;
  64. }
  65.  
  66.  
  67. 2)
  68.  
  69. /* Footer */
  70. footer .footersection {
  71. background: #333;
  72. padding: 1rem;
  73. color: #FFFFFF;
  74. text-align: center;
  75. margin: 0 auto;
  76. overflow: hidden;
  77. }
  78. #footer img {
  79. margin-top: 0.5vh;
  80. height: 20px;
  81. width: 20px;
  82. display: inline;
  83. margin-left: auto;
  84. margin-right: 10px;
  85. }
  86. #footer .smicons {
  87. margin-left: auto;
  88. margin-right: auto;
  89. text-align: center;
  90. }
  91.  
  92.  
  93. <!-- Footer Section -->
  94. <footer>
  95. <section id="footer" class="footersection">
  96. <div class="container">
  97. <div class="smicons">
  98. <a href="https://www.facebook.com/centro.llc">
  99. <img src="https://www2.centro.net/l/75412/2019-01-
  100. 16/4kzrcg/75412/179517/facebook.png" alt="Centro Facebook">
  101. </a>
  102. <a href="https://twitter.com/centro">
  103. <img src="https://www2.centro.net/l/75412/2019-01-
  104. 16/4kzrcb/75412/179519/twitter.png" alt="Centro Twitter">
  105. </a>
  106. <a href="https://www.linkedin.com/company/centro">
  107. <img src="https://www2.centro.net/l/75412/2019-01-
  108. 16/4kzrcd/75412/179515/linkedin.png" alt="Centro LinkedIn">
  109. </a>
  110. <a href="https://www.youtube.com/user/centrollc">
  111. <img src="https://www2.centro.net/l/75412/2019-01-
  112. 16/4kzrcj/75412/179521/youtube.png" alt="Centro YouTube">
  113. </a>
  114. </div>
  115. </div>
  116. </footer>
  117.  
  118.  
  119. 3)
  120.  
  121. <!-- Featured Speakers Section -->
  122. <section id="featuredspeakers" class="featuredspeakerssection">
  123. <div class="container">
  124. <div class="featspeak">
  125. <h3 pardot-region="speakerORspeakers" pardot-region-
  126. type="simple">Featured Speaker
  127. </h3>
  128. </div>
  129. <div>
  130. <hr>
  131. </div>
  132. <img src="https://www2.centro.net/l/75412/2019-01-
  133. 15/4kzjqj/75412/179433/ryanmancheecirclegoldring.png" alt="Ryan Manchee">
  134. <h4 pardot-region="speaker name" pardot-region-type="simple">[SPEAKER
  135. NAME]
  136. </h4>
  137. <h5 pardot-region="speaker title" pardot-region-type="simple">Speaker
  138. Title
  139. </h5>
  140. <p class="lead" pardot-region="speaker bio1" pardot-region-
  141. type="simple">Speaker Bio 1</p>
  142. <p class="lead" pardot-region="speaker bio2" pardot-region-
  143. type="simple">Speaker Bio 2</p>
  144. </div>
  145.  
  146. /* Feature Speaker Section */
  147. .featuredspeakerssection {
  148. padding: 1rem 0;
  149. }
  150.  
  151. #featuredspeakers .container {
  152. margin: 0;
  153. margin-top: 1vh;
  154. margin-left: 0vw;
  155. }
  156.  
  157. #featuredspeakers h3 {
  158. font-size: 1.5rem;
  159. color: #1fadde;
  160. text-align: left;
  161. margin-left: 7vw;
  162. margin-top: 7vh;
  163. }
  164. #featuredspeakers hr {
  165. display: inline-block;
  166. margin: -50px 50px 75px 20px;
  167. overflow: hidden;
  168. border-style: inset;
  169. border-width: 0.5px;
  170. border-color: #ffbf3d;
  171. width: 80%;
  172. margin-left: 24vw;
  173. margin-right: auto;
  174. margin-bottom: 3vh;
  175. position: relative;
  176. }
  177.  
  178.  
  179.  
  180. 4)
  181.  
  182. /* Buttons */
  183. .button {
  184. background-color: #FFBF3D;
  185. border: none;
  186. color: #3a3d40;
  187. padding: 10px 25px;
  188. text-align: center;
  189. text-decoration: none;
  190. display: block;
  191. width: 8%;
  192. font-size: 14px;
  193. margin-left: auto;
  194. margin-right: auto;
  195. margin-top: -2vh;
  196. border-radius: 5px;
  197. }
  198.  
  199. <!-- Banner Section -->
  200. <section id="banner" class="bannersection">
  201. <div class="container">
  202. <h3 pardot-region="banner title" pardot-region-type="simple">Catch Up
  203. With Your Industry</h3>
  204. <p class="lead" pardot-region="banner blurb" pardot-region-
  205. type="simple">Level up and review our most popular past webinars.</p>
  206. </div>
  207. <div pardot-region="banner CTA" pardot-region-type="simple"
  208. href="https://www.centro.net/webinar" class="button">Take Me There
  209. </div>
  210. </section>
Add Comment
Please, Sign In to add comment