1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <!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>
-
- <!--CONTENT-->
-
- <h1 style="text-align: center; font-size:30px;">Sexual Violence</h1>
-
- <p>In any sexual act, prior to the consummation of a sexual act, comments or sexual
- insinuations that are not desired, actions to commercialize or utilize, in any way,
- the sexuality of a person by means of coercion by another person, regardless of
- the type of relationship with the victim, in any setting, including home and the
- workplace. (OMS, 2011).</p>
-
-
- </body>
- </html>
|