-Annie-

06.Conference

Feb 6th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.86 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5.     <title>Conference</title>
  6.     <meta charset="utf-8">
  7.     <link rel="stylesheet" type="text/css" href="conference.css">
  8. </head>
  9.  
  10. <body>
  11.  
  12.     <header>
  13.  
  14.         <nav>
  15.             <ul>
  16.                 <li><a href="#">home</a></li>
  17.                 <li><a href="#">speakers</a></li>
  18.                 <li><a href="#">schedule</a></li>
  19.                 <li><a href="#">venue</a></li>
  20.                 <li><a href="#">register</a></li>
  21.             </ul>
  22.         </nav>
  23.         <p class="date-place">AUGUST 24-26TH-CHICAGO,1L</p>
  24.         <h1>Styles Conference</h1>
  25.         <h2>Dedicated to the Craft of Building Websites</h2>
  26.         <p class="centered-p">Every year the brightest web designers and front-end developers descend on Chicago to discuss the latest technologies. Join us this August!</p>
  27.         <a class="button" href="">REGISTER NOW</a>
  28.     </header>
  29.  
  30.     <main>
  31.         <section>
  32.             <p>SPEAKERS</p>
  33.                 <img src="speakers.jpg" alt="speakers" width="200" height="200">
  34.                 <h3>World-Class-Speakers</h3>
  35.                 <p>Joining us from all around the world are over twenty fantastic speakers, here to share their stories.</p>
  36.             </section>
  37.             <section>
  38.                 <p>SCHEDULE</p>
  39.                 <img src="schedule.jpg" alt="schedule" width="200" height="200">
  40.                 <h3>Three Inspiring Days</h3>
  41.                 <p>Enjoy three inspiring and action-packed days of talks, gatherings, and all-around good times.</p>
  42.             </section>
  43.             <section>
  44.                 <p>VENUE</p>
  45.                 <img src="venue.jpg" alt="venue" width="200" height="200">
  46.                 <h3>The Chicago Theatre</h3>
  47.                 <p>Within the heart of downtown Chicago, The Chicago Theatre will provide a beautiful conference venue.</p>
  48.             </section>
  49.         </main>
  50.  
  51.         <footer>
  52.             <p>&copy; styles conference</p>
  53.             <nav>
  54.                 <ul>
  55.                     <li><a href="">Home</a></li>
  56.                     <li><a href="">Speakers</a></li>
  57.                     <li><a href="">Schedule</a></li>
  58.                     <li><a href="">Venue</a></li>
  59.                     <li><a href="">Register</a></li>
  60.                 </ul>
  61.             </nav>
  62.         </footer>
  63.  
  64.     </body>
  65.  
  66.     </html>
Advertisement
Add Comment
Please, Sign In to add comment