Advertisement
Guest User

HTML

a guest
Jun 26th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8"/>
  5. <link rel="stylesheet" href="reset.css" />
  6. <link rel="stylesheet" href="font-awesome.css" />
  7. <link rel="stylesheet" href="style.css" />
  8. <title>Conference Landing Page</title>
  9. </head>
  10. <body>
  11. <header>
  12. <nav>
  13. <ul class="nav-primary">
  14. <li class="nav-item home"><a href="#">Home</a></li>
  15. <li class="nav-item"><a href="#">About us</a></li>
  16. <li class="nav-item"><a href="#">Services</a></li>
  17. <li class="nav-item"><a href="#">Cases</a></li>
  18. <li class="nav-item"><a href="#">News</a></li>
  19. <li class="nav-item"><a href="#">Portfolio</a></li>
  20. <li class="nav-item"><a href="#">Contacts</a></li>
  21. </ul>
  22. </nav>
  23.  
  24. <div class="consulting-rev">
  25. <h1>video slider</h1>
  26. <p>Challenging established thinking, achieving sustainable advantage</p>
  27. <a href="#">our services
  28. <i class="fa fa-chevron-right"></i>
  29. </a>
  30. </div>
  31. </header>
  32.  
  33. <main>
  34. <section class="industries">
  35. <header>
  36. <h2>Industries</h2>
  37. <section class="travel-buisness-customer">
  38. <div class="icon">
  39. <i class="fa fa-plane" aria-hidden="true"></i>
  40. <article>
  41. <header>
  42. <h2>Travel and Aviation
  43. Consulting</h2>
  44. </header>
  45. <p>We are a company that offers design and build services for you from initial sketches to the final construction.</p>
  46.  
  47. </article>
  48. <div class="icon">
  49. <i class="fa fa-plane" aria-hidden="true"></i>
  50. <article>
  51. <header>
  52. <h2>Consumer Products Consulting</h2>
  53. </header>
  54. <p>We are a company that offers design and build services for you from initial sketches to the final construction.</p>
  55.  
  56. </article>
  57. <div class="icon">
  58. <i class="fa fa-plane" aria-hidden="true"></i>
  59. <article>
  60. <header>
  61. <h2>Financial Services Consulting</h2>
  62. </header>
  63. <p>We are a company that offers design and build services for you from initial sketches to the final construction.</p>
  64.  
  65. </article>
  66. <div class="icon">
  67. <i class="fa fa-plane" aria-hidden="true"></i>
  68. <article>
  69. <header>
  70. <h2>Business Services Consulting</h2>
  71. </header>
  72. <p>The sector is diverse, including professional services, education and training, and support services and outsourcing.</p>
  73.  
  74. </article>
  75. </div>
  76. </section>
  77. </header>
  78. </section>
  79. </main>
  80.  
  81. </body>
  82. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement