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

campanas_en.html 3.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <!DOCTYPE html>
  2. <html>
  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. <center><h1 style=" font-size:30px;">Campaings</h1></center>
  37. <!--CONTENT-->
  38. <br>
  39. <center> <h2>Janguea Consenti2</h2> </center>
  40. <center> <img src="../img/JANGUEA.png" alt="JANGUEA CON SENTIDO" style= "width:300px;height:300px;"> </center>
  41. <br>
  42. <p> Educational campaign for the prevention and identification of
  43. sexual assault in multitudiniary events such as the San Sebastian Street Festival in
  44. January as well as at the Justas LAI athletic event organized by the athletic league
  45. of the Interuniversitaria (LAI) university along with 21 other participating
  46. universities. (Website, educational materials such as posters and pamphlets)</p>
  47. <br>
  48. <center> <h2>AMACONSENTIDO</h2> </center>
  49. <center> <img src="../img/AMA.png" alt="AMACONSENTIDO" style="width:300px;height:300px;"> </center>
  50. <br>
  51. <p>Campaign for the prevention and identification of dating
  52. violence as well as promoting healthy relationships with a focus on the months of
  53. January and February by using educational materials such as memes, online
  54. questionnaires on intimate relationships, posters and workshops for younger
  55. people.</p>
  56. <br>
  57. <center> <h2>Juega pal Equipo</h2> </center>
  58. <center> <img src="../img/JUEGA.png" alt="JUEGA PAL EQUIPO" style="width:300px;height:300px;"> </center>
  59. <br>
  60. <p> Campaign for the prevention and identification of sexual assault
  61. in sports, tailord toward athletes and coaches in the context of schools and
  62. universities that specialize in athletics. Educational material is comprised of
  63. handbooks, memes, and commercials. </p>
  64. </body>
  65. </html>