@travlrcom/icons
Version:
TRAVLR Icons
203 lines (173 loc) • 10.5 kB
HTML
<html lang="en">
<head>
<base href="/">
<meta charset="<%= htmlWebpackPlugin.options.contentManagement.head.meta.charset %>"/>
<meta name="theme-color" content="<%= htmlWebpackPlugin.options.contentManagement.head.meta.themeColor %>"/>
<meta name="viewport" content="<%= htmlWebpackPlugin.options.contentManagement.head.meta.viewport %>"/>
<meta name="robots" content="<%= htmlWebpackPlugin.options.contentManagement.head.meta.robots %>">
<meta http-equiv="X-UA-Compatible" content="<%= htmlWebpackPlugin.options.contentManagement.head.meta.httpEquiv %>">
<link rel="canonical" href="<%= htmlWebpackPlugin.options.contentManagement.head.meta.canonical %>">
<link rel="manifest" href="<%= htmlWebpackPlugin.options.contentManagement.head.meta.manifest %>">
<title><%= htmlWebpackPlugin.options.titlePage %></title>
<meta name="description" content="<%= htmlWebpackPlugin.options.contentManagement.head.meta.description %>">
<!-- Facebook -->
<meta property="og:title" content="<%= htmlWebpackPlugin.options.contentManagement.head.meta.title %>">
<meta property="og:description" content="<%= htmlWebpackPlugin.options.contentManagement.head.meta.description %>">
<meta property="og:type" content="<%= htmlWebpackPlugin.options.contentManagement.head.meta.markup.facebook.type %>" />
<meta property="og:url" content="<%= htmlWebpackPlugin.options.contentManagement.head.meta.markup.facebook.url %>">
<meta property="og:image" content="<%= htmlWebpackPlugin.options.contentManagement.head.meta.markup.facebook.image %>">
<meta property="fb:app_id" content="<%= htmlWebpackPlugin.options.contentManagement.head.meta.markup.facebook.appId %>" />
<meta property="og:site_name" content="<%= htmlWebpackPlugin.options.contentManagement.head.meta.title %>">
<!-- Twitter -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="<%= htmlWebpackPlugin.options.contentManagement.head.meta.markup.twitter.site %>" />
<meta name="twitter:title" content="<%= htmlWebpackPlugin.options.contentManagement.head.meta.title %>">
<meta name="twitter:description" content="<%= htmlWebpackPlugin.options.contentManagement.head.meta.description %>">
<meta property="twitter:image" content="<%= htmlWebpackPlugin.options.contentManagement.head.meta.markup.twitter.image %>">
<!-- Favicon -->
<link rel="shortcut icon" href="<%= htmlWebpackPlugin.options.contentManagement.head.favicon %>">
<!-- Fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,600,700">
<!-- Vendors -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/styles/color-brewer.min.css" rel="stylesheet"/>
<!-- Vendors -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/styles/color-brewer.min.css" rel="stylesheet"/>
<!-- Google Tag Manager -->
</head>
<body class="travlr-ui">
<div id="app">
<!-- core nav top -->
<header class="t-navbar-top t-background-white t-position-fixed">
<div class="t-container t-clearfix">
<div class="t-navbar-top-left t-float-left t-display-table">
<div class="t-navbar-top-left-logo t-display-table-cell t-v-align-middle t-p-r-16">
<a href="/">
<img
src=""
alt="TRAVLR Logo"
title="TRAVLR Logo"
class="t-navbar-top-left-logo-image">
</a>
</div>
<nav class="t-navbar-top-left-menus t-display-table-cell t-v-align-middle t-hidden-mobile">
<ul class="t-navbar-top-left-menus-list t-no-margin t-clearfix">
<% for (itemMenu of htmlWebpackPlugin.options.listMenu) { %>
<li class="t-navbar-top-left-menus-list-item t-float-left">
<a
href="<%= itemMenu.url %>"
class="t-navbar-top-left-menus-list-item-link t-color-grey-darkest t-text-callout"
title="<%= itemMenu.label %>">
<%= itemMenu.label %>
</a>
<%
if (Array.isArray(itemMenu.child)) {
%>
<!-- Begin Has Child -->
<ul class="t-navbar-top-left-menus-list-item-child t-background-white t-position-absolute t-primary-box-shadow">
<% for (itemChild of itemMenu.child) { %>
<li class="t-navbar-top-left-menus-list-item-child-item">
<a
href="<%= itemChild.url %>"
class="t-navbar-top-left-menus-list-item-child-item-link t-color-grey-darkest t-display-block t-body-text"
title="<%= itemChild.label %>">
<%= itemChild.label %>
<i class="t-icon icon-angle-right-small"></i>
</a>
<%
if (Array.isArray(itemChild.child)) {
%>
<!-- Begin Has Second Child -->
<ul class="t-navbar-top-left-menus-list-item-child-item-grandchild t-background-white t-position-absolute t-primary-box-shadow">
<% for (itemSecondChild of itemChild.child) { %>
<li class="t-navbar-top-left-menus-list-item-child-item-grandchild-item">
<a
href="<%= itemSecondChild.url %>"
class="t-navbar-top-left-menus-list-item-child-item-grandchild-item-link t-color-grey-darkest t-display-block t-body-text"
title="<%= itemSecondChild.label %>">
<%= itemSecondChild.label %>
</a>
</li>
<% } %>
</ul>
<!-- End Has Second Child -->
<%
}
%>
</li>
<% } %>
</ul>
<!-- End Has Child -->
<%
}
%>
</li>
<% } %>
</ul>
</nav>
</div>
<div class="t-navbar-top-right t-float-right t-display-table">
<nav class="t-navbar-top-right-auth-container t-display-table-cell t-v-align-middle">
<ul class="t-navbar-top-right-menus-list t-clearfix t-no-margin t-display-table t-p-l-20">
<li class="t-navbar-top-right-menus-list-item t-display-table-cell t-hidden-mobile">
<a
href="http://"
class="t-btn t-btn-small t-btn-tertiary"
title="Download v<%= htmlWebpackPlugin.options.pkg.version %>">Download v<%= htmlWebpackPlugin.options.pkg.version %>
</a>
</li>
</ul>
</nav>
</div>
</div>
</header>
<!-- core nav top end -->
<!-- Begin Main Content -->
<main class="t-main-content">
<!-- section hero main -->
<section class="t-hero-main t-color-white t-background-tertiary">
<div class="t-container">
<div class="t-hero-main-content t-display-table t-w-100">
<div class="t-hero-main-content-list t-display-table-cell t-v-align-middle t-text-align-center">
<div class="t-hero-main-content-list-title">
<div class="t-columns">
<div class="t-col-8 t-col-mobile-12 t-offset-2 t-no-offset-mobile">
<h1 class="t-heading-1">TRAVLR Icons v<%= htmlWebpackPlugin.options.pkg.version %></h1>
<p class="t-label-text t-m-t-20 t-m-b-20">
A simple and clean framework making front-end web development fast & easy.
Fully responsive and filled with cool stuff.
</p>
<a href="javascript:;" class="t-btn t-btn-primary t-display-inline-block t-mobile-display-block t-btn-large t-m-r-20 t-mobile-m-r-0 t-mobile-m-b-8 t-btn-full-on-mobile">Download</a>
<a href="javascript:;" class="t-btn t-btn-inverted t-display-inline-block t-mobile-display-block t-btn-large t-btn-full-on-mobile">Documentation</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- section hero main end -->
<div class="t-container">
<!-- Begin Getting Started -->
<section class="t-section-small">
<h2 class="t-heading-2 t-m-b-5 t-color-grey-darkest">Getting Started</h2>
<p class="t-label-text">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
</p>
<p class="t-body-text t-m-t-32 t-m-b-32">
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).
</p>
</section>
<!-- End Getting Started -->
</div>
</main>
<!-- End Main Content -->
<!-- core nav bottom -->
<%= require('html-loader!./../components/footer.html') %>
<!-- core nav bottom -->
</div>
<!-- core nav bottom script -->
<%= require('html-loader!./../components/footer-script.html') %>
<!-- core nav bottom script -->
</body>
</html>