Advertisement
pacho_the_python

enterprise_html

Feb 5th, 2023
847
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.01 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7.     <link rel="stylesheet" href="reset.css">
  8.     <link rel="stylesheet" href="enterprise.css">
  9.     <title>Enterprise</title>
  10. </head>
  11. <body>
  12.     <main>
  13.         <article class="content">
  14.             <p class="title">COLLABORATIVE WORK MANAGEMENT</p>
  15.             <h1>Asana Enterprise</h1>
  16.             <p class="description">For organizations that need additional security, control, and support. Get configurable member settings, increased data control, personalized support, and more.</p>
  17.             <button class="contact_btn">Contact Sales</button>
  18.             <button class="learn_btn">Learn More</button>
  19.         </article>
  20.         <section>
  21.             <div class="image">
  22.                 <img class="current_img" src="./images/img.png" alt="">
  23.             </div>
  24.         </section>
  25.     </main>
  26. </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement