You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
192 lines
6.0 KiB
192 lines
6.0 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>{{.Title}}</title>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="referrer" content="unsafe-url">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/bootstrap.min.css"}}" />
|
|
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/common.css"}}" />
|
|
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" />
|
|
<link href='{{staticFile "/css/allindex.css"}}' rel="stylesheet" />
|
|
</head>
|
|
<body>
|
|
|
|
<div id="shopify-section-header" class="shopify-section">
|
|
|
|
|
|
|
|
<div data-section-id="header" data-section-type="header-section" data-header-section>
|
|
|
|
|
|
<header class="site-header border-bottom logo--left" role="banner">
|
|
<div class="grid grid--no-gutters grid--table site-header__mobile-nav">
|
|
|
|
|
|
<div class="grid__item medium-up--one-quarter logo-align--left">
|
|
|
|
|
|
<div class="h2 site-header__logo">
|
|
|
|
|
|
<a href="{{.IndexUrl}}" style="background-color: #fff;" class="site-header__logo-image"
|
|
data-image-loading-animation>
|
|
|
|
|
|
<img src="{{replaceImage .Logo}}" alt="CarLeash.com" style="max-width: 180px;">
|
|
</a>
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
<nav class="grid__item medium-up--one-half small--hide" id="AccessibleNav" role="navigation">
|
|
|
|
<ul class="site-nav list--inline" id="SiteNav">
|
|
|
|
|
|
|
|
|
|
|
|
<li>
|
|
<a href="{{.IndexUrl}}" class="site-nav__link site-nav__link--main">
|
|
<span class="site-nav__label">{{ lang "home"}}</span>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="{{.AboutUrl}}" class="site-nav__link site-nav__link--main">
|
|
<span class="site-nav__label">{{ lang "about"}}</span>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="{{.ContactUrl}}" class="site-nav__link site-nav__link--main">
|
|
<span class="site-nav__label">{{ lang "contact"}}</span>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="{{.PolicyUrl}}" class="site-nav__link site-nav__link--main">
|
|
<span class="site-nav__label">{{ lang "policy"}}</span>
|
|
</a>
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</header>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
<section id="content" class="container">
|
|
<div id="breadcrumb">
|
|
<a href="{{.IndexUrl}}">{{lang "home"}}</a>
|
|
<a href="#">{{lang "contact"}}</a>
|
|
</div>
|
|
<h1 id="page-title">{{lang "contact"}}</h1>
|
|
<div>
|
|
{{.Contact}}
|
|
<form class="col-12 col-lg-6" style="padding: 2vh 0;">
|
|
<div class="form-group">
|
|
<label for="emailInput">{{lang "about_email"}}</label>
|
|
<input type="email" class="form-control" id="emailInput" placeholder="name@example.com">
|
|
</div>
|
|
<div class="form-group">
|
|
<label for="nameInput">{{lang "about_name"}}</label>
|
|
<input type="name" class="form-control" id="nameInput" placeholder="your name">
|
|
</div>
|
|
<div class="form-group">
|
|
<label for="exampleFormControlTextarea1">{{lang "about_message"}}</label>
|
|
<textarea class="form-control" id="exampleFormControlTextarea1" rows="3"
|
|
placeholder="what do you want to say"></textarea>
|
|
</div>
|
|
<button type="submit" class="btn btn-primary" style="width: 100%; background-color: #1eb6b8; border:1px solid #1eb6b8;">{{lang "about_send"}}</button>
|
|
</form>
|
|
</div>
|
|
</section>
|
|
<div id="shopify-section-footer" class="shopify-section">
|
|
|
|
<footer class="site-footer " role="contentinfo" data-section-id="footer" data-section-type="footer-section">
|
|
<div class="page-width">
|
|
<div class="site-footer__content">
|
|
|
|
<div class="site-footer__item
|
|
|
|
site-footer__item--one-quarter
|
|
">
|
|
<div class="site-footer__item-inner site-footer__item-inner--link_list">
|
|
<p class="h4"></p>
|
|
<ul class="site-footer__linklist
|
|
">
|
|
<li class="site-footer__linklist-item">
|
|
<a href="{{.IndexUrl}}">
|
|
{{ lang "home"}}
|
|
</a>
|
|
</li>
|
|
<li class="site-footer__linklist-item">
|
|
<a href="{{.AboutUrl}}">
|
|
{{ lang "about"}}
|
|
</a>
|
|
</li>
|
|
<li class="site-footer__linklist-item">
|
|
<a href="{{.ContactUrl}}">
|
|
{{ lang "contact"}}
|
|
</a>
|
|
</li>
|
|
<li class="site-footer__linklist-item">
|
|
<a href="{{.PolicyUrl}}">
|
|
{{ lang "policy"}}
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<hr class="site-footer__hr">
|
|
<div class="page-width">
|
|
<div class="grid grid--no-gutters small--text-center grid--footer-float-right">
|
|
|
|
|
|
|
|
|
|
<div class="grid__item small--hide site-footer-item-align-right one-half" style="text-align: center;">
|
|
<small class="site-footer__copyright-content">{{.Copyright}}</a></small>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
<!--facebook like and share js -->
|
|
<div id="fb-root"></div>
|
|
<script src="{{staticFile " /js/jquery-3.6.0.slim.min.js"}}"></script>
|
|
<script src="{{staticFile " /js/bootstrap.bundle.min.js"}}"></script>
|
|
<script src="{{staticFile " /js/index.js"}}"></script>
|
|
|
|
|
|
</body>
|
|
|
|
</html> |