-Annie-

05.Innovation-Cloud

Feb 6th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.91 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>The Innovation Cloud Conference</title>
  5.     <meta charset="utf-8">
  6.     <link rel="stylesheet" type="text/css" href="innovation-cloud.css">
  7. </head>
  8. <body>
  9.     <header class="container">
  10.         <h1>Innovation Cloud</h1>
  11.         <p>&quot;Connect your ideas globally&quot;</p>
  12.         <button class="btn">Learn More</button>
  13.     </header>
  14.     <main>
  15.         <img src="innovation-cloud.png" alt="cloud">
  16.         <h2>The Innovation Cloud Conference</h2>
  17.         <p>Connect with the best minds across a wide range of industries to share ideas and brainstorm new solutions to challenging problems.</p>
  18.         <p>Hear industry leaders talk about what worked (and what didn't) so that you can save time on your most challenging projects.</p>
  19.         <p>Learn about the latest research and technologies that you can use immediately to invent the future.</p>
  20.     </main>
  21.     <footer>
  22.         <p>Innovation Cloud Conference</p>
  23.     </footer>
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment