NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

<?php get_header(); ?>
<div id="land-opportunity">

<!-- land-opportunity header image -->

<div class="hero-img">
<div class="row">
<div class="col-sm-9">
<div class="hero-image image" style="background-image: url(<?php echo
get_template_directory_uri() . '/assets/img/land-opportunity/header.jpg' ?>)"></div>
</div>
</div>
</div>

<!-- land-opportunity title and content -->

<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<div class="container opportunity-content">
<div class="col-md-8">
<h1><?php the_title(); ?></h1>
<?php the_content(); ?></div>
</div>
<?php endwhile; else : ?>
<p><?php esc_html_e( 'Sorry, no posts matched your criteria.' ); ?></p>
<?php endif; ?>

<!-- opportunity-section -->

<div class="container opportunity-section">
<div class="row">
<div class="col-md-3">
<h3>AVAILABLE LAND</h3>
<ul class="list-unstyled">
<li class="list-header">BY LOCATION</li>
<li><a href="#">HLAING THAR YAR</a></li>
<li><a href="#">SHWE PYI THAR</a></li>
<li><a href="#">MINGALARDON</a></li>
<li><a href="#">THANLYIN</a></li>
<li><a href="#">DAGON SEIKKAN</a></li>
</ul>
</div>
<div class="col-md-9">
<div class="row">
<div class="col-md-4">
<div class="card-group card-land">
<div class="card">
<a data-toggle="modal" href="#myModal1">
<div class="card-img-top" style="background-image: url(<?php echo get_template_directory_uri() . '/assets/img/land-opportunity/4.jpg' ?>)"></div>
</a>
<div class="card-body">THANLYIN
<span class="card-land-area" style="display: inline-block;">0.5acre</span>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card-group card-land">
<div class="card">
<a data-toggle="modal" href="#myModal2">
<div class="card-img-top" style="background-image: url(<?php echo get_template_directory_uri() . '/assets/img/land-opportunity/2.jpg' ?>)"></div>
</a>
<div class="card-body">HLAING THAR YAR
<span class="card-land-area" style="display: inline-block;">0.5acre</span>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card-group card-land">
<div class="card">
<a data-toggle="modal" href="#myModal3">
<div class="card-img-top" style="background-image: url(<?php echo get_template_directory_uri() . '/assets/img/land-opportunity/3.jpg' ?>)"></div>
</a>
<div class="card-body">SHWE PYI THAR
<span class="card-land-area" style="display: inline-block;">0.5acre</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal form -->
<!-- modal form 1 -->
<div class="modal fade show" id="myModal1" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-body">
<form>
<div class="form-group img-land">
<div class="hero-image image" style="background-image: url(<?php echo get_template_directory_uri() . '/assets/img/land-opportunity/4.jpg' ?>)"></div>
</div>
<div class="form-row">
<div class="col">
<div class="form-group">
<p class="form-township">TOWNSHIP</p>
<h3>THANLYIN</h3>
<p class="form-adress">ADDRESS</p>
<p class="form-adress">#7, Hlaning Sabae Street</p>
<p class="form-adress">Shwe Pyi Thar Township, Yangon</p>
</div>
</div>
<div class="col">
<div class="form-group area">
<p class="form-area">AREA</p>
<h3>0.5 acre</h3>
<p class="form-price">LISTED PRICE</p>
<h3 class="form-mils">21 MILS</h3>
<p>Note: pirce may change without priot notice</p>
</div>
</div>
</div>
<div class="form-row img">
<div class="col">
<div class="hero-image form-image" style="background-image: url(<?php echo get_template_directory_uri() . '/assets/img/land-opportunity/2.jpg' ?>)"></div>
</div>
<div class="col">
<div class="hero-image form-image" style="background-image: url(<?php echo get_template_directory_uri() . '/assets/img/land-opportunity/3.jpg' ?>)"></div>
</div>
</div>
<button class="button" type="submit">CONTACT</button>
</form>
</div>
</div>
</div>
</div>
<!-- modal form2 -->
<div class="modal fade show" id="myModal2" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-body">
<form>
<div class="form-group img-land">
<div class="hero-image image" style="background-image: url(<?php echo get_template_directory_uri() . '/assets/img/land-opportunity/2.jpg' ?>)"></div>
</div>
<div class="form-row">
<div class="col">
<div class="form-group">
<p class="form-township">TOWNSHIP</p>
<h3>HLAING THAR YAR</h3>
<p class="form-adress">ADDRESS</p>
<p class="form-adress">#7, Hlaning Sabae Street</p>
<p class="form-adress">Shwe Pyi Thar Township, Yangon</p>
</div>
</div>
<div class="col">
<div class="form-group area">
<p class="form-area">AREA</p>
<h3>0.5 acre</h3>
<p class="form-price">LISTED PRICE</p>
<h3 class="form-mils">21 MILS</h3>
<p>Note: pirce may change without priot notice</p>
</div>
</div>
</div>
<div class="form-row img">
<div class="col">
<div class="hero-image form-image" style="background-image: url(<?php echo get_template_directory_uri() . '/assets/img/land-opportunity/4.jpg' ?>)"></div>
</div>
<div class="col">
<div class="hero-image form-image" style="background-image: url(<?php echo get_template_directory_uri() . '/assets/img/land-opportunity/3.jpg' ?>)"></div>
</div>
</div>
<button class="button" type="submit">CONTACT</button>
</form>
</div>
</div>
</div>
</div>
<!-- modal form3 -->
<div class="modal fade show" id="myModal3" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-body">
<form>
<div class="form-group img-land">
<div class="hero-image image" style="background-image: url(<?php echo get_template_directory_uri() . '/assets/img/land-opportunity/3.jpg' ?>)"></div>
</div>
<div class="form-row">
<div class="col">
<div class="form-group">
<p class="form-township">TOWNSHIP</p>
<h3>SHWE PYI THAR</h3>
<p class="form-adress">ADDRESS</p><p class="form-adress">#7, Hlaning Sabae Street</p><p class="form-adress">Shwe Pyi Thar Township, Yangon</p>
</div>
</div>
<div class="col">
<div class="form-group area">
<p class="form-area">AREA</p>
<h3>0.5 acre</h3>
<p class="form-price">LISTED PRICE</p>
<h3 class="form-mils">21 MILS</h3>
<p>Note: pirce may change without priot notice</p>
</div>
</div>
</div>
<div class="form-row img">
<div class="col">
<div class="hero-image form-image" style="background-image: url(<?php echo get_template_directory_uri() . '/assets/img/land-opportunity/2.jpg' ?>)"></div>
</div>
<div class="col">
<div class="hero-image form-image" style="background-image: url(<?php echo get_template_directory_uri() . '/assets/img/land-opportunity/4.jpg' ?>)"></div>
</div>
</div>
<button class="button" type="submit">CONTACT</button>
</form>
</div>
</div>
</div>
</div>
<!-- Contact form -->
<div id="contact">
<?php echo do_shortcode( '[contact-form-7 id="116" title="contact"]' ); ?>
</div>
<?php get_footer(); ?>
</div>
     
 
what is notes.io
 

Notes is a web-based application for online taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000+ notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 14 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.