everdom.net Open in urlscan Pro
145.239.135.122  Public Scan

URL: https://everdom.net/
Submission: On May 19 via api from US — Scanned from FR

Form analysis 1 forms found in the DOM

POST /send

<form method="post" action="/send" id="contact-form" data-aos="zoom-in" class="flex grow flex-col mt-11 max-md:max-w-full max-md:mt-10 aos-init">
  <div class="text-[2.5rem] font-bold leading-[56.5px] self-stretch"> Zgłoś nieruchomość </div>
  <div class="text-[1.3rem] leading-4 self-stretch mt-4 max-md:max-w-full"> Skontaktujemy się z tobą jak najszybciej </div>
  <div class="grid grid-cols-1 md:grid-cols-3 mt-4 gap-4">
    <div class="w-full">
      <label for="type" class="text-[1.3rem] leading-6 self-stretch md:mt-5 flex items-center"> Typ * </label>
      <select id="type" required="" name="type"
        class="text-black text-[1.3rem] w-full leading-4 bg-white self-stretch justify-center mt-3 pl-4 pr-16 py-3.5 rounded-lg border-[0.3px] border-solid border-black items-start max-md:max-w-full max-md:pr-5">
        <option value="Mieszkanie">Mieszkanie</option>
        <option value="Dom">Dom</option>
        <option value="Działka">Działka</option>
        <option value="Lokal">Lokal</option>
      </select>
    </div>
    <div class="w-full"><label for="city" class="text-[1.3rem] leading-6 self-stretch md:mt-5 flex items-center"> Miasto * </label>
      <input type="text" id="city" name="city" placeholder="" required=""
        class="text-black text-[1.3rem] w-full leading-4 bg-white self-stretch justify-center mt-3 pl-4 pr-16 py-3.5 rounded-lg border-[0.3px] border-solid border-black items-start max-md:max-w-full max-md:pr-5">
    </div>
    <div class="w-full"><label for="street" class="text-[1.3rem] leading-6 self-stretch md:mt-5 flex items-center"> Ulica </label>
      <input type="text" id="street" name="street" placeholder=""
        class="text-black text-[1.3rem] w-full leading-4 bg-white self-stretch justify-center mt-3 pl-4 pr-16 py-3.5 rounded-lg border-[0.3px] border-solid border-black items-start max-md:max-w-full max-md:pr-5">
    </div>
  </div>
  <div class="grid grid-cols-1 md:grid-cols-4 mt-4 gap-4">
    <div class="w-full"><label for="price" class="text-[1.3rem] leading-6 self-stretch md:mt-5 flex items-center"> Cena (PLN) * </label>
      <input type="text" id="price" name="price" placeholder="" required=""
        class="text-black text-[1.3rem] w-full leading-4 bg-white self-stretch justify-center mt-3 pl-4 pr-16 py-3.5 rounded-lg border-[0.3px] border-solid border-black items-start max-md:max-w-full max-md:pr-5">
    </div>
    <div class="w-full"><label for="year" class="text-[1.3rem] leading-6 self-stretch md:mt-5 flex items-center"> Rok budowy </label>
      <input type="text" id="year" name="year" placeholder=""
        class="text-black text-[1.3rem] w-full leading-4 bg-white self-stretch justify-center mt-3 pl-4 pr-16 py-3.5 rounded-lg border-[0.3px] border-solid border-black items-start max-md:max-w-full max-md:pr-5">
    </div>
    <div class="w-full"><label for="area" class="text-[1.3rem] leading-6 self-stretch md:mt-5 flex items-center"> Powierzchnia * </label>
      <input type="text" id="area" name="area" placeholder="" required=""
        class="text-black text-[1.3rem] w-full leading-4 bg-white self-stretch justify-center mt-3 pl-4 pr-16 py-3.5 rounded-lg border-[0.3px] border-solid border-black items-start max-md:max-w-full max-md:pr-5">
    </div>
    <div class="w-full"><label for="rooms" class="text-[1.3rem] leading-6 self-stretch md:mt-5 flex items-center"> Ilość pokoi </label>
      <input type="text" id="rooms" name="rooms" placeholder=""
        class="text-black text-[1.3rem] w-full leading-4 bg-white self-stretch justify-center mt-3 pl-4 pr-16 py-3.5 rounded-lg border-[0.3px] border-solid border-black items-start max-md:max-w-full max-md:pr-5">
    </div>
  </div>
  <div class="text-[1.8rem] font-bold leading-[56.5px] mt-12 self-stretch"> Dane kontatkowe </div>
  <div class="w-full"><label for="name" class="text-[1.3rem] leading-6 self-stretch md:mt-5 flex items-center"> Imię i nazwisko * </label>
    <input type="text" id="name" name="name" placeholder="" required=""
      class="text-black text-[1.3rem] w-full leading-4 bg-white self-stretch justify-center mt-3 pl-4 pr-16 py-3.5 rounded-lg border-[0.3px] border-solid border-black items-start max-md:max-w-full max-md:pr-5">
  </div>
  <div class="grid grid-cols-1 md:grid-cols-2 mt-4 gap-4">
    <div class="w-full"><label for="email" class="text-[1.3rem] leading-6 self-stretch md:mt-5 flex items-center"> Adres e-mail * </label>
      <input type="email" id="email" name="email" placeholder="" required=""
        class="text-black text-[1.3rem] w-full leading-4 bg-white self-stretch justify-center mt-3 pl-4 pr-16 py-3.5 rounded-lg border-[0.3px] border-solid border-black items-start max-md:max-w-full max-md:pr-5">
    </div>
    <div class="w-full"><label for="phone" class="text-[1.3rem] leading-6 self-stretch md:mt-5 flex items-center"> Numer telefonu * </label>
      <input type="phone" id="phone" name="phone" placeholder="" required=""
        class="text-black text-[1.3rem] w-full leading-4 bg-white self-stretch justify-center mt-3 pl-4 pr-16 py-3.5 rounded-lg border-[0.3px] border-solid border-black items-start max-md:max-w-full max-md:pr-5">
    </div>
  </div>
  <div>
    <div class="g-recaptcha mt-4" data-sitekey="6LcQS3MpAAAAABd1s829L6FBbwGc25ZOL-OP22ib">
      <div style="width: 304px; height: 78px;">
        <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-mpezpys7xk5" frameborder="0" scrolling="no"
            sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
            src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LcQS3MpAAAAABd1s829L6FBbwGc25ZOL-OP22ib&amp;co=aHR0cHM6Ly9ldmVyZG9tLm5ldDo0NDM.&amp;hl=fr&amp;v=8k85QBI-qzxmenDv318AZH30&amp;size=normal&amp;cb=6jij3lf3wvj1"></iframe></div>
        <textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
      </div><iframe style="display: none;"></iframe>
    </div>
    <br>
    <button type="submit" class="max-w-[200px] text-[1.3rem] font-bold leading-5 justify-center items-stretch
                            shadow-lg bg-orange-300 hover:bg-orange-200 mt-4 px-8 lg:px-14 py-4 lg:py-5 rounded-lg"> Wyślij </button>
  </div>
</form>

Text Content

Zadzwoń teraz
+48 506 328 593
biuro@everdom.net
☰
Home Nieruchomości O Nas Kontakt Zadzwoń


Everdom
Posiadamy szeroką ofertę mieszkań, domów, działek i lokali użytkowych. Oferujemy
kompleksowe usługi związane z kupnem, sprzedażą i wynajmem nieruchomości.
Zadzwoń

Jesteśmy zespołem osób, dla których niezwykle ważne jest indywidualne podejście
do każdego klienta i odpowiedzialność za podjęte zobowiązania. Postępujemy
zgodnie z zasadami kodeksu etyki pośrednika. Obsługujemy transakcje na terenie
Trójmiasta i okolic
Indywidualne podejście
Zwracamy uwagę na potrzeby klienta, a nasze działanie dostosowujemy do
konkretnej sytuacji. Dzięki temu mamy grono zadowolonych osób, które z nami
współpracują.
Zadzwoń
Najnowsze oferty
Posiadamy szeroką ofertę mieszkań, domów, działek i lokali użytkowych. Oferujemy
kompleksowe usługi związane z kupnem, sprzedażą i wynajmem nieruchomości.
Więcej ogłoszeń
KOŻYCZKOWO
1 017,00 m2
150 000 zł
147,49 zł / m²
Działka Budowlana Kaszubski Park Krajobrazowy
Przejdź do oferty
WEJHEROWO
29,50 m2
329 000 zł
11 152,54 zł / m²
Os. Fenikowskiego, Parter, Ogródek, Las, 29,5m2!
Przejdź do oferty
GDYNIA
37,00 m2
650 000 zł
17 567,57 zł / m²
Świetna Lokalizacja Centrum Miasta Umeblowane
Przejdź do oferty
Więcej ogłoszeń
Zgłoś nieruchomość
Skontaktujemy się z tobą jak najszybciej
Typ * Mieszkanie Dom Działka Lokal
Miasto *
Ulica
Cena (PLN) *
Rok budowy
Powierzchnia *
Ilość pokoi
Dane kontatkowe
Imię i nazwisko *
Adres e-mail *
Numer telefonu *


Wyślij


Polityka prywatności
Everdom 2023-2024. Wszelkie prawa zastrzeżone.
Ta strona używa ciasteczek, aby poprawić Twoje doświadczenia. Kontynuując
przeglądanie, zgadzasz się na nasze użycie ciasteczek.
Akceptuję
Everdom
Biuro nieruchomości
Cześć👋

Jak mogę Ci pomóc?
10:37

Start Chat