Repositorio del curso CCOM4030 el semestre B91 del proyecto Paz para la Mujer

relacion_toxica_en.html 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <link rel="stylesheet" type="text/css" href="../css/bootstrap-4.3.1-dist/css/bootstrap.css">
  7. <link rel="stylesheet" type="text/css" href="../css/custom.css">
  8. <script type="text/javascript" src="../js/custom.js"></script>
  9. </head>
  10. <body>
  11. <!--MENU-->
  12. <div class="nav-bar">
  13. <div id="myNav" class="overlay">
  14. <div>
  15. <span style="font-size:30px;cursor:pointer" onclick="closeNav()">&#9776;</span>
  16. </div>
  17. <div class="overlay-content">
  18. <a href="index.html">Start</a>
  19. <a href="vdomestica_en.html">Domestic Violence</a>
  20. <a href="vsexual_en.html">Sexual Violence</a>
  21. <a href="leyes_en.html">Laws</a>
  22. <a href="campanas_en.html">Campaings</a>
  23. <a href="test_en.html">Test </a>
  24. <a href="servicios_en.html">Find Help</a>
  25. <a href="cerca_en.html">Near Me</a>
  26. <a href="contacto_en.html">Contacts</a>
  27. <a href="../index.html">App in Spanish</a>
  28. </div>
  29. </div>
  30. <p id="demo"></p>
  31. </div>
  32. <div id="menubtn">
  33. <span style="font-size:30px;cursor:pointer" onclick="openNav()">&#9776;</span>
  34. </div>
  35. </div>
  36. <!--CONTENT-->
  37. <h1 style="text-align: center; font-size:30px;"><span class="urgent">URGENT!</span>: You are in a Unhealthy Relationship!</h1>
  38. <p>The results of your autoevaluation show that your relationship is not a healthy one. Knowing this, consider
  39. <a href="servicios_en.html">looking for help</a> should it be a serious situation. You might also want to consider ending the relationship,
  40. as it shouldn't be the root of your pains or unhappiness.</p>
  41. </body>
  42. </html>