12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="stylesheet" type="text/css" href="../css/bootstrap-4.3.1-dist/css/bootstrap.css">
- <link rel="stylesheet" type="text/css" href="../css/custom.css">
-
- <script type="text/javascript" src="../js/custom.js"></script>
-
- </head>
- <body>
- <!--MENU-->
- <div class="nav-bar">
- <div id="myNav" class="overlay">
- <div>
-
- <span style="font-size:30px;cursor:pointer" onclick="closeNav()">☰</span>
- </div>
-
- <div class="overlay-content">
- <a href="index.html">Start</a>
- <a href="vdomestica_en.html">Domestic Violence</a>
- <a href="vsexual_en.html">Sexual Violence</a>
- <a href="leyes_en.html">Laws</a>
- <a href="campanas_en.html">Campaings</a>
- <a href="test_en.html">Test </a>
- <a href="servicios_en.html">Find Help</a>
- <a href="cerca_en.html">Near Me</a>
- <a href="contacto_en.html">Contacts</a>
- <a href="../index.html">App in Spanish</a>
- </div>
- </div>
-
- <p id="demo"></p>
- </div>
- <div id="menubtn">
- <span style="font-size:30px;cursor:pointer" onclick="openNav()">☰</span>
- </div>
- </div>
-
- <center><h1 style=" font-size:30px;">Campaings</h1></center>
-
- <!--CONTENT-->
- <br>
- <center> <h2>Janguea Consenti2</h2> </center>
- <center> <img src="../img/JANGUEA.png" alt="JANGUEA CON SENTIDO" style= "width:300px;height:300px;"> </center>
- <br>
- <p> Educational campaign for the prevention and identification of
- sexual assault in multitudiniary events such as the San Sebastian Street Festival in
- January as well as at the Justas LAI athletic event organized by the athletic league
- of the Interuniversitaria (LAI) university along with 21 other participating
- universities. (Website, educational materials such as posters and pamphlets)</p>
-
- <br>
- <center> <h2>AMACONSENTIDO</h2> </center>
- <center> <img src="../img/AMA.png" alt="AMACONSENTIDO" style="width:300px;height:300px;"> </center>
- <br>
- <p>Campaign for the prevention and identification of dating
- violence as well as promoting healthy relationships with a focus on the months of
- January and February by using educational materials such as memes, online
- questionnaires on intimate relationships, posters and workshops for younger
- people.</p>
-
- <br>
- <center> <h2>Juega pal Equipo</h2> </center>
- <center> <img src="../img/JUEGA.png" alt="JUEGA PAL EQUIPO" style="width:300px;height:300px;"> </center>
- <br>
- <p> Campaign for the prevention and identification of sexual assault
- in sports, tailord toward athletes and coaches in the context of schools and
- universities that specialize in athletics. Educational material is comprised of
- handbooks, memes, and commercials. </p>
-
-
- </body>
- </html>
|