Ejemplo n.º 1
0
?>

	<div id="carousel">
		<div class="row limit">
			<div class="eight columns ten columns header">
				<h1>A continuing tradition<br>of serving the best<br>Hainanese Chicken Rice.</h1>
				<div class="eight columns no-margin">
					<p>Wee Nam Kee Hainanese Chicken Rice is Singapore’s #1 Chicken Rice concept. Starting as a humble dine and dash restaurant at the heart of Singapore’s Novena district in 1989, the concept established its first international location in the Philippines in 2010. Opening to much fanfare at the Ayala Triangle Gardens in Makati City, the concept has now grown to several locations domestically.</p>
					<div class="kill-logo"></div>
				</div>
			</div>
		</div>
		<div class="css-carousel">
			<?php 
$wnkCarousel = carousel_query('weenamkee');
carousel_loop('weenamkee', $wnkCarousel);
?>
		</div>
	</div>
	<div id="sticky-anchor"></div>
	<nav class="wnk-nav">
		<div class="limit">
			<img class="wnk-logo" src="<?php 
bloginfo('template_directory');
?>
/images/weenamkee/wnk-logo.png" />
			<ul class="navi__list">
			 	<li class="navi__listItem"><a class="active" href="#carousel">Home</a></li>
			    <li class="navi__listItem"><a href="#wnk-menu">Menu</a></li>
			    <li class="navi__listItem"><a href="#wnk-branches">Branches</a></li>
			</ul>
Ejemplo n.º 2
0
?>

	<div id="carousel">
		<div class="limit">
			<div class="row">
				<div class="six columns">
					<div class="osaka-desc">
						<h1>The World's #1 Gyoza</h1>
						<p>Osaka Ohsho is Japan’s #1 restaurant specializing in Gyoza, together with a host of other staple Japanese dishes. Founded in 1969 as a humble dumpling shop, the concept has now expanded to more than 400 locations in its home country and beyond. With concepts present all throughout Asia, Osaka Ohsho has now found its way to the hearts of every Filipino.</p>
					</div>
				</div>
				<div class="six columns">
					<div class="css-carousel">
						<?php 
$carouselQuery = carousel_query('osakaohsho');
carousel_loop('osakaohsho', $carouselQuery);
?>
					</div>
				</div>
			</div>
		</div>
	</div>

	<div id="osaka-menu">
		<div id="red-strip"></div>
		<div class="osaka-food limit">
			<div class="row">
				<div class="three columns">
					<div class="osaka-section-title">
						<h1>OUR FOOD</h1>
						<p class="osaka-caption">Only the freshest and best quality ingredients are used in Osaka Ohsho. Our chefs undergo extensive training under our Japanese master chefs in order to deliver an experience that only Osaka Ohsho can offer.</p>
Ejemplo n.º 3
0
?>

	<div class="carousel__container">
	<div id="carousel-example-generic" class="carousel slide" data-ride="carousel" style="margin-top: 30px;">
	  <!-- Indicators -->
	  <ol class="carousel-indicators">
	    <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
	    <li data-target="#carousel-example-generic" data-slide-to="1"></li>
	    <li data-target="#carousel-example-generic" data-slide-to="2"></li>
	  </ol>

	  <!-- Wrapper for slides -->
	  <div class="carousel-inner" role="listbox">
			<?php 
$carouselQuery = carousel_query('kumori');
carousel_loop('kumori', $carouselQuery);
?>
	    <!-- <div class="item active" style="background-image:url('images/kumori-carousel-1.jpg'); background-size:cover; background-position: center center; height:100vh;">
	      <div class="carousel-caption">
	        ...
	      </div>
	    </div>
	    <div class="item" style="background-image:url('images/kumori-carousel-2.jpg'); background-size:cover; background-position: center center; height:100vh;">
	      <div class="carousel-caption">
	        ...
	      </div>
	    </div>
	    <div class="item" style="background-image:url('images/kumori-carousel-3.jpg');background-size:cover; background-position: center center; height:100vh;">
	      <div class="carousel-caption">
	        ...
	      </div>
Ejemplo n.º 4
0
get_header();
?>
<div style="display:block; height:100vh; position:relative; z-index: -2000;" class="carousel__container">
	<div id="carousel-example-generic" class="carousel slide carousel-fade" data-ride="carousel" style="height: 100vh;">
	  <!-- Indicators -->
	  <!-- <ol class="carousel-indicators">
	    <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
	    <li data-target="#carousel-example-generic" data-slide-to="1"></li>
	    <li data-target="#carousel-example-generic" data-slide-to="2"></li>
	  </ol> -->

	  <!-- Wrapper for slides -->
	  <div class="carousel-inner" role="listbox">
      <?php 
$relishCarouselQuery = carousel_query('relish');
carousel_loop('relish', $relishCarouselQuery);
?>
	  </div>

	  <!-- Controls -->
	  <a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
	    <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
	    <span class="sr-only">Previous</span>
	  </a>
	  <a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
	    <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
	    <span class="sr-only">Next</span>
	  </a>
	</div>
</div>