Advertisement
adwas33

Untitled

Apr 13th, 2022
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="pl" xmlns="http://www.w3.org/1999/xhtml"
  3. xmlns:th="http://www.thymeleaf.org">>
  4. <head>
  5. <meta charset="UTF-8" />
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  8. <link rel="preconnect" href="https://fonts.googleapis.com" />
  9. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
  10. <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap" rel="stylesheet" />
  11. <style style="display: none">
  12. * {
  13. padding: 0;
  14. margin: 0;
  15. box-sizing: border-box;
  16. display: block;
  17. }
  18. </style>
  19. <style style="display: none">
  20. @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');
  21. </style>
  22. </head>
  23. <body>
  24. <div style="width: 100%; font-family: 'Poppins', sans-serif; background-color: #e5e5e5">
  25. <img src="https://i.imgur.com/ZSq5qftl.png" alt="Zdjęcie w banerze" style="margin: 0 auto; width: 100%;max-width: 600px; height: 245px; object-fit: cover" />
  26. <div style="max-width: 600px; margin: 0 auto; padding: 30px 40px; background-color: #fff">
  27. <h1 style="width: 100%; line-height: 36px; font-size: 24px; font-weight: 700; padding: 40px 0">
  28. Wiadomosć do wszystkich uczestników konkursu Elevator Pitch
  29. </h1>
  30. <p style="font-weight: 400; font-size: 18px; line-height: 27px; margin-bottom: 60px; width: 100%">
  31. Opis.... Lorem ipsum, dolor sit amet consectetur adipisicing elit. Nostrum, obcaecati?
  32. </p>
  33. <div style="padding: 40px 30px; margin-bottom: 70px; width: 100%; background: #474f5a; font-size: 18px">
  34. <h2 style="font-weight: 700; font-size: 18px; text-transform: capitalize; width: 100%; margin-bottom: 40px; color: #fff">
  35. Szanowny zespole
  36. <span th:text="${team.getUsername()}"
  37. style="font-weight: 400; font-size: 18px; text-transform: capitalize; width: 100%; margin-bottom: 40px; color: #85bd4b"
  38. >{zespół}</span>
  39. </h2>
  40. <p style="width: 100%; color: #fff; margin-bottom: 40px">
  41. Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptas illum ipsum voluptatum ea! Eaque veniam reiciendis id! Aut voluptates voluptatem nam accusamus est, dicta illum veritatis debitis eaque accusantium similique!
  42. </p>
  43. <a
  44. th:href="${frontEndLink + '/user/dashboard'}"
  45. href="http://localhost:3000/user/dashboard"
  46. style="display: inline-block; padding: 10px 20px; background-color: #85bd4b; color: #fff; text-decoration: none; font-size: 18px; font-weight: 700; text-transform: uppercase">Zobacz</a>
  47. </div>
  48. <p style="width: 100%; margin-bottom: 100px">
  49. <span style="color: #85bd4b; font-weight: 600; width: 100%">Masz pytania?</span>
  50. <span style="color: #000; width: 100%"
  51. >Pisz do nas na adres: <a href="mailto:ep@wsei.edu.pl" style="color: #85bd4b; text-decoration: underline; font-weight: 400">ep@wsei.edu.pl</a
  52. ></span>
  53. </p>
  54. <hr>
  55. <p th:text="${annoucment.getText()}" style="font-weight: 400; font-size: 14px; line-height: 27px; margin-block: 25px 40px; width: 100%; color: #919191">
  56. Lorem ipsum dolor sit amet consectetur adipisicing elit. A porro aliquam laudantium vero nisi eveniet hic iusto laborum dolore ad, veniam
  57. quo ducimus consectetur in libero?
  58. </p>
  59. </div>
  60. </div>
  61. </body>
  62. </html>
  63.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement