<?php include 'ayar.php';?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
	<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
	<title><?=$title;?></title>
	<?php include'header.php'; ?>
		<div class="content">
			<div class="iletisim">
				<h1>Contact Us</h1>
				<div class="isol">
					<h3>Map</h3>
					<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d12031.923242662499!2d28.8217138!3d41.0694121!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x3efd66b4307da3f8!2sParkes%20Plastik%20Ve%20Amb.San.Tic.Ltd.%C5%9Eti.!5e0!3m2!1str!2str!4v1616452346620!5m2!1str!2str" width="100%" height="350" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
				</div>
				
				<div class="isag">
					<h3>Contact information</h3>
					
					<div class="adress">
						<span><i class="las la-phone"></i> Phone</span>: <?=$telefon;?>
					</div>
					
					<div class="adress">
						<span><i class="las la-at"></i> E-mail</span>: <?=$posta;?>
					</div>
					
					<div class="adress">
						<span><i class="las la-map-marker"></i> address</span>: <?=$adres;?>
					</div>
				</div>
			</div>
		</div>
	<!--content-->
	<?php include'footer.php'; ?>
	