<?php
include("admin/db.php");
login();
?>
<!doctype html>
<html lang="en" class="no-js">
<head>
	<title>About Us | On The Menu Podcast</title>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
	<meta http-equiv="description" content="Download or listen to all the On The Menu episodes.  Also available on iTunes and Google Play.">
	<meta name="keywords" content="fine dining,food,restaurants,food reviews,restaurant reviews,Ann Haigh,Peter Haigh,food podcast,on the menu" />
	<link href="https://fonts.googleapis.com/css?family=Oswald:300,400%7CKarla:400,700" rel="stylesheet">
	<link rel="shortcut icon" href="images/favicon.ico">
	<link rel="stylesheet" href="assets/css/bootstrap-reboot.css">
	<link rel="stylesheet" href="assets/css/bootstrap-grid.css">
	<link rel="stylesheet" href="assets/css/material-design-iconic-font.css">
	<link rel="stylesheet" href="assets/css/style.css">
</head>
<body class="home">
	<header id="top" class="navbar navbar-sticky">
		<div class="container">
			<div class="row align-items-center">
				<? 
				include("site-title.php");
				?>
				<? 
				include("nav.php");
				?>
				<nav id="social-links-menu" style="padding-top:10px" class="col-lg-4 col-md-auto order-4 order-md-1 order-lg-3 col-sm-12">
				  <div class="row">
				   <div class="col-lg-4 col-md-4" style="padding-bottom: 10px;">
				   
					<? 
					include("sm-top.php");
					?>
					</div>
					<div class="col-lg-8 col-md-8">
					<!--START TOP PLAYER-->
					<?php
						//LATEST LISTEN
					$latestresult = SelectLatestListen();
					$latestcount = mysql_num_rows($latestresult);
					 if($latestcount > 0)
					  { 
						while($latestrow = mysql_fetch_object($latestresult))
						{
							$latestURLVar = stripslashes($latestrow->URL);
						
						}//end while
					}
					?>
						<p style="font-size: 14px; margin: 0px; padding-bottom:2px; text-align: center">Listen To The Latest Episode</p>
						<audio class="wp-audio-shortcode" preload="none" style="width: 100%;" controls="controls">
						<source src="<?=$latestURLVar;?>" type="audio/mpeg" />
						</audio>
					<!--END TOP PLAYER-->
					</div>	
				</nav>
				
			
				<div class="site-menu-toggle col-auto order-2 order-sm-3">
					<a href="#site-menu">
						<span class="screen-reader-text">Toggle navigation</span>
					</a>
				</div>
			</div>
		</div>
	</header>

	<header id="featured" class="featured-content2 fade-background-50 padding-top-bottom">
		<div class="container">
			<div class="row align-items-center">
				<div class="col-12 col-md">
					<h1>ABOUT US</h1>
				</div>
			</div>
		</div>
	</header>

   <main id="content" class="has-sidebar padding-top-bottom">
		<div class="container">
			<div class="row align-items-center">
				<div class="col-12 col-md-6">
					<a href="#" class="cover-image">
						<img src="images/about-us.jpg" alt="">
					</a>
				</div>
				<div class="col-12 col-md-6">
					<h1>Your Hosts, Ann and Peter Haigh</h1>
					<p>Ann & Peter Haigh host On the Menu, an Internet-based program on the wide world of food, drink & travel. The radio show/podcast launched in 2004 & has aired one-hour of content weekly since then.</p>
<p>A husband & wife duo, they interview chefs, restaurateurs, hoteliers, authors, wine & spirit professionals, food producers, cookware/kitchen gadget makers and other culinary luminaries. They discuss food trends & industry news, cover national & international culinary festivals & conferences & work with tourism agencies worldwide. 
Ann, aka the "Dining Diva," is a long-time food and travel writer, broadcaster, restaurant critic, former restaurant owner, accomplished cook and an experienced consumer--having lived, traveled and dined across the country and around the world. She served as Pittsburgh Magazine's restaurant editor for 14-years, and has written extensively for other publications, as well as the Internet. She actively participates in the James Beard Foundation as well as numerous Critic Choice programs.</p>
<p>Peter unabashedly boasts serious wanderlust and is an avid traveler. Born and raised in England, he lived in Australia for seven years before venturing to the USA. Holding a Master’s degree in geography from the University of Cambridge, he is highly qualified to serve as On the Menu's travel planner and king of logistics. He is also a dedicated oenophile & spirits aficionado. As an internationally recognized expert on telecommunications and computing, he uses the Internet as the major means for exploring new destinations, selecting and making reservations.
</p>
					<p><a href="mailto:onthemenu@onthemenuradio.com" class="button button-small button-white">Email Us</a></p>
				</div>
			</div>
		</div>
	</main>

	<? 
		include("footer.php");
	?>

	<script src="assets/js/jquery-3.2.1.min.js"></script>
	<script src="assets/js/modernizr-custom.js"></script>
	<script src="assets/js/functions.js"></script>

	<!-- MediaElement.js files -->
	<link rel="stylesheet" id="mediaelement-css"  href="assets/mediaelement/mediaelementplayer-legacy.css">
	<link rel="stylesheet" id="wp-mediaelement-css"  href="assets/mediaelement/wp-mediaelement.css">
	<link rel="stylesheet" id="castilo-additional-mediaelement-css"  href="assets/css/mediaelement-castilo.css">
	<script src="assets/mediaelement/mediaelement-and-player.js"></script>
	<script src="assets/mediaelement/mediaelement-migrate.js"></script>
	<script src="assets/mediaelement/wp-mediaelement.js"></script>
	<script src="assets/js/mediaelement-castilo.js"></script>
	<script src="assets/js/index.js"></script>
</body>
</html>