You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.html 741 B

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
123456789101112131415161718192021222324252627282930
  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. <title>Job portal</title>
  8. <link rel="stylesheet" href="./css/normalize.css">
  9. <link rel="stylesheet" href="./css/style.css">
  10. </head>
  11. <body>
  12. <div class="background"></div>
  13. <div class="foreground">
  14. <header>
  15. <h1>Work With Us</h1>
  16. <h4>Totally we have 11 job openings</h4>
  17. </header>
  18. <div class="tabs-holder">
  19. <section class="tab active">Employment</section>
  20. <section class="tab">Internship</section>
  21. </div>
  22. </div>
  23. </body>
  24. </html>