Skip to content

Instantly share code, notes, and snippets.

@itsmethemojo
Created May 17, 2016 07:05
Show Gist options
  • Save itsmethemojo/ea321b1b4dfccdf1aa58fcf67b2bb2e2 to your computer and use it in GitHub Desktop.
Save itsmethemojo/ea321b1b4dfccdf1aa58fcf67b2bb2e2 to your computer and use it in GitHub Desktop.
<section class="page" id="dashboard">
    <header>
      <slider-element name="dashboard" display="all"></slider-element>
    </header>
    <div class="contents">
      <ul class="collection">
        <li><a href="#flightdetails">Journey details</a></li>
        <li><a href="#explore">Explore destination</a></li>
        <li><checkin-element></checkin-element></li>
      </ul>
    </div>
</section>
<section class="page" id="flightdetails">
    <header>
      <slider-element name="flightdetail" display="activeFlight"></slider-element>
    </header>
    <flightdetails-element></flightdetails-element>
</section>
<section class="page" id="explore">
    <place-element></place-element>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment