<?php include "header.php" ?>
<body>

	<div id='selfie-card-wrapper'>
		<div id='selfieBackground'>
			<iframe src='http://gulflaw.info/progg/selfie.php' width='1300px' height='867px' style='overflow:hidden'  scrolling="no"/></iframe>
		</div>
	</div>
	
	<div id='search-card-wrapper'>
		<div class="search-card">
			<h1>Search</h1><br>
			<input type="text" name="search" id='searchSerchTextField' >
			<div style='height:250px;overflow-x:scroll'>
			<span style='color:grey;'><i>Search Results</i></span>			
				<div>
					<table border='0px' id='tableResult'>
					</table>
					<br />
				</div>
			</div>
			<input type="submit" name="login" class="search search-submit" value="Search" onclick="searchItems()">
			<input type="submit" name="login" class="search search-submit" value="Close" onclick="closeItems()">
		</div>
	</div>
	
	<div id='contact-card-wrapper'>
		<div class="contact-card">
			<div style='float:left;margin-right:50px;width:300px;'>
				<img src='images/barneyPP.png' width='300px' />
				<p style='font-size:20px;font-family:tahoma;line-height:32px;text-align:center'>
					barney@gulflaw.info
					<br>+971 4 444 9404
					<br>+971 55 8560248
				</p>
			</div>
			<div style='width:1250px;float:left:right;'>
				<h2 style='color:grey;font-size:36px;font-family:tahoma;font-weight:normal'>Barney Almazar</h2>
				<br />
				<p style='font-size:24px;font-family:tahoma;line-height:35px'>Atty. Barney Almazar is a director at the corporate-commercial department of Gulf Law in the Middle East, the Philippines and United Kingdom. He holds a UAE legal consultancy license and is a lifetime member of the Philippine Bar.
He was awarded as one of The Outstanding Young Men (TOYM) and commended by the Philippine Senate in 2015 for his contribution in protecting the interests of more than 3 million overseas Filipinos in the Middle East. He is the author of the Essential OFW Guide to UAE.
<br /><br />
Atty. Barney holds dual MBA and Juris Doctor degrees with specialization in International Business and EU Law (University of London).</p>
			</div>
			
		</div>
	</div>
	
	<div id='contentWrapper'>
		<div class='btnIcons'>
			<a href='btn1/page.php#page/2' >
				<img src='images/btn1.jpg' />
			</a>
		</div>
		
		<div class='btnIcons'>
			<a href='btn2/page.php#page/2'' >
				<img src='images/btn2.jpg' />
			</a>
		</div>
		
		<div class='btnIcons'>
			<a href='btn3/page.php#page/2' >	
				<img src='images/btn3.jpg' />
			</a>
		</div>
		
		<div class='btnIcons'>
			<a href='btn4/page.php#page/2' >
				<img src='images/btn4.jpg' />
			</a>
		</div>
		
		<div class='btnIcons'>
			<a href='btn5/page.php#page/2' >
				<img src='images/btn5.jpg' />
			</a>
		</div>
		
		<div class='btnIcons'>
			<a href='btn6/page.php#page/2' >
				<img src='images/btn6.jpg' />
			</a>
		</div>
		
		<div class='btnIcons'>
			<a href='btn7/page.php#page/2' >
				<img src='images/btn7.jpg' />
			</a>
		</div>
		
		<div class='btnIcons'>
			<a href='btn8/page.php#page/2' >
				<img src='images/btn8.jpg' />
			</a>
		</div>
		
		<div class='btnIcons'>
			<a href='btn9/page.php#page/2' >
				<img src='images/btn9.jpg'/>
				</a>
		</div>
		
		<div class='btnIcons'>
			<img src='images/btn10.jpg' id='contactBTN'/>
		</div>
		
		<div class='btnIcons'>
			<a href='#'  onclick="showSelfie()">
				<img src='images/btn11.jpg' />
			</a>
		</div>
		
		<div class='btnIcons'>
				<img src='images/btn12.jpg' id='searchBTN'/>
		</div>
		
		<br class='clear'/>
	</div>
</body>
<?php include "footer.php" ?>