summaryrefslogtreecommitdiff
path: root/templates/layout
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layout')
-rw-r--r--templates/layout/noleft52
1 files changed, 52 insertions, 0 deletions
diff --git a/templates/layout/noleft b/templates/layout/noleft
new file mode 100644
index 0000000..9c5e712
--- /dev/null
+++ b/templates/layout/noleft
@@ -0,0 +1,52 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+ <meta name="description" content="">
+ <meta name="author" content="namatoko">
+ <meta name="generator" content="namatoko">
+ <title>__COMPANY__</title>
+ <link rel="stylesheet" type="text/css" href="">
+ <!-- Bootstrap Core CSS-->
+ <link href="__WWW_DIR__/css/bootstrap.min.css" rel="stylesheet">
+ <link href="https://fonts.googleapis.com/icon?family=Material+Icons+Outlined" rel="stylesheet"/>
+ <style>
+ .bd-placeholder-img {
+ font-size: 1.125rem;
+ text-anchor: middle;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ }
+
+ @media (min-width: 768px) {
+ .bd-placeholder-img-lg {
+ font-size: 3.5rem;
+ }
+ }
+ </style>
+ <link href="__WWW_DIR__/css/product.css" rel="stylesheet">
+</head>
+<body>
+ <!-- Navbar -->
+ <nav class="navbar navbar-light bg-light fixed-top">
+ <div class="container d-flex justify-content-between">
+ <a href="#" class="navbar-brand d-flex align-items-center">
+ <img src="__IMAGE_DIR__/__LOGO__" width="30" height="30" class="rounded-circle d-inline-block align-top mr-2" alt="">
+ __COMPANY__
+ </a>
+ <div class="nav-item">
+ <a class="navbar-icon-link" href="[area ord/basket]">
+ <span class="material-icons-outlined">
+ shopping_bag
+ </span>
+ </a>
+ </div>
+ </div>
+ </nav>
+ <!-- End of Navbar -->
+ {{:DEFAULT}}
+</body>
+</html>