inestplpemex.info Open in urlscan Pro
2606:4700:3030::ac43:de67  Public Scan

URL: https://inestplpemex.info/
Submission: On March 22 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

Name: register

<form class="space-y-6" name="register">
  <div class="flex md:flex-nowrap flex-wrap justify-around mb-3">
    <div class="flex items-center">
      <input id="radio-1" type="radio" value="IN" name="role" class="w-6 h-6 mt-0 text-blue-500 bg-gray-100 border-gray-300 focus:ring-blue-500">
      <label for="radio-1" class="py-4 ml-2 w-full font-medium text-ain-socials-gray"> Soy Inversor </label>
    </div>
    <div class="flex items-center">
      <input checked="" id="radio-2" type="radio" value="EN" name="role" class="w-6 h-6 mt-0 text-blue-500 bg-gray-100 border-gray-300 focus:ring-blue-500">
      <label for="radio-2" class="py-4 ml-2 w-full font-medium text-ain-socials-gray"> Soy Emprendedor </label>
    </div>
  </div>
  <div>
    <input type="text" name="name" class="
                bg-gray-50
                border
                border-gray-300
                text-ain-socials-gray
                text-base
                rounded
                focus:ring-blue-500
                focus:border-blue-500
                block
                w-full
                px-4
                py-3
            " placeholder="Nombre y Apellido *" value="" required="" style="
            border-style: solid;
            box-shadow: none;
            opacity: 1;
            appearance: auto;
            ">
  </div>
  <div>
    <input type="email" name="email" class="
                bg-gray-50
                border
                border-gray-300
                text-ain-socials-gray
                text-base
                rounded
                focus:ring-blue-500
                focus:border-blue-500
                block
                w-full
                px-4
                py-3
            " placeholder="Dirección de correo electrónico *" value="" required="" style="
            border-style: solid;
            box-shadow: none;
            opacity: 1;
            appearance: auto;
            ">
  </div>
  <div>
    <input type="password" name="password" class="
                bg-gray-50
                border
                border-gray-300
                text-ain-socials-gray
                text-base
                rounded
                focus:ring-blue-500
                focus:border-blue-500
                block
                w-full
                px-4
                py-3
            " placeholder="Contraseña *" value="" required="" style="
            border-style: solid;
            box-shadow: none;
            opacity: 1;
            appearance: auto;
            ">
  </div>
  <div class="flex for-entrepreneurs ">
    <div class="flex items-center h-7">
      <input id="form-agree" type="checkbox" name="terms" class="js_nowrap form-agree register-checkbox opacity-100 w-5 h-5 bg-gray-50 rounded border border-gray-300 focus:ring-3 focus:ring-blue-300 text-sm">
    </div>
    <label for="form-agree" class="ml-2 text-sm font-medium"> Estoy de acuerdo con los <a class="text-blue-500 hover:text-gray-800" href="poliza-de-proteccion-de-datos.html" target="_blank">Póliza de Protección de Datos</a>,
      <a class="text-blue-500 hover:text-gray-800" href="terms-and-conditions.html.html" target="_blank">Términos de Uso del Sitio</a> del sitio y la <a class="text-blue-500 hover:text-gray-800" href="/" target="_blank">Política de reembolso</a>; y
      entiendo que es mi responsabilidad realizar diligencia debida con cada inversor que encuentro a través de esta plataforma. </label>
  </div>
  <div class="flex for-investors hidden ">
    <div class="flex items-center h-7">
      <input id="web-agree" type="checkbox" name="terms" class="js_nowrap web-agree register-checkbox opacity-100 w-5 h-5 bg-gray-50 rounded border border-gray-300 focus:ring-3 focus:ring-blue-300 text-sm">
    </div>
    <label for="web-agree" class="ml-2 text-sm font-medium my-auto"> Estoy de acuerdo con los <a class="text-blue-500 hover:text-gray-800" href="poliza-de-proteccion-de-datos.html" target="_blank">Póliza de Protección de Datos</a> del Sitio y la
      <a class="text-blue-500 hover:text-gray-800" href="terms-and-conditions.html" target="_blank">Términos de Uso del Sitio</a>. </label>
  </div>
  <div class="flex for-investors hidden ">
    <div class="flex items-center h-7">
      <input id="networth-agree" type="checkbox" name="investorAgreement" class="js_nowrap networth-agree register-checkbox opacity-100 w-5 h-5 bg-gray-50 rounded border border-gray-300 focus:ring-3 focus:ring-blue-300 text-sm">
    </div>
    <label for="networth-agree" class="ml-2 text-sm font-semibold my-auto"> Certifico que soy un inversor cualificado. </label>
  </div>
  <button id="register" type="submit" class="register disabled:opacity-60 w-full text-white bg-blue-500 hover:bg-blue-600 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded px-8 py-4 text-center"> Enviar </button>
</form>

Name: register

<form class="space-y-6" name="register">
  <div class="flex md:flex-nowrap flex-wrap justify-around mb-3">
    <div class="flex items-center">
      <input id="radio-1-modal" type="radio" value="IN" name="role" class="w-6 h-6 mt-0 text-blue-500 bg-gray-100 border-gray-300 focus:ring-blue-500">
      <label for="radio-1-modal" class="py-4 ml-2 w-full font-medium text-ain-socials-gray"> Soy Inversor </label>
    </div>
    <div class="flex items-center">
      <input checked="" id="radio-2-modal" type="radio" value="EN" name="role" class="w-6 h-6 mt-0 text-blue-500 bg-gray-100 border-gray-300 focus:ring-blue-500">
      <label for="radio-2-modal" class="py-4 ml-2 w-full font-medium text-ain-socials-gray"> Soy Emprendedor </label>
    </div>
  </div>
  <div>
    <input type="text" name="name" class="
                bg-gray-50
                border
                border-gray-300
                text-ain-socials-gray
                text-base
                rounded
                focus:ring-blue-500
                focus:border-blue-500
                block
                w-full
                px-4
                py-3
            " placeholder="Nombre y Apellido *" value="" required="" style="
            border-style: solid;
            box-shadow: none;
            opacity: 1;
            appearance: auto;
            ">
  </div>
  <div>
    <input type="email" name="email" class="
                bg-gray-50
                border
                border-gray-300
                text-ain-socials-gray
                text-base
                rounded
                focus:ring-blue-500
                focus:border-blue-500
                block
                w-full
                px-4
                py-3
            " placeholder="Dirección de correo electrónico *" value="" required="" style="
            border-style: solid;
            box-shadow: none;
            opacity: 1;
            appearance: auto;
            ">
  </div>
  <div>
    <input type="password" name="password" class="
                bg-gray-50
                border
                border-gray-300
                text-ain-socials-gray
                text-base
                rounded
                focus:ring-blue-500
                focus:border-blue-500
                block
                w-full
                px-4
                py-3
            " placeholder="Contraseña *" value="" required="" style="
            border-style: solid;
            box-shadow: none;
            opacity: 1;
            appearance: auto;
            ">
  </div>
  <div class="flex for-entrepreneurs-modal ">
    <div class="flex items-center h-7">
      <input id="form-agree-modal" type="checkbox" name="terms" class="js_nowrap form-agree register-checkbox-modal opacity-100 w-5 h-5 bg-gray-50 rounded border border-gray-300 focus:ring-3 focus:ring-blue-300 text-sm">
    </div>
    <label for="form-agree-modal" class="ml-2 text-sm font-medium"> Estoy de acuerdo con los <a class="text-blue-500 hover:text-gray-800" href="poliza-de-proteccion-de-datos.html" target="_blank">Póliza de Protección de Datos</a>,
      <a class="text-blue-500 hover:text-gray-800" href="terms-and-conditions.html" target="_blank">Términos de Uso del Sitio</a> del sitio y la <a class="text-blue-500 hover:text-gray-800" href="/" target="_blank">Política de reembolso</a>; y
      entiendo que es mi responsabilidad realizar diligencia debida con cada inversor que encuentro a través de esta plataforma. </label>
  </div>
  <div class="flex for-investors-modal hidden ">
    <div class="flex items-center h-7">
      <input id="web-agree-modal" type="checkbox" name="terms" class="js_nowrap web-agree register-checkbox-modal opacity-100 w-5 h-5 bg-gray-50 rounded border border-gray-300 focus:ring-3 focus:ring-blue-300 text-sm">
    </div>
    <label for="web-agree-modal" class="ml-2 text-sm font-medium my-auto"> Estoy de acuerdo con los <a class="text-blue-500 hover:text-gray-800" href="poliza-de-proteccion-de-datos.html" target="_blank">Póliza de Protección de Datos</a> del Sitio y
      la <a class="text-blue-500 hover:text-gray-800" href="terms-and-conditions.html" target="_blank">Términos de Uso del Sitio</a>. </label>
  </div>
  <div class="flex for-investors-modal hidden ">
    <div class="flex items-center h-7">
      <input id="networth-agree-modal" type="checkbox" name="investorAgreement" class="js_nowrap networth-agree register-checkbox-modal opacity-100 w-5 h-5 bg-gray-50 rounded border border-gray-300 focus:ring-3 focus:ring-blue-300 text-sm">
    </div>
    <label for="networth-agree-modal" class="ml-2 text-sm font-semibold my-auto"> Certifico que soy un inversor cualificado. </label>
  </div>
  <button id="register-modal" type="submit" class="register disabled:opacity-60 w-full text-white bg-blue-500 hover:bg-blue-600 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded px-8 py-4 text-center"> Enviar </button>
</form>

<form class="space-y-6 login-form">
  <div>
    <input type="hidden" name="csrfToken" class="
                bg-gray-50
                border
                border-gray-300
                text-ain-socials-gray
                text-base
                rounded
                focus:ring-blue-500
                focus:border-blue-500
                block
                w-full
                px-4
                py-3
            " placeholder="" value="cd8ab2.JY0sd2h5diSec3bYF84TbOLC4xUkPIDZAN3aqigjDSs.FMNGOwshQEL0PxW9ZI9eJNXy2mBPaM3sT7qK02ZnOBxS1UNDBj1Dat0hBQ" required="" style="
            border-style: solid;
            box-shadow: none;
            opacity: 1;
            appearance: auto;
            ">
  </div>
  <div>
    <input type="email" name="email" class="
                bg-gray-50
                border
                border-gray-300
                text-ain-socials-gray
                text-base
                rounded
                focus:ring-blue-500
                focus:border-blue-500
                block
                w-full
                px-4
                py-3
            " placeholder="Dirección de correo electrónico" value="" required="" style="
            border-style: solid;
            box-shadow: none;
            opacity: 1;
            appearance: auto;
            ">
  </div>
  <div>
    <input type="password" name="password" class="
                bg-gray-50
                border
                border-gray-300
                text-ain-socials-gray
                text-base
                rounded
                focus:ring-blue-500
                focus:border-blue-500
                block
                w-full
                px-4
                py-3
            " placeholder="Contraseña" value="" required="" style="
            border-style: solid;
            box-shadow: none;
            opacity: 1;
            appearance: auto;
            ">
  </div>
  <div class="mt-4 hidden login-error">
    <div class="flex items-center bg-red-500 text-white font-bold px-4 py-3" role="alert">
      <svg class="fill-current w-4 h-4 mr-2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
        <path
          d="M12.432 0c1.34 0 2.01.912 2.01 1.957 0 1.305-1.164 2.512-2.679 2.512-1.269 0-2.009-.75-1.974-1.99C9.789 1.436 10.67 0 12.432 0zM8.309 20c-1.058 0-1.833-.652-1.093-3.524l1.214-5.092c.211-.814.246-1.141 0-1.141-.317 0-1.689.562-2.502 1.117l-.528-.88c2.572-2.186 5.531-3.467 6.801-3.467 1.057 0 1.233 1.273.705 3.23l-1.391 5.352c-.246.945-.141 1.271.106 1.271.317 0 1.357-.392 2.379-1.207l.6.814C12.098 19.02 9.365 20 8.309 20z">
        </path>
      </svg>
      <p class="text-white m-0"></p>
    </div>
  </div>
  <button type="submit" class="w-full text-white bg-blue-500 hover:bg-blue-600 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded px-8 py-4 text-center"> Iniciar sesión </button>
</form>

Text Content

País: México


ENCONTRAR FINANCIACIÓN

Conecta con inversores locales e internacionales


INSCRIBIRSE

Regístrate ya para contactar con inversores y conseguir financiación.


CONTACTAR CON LOS INVERSORES

Inversores pueden ver tu proyecto y contactarte. Hacemos más de 5.000 conexiones
entre inversores y emprendedores cada mes.


CRITERIOS

Si necesita dinero y muestra rentabilidad, eres buen candidato!


PRESENTADO EN




338,855 BUSINESS ANGELS BUSCANDO PROYECTOS INTERESANTES. HAGA UNA PROPUESTA Y LE
AYUDAREMOS A ENCONTRAR UN INVERSOR.

KC$0 - $1,000,000

Johannesburg , Sudáfrica

Senior Auditor


ÁREAS DE ESPECIALIZACIÓN

7 years solid experience in internal audit, external audit and risk management.
2 years experience in financial accounting and financial management.


Mas Detalles
KA$0 - $350,000

Edmonton , Canadá

I have worked as the manager of a small telecommunications business for 5 years.


ÁREAS DE ESPECIALIZACIÓN

Tech, Management


Mas Detalles
GJ$25,000 - $225,000

Delhi, India

I am a mechanical engineer and worked with Infosys for 2 years. I am looking for
an opportunity to invest in a new technology. I am 25 years old.


ÁREAS DE ESPECIALIZACIÓN




Mas Detalles
Ver más inversores
1


CREA TU PROPUESTA UTILIZANDO NUESTRA PLANTILLA DE PROBADA EFICACIA

2


PUBLICA TU PROPUESTA EN NUESTRA RED DE INVERSORES ÁNGEL Y FONDOS

3


CONECTA CON INVERSORES Y ENVÍALES MENSAJES PARA RECAUDAR FONDOS Y AMPLIAR TU RED


MEX$5 BILLÓNES GENERADOS PARA NUESTRAS EMPRESAS

global pro



ROCKHOUSE LIVE ROCKS!

location_onSouth East, Estados Unidos

RockHouse Live is your place to Eat, Drink and ROCK! Founded and incubated for
over 15 years in total, RockHouse Live is an entertainment-themed restaurant,
bar and venue, and recently expanded and is looking to create infrastructure and
growth.

 * RockHouse Live is a proven brand, with a large appeal, known for 17 years
 * Clearwater "Flagship" location is a high-volume location with mass appeal.
 * Key West location is on the best corner in Key West!

$95,000,000

Total requerido

$1,900,000

Mínimo por inversor
Más información
global pro
10% recaudadoarrow_drop_down


ADROP.AI

location_onGreater London, Reino Unido

aDrop.ai is a tool that simplifies the process of earning crypto Airdrops,
providing people with a new lucrative revenue stream to combat inflation.
Airdrops are free incentives given by new companies to people who use their beta
applications. MVP✅

 * We have a working testable prototype | Already raised £50,000 this round
 * We have developed a demo app on https://investors.adrop.ai/
 * Our team has combined 30+ years of blockchain development experience

$12,000,000

Total requerido

$450,000

Mínimo por inversor
Más información
global pro



DIALYSIS INFORMATION SYST

location_onSingapore, Singapur

To enable Dialysis Patient Care with Innovative Information Solution that
improves the Quality of Life of Chronic Dialysis Patients. Incorporating Kidney
Disease Outcomes Quality Initiative, state-of-the-art technology with digital &
intelligent IT

 * Production Launch - April 2018 in Singapore Ihsan Kidney Care
 * Production Live from October 2022 in Pakistan Memon Medical Institute
 * Production Live October 2022 in Malaysia Island Hospital, & PDNK Seremban

$70,000,000

Total requerido

$275,000

Mínimo por inversor
Más información
Ver más propuestas


LO QUE DICEN NUESTROS CLIENTES

arrow_drop_down

Al igual que estas personas, yo tambien espero apoyo de estos angeles. Mi
negocio es de disfraces y organizacion de eventos. Ultimamente nos a ido tan
bien que queremos expandirnos y abrir nuestra segunda sucursal aqui en Tijuana.
Mi negocio a estado en el mercado desde 1992 y quisiera poder terminar mi
projecto para el 2012 ya que sera nuestro 20 aniversario. Muchas Gracias
Angeles!


FABIO NORIEGA

arrow_drop_down

Hemos conseguido inversión después de publicitar nuestra propuesta en Angel
Investment Network. Tuvimos más de 10 interesados que querían ayudar a
desarrollar nuestros sitios de venta al por menor en el Reino Unido vendiendo en
línea relojes de diseño. Antes de seleccionar el inversor adecuado, con quien
ahora hemos firmado un contrato, hemos llevado nuestras ventas de relojes al
siguiente nivel. Gracias por la ayuda y sigan con el buen trabajo :)


DANIEL RICHMOND @ TIC WATCHES

arrow_drop_down

Esta es mi primera experiencia de acercamiento a inversores a través de un sitio
web, sin embargo, 48 horas después de publicar mi propuesta, tuve 7 respuestas.
Ahora estoy en la etapa final de la negociación con el aspirante más fuerte, así
que gracias a AIN por todo lo que han hecho por nosotros.


GRAME JONES

Leer más testimonios


COMIENCE AHORA

Es fácil crear una propuesta con nuestro formulario en línea. Después podremos
empezar a emparejarte con inversores potenciales.

Es gratis registrarse y obtener acceso completo a miles de emocionantes
oportunidades de inversión.

Soy Inversor
Soy Emprendedor




Estoy de acuerdo con los Póliza de Protección de Datos, Términos de Uso del
Sitio del sitio y la Política de reembolso; y entiendo que es mi responsabilidad
realizar diligencia debida con cada inversor que encuentro a través de esta
plataforma.

Estoy de acuerdo con los Póliza de Protección de Datos del Sitio y la Términos
de Uso del Sitio.

Certifico que soy un inversor cualificado.
Enviar
¿Ya es un usuario registrado? Iniciar sesión
close


SALIR

¿Está seguro de que desea cerrar sesión

No Yes
close


COMIENCE AHORA

Es fácil crear una propuesta con nuestro formulario en línea. Después podremos
empezar a emparejarte con inversores potenciales.

Es gratis registrarse y obtener acceso completo a miles de emocionantes
oportunidades de inversión.

Soy Inversor
Soy Emprendedor




Estoy de acuerdo con los Póliza de Protección de Datos, Términos de Uso del
Sitio del sitio y la Política de reembolso; y entiendo que es mi responsabilidad
realizar diligencia debida con cada inversor que encuentro a través de esta
plataforma.

Estoy de acuerdo con los Póliza de Protección de Datos del Sitio y la Términos
de Uso del Sitio.

Certifico que soy un inversor cualificado.
Enviar
¿Ya es un usuario registrado? Iniciar sesión
close


INICIAR SESIÓN

Entre al sitio ahora para acceso completo



Iniciar sesión
¿Olvidó su contraseña? ¿Todavía no registrado? Haga clic para registrarse.
 * Términos de Uso del Sitio
 * Póliza de Protección de Datos
 * 
 * 

© 2024 Angel Investment Network Ltd - Conectando emprendedores locales y
globales con ángeles inversores