Advertisement
petur_stoqnov

Untitled

Aug 24th, 2021
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <link rel="stylesheet" href="style.css">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>Title</title>
  8. </head>
  9. <body>
  10. <main>
  11. <div class="page-title">
  12. <p class="additional-font-specification">
  13. WORK OF EXCELLENCE
  14. </p>
  15. <header class="page-title-header">
  16. RECENT PROJECTS
  17. </header>
  18. </div>
  19.  
  20. <div class="projects-content">
  21. <article class="project-info">
  22. <div class="img-wrapper"><img src="images/image1.png" alt=""></div>
  23. <h3 class="header-text">WE JUST COMPLETES $17.6 MILLION MEDICAL CLINIC IN MID-MISSOURI</h3>
  24. <p class="date"> JULY 20, 2017</p>
  25. </article>
  26. <article class="project-info">
  27. <div class="img-wrapper "><img src="images/image2.png" alt=""></div>
  28. <h3 class="header-text">THANDLER AIRPORT WATER RECLAMATION FACILITY EXPANSION PROJECT NAMED</h3>
  29. <p class="date p">JUNE 17, 2017</p>
  30. </article>
  31. <article class="project-info">
  32. <div class="img-wrapper "><img src="images/image3.png" alt=""></div>
  33. <h3 class="header-text">SILICON BENCH AND CORNIKE BEGIN CONSTRUCTION SOLAR FACILITIES</h3>
  34. <p class="date p"> AUG 13, 2017</p>
  35. </article>
  36. </div>
  37. <div class="button-wrapper">
  38. <button class="see-all-posts-button">
  39. see all posts
  40. </button>
  41. </div>
  42. </main>
  43. </body>
  44. </html>
  45.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement