HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/vangogh.komma-mediadesign.nl/wwwroot/contact.php
<div class="contactpaginaInfo">
	<h1>Contact</h1>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam in dui mauris. Vivamus hendrerit arcu sed erat molestie vehicula. Sed auctor neque eu tellus rhoncus ut eleifend nibh port.</p>
	
    <div class="contactData">
        <em>Adres</em>		Bouwbedrijf van Gogh B.V.<br />
        <em>&nbsp;</em>	't Inne 34<br />
        <em>&nbsp;</em>	6021 DA Budel<br /><br />

        <em>Tel</em> 		0495 429428<br />
        <em>Fax</em> 		0495 495815<br /><br />
        
        <em>E-mail</em>		<a href="mailto:info@vangogh-bouwbedrijf.nl" title="E-mail Bouwbedrijf van Gogh">info@vangogh-bouwbedrijf.nl</a><br /><br />
        
        <em>Rabobank</em> 	Soerendonk nr. 14.79.14.922<br />
        <em>Swiftcode</em> 	RABO NL2U<br />
        <em>IBAN	</em>		NL 51 Rabo 0147914922<br />
        <em>K.v.K.</em> 	Eindhoven nr. 17096483<br />
        <em>B.T.W. nr.</em> NL 80 57 20 108 B01<br />
        <em>-</em>    
    </div>

</div>

<div class="contactformulier">


    <div id="contactFormDiv" class="divContent">
        <div id="contactText">
             <h2 class="alsH1">Direct contact</h2>
    		<p>U kunt ook direct een e-mail sturen, wij nemen dan zo snel mogelijk contact op.</p>
        </div>  
        <div class="formulier">
            <form action="/contactformVerzenden.php" id="contactForm" name="contactForm" method="post">
                <div id="contactFormContent">
                    <input type="text" name="naam" id="contactNaam" value="Naam" /><br />
                    <input type="text" name="bedrijfsnaam" id="contactBedrijfsnaam" value="Bedrijfsnaam (optioneel)" /><br />
                    <input type="text" name="telefoon" id="contactNummer" value="Telefoonnummer" /><br />
                    <input type="text" name="email" id="contactEmail" value="E-mail" /><br />
                    <textarea name="bericht" id="contactBericht">Bericht</textarea><br />
                    <input type="submit" id="contactSubmit" name="verzendenContactform" value="Verzenden &raquo;" />
                </div>
            </form>
        </div>    
        <div id="contactformReplacement"></div>
        <div id="succesContact">
            <h2 class="alsH1">Verzonden</h2>
            <p>Uw gegevens zijn succesvol verzonden, wij nemen zo snel mogelijk contact op.</p>
        </div>
    </div>                
</div>

<div class="routebeschrijving">
	<h2 class="alsH1">Routebeschrijving</h2>
    <p>Vul hieronder uw adres in voor een routebeschrijving in Google Maps.</p>
    <div class="formulier">
        <form action="route_berekenen.php" target="_blank" method="post" name="route">
            <div>
                <input id="routeInput" type="text" name="adres" value="Uw adres" />
                <input type="submit" class="submit" value="Bereken route &raquo;" name="route"  />
            </div>
        </form>              
    </div>
</div>