123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <!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;">Domestic Violence</h1>
-
-
- <p>Domestic violence is a pattern of behavior in which power and control are used to
- intimidate a person. This behavior can be progressive and severe regardless of
- gender, race, education, religion, social or immigration status, developmental
- disabilities or impediments and/or sexual orientation. This can happen with
- married couples that may or may not live together.</p>
-
-
- </body>
- </html>
|