123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- <!-- Version en ingles de lla aplicacion. Se pondra en un futuro un enlace que
- podra llevar al usuario a ambas versiones -->
-
- <!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>
- <!-- <h2>Menu</h2> -->
- <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
- <div class="top-div">
- <img class="top-img" src="img/logo.png" style= "display: block; width:320px;height:300px; margin-left: auto; margin-right: auto;">
-
- </div>
- -->
-
- <div class="top-div">
- <center> <img src="../img/logo.png" alt="LOGO" style= "width:280px;height:250px;"> </center>
-
- </div>
- <div class="app">
-
- <div class="info-section">
- <h1 style="text-align: center;">Who are we?</h1>
-
- <p> <b>Coordinadora Paz para las Mujeres, Inc. (CPM)</b> is a coalition comprised of
- approximately (49) organizations and individual members that recognize and
- defend women’s rights and develop services, research and assignments centered
- around gender-based violence affecting women. </p>
-
- <p><b>Currently, the coalition is comprised by: </b></p>
-
- <ul style="list-style-type:circle;">
- <li>Shelter for domestic violence survivors and their children</li>
- <li>Non-residential service centers for victims of domestic violence and
- sexual assault</li>
- <li>Feminist organizations, individual feminists, and human right’s activists.</li>
- <li>Universities and governmental organizations that support the CPM
- philosophy.</li>
- </ul>
- </div>
-
-
- <div class="info-section">
- <p> <b>Coordinadora Paz para las Mujeres provides: </b></p>
-
- <ul style="list-style-type:circle;">
- <li>Community-based education</li>
- <li>Technical assistance to organizations</li>
- <li>Support through referrals to survivors of domestic violence and sexual
- assault victims.</li>
- <li>Educational services focused on under supported populations</li>
- <li>Support services in public policies</li>
- <li>Interagency collaboration</li>
- <li>Education campaigns</li>
- <li>Voz de Voces newspaper</li>
- <li>Videos and educational materials</li>
- </ul>
-
- <p><b>CPM’s mission</b> is to strengthen gender equality and human rights in coordination with members
- and the community. Our vision is a country free of violence.</p>
-
- </div>
-
- </div>
- </div>
-
-
- </body>
- </html>
|